@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/bL0Ep1k>
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria Vergeer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6a0767fc-a87b-edf2-d816-0645dc8debb6"^^xsd:string ;
  schema:familyName "Vergeer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haastrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012mkm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d7cad165-425e-66ce-8772-94f34281588b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2662049> ;
  schema:birthDate "1889-11-21"^^xsd:date .

