@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558
  a a2a:Record ;
  rdfs:label "Overlijden op 22 februari 1969 te Boxmeer" ;
  a2a:hasPerson oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person-0e9f4572-57ea-2012-923c-ece922d5964e, oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person-899f2ad7-96d7-56a7-ae59-06ced1979f49, oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person-b6e3e862-e784-186a-00c9-c2d8372531a6, oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person-29904686-a90b-1030-c3de-22c0d3a879b4, oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person-6b5b9f5b-8544-1253-2211-d222652d5f92 ;
  a2a:hasEvent oa:event_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_0, oa:relationep_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_1, oa:relationep_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_0, oa:relationpp_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_1 ;
  a2a:hasSource oa:source_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558 .

oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person-0e9f4572-57ea-2012-923c-ece922d5964e
  a a2a:Person ;
  rdfs:label "Gerardus Antonius Litjens" ;
  a2a:PersonName [
    rdfs:label "Gerardus Antonius Litjens" ;
    a2a:PersonNameFirstName "Gerardus Antonius" ;
    a2a:PersonNameLastName "Litjens"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person-899f2ad7-96d7-56a7-ae59-06ced1979f49
  a a2a:Person ;
  rdfs:label "Maria Henrica Josephina Smits" ;
  a2a:PersonName [
    rdfs:label "Maria Henrica Josephina Smits" ;
    a2a:PersonNameFirstName "Maria Henrica Josephina" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person-b6e3e862-e784-186a-00c9-c2d8372531a6
  a a2a:Person ;
  rdfs:label "Anna Maria Francina van de Groes" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Francina van de Groes" ;
    a2a:PersonNameFirstName "Anna Maria Francina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Groes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person-29904686-a90b-1030-c3de-22c0d3a879b4
  a a2a:Person ;
  rdfs:label "Martinus Wilhelmus Litjens" ;
  a2a:PersonName [
    rdfs:label "Martinus Wilhelmus Litjens" ;
    a2a:PersonNameFirstName "Martinus Wilhelmus" ;
    a2a:PersonNameLastName "Litjens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person-6b5b9f5b-8544-1253-2211-d222652d5f92
  a a2a:Person ;
  rdfs:label "Anna Catharina Theodora Keijsers" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Theodora Keijsers" ;
    a2a:PersonNameFirstName "Anna Catharina Theodora" ;
    a2a:PersonNameLastName "Keijsers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1969-02-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer"
  ] .

oa:relationep_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person:0e9f4572-57ea-2012-923c-ece922d5964e ;
  a2a:EventKeyRef oa:event_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Event1 .

oa:relationep_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person:29904686-a90b-1030-c3de-22c0d3a879b4 ;
  a2a:EventKeyRef oa:event_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Event1 .

oa:relationep_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person:6b5b9f5b-8544-1253-2211-d222652d5f92 ;
  a2a:EventKeyRef oa:event_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Event1 .

oa:relationpp_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person:0e9f4572-57ea-2012-923c-ece922d5964e, oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person:899f2ad7-96d7-56a7-ae59-06ced1979f49 .

oa:relationpp_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person:0e9f4572-57ea-2012-923c-ece922d5964e, oa:person_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558_Person:b6e3e862-e784-186a-00c9-c2d8372531a6 .

oa:source_bhi_02cc41d8-86e5-fe5a-4fa2-b7ef1130b558
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer", "1969-02-24 - 1969-02-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-02-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-02-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "2" ;
    a2a:Day "24" ;
    rdfs:label "1969-02-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3346, Periode: 1969" ;
    a2a:Book "Overlijdensregister Boxmeer 1969" ;
    a2a:DocumentNumber "37" ;
    a2a:RegistryNumber "3346" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3346, Periode: 1969, Overlijdensregister Boxmeer 1969, 37, 3346"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/096bb394-d45e-718d-ac5a-d9fb207e3978.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/096bb394-d45e-718d-ac5a-d9fb207e3978.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/02cc41d8-86e5-fe5a-4fa2-b7ef1130b558" ;
  a2a:RecordGUID "{02cc41d8-86e5-fe5a-4fa2-b7ef1130b558}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_952_00000952.xml van BHI" .

