@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/b74OoDy>
  pico:hasAge "32"^^xsd:string ;
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit van Uunen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/699574bf-b95d-a4aa-7937-4391df4308ae"^^xsd:string ;
  schema:hasOccupation "Sjouwerman"@nl ;
  schema:familyName "van Uunen"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bBE9Rs1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdKaQD2> ;
  schema:spouse <https://n2t.net/ark:/60537/bRtkv7p> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2704490> ;
  schema:additionalName [
    ns0:baseSurname "Uunen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

