@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bm1GEuK>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Huijvenaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ce5f35e0-5d9d-2707-6c7e-527904fb8453"^^xsd:string ;
  schema:familyName "Huijvenaar"^^xsd:string ;
  schema:hasOccupation "Stalknecht"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00g811> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9b091033-0fe4-d3b7-9dfd-f489944babb9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2422532> .

