@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/btwRDba>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth van der Wijde"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c655a4d5-037b-41ac-b508-459b89bc0b66"^^xsd:string ;
  schema:familyName "van der Wijde"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t2zc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0b3d32e6-f679-d5e3-a8bf-b5bceb01d46f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/613348> ;
  schema:birthDate "1873-02-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijde"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

