@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_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e
  a a2a:Record ;
  rdfs:label "Overlijden op 26 mei 1910 te Nieuwkuijk" ;
  a2a:hasPerson oa:person_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Person-74bdf4eb-2164-28f3-0a8f-35d5359fe165, oa:person_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Person-6cd53c20-c70b-5e62-e941-234f6ffd4976, oa:person_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Person-690783bf-4ee9-be31-ab3c-47fa1dda517e ;
  a2a:hasEvent oa:event_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_0, oa:relationep_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_1, oa:relationep_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_2 ;
  a2a:hasSource oa:source_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e .

oa:person_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Person-74bdf4eb-2164-28f3-0a8f-35d5359fe165
  a a2a:Person ;
  rdfs:label "Walthera Samuels" ;
  a2a:PersonName [
    rdfs:label "Walthera Samuels" ;
    a2a:PersonNameFirstName "Walthera" ;
    a2a:PersonNameLastName "Samuels"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Person-6cd53c20-c70b-5e62-e941-234f6ffd4976
  a a2a:Person ;
  rdfs:label "Maria Samuels" ;
  a2a:PersonName [
    rdfs:label "Maria Samuels" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Samuels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Person-690783bf-4ee9-be31-ab3c-47fa1dda517e
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1910-05-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk"
  ] .

oa:relationep_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Person:74bdf4eb-2164-28f3-0a8f-35d5359fe165 ;
  a2a:EventKeyRef oa:event_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Event1 .

oa:relationep_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Person:6cd53c20-c70b-5e62-e941-234f6ffd4976 ;
  a2a:EventKeyRef oa:event_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Event1 .

oa:relationep_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Person:690783bf-4ee9-be31-ab3c-47fa1dda517e ;
  a2a:EventKeyRef oa:event_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e_Event1 .

oa:source_bhi_46a65e75-48b3-4d21-75b0-e5cb2d5bba3e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk", "1910-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1910" ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2075, Periode: 1910" ;
    a2a:Book "Overlijdensregister Nieuwkuijk 1910" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "2075" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2075, Periode: 1910, Overlijdensregister Nieuwkuijk 1910, 10, 2075"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6bde0fcd-758d-eae8-cf9b-0085016aa0aa.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6bde0fcd-758d-eae8-cf9b-0085016aa0aa.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/46a65e75-48b3-4d21-75b0-e5cb2d5bba3e" ;
  a2a:RecordGUID "{46a65e75-48b3-4d21-75b0-e5cb2d5bba3e}" ;
  a2a:SourceRemarkdeel "2075" ;
  a2a:SourceRemarkregister_periode "1910" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_2376_00002376.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1910-05-26" .
