@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/b6FpvJ4>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth van der Kind"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7801b61a-32cf-3d59-3b9a-39945f9f47de"^^xsd:string ;
  schema:familyName "van der Kind"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bDJ8yDB> ;
  schema:spouse <https://n2t.net/ark:/60537/bezZjxN> ;
  schema:children <https://n2t.net/ark:/60537/bYKOKBZ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2132698> ;
  schema:additionalName [
    ns0:baseSurname "Kind"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

