@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/bqC4vRq>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida van Stavel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7c7507f8-62c5-2b83-38d6-f4e49a9e96a9"^^xsd:string ;
  schema:familyName "van Stavel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r95t> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7974ffce-8cd8-307a-0acf-882a8eac7875> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2327494> ;
  schema:birthDate "1840-12-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Stavel"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

