@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_48a75a27-d805-e9ea-da2b-e0b22cf041b1
  a a2a:Record ;
  rdfs:label "Overlijden op 1 juli 1956 te Boxmeer" ;
  a2a:hasPerson oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person-a98f55f9-872c-0285-9956-5b3ae63e8dbb, oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person-16a74476-635a-4b0b-7221-ea101c5e6b7d, oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person-5170ed80-fa54-89b1-12e3-c746636fa433, oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person-f1ddca5a-5909-a35a-cb1f-700d93a1ccf2 ;
  a2a:hasEvent oa:event_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_0, oa:relationep_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_1, oa:relationep_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_0 ;
  a2a:hasSource oa:source_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1 .

oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person-a98f55f9-872c-0285-9956-5b3ae63e8dbb
  a a2a:Person ;
  rdfs:label "Johanna Vermeulen" ;
  a2a:PersonName [
    rdfs:label "Johanna Vermeulen" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Vermeulen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person-16a74476-635a-4b0b-7221-ea101c5e6b7d
  a a2a:Person ;
  rdfs:label "Heinrich Tebartz" ;
  a2a:PersonName [
    rdfs:label "Heinrich Tebartz" ;
    a2a:PersonNameFirstName "Heinrich" ;
    a2a:PersonNameLastName "Tebartz"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person-5170ed80-fa54-89b1-12e3-c746636fa433
  a a2a:Person ;
  rdfs:label "Gerhard Tebartz" ;
  a2a:PersonName [
    rdfs:label "Gerhard Tebartz" ;
    a2a:PersonNameFirstName "Gerhard" ;
    a2a:PersonNameLastName "Tebartz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person-f1ddca5a-5909-a35a-cb1f-700d93a1ccf2
  a a2a:Person ;
  rdfs:label "Elisabeth Winkels" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Winkels" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Winkels"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1956" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1956-07-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer"
  ] .

oa:relationep_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person:a98f55f9-872c-0285-9956-5b3ae63e8dbb ;
  a2a:EventKeyRef oa:event_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Event1 .

oa:relationep_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person:16a74476-635a-4b0b-7221-ea101c5e6b7d ;
  a2a:EventKeyRef oa:event_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Event1 .

oa:relationep_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person:5170ed80-fa54-89b1-12e3-c746636fa433 ;
  a2a:EventKeyRef oa:event_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Event1 .

oa:relationpp_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person:16a74476-635a-4b0b-7221-ea101c5e6b7d, oa:person_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1_Person:f1ddca5a-5909-a35a-cb1f-700d93a1ccf2 .

oa:source_bhi_48a75a27-d805-e9ea-da2b-e0b22cf041b1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer", "1956-07-02 - 1956-07-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1956-07-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1956-07-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1956" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1956-07-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3403, Periode: 1956" ;
    a2a:Book "Overlijdensregister Boxmeer 1956" ;
    a2a:DocumentNumber "59" ;
    a2a:RegistryNumber "3403" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3403, Periode: 1956, Overlijdensregister Boxmeer 1956, 59, 3403"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1969f291-8c3a-4df0-5846-53b8656c1cc4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1969f291-8c3a-4df0-5846-53b8656c1cc4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/48a75a27-d805-e9ea-da2b-e0b22cf041b1" ;
  a2a:RecordGUID "{48a75a27-d805-e9ea-da2b-e0b22cf041b1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_28346_00028346.xml van BHI" .

