@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_0a14d2c3-9b54-d7d6-052d-25a938b78b2b
  a a2a:Record ;
  rdfs:label "Overlijden op 29 april 1938 te Mook en Middelaar" ;
  a2a:hasPerson oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person-c0dbcc32-4634-11e3-a747-d206bceb4d38, oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person-c0dc155c-4634-11e3-a747-d206bceb4d38, oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person-c0dcacce-4634-11e3-a747-d206bceb4d38, oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person-c0dc664c-4634-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_0, oa:relationep_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_1, oa:relationep_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_0 ;
  a2a:hasSource oa:source_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b .

oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person-c0dbcc32-4634-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Johannes Cosman" ;
  a2a:PersonName [
    rdfs:label "Johannes Cosman" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Cosman"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person-c0dc155c-4634-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Johanna van Schoonenberg" ;
  a2a:PersonName [
    rdfs:label "Johanna van Schoonenberg" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Schoonenberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person-c0dcacce-4634-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Maria van Bees" ;
  a2a:PersonName [
    rdfs:label "Maria van Bees" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bees"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person-c0dc664c-4634-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Gerrit Cosman" ;
  a2a:PersonName [
    rdfs:label "Gerrit Cosman" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Cosman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1938" ;
    a2a:Month "4" ;
    a2a:Day "29" ;
    rdfs:label "1938-04-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Mook en Middelaar" ;
    rdfs:label "Mook en Middelaar"
  ] .

oa:relationep_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person:c0dbcc32-4634-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Event1 .

oa:relationep_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person:c0dcacce-4634-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Event1 .

oa:relationep_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person:c0dc664c-4634-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Event1 .

oa:relationpp_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person:c0dbcc32-4634-11e3-a747-d206bceb4d38, oa:person_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b_Person:c0dc155c-4634-11e3-a747-d206bceb4d38 .

oa:source_bhi_0a14d2c3-9b54-d7d6-052d-25a938b78b2b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Cuijk en Sint Agatha" ;
    rdfs:label "Cuijk en Sint Agatha", "1938-01-01 - 1938-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1938-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1938-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 115, Periode: 1938" ;
    a2a:Book "Overlijdensregister 1938" ;
    a2a:DocumentNumber "22" ;
    a2a:RegistryNumber "115" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 115, Periode: 1938, Overlijdensregister 1938, 22, 115"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b09d01c2-cb64-ed00-2542-2ebbd8c18bb9.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b09d01c2-cb64-ed00-2542-2ebbd8c18bb9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-02-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0a14d2c3-9b54-d7d6-052d-25a938b78b2b" ;
  a2a:RecordGUID "{0a14d2c3-9b54-d7d6-052d-25a938b78b2b}" ;
  a2a:SourceRemarkOpmerking "Extract van overlijden der gemeente Mook en Middelaar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "115" ;
  a2a:SourceRemarkregister_periode "1938" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_1986_00001986.xml van BHI" .

[]
  a2a:PersonRemarkplaats_overlijden "Mook en Middelaar" ;
  a2a:PersonRemarkdatum_overlijden "1938-04-29" .

