@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/bsH4Cko>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Verhoef"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0277d7b1-b8e8-fd77-f42c-081c0783676e"^^xsd:string ;
  schema:familyName "Verhoef"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w0tn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e20f04b0-3d35-1a98-86e0-e4440ca2022b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2667183> ;
  schema:birthDate "1858-07-18"^^xsd:date .

