@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/bIwf2J4>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Grendel"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:familyName "Grendel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e2ec7808-a7f5-8f1a-87ec-ef6d07108b5a"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hqdv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a1afcae2-3d6f-ba35-1d38-32059dfc7a6e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2447782> ;
  schema:birthDate "1792-02-09"^^xsd:date .

