@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#> .

<https://n2t.net/ark:/60537/bHGs9V0>
  pico:hasAge "32"^^xsd:string ;
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Zoet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9fea2599-16b3-925d-07e2-afe14607a331"^^xsd:string ;
  schema:hasOccupation "Scheepstimmerman"@nl ;
  schema:familyName "Zoet"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bPojFHV> ;
  schema:children <https://n2t.net/ark:/60537/brRgxip> ;
  schema:spouse <https://n2t.net/ark:/60537/bzLRm7j> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2269270> .

