@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/btwSqAI>
  schema:givenName "Henderijntje"^^xsd:string ;
  schema:name "Henderijntje van Haaften"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c5d25562-2a26-03db-6500-43fa5ad79b56"^^xsd:string ;
  schema:familyName "van Haaften"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bcHHMUk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bDiK0Ud> ;
  schema:spouse <https://n2t.net/ark:/60537/bYXx0pE> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2764817> ;
  schema:additionalName [
    ns0:baseSurname "Haaften"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

