@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_cdc650a5-e4e4-d5eb-77c5-45e803106fd1
  a a2a:Record ;
  rdfs:label "Overlijden op 19 januari 1890 te Raamsdonk" ;
  a2a:hasPerson oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person-9f3e1d91-6c88-4647-1372-17c5e390b50c, oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person-a9b1bd76-ca1e-cbc1-88e4-dbf10e911b24, oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person-0f409aad-028d-7862-985f-e591c6a8f49a, oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person-b5340b69-36dc-4a47-f272-89b7325b0a3e ;
  a2a:hasEvent oa:event_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_0, oa:relationep_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_1, oa:relationep_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_2, oa:relationep_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_3 ;
  a2a:hasSource oa:source_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1 .

oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person-9f3e1d91-6c88-4647-1372-17c5e390b50c
  a a2a:Person ;
  rdfs:label "Dijmphna Resoort" ;
  a2a:PersonName [
    rdfs:label "Dijmphna Resoort" ;
    a2a:PersonNameFirstName "Dijmphna" ;
    a2a:PersonNameLastName "Resoort"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person-a9b1bd76-ca1e-cbc1-88e4-dbf10e911b24
  a a2a:Person ;
  rdfs:label "Woutrina van Oversteeg" ;
  a2a:PersonName [
    rdfs:label "Woutrina van Oversteeg" ;
    a2a:PersonNameFirstName "Woutrina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oversteeg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person-0f409aad-028d-7862-985f-e591c6a8f49a
  a a2a:Person ;
  rdfs:label "Wouter Resoort" ;
  a2a:PersonName [
    rdfs:label "Wouter Resoort" ;
    a2a:PersonNameFirstName "Wouter" ;
    a2a:PersonNameLastName "Resoort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person-b5340b69-36dc-4a47-f272-89b7325b0a3e
  a a2a:Person ;
  rdfs:label "Adriaan Marinus van Dongen" ;
  a2a:PersonName [
    rdfs:label "Adriaan Marinus van Dongen" ;
    a2a:PersonNameFirstName "Adriaan Marinus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dongen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1890" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1890-01-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk"
  ] .

oa:relationep_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person:9f3e1d91-6c88-4647-1372-17c5e390b50c ;
  a2a:EventKeyRef oa:event_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Event1 .

oa:relationep_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person:a9b1bd76-ca1e-cbc1-88e4-dbf10e911b24 ;
  a2a:EventKeyRef oa:event_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Event1 .

oa:relationep_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person:0f409aad-028d-7862-985f-e591c6a8f49a ;
  a2a:EventKeyRef oa:event_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Event1 .

oa:relationep_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_3
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenote van" ;
  a2a:RelationType "other:Echtgenote van" ;
  a2a:PersonKeyRef oa:person_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Person:b5340b69-36dc-4a47-f272-89b7325b0a3e ;
  a2a:EventKeyRef oa:event_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1_Event1 .

oa:source_bhi_cdc650a5-e4e4-d5eb-77c5-45e803106fd1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk", "1890-01-20 - 1890-01-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-01-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-01-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1890" ;
    a2a:Month "1" ;
    a2a:Day "20" ;
    rdfs:label "1890-01-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6503, Periode: 1890" ;
    a2a:Book "Overlijdensregister Raamsdonk 1890" ;
    a2a:DocumentNumber "8" ;
    a2a:RegistryNumber "6503" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6503, Periode: 1890, Overlijdensregister Raamsdonk 1890, 8, 6503"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/21dab4b3-a441-a322-6b9c-e42bfcb57e13.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/21dab4b3-a441-a322-6b9c-e42bfcb57e13.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-11-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cdc650a5-e4e4-d5eb-77c5-45e803106fd1" ;
  a2a:RecordGUID "{cdc650a5-e4e4-d5eb-77c5-45e803106fd1}" ;
  a2a:SourceRemarkdeel "6503" ;
  a2a:SourceRemarkregister_periode "1890" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_77_00000077.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1890-01-19" .
