@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/bJY92X6>
  schema:givenName "Aafje"^^xsd:string ;
  schema:name "Aafje van Oudshoorn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1fc7d24f-1da2-c913-c604-52e64661bb5a"^^xsd:string ;
  schema:familyName "van Oudshoorn"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bodegraven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z8hn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f67963bb-65fb-1b5d-fc61-ddfe034fbc0a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2718125> ;
  schema:birthDate "1835-12-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Oudshoorn"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

