@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@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/bELEPjr>
  schema:givenName "Agnes Alida"^^xsd:string ;
  schema:name "Agnes Alida van der Veer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f1e7e9be-6688-1902-9db5-586834fb9484"^^xsd:string ;
  schema:familyName "van der Veer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haarlem> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k1fc> ;
  geo:hasGeometry <https://n2t.net/ark:/60537/b1FCTVe> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a450b126-47e6-ad4e-23f0-fbe55355ffed> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2458100> ;
  schema:birthDate "1814-03-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Veer"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

