@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/bms4Rmh>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Hogerheiden"@nl ;
  schema:familyName "Hogerheiden"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/03cd7377-d0b3-590b-be6e-8d3ae20ad98d"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bergen_op_Zoom> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vbk6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/68512e68-778b-8ead-ed39-a3f2e486e4fa> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2261432> ;
  schema:birthDate "1878-08-28"^^xsd:date .

