@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_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4
  a a2a:Record ;
  rdfs:label "Overlijden op 10 april 1863 te Rosmalen" ;
  a2a:hasPerson oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person-fb43cd8e-4639-11e3-a747-d206bceb4d38, oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person-fb4419c4-4639-11e3-a747-d206bceb4d38, oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person-fb44ac36-4639-11e3-a747-d206bceb4d38, oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person-fb446b5e-4639-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_0, oa:relationep_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_1, oa:relationep_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_0 ;
  a2a:hasSource oa:source_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4 .

oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person-fb43cd8e-4639-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Maria Elisabeth van Wanrooij" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth van Wanrooij" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wanrooij"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person-fb4419c4-4639-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Peter van Grunsven" ;
  a2a:PersonName [
    rdfs:label "Peter van Grunsven" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Grunsven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person-fb44ac36-4639-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Ida Cornelia van Wanrooij" ;
  a2a:PersonName [
    rdfs:label "Ida Cornelia van Wanrooij" ;
    a2a:PersonNameFirstName "Ida Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wanrooij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person-fb446b5e-4639-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1863" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1863-04-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rosmalen" ;
    rdfs:label "Rosmalen"
  ] .

oa:relationep_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person:fb43cd8e-4639-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Event1 .

oa:relationep_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person:fb44ac36-4639-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Event1 .

oa:relationep_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person:fb446b5e-4639-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Event1 .

oa:relationpp_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person:fb43cd8e-4639-11e3-a747-d206bceb4d38, oa:person_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4_Person:fb4419c4-4639-11e3-a747-d206bceb4d38 .

oa:source_bhi_35ec83f8-bae7-23e1-4e8b-5a4e77068ea4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rosmalen" ;
    rdfs:label "Rosmalen", "1863-04-11 - 1863-04-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1863-04-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1863-04-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1863" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1863-04-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 6789, Periode: 1863" ;
    a2a:Book "Overlijdensregister 1863" ;
    a2a:DocumentNumber "20" ;
    a2a:RegistryNumber "6789" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 6789, Periode: 1863, Overlijdensregister 1863, 20, 6789"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/edc4f73d-594b-ee82-f0f0-ef8d6a2da2c4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/edc4f73d-594b-ee82-f0f0-ef8d6a2da2c4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/35ec83f8-bae7-23e1-4e8b-5a4e77068ea4" ;
  a2a:RecordGUID "{35ec83f8-bae7-23e1-4e8b-5a4e77068ea4}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "6789" ;
  a2a:SourceRemarkregister_periode "1863" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_129_00000129.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1863-04-10" .
