@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/bchhFT5>
  schema:familyName "Dercksen"^^xsd:string ;
  schema:givenName "Hendrika Maria"^^xsd:string ;
  schema:name "Hendrika Maria Dercksen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/03575793-9aa5-d1b3-52dc-b090b7a22a66"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bR2UVWP> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/647145> ;
  schema:birthDate "1922-10-26"^^xsd:date .

