@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/bcHHjua>
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje Jongerheld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1c0517bf-48c2-8a7b-5337-9de79b5ef19a"^^xsd:string ;
  schema:familyName "Jongerheld"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q2s8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/671b3b6e-2f95-6fc3-3c77-93b852899cdc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2256642> ;
  schema:birthDate "1879-05-16"^^xsd:date .

