@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/box4sS4>
  schema:givenName "Dirkje Adriana"^^xsd:string ;
  schema:name "Dirkje Adriana Everling"@nl ;
  schema:familyName "Everling"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/96bfde04-b206-f4ec-d9d2-2224e8228516"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qgkb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3172bdf5-d377-1d58-a1e3-f59580d2a38a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2052726> ;
  schema:birthDate "1851-07-05"^^xsd:date .

