@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/bB13uaW>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Gielhuis"@nl ;
  schema:familyName "Gielhuis"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f5ba9a81-8a9c-b950-6c2c-0e70eb46688a"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sj82> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7a1d005e-6393-5c60-ae36-5017403af241> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2329985> ;
  schema:birthDate "1862-11-25"^^xsd:date .

