@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/bmeoh4P>
  pico:hasAge "28"^^xsd:string ;
  schema:givenName "Gijsbert"^^xsd:string ;
  schema:name "Gijsbert Slingerland"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ce7d4a6b-13c1-f678-cac7-d30028308b3b"^^xsd:string ;
  schema:hasOccupation "Pakhuisknecht"@nl ;
  schema:familyName "Slingerland"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bbsuGaV> ;
  schema:spouse <https://n2t.net/ark:/60537/bC3yUL3> ;
  schema:children <https://n2t.net/ark:/60537/bu8Y5Tz> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2371610> .

