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

<https://n2t.net/ark:/60537/bpmSUVf>
  pico:hasAge "27"^^xsd:string ;
  schema:hasOccupation "Broodbakker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/59d06f59-5649-a768-ede6-49aad6f62b1d"^^xsd:string ;
  schema:givenName "Klaas"^^xsd:string ;
  schema:name "Klaas van der Zijde"@nl ;
  schema:familyName "van der Zijde"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bFb3yBM> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bgEYnM7> ;
  schema:children <https://n2t.net/ark:/60537/bxgtJLw> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2857866> ;
  schema:additionalName [
    ns0:baseSurname "Zijde"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

