@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/bYXx03w>
  schema:givenName "Alida Johanna"^^xsd:string ;
  schema:name "Alida Johanna Kemp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/33bddcaa-ce2a-761e-2da2-2bd00f7d39aa"^^xsd:string ;
  schema:familyName "Kemp"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w16k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/923937d2-b1e3-f1e9-06bd-76437bd6a5e9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2758766> ;
  schema:birthDate "1892-06-12"^^xsd:date .

