@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_da10a5bb-4158-52c8-df4d-e5c4368b8a0b
  a a2a:Record ;
  rdfs:label "Overlijden op 4 augustus 1912 te Nieuwkuijk" ;
  a2a:hasPerson oa:person_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Person-4ed88758-8b79-2582-9a2f-9ceb38b1c475, oa:person_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Person-171a25a6-2594-c0af-4ca3-463c4178eeb6, oa:person_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Person-a0d8e114-3d46-5c90-8a98-e3f4076e85ef ;
  a2a:hasEvent oa:event_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_0, oa:relationep_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_1, oa:relationep_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_2 ;
  a2a:hasSource oa:source_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b .

oa:person_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Person-4ed88758-8b79-2582-9a2f-9ceb38b1c475
  a a2a:Person ;
  rdfs:label "Hendrikus Johannes Schelle" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Johannes Schelle" ;
    a2a:PersonNameFirstName "Hendrikus Johannes" ;
    a2a:PersonNameLastName "Schelle"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Person-171a25a6-2594-c0af-4ca3-463c4178eeb6
  a a2a:Person ;
  rdfs:label "Johanna van Ravesteijn" ;
  a2a:PersonName [
    rdfs:label "Johanna van Ravesteijn" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ravesteijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Person-a0d8e114-3d46-5c90-8a98-e3f4076e85ef
  a a2a:Person ;
  rdfs:label "Andries Schelle" ;
  a2a:PersonName [
    rdfs:label "Andries Schelle" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Schelle"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1912" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1912-08-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk"
  ] .

oa:relationep_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Person:4ed88758-8b79-2582-9a2f-9ceb38b1c475 ;
  a2a:EventKeyRef oa:event_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Event1 .

oa:relationep_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Person:171a25a6-2594-c0af-4ca3-463c4178eeb6 ;
  a2a:EventKeyRef oa:event_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Event1 .

oa:relationep_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Person:a0d8e114-3d46-5c90-8a98-e3f4076e85ef ;
  a2a:EventKeyRef oa:event_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b_Event1 .

oa:source_bhi_da10a5bb-4158-52c8-df4d-e5c4368b8a0b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk", "1912-01-01 - 1912-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1912" ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2075, Periode: 1912" ;
    a2a:Book "Overlijdensregister Nieuwkuijk 1912" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "2075" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2075, Periode: 1912, Overlijdensregister Nieuwkuijk 1912, 17, 2075"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/3df77962-74d1-b0f8-8893-d49c5876467e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/3df77962-74d1-b0f8-8893-d49c5876467e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/da10a5bb-4158-52c8-df4d-e5c4368b8a0b" ;
  a2a:RecordGUID "{da10a5bb-4158-52c8-df4d-e5c4368b8a0b}" ;
  a2a:SourceRemarkdeel "2075" ;
  a2a:SourceRemarkregister_periode "1912" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_2380_00002380.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1912-08-04" .
