@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/by6ggNy>
  pico:hasAge "32"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9b1088f8-4a5e-8914-f439-15920368c2b3"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Koster"@nl ;
  schema:familyName "Koster"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bBdKI6k> ;
  schema:children <https://n2t.net/ark:/60537/bhh5E5X> ;
  schema:spouse <https://n2t.net/ark:/60537/bqbGsW5> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2664899> .

