@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/bGDXjag>
  schema:givenName "Hendrik Jacob"^^xsd:string ;
  schema:name "Hendrik Jacob Nieuwenhuizen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/68f101f9-c8fe-b8f4-80b0-c96b929892f1"^^xsd:string ;
  schema:familyName "Nieuwenhuizen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011x8z> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fb02e609-7b53-e07c-ee1c-3026f842ec27> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2865720> ;
  schema:birthDate "1871-01-20"^^xsd:date .

