@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bRG1SSp>
  schema:givenName "Bernardus"^^xsd:string ;
  schema:name "Bernardus van Dijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d874d0eb-a50e-3239-8a12-a3ce7625809c"^^xsd:string ;
  schema:familyName "van Dijk"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bfpNgBJ> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bZacFg3> ;
  schema:spouse <https://n2t.net/ark:/60537/bZACHG7> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2388580> ;
  schema:additionalName [
    ns0:baseSurname "Dijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

