@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bDwsdvC>
  pico:hasAge "39"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik van den Heuvel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/329a1b6f-df1a-900c-02d0-74afeeec9f87"^^xsd:string ;
  schema:hasOccupation "Stoelenmatter"@nl ;
  schema:familyName "van den Heuvel"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bnHgARD> ;
  schema:spouse <https://n2t.net/ark:/60537/bvBRpIW> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bvp9f9O> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/595981> ;
  schema:additionalName [
    ns0:baseSurname "Heuvel"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

