@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/bcUoDX6>
  schema:givenName "Anna Sophia"^^xsd:string ;
  schema:name "Anna Sophia van der Poort"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bfa3e37f-edba-1aa1-c04d-178064f4b3cb"^^xsd:string ;
  schema:familyName "van der Poort"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zevenhuizen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0120c9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/01faf9bb-12a2-0403-6b33-30c543ae05d0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/576001> ;
  schema:birthDate "1819-07-08"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Poort"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

