@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/bw1fKTN>
  pico:hasAge "30"^^xsd:string ;
  schema:familyName "Boekamp"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/00bf80e5-5239-6dd0-2d29-d0584647c98e"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Boekamp"@nl ;
  schema:hasOccupation "Verwer"@nl ;
  schema:children <https://n2t.net/ark:/60537/bfc57cz> ;
  schema:spouse <https://n2t.net/ark:/60537/bo6FW2w> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bwrEDXW> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/582947> .

