@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/bVDkd0X>
  schema:givenName "Hendrik Jan"^^xsd:string ;
  schema:name "Hendrik Jan Jansen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/29991c48-8489-a17b-7fdb-7547d7890446"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ee8612fe-ebc4-8abb-4393-6d41f6852098> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2847854> ;
  schema:birthDate "1893-06-17"^^xsd:date .

