@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/bcUoGq9>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Esther"^^xsd:string ;
  schema:name "Esther van Ploeg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3001f3ea-fb5f-0d5a-91ce-aa6df3bf5e0e"^^xsd:string ;
  schema:familyName "van Ploeg"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t2zc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0d382a2e-cd55-04e2-7b93-09ed5b27db8d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/621517> ;
  schema:birthDate "1883-05-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ploeg"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

