@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/bO88vBN>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Grendel"@nl ;
  schema:familyName "Grendel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bb0416ef-8509-56ec-d939-758d62c9689e"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c1e705c7-8ee7-f2c9-dea2-e3a3d0b32c73> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2572798> ;
  schema:birthDate "1875-11-02"^^xsd:date .

