@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_b202b81a-a74c-e92f-6d26-3c30f86e8a99
  a a2a:Record ;
  rdfs:label "Overlijden op 18 juni 1969 te Asten" ;
  a2a:hasPerson oa:person_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Person-24c55279-c652-4473-2042-d089bcfe52e2, oa:person_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Person-0022e384-7938-82d8-6e70-1fab06c38cde, oa:person_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Person-c8b8f0bf-7264-5886-a1de-1294eb996916 ;
  a2a:hasEvent oa:event_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_0, oa:relationep_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_1, oa:relationep_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_2 ;
  a2a:hasSource oa:source_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99 .

oa:person_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Person-24c55279-c652-4473-2042-d089bcfe52e2
  a a2a:Person ;
  rdfs:label "N.N. Caron" ;
  a2a:PersonName [
    rdfs:label "N.N. Caron" ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNameLastName "Caron"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Person-0022e384-7938-82d8-6e70-1fab06c38cde
  a a2a:Person ;
  rdfs:label "Jacoba Beelen" ;
  a2a:PersonName [
    rdfs:label "Jacoba Beelen" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Beelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Person-c8b8f0bf-7264-5886-a1de-1294eb996916
  a a2a:Person ;
  rdfs:label "Antonius Caron" ;
  a2a:PersonName [
    rdfs:label "Antonius Caron" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Caron"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "6" ;
    a2a:Day "18" ;
    rdfs:label "1969-06-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Asten" ;
    rdfs:label "Asten"
  ] .

oa:relationep_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Person:24c55279-c652-4473-2042-d089bcfe52e2 ;
  a2a:EventKeyRef oa:event_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Event1 .

oa:relationep_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Person:0022e384-7938-82d8-6e70-1fab06c38cde ;
  a2a:EventKeyRef oa:event_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Event1 .

oa:relationep_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Person:c8b8f0bf-7264-5886-a1de-1294eb996916 ;
  a2a:EventKeyRef oa:event_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99_Event1 .

oa:source_bhi_b202b81a-a74c-e92f-6d26-3c30f86e8a99
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Asten" ;
    rdfs:label "Asten", "1969-06-19 - 1969-06-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-06-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-06-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "6" ;
    a2a:Day "19" ;
    rdfs:label "1969-06-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3214, Periode: 1969" ;
    a2a:Book "Overlijdensregister Asten 1969" ;
    a2a:DocumentNumber "21" ;
    a2a:RegistryNumber "3214" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3214, Periode: 1969, Overlijdensregister Asten 1969, 21, 3214"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/adf9cbb9-1afe-c9ab-93cb-ee2f0e91a2ae.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/adf9cbb9-1afe-c9ab-93cb-ee2f0e91a2ae.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-08-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b202b81a-a74c-e92f-6d26-3c30f86e8a99" ;
  a2a:RecordGUID "{b202b81a-a74c-e92f-6d26-3c30f86e8a99}" ;
  a2a:SourceRemarkOpmerking "Levenloos kind." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79512_00079512.xml van BHI" .

