@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/bzmti0M>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana van der Korst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8a2a3d6d-b2e5-d83d-6c0a-38584851172c"^^xsd:string ;
  schema:familyName "van der Korst"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ca94e8bc-fa00-124b-452f-0e17e65d191d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2603998> ;
  schema:birthDate "1831-07-11"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Korst"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

