@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_b75ea686-ed7c-7e63-e899-0eb4a4a8c230
  a a2a:Record ;
  rdfs:label "Overlijden op 21 december 1970 te Aarle-Rixtel" ;
  a2a:hasPerson oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person-990bce08-a3d9-2f53-908c-bcf2536bd5f7, oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person-78a339a6-6964-3f06-9f9b-27d453297ef9, oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person-b276babb-437c-1aab-05a4-5e10608ec1b6, oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person-e8a6d23b-4778-8bf7-1eb3-348c5232de89 ;
  a2a:hasEvent oa:event_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_0, oa:relationep_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_1, oa:relationep_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_0 ;
  a2a:hasSource oa:source_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230 .

oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person-990bce08-a3d9-2f53-908c-bcf2536bd5f7
  a a2a:Person ;
  rdfs:label "Adriana Johanna Mertens" ;
  a2a:PersonName [
    rdfs:label "Adriana Johanna Mertens" ;
    a2a:PersonNameFirstName "Adriana Johanna" ;
    a2a:PersonNameLastName "Mertens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person-78a339a6-6964-3f06-9f9b-27d453297ef9
  a a2a:Person ;
  rdfs:label "Jacoba Johanna Mertens" ;
  a2a:PersonName [
    rdfs:label "Jacoba Johanna Mertens" ;
    a2a:PersonNameFirstName "Jacoba Johanna" ;
    a2a:PersonNameLastName "Mertens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person-b276babb-437c-1aab-05a4-5e10608ec1b6
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person-e8a6d23b-4778-8bf7-1eb3-348c5232de89
  a a2a:Person ;
  rdfs:label "Leenderd Grootveld" ;
  a2a:PersonName [
    rdfs:label "Leenderd Grootveld" ;
    a2a:PersonNameFirstName "Leenderd" ;
    a2a:PersonNameLastName "Grootveld"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1970" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1970-12-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Aarle-Rixtel" ;
    rdfs:label "Aarle-Rixtel"
  ] .

oa:relationep_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person:990bce08-a3d9-2f53-908c-bcf2536bd5f7 ;
  a2a:EventKeyRef oa:event_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Event1 .

oa:relationep_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person:78a339a6-6964-3f06-9f9b-27d453297ef9 ;
  a2a:EventKeyRef oa:event_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Event1 .

oa:relationep_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person:b276babb-437c-1aab-05a4-5e10608ec1b6 ;
  a2a:EventKeyRef oa:event_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Event1 .

oa:relationpp_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person:990bce08-a3d9-2f53-908c-bcf2536bd5f7, oa:person_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230_Person:e8a6d23b-4778-8bf7-1eb3-348c5232de89 .

oa:source_bhi_b75ea686-ed7c-7e63-e899-0eb4a4a8c230
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Aarle-Rixtel" ;
    rdfs:label "Aarle-Rixtel", "1970-12-22 - 1970-12-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1970-12-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1970-12-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1970" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    rdfs:label "1970-12-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3175, Periode: 1970" ;
    a2a:Book "Overlijdensregister Aarle-Rixtel 1970" ;
    a2a:DocumentNumber "15" ;
    a2a:RegistryNumber "3175" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3175, Periode: 1970, Overlijdensregister Aarle-Rixtel 1970, 15, 3175"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/aa24fea3-67a6-904a-9130-219c21148372.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/aa24fea3-67a6-904a-9130-219c21148372.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-01-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b75ea686-ed7c-7e63-e899-0eb4a4a8c230" ;
  a2a:RecordGUID "{b75ea686-ed7c-7e63-e899-0eb4a4a8c230}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80366_00080366.xml van BHI" .

