@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/b3kdcjL>
  schema:birthPlace "Alfen"@nl ;
  schema:givenName "Hendricus Jacobus"^^xsd:string ;
  schema:name "Hendricus Jacobus Hendriksen"@nl ;
  schema:familyName "Hendriksen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/906ba454-46aa-3595-0bd7-f5db80baf891"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013qvd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/91418d09-975a-1d33-3eca-f0b5594f22d4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2751694> ;
  schema:birthDate "1876-01-28"^^xsd:date .

