@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/buzn3bw>
  pico:hasAge "24"^^xsd:string ;
  schema:familyName "Boere"^^xsd:string ;
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Boere"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4a88bbb2-e911-3ab3-71b0-f839cfe8cc30"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  schema:children <https://n2t.net/ark:/60537/bdWT60r> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bmELK6J> ;
  schema:spouse <https://n2t.net/ark:/60537/bmRtUP9> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/639787> .

