@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/bojodrr>
  pico:hasAge "38"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7db0257d-7f8d-5989-a2f8-561c1d3cd061"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna van der Pompe"@nl ;
  schema:familyName "van der Pompe"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b7vcAL3> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdjMTe5> ;
  schema:children <https://n2t.net/ark:/60537/bfpNpzM> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2531300> ;
  schema:additionalName [
    ns0:baseSurname "Pompe"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

