@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/bgshX1U>
  pico:hasAge "25"^^xsd:string ;
  schema:familyName "Dortland"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4293f008-474f-2cdc-7db5-f7c7b8a5319b"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Dortland"@nl ;
  schema:hasOccupation "Mandenmaker"@nl ;
  schema:children <https://n2t.net/ark:/60537/b8xI8ep> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bp9ajm3> ;
  schema:spouse <https://n2t.net/ark:/60537/bpmSLOf> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2695606> .

