@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/bBrt6zi>
  pico:hasAge "50"^^xsd:string ;
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Kraan"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/56944fdc-974f-ea0a-24a6-c705a027e832"^^xsd:string ;
  schema:familyName "Kraan"^^xsd:string ;
  schema:hasOccupation "Tuinier"@nl ;
  schema:children <https://n2t.net/ark:/60537/bJ8meWw> ;
  schema:spouse <https://n2t.net/ark:/60537/bR2W3J2> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bWSwjWp> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2624209> .

