@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/bNIJvZs>
  schema:givenName "Elizabeth Catharina"^^xsd:string ;
  schema:name "Elizabeth Catharina Heijl"@nl ;
  schema:familyName "Heijl"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6be4ae87-c261-7aa9-03d0-78bab0ecc12a"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012779> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/05e17fd9-7870-0230-2976-05351a97473b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/591550> ;
  schema:birthDate "1899-10-11"^^xsd:date .

