@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/bqbGmmV>
  pico:hasAge "28"^^xsd:string ;
  schema:familyName "Dokter"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f67bb441-d4be-2890-0137-d10d74dbefe8"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Dokter"@nl ;
  schema:hasOccupation "Sjouwerman"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bG0QZ18> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bXhUEo4> ;
  schema:children <https://n2t.net/ark:/60537/by6gadA> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2547879> .

