@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#> .

<https://n2t.net/ark:/60537/bp9aHtA>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Kemp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/27720112-103a-f895-382e-03382da56838"^^xsd:string ;
  schema:familyName "Kemp"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zdjk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/69fae43f-1ef4-9014-9332-3ad53e783bfd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2267794> ;
  schema:birthDate "1895-03-28"^^xsd:date .

