@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/bvbtWaM>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2f83087d-21f5-e1b0-ae9c-3d8b14413a6e"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria van der Meer"@nl ;
  schema:familyName "van der Meer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bleiswijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bsH3o9x> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2855551> ;
  schema:birthDate "1897-09-13"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Meer"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

