@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_162f9f6e-9b3f-4e79-2f86-56db2edfc302
  a a2a:Record ;
  rdfs:label "Overlijden op 13 maart 1864 te Breda" ;
  a2a:hasPerson oa:person_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Person-230fd7cb-3fa8-45e9-5745-89645152c8f2, oa:person_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Person-dc664647-6c8e-b548-b688-d9022a6d7aae, oa:person_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Person-3e1f3779-30dd-69fc-aac4-e102f56d6caa ;
  a2a:hasEvent oa:event_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_0, oa:relationep_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_1, oa:relationep_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_2 ;
  a2a:hasSource oa:source_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302 .

oa:person_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Person-230fd7cb-3fa8-45e9-5745-89645152c8f2
  a a2a:Person ;
  rdfs:label "Adriana van Oeffelen" ;
  a2a:PersonName [
    rdfs:label "Adriana van Oeffelen" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oeffelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Person-dc664647-6c8e-b548-b688-d9022a6d7aae
  a a2a:Person ;
  rdfs:label "Cornelis Filee" ;
  a2a:PersonName [
    rdfs:label "Cornelis Filee" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Filee"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Person-3e1f3779-30dd-69fc-aac4-e102f56d6caa
  a a2a:Person ;
  rdfs:label "Bastiaan Filee" ;
  a2a:PersonName [
    rdfs:label "Bastiaan Filee" ;
    a2a:PersonNameFirstName "Bastiaan" ;
    a2a:PersonNameLastName "Filee"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1864" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1864-03-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Person:230fd7cb-3fa8-45e9-5745-89645152c8f2 ;
  a2a:EventKeyRef oa:event_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Event1 .

oa:relationep_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Person:dc664647-6c8e-b548-b688-d9022a6d7aae ;
  a2a:EventKeyRef oa:event_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Event1 .

oa:relationep_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Person:3e1f3779-30dd-69fc-aac4-e102f56d6caa ;
  a2a:EventKeyRef oa:event_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302_Event1 .

oa:source_bhi_162f9f6e-9b3f-4e79-2f86-56db2edfc302
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1864-03-14 - 1864-03-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-03-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-03-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1864" ;
    a2a:Month "3" ;
    a2a:Day "14" ;
    rdfs:label "1864-03-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1409, Periode: 1864" ;
    a2a:Book "Overlijdensregister Breda 1864" ;
    a2a:DocumentNumber "100" ;
    a2a:RegistryNumber "1409" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1409, Periode: 1864, Overlijdensregister Breda 1864, 100, 1409"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0e0431ec-88b6-3c25-c684-1dc53b9a1304.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0e0431ec-88b6-3c25-c684-1dc53b9a1304.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/162f9f6e-9b3f-4e79-2f86-56db2edfc302" ;
  a2a:RecordGUID "{162f9f6e-9b3f-4e79-2f86-56db2edfc302}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_23350_00023350.xml van BHI" .

