@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/bpYYHd2>
  schema:givenName "Hendrika Johanna"^^xsd:string ;
  schema:name "Hendrika Johanna Jansen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ce2aebd2-1325-a83b-51ba-b59430e8ea90"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rheden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vbsp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c1aa03b6-e4ef-5a43-9ba5-172a1c3a2902> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2571880> ;
  schema:birthDate "1860-09-29"^^xsd:date .

