@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/bgeAF9g>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Kemp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/59ab9d69-7f5d-3fcd-66c7-dc36439c64a8"^^xsd:string ;
  schema:familyName "Kemp"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bAbeWNC> ;
  schema:parent <https://n2t.net/ark:/60537/bp9atVz>, <https://n2t.net/ark:/60537/bx3LhKu> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2030054> ;
  schema:birthDate "1895-03-28"^^xsd:date .

