@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/bdxvd1g>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Verbeek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b3cf911c-f607-eddb-0304-0de551144770"^^xsd:string ;
  schema:familyName "Verbeek"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00v256> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a20029fb-62c8-55cc-c36a-96cbe02dc16e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2449001> ;
  schema:birthDate "1874-09-02"^^xsd:date .

