@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/bxuafRr>
  schema:familyName "Hilgers"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c4973021-c791-03bf-afc8-050f94138b95"^^xsd:string ;
  schema:givenName "Jan Hendrik"^^xsd:string ;
  schema:name "Jan Hendrik Hilgers"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e7daf11a-ce95-bb1e-9afa-03a1b1bdfdbf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2690301> ;
  schema:birthDate "1892-11-24"^^xsd:date .

