@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/bABF5rR>
  schema:familyName "Giesen"^^xsd:string ;
  schema:givenName "Hendrikus Johannes"^^xsd:string ;
  schema:name "Hendrikus Johannes Giesen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f95991d5-a9fc-8852-d2c2-4b89f0b5d5cd"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delfshaven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mq7t> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/71701181-e6cc-a9e9-cc16-5afe5ef6246a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2296485> ;
  schema:birthDate "1868-09-29"^^xsd:date .

