@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/bPokfRy>
  schema:givenName "Aagje"^^xsd:string ;
  schema:name "Aagje van den Heuvel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/87467fa0-97e8-b47f-9667-f66ac8b89f1b"^^xsd:string ;
  schema:birthPlace "Polsbroek"@nl ;
  schema:familyName "van den Heuvel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n74m> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5f3adfe2-d4fe-eef5-ef14-73869e2d375e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2225793> ;
  schema:birthDate "1838-02-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Heuvel"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

