@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/bg1SRn1>
  pico:hasAge "25"^^xsd:string ;
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje van der Palm"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/812d5653-f9d6-699b-60bc-a25d70ef177c"^^xsd:string ;
  schema:hasOccupation "Pijpmaakster"@nl ;
  schema:familyName "van der Palm"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/b87i2wS> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bDVQ6Hk> ;
  schema:spouse <https://n2t.net/ark:/60537/boWtGdm> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/608811> ;
  schema:additionalName [
    ns0:baseSurname "Palm"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

