@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/bgEZfH2>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Jaspers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/06127ef6-8d6c-8c01-6d7a-020568d6258b"^^xsd:string ;
  schema:familyName "Jaspers"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Breda> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3kk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6f8cf972-8511-f3bf-fb07-d93c426691ca> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2289204> ;
  schema:birthDate "1825-08-04"^^xsd:date .

