@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/bY7IMD9>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Reuhl"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/30e80ab6-bba4-811c-3edd-c831e9bbafa5"^^xsd:string ;
  schema:familyName "Reuhl"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0134z6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5b2bdaf6-9ca0-5700-89bc-325e2890f172> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2210304> ;
  schema:birthDate "1860-08-26"^^xsd:date .

