@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/bNVrpcT>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/05d9f97b-3dec-6302-85a3-6dd5ef25d36a"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan van Die"@nl ;
  schema:familyName "van Die"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bGdyfR1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/brEz8cV> ;
  schema:children <https://n2t.net/ark:/60537/byiXs28> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2108443> ;
  schema:additionalName [
    ns0:baseSurname "Die"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

