@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/bS5rgGh>
  pico:hasAge "22"^^xsd:string ;
  schema:hasOccupation "Broodbakker"@nl ;
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus Wennekes"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8e701538-2d4d-a9ed-6d26-ac754579f765"^^xsd:string ;
  schema:familyName "Wennekes"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/b0011Pz> ;
  schema:spouse <https://n2t.net/ark:/60537/b7UBQGA> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bgeAm53> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2423240> .

