@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/bzmtcMW>
  schema:familyName "de Kramer"^^xsd:string ;
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth de Kramer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4c916855-3050-1e1d-dc9a-1d5bfb6ecb89"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bHg31B0> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bhh4N0r> ;
  schema:children <https://n2t.net/ark:/60537/brrSoVu> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2510710> ;
  schema:additionalName [
    ns0:baseSurname "Kramer"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

