@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/bw1fUNq>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/50bfd78f-e10e-162e-fde4-7cf8778c0ebe"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan van der Draeij"@nl ;
  schema:familyName "van der Draeij"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bfc5h8A> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bwEmpXo> ;
  schema:spouse <https://n2t.net/ark:/60537/bZnUIbr> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2051982> ;
  schema:additionalName [
    ns0:baseSurname "Draeij"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

