@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/bqbGg3u>
  schema:givenName "Anna Margaretha"^^xsd:string ;
  schema:name "Anna Margaretha Rotmeijer"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f8d7f136-f96a-7e39-330b-10173004dd4b"^^xsd:string ;
  schema:familyName "Rotmeijer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haastrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mn57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a3244a4a-892f-58ef-28e7-3ed20ea51b7b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2453512> ;
  schema:birthDate "1847-10-04"^^xsd:date .

