@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/bp9atVz>
  schema:givenName "Aaltje"^^xsd:string ;
  schema:name "Aaltje van de Poll"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dd70e5bc-900a-6c37-5320-0de6e68ad2f8"^^xsd:string ;
  schema:familyName "van de Poll"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bAbeWNC> ;
  schema:children <https://n2t.net/ark:/60537/bgeAF9g> ;
  schema:spouse <https://n2t.net/ark:/60537/bx3LhKu> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2030053> ;
  schema:additionalName [
    ns0:baseSurname "Poll"^^xsd:string ;
    ns0:surnamePrefix "van de"^^xsd:string
  ] .

