@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/byiXi2w>
  schema:givenName "Elizabeth Maria"^^xsd:string ;
  schema:name "Elizabeth Maria Kasbergen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/45ab2543-8dc3-f7dd-0006-c11109109db9"^^xsd:string ;
  schema:familyName "Kasbergen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0134q9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/179329ee-0822-9947-fff1-95e8691eae98> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1954552> ;
  schema:birthDate "1899-03-11"^^xsd:date .

