@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/bp9aRZG>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia van der Pool"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d95e9b84-bdc8-6b59-20c8-26322bb91d3f"^^xsd:string ;
  schema:familyName "van der Pool"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011435> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a3b4a3be-9ec5-2479-a711-48b44382b52b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2455749> ;
  schema:birthDate "1837-04-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Pool"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

