@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/bPokhfD>
  pico:hasAge "45"^^xsd:string ;
  schema:givenName "Gerritje"^^xsd:string ;
  schema:name "Gerritje Nabbe"@nl ;
  schema:hasOccupation "Hekelster"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/70bd6a63-fe0b-06a4-c8be-4d5df5286836"^^xsd:string ;
  schema:familyName "Nabbe"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bHtKttX> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bYKOe6v> ;
  schema:spouse <https://n2t.net/ark:/60537/bzz9EDQ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2250569> .

