@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/bkChg9U>
  schema:givenName "Hendrica"^^xsd:string ;
  schema:name "Hendrica van der Kemp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8a7e5148-f0f0-4a85-a2a7-b63343dde701"^^xsd:string ;
  schema:familyName "van der Kemp"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bcHHsm2> ;
  schema:spouse <https://n2t.net/ark:/60537/btwS4ZQ> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bXvCe1c> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2397222> ;
  schema:additionalName [
    ns0:baseSurname "Kemp"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

