@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/b0D6St2>
  schema:givenName "Henriëtta Theodora"^^xsd:string ;
  schema:name "Henriëtta Theodora Jansen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/59ad026d-a9f5-6205-d98e-ff2e91af25c5"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  schema:hasOccupation "Modiste"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Doesburg> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tfqn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5c5f2746-4aa3-a0e8-a51a-5499c133745a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2214940> ;
  schema:birthDate "1873-01-03"^^xsd:date .

