@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/bqpnInT>
  schema:givenName "Anna Helena"^^xsd:string ;
  schema:name "Anna Helena Klerk"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6263f909-d4f0-bdfe-6848-58fcee8bcee3"^^xsd:string ;
  schema:familyName "Klerk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00h6hd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/58a72716-d308-d415-b8a8-eea1f68b14b3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2200579> ;
  schema:birthDate "1844-01-26"^^xsd:date .

