@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/bAbfK2z>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Hendrikje"^^xsd:string ;
  schema:name "Hendrikje Kramer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8955fd79-7357-0cff-7b1a-7dc28c2b5de4"^^xsd:string ;
  schema:familyName "Kramer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Smilde> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t5cg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/73db93cc-8879-95c8-267c-19a0816437dd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2306075> ;
  schema:birthDate "1862-08-14"^^xsd:date .

