@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bIiyHKw>
  pico:hasAge "25"^^xsd:string ;
  schema:givenName "Hendrica"^^xsd:string ;
  schema:name "Hendrica van der Palm"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0d22f9dd-342c-23c2-6302-3cc0c66fccf7"^^xsd:string ;
  schema:familyName "van der Palm"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bAoXST3> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bPNJfuE> ;
  schema:spouse <https://n2t.net/ark:/60537/bQd8wAM> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2813630> ;
  schema:additionalName [
    ns0:baseSurname "Palm"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

