@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/bCgfTik>
  pico:hasAge "31"^^xsd:string ;
  schema:familyName "de Graaf"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/68e66120-25d5-5964-f1c5-32e5cbb5dd4a"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna de Graaf"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bmEMW63> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bmRtQt6> ;
  schema:children <https://n2t.net/ark:/60537/buznKTy> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2695673> ;
  schema:additionalName [
    ns0:baseSurname "Graaf"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

