@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/bumGarV>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:familyName "Hartogs"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/718e309e-3e56-af40-5f41-bf70f351d13c"^^xsd:string ;
  schema:givenName "Jeanette"^^xsd:string ;
  schema:name "Jeanette Hartogs"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zwolle> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fmb6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d9ad2c49-d0a9-7ac4-a0f2-ed23c0509fd3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2801952> ;
  schema:birthDate "1824-09-06"^^xsd:date .

