@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/bDVQUVV>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Leermakers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6a4e2cf1-12c0-7782-5151-30c226a4b745"^^xsd:string ;
  schema:familyName "Leermakers"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/658e7e37-1f47-15d6-03d0-21da7bb574cc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2250524> ;
  schema:birthDate "1865-11-02"^^xsd:date .

