@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/bIVEIGv>
  schema:givenName "Henricus"^^xsd:string ;
  schema:name "Henricus Nieuwenhoven"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6d2852b1-a302-0d4f-fed4-33f6217c77c0"^^xsd:string ;
  schema:familyName "Nieuwenhoven"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/s-Hertogenbosch> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z8j2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/983345dc-cb9a-ea55-d30d-cf16b9895c8a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2789001> ;
  schema:birthDate "1843-09-11"^^xsd:date .

