@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/brRh0P5>
  pico:hasAge "33"^^xsd:string ;
  schema:familyName "Grendel"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Grendel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c12094c2-4d04-54ea-53a2-dd16483ed9bb"^^xsd:string ;
  schema:hasOccupation "Metselaar"@nl ;
  schema:children <https://n2t.net/ark:/60537/bbeO3E8> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bCTm7vO> ;
  schema:spouse <https://n2t.net/ark:/60537/bj9oSrE> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2796929> .

