@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/bBE9ZzQ>
  schema:givenName "Aaltje"^^xsd:string ;
  schema:name "Aaltje de Kruijf"@nl ;
  schema:familyName "de Kruijf"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9bddda19-bb7f-8b7d-514c-a8fdca0e75da"^^xsd:string ;
  schema:birthPlace "Lage Zwaluw"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010m0w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/eef1307a-8c90-2cb6-bd4d-9d7afff1adf8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2849451> ;
  schema:birthDate "1847-06-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kruijf"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

