@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_1ccc28ec-3d49-da17-9056-31ead94de6fd
  a a2a:Record ;
  rdfs:label "Overlijden op 28 februari 1880 te Woudrichem" ;
  a2a:hasPerson oa:person_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Person-c9262837-c154-2782-1eef-5f6103853367, oa:person_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Person-5d3d6ccd-7391-1799-1a54-9cd71612a9ed, oa:person_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Person-469999a7-09cd-0924-bf35-3424d90b49b9 ;
  a2a:hasEvent oa:event_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_0, oa:relationep_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_1, oa:relationep_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_2 ;
  a2a:hasSource oa:source_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd .

oa:person_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Person-c9262837-c154-2782-1eef-5f6103853367
  a a2a:Person ;
  rdfs:label "Frans Schetselaar" ;
  a2a:PersonName [
    rdfs:label "Frans Schetselaar" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "Schetselaar"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Person-5d3d6ccd-7391-1799-1a54-9cd71612a9ed
  a a2a:Person ;
  rdfs:label "Frans Schetselaar" ;
  a2a:PersonName [
    rdfs:label "Frans Schetselaar" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "Schetselaar"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Person-469999a7-09cd-0924-bf35-3424d90b49b9
  a a2a:Person ;
  rdfs:label "Flora Schreuders" ;
  a2a:PersonName [
    rdfs:label "Flora Schreuders" ;
    a2a:PersonNameFirstName "Flora" ;
    a2a:PersonNameLastName "Schreuders"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1880-02-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] .

oa:relationep_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Person:c9262837-c154-2782-1eef-5f6103853367 ;
  a2a:EventKeyRef oa:event_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Event1 .

oa:relationep_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Person:5d3d6ccd-7391-1799-1a54-9cd71612a9ed ;
  a2a:EventKeyRef oa:event_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Event1 .

oa:relationep_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Person:469999a7-09cd-0924-bf35-3424d90b49b9 ;
  a2a:EventKeyRef oa:event_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd_Event1 .

oa:source_bhi_1ccc28ec-3d49-da17-9056-31ead94de6fd
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem", "1880-02-28 - 1880-02-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-02-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-02-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1880" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1880-02-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9159, Periode: 1880" ;
    a2a:Book "Overlijdensregister Woudrichem 1880" ;
    a2a:DocumentNumber "9" ;
    a2a:RegistryNumber "9159" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9159, Periode: 1880, Overlijdensregister Woudrichem 1880, 9, 9159"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/24c3839f-34fc-ddca-0c1e-634dda8b092c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/24c3839f-34fc-ddca-0c1e-634dda8b092c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-08-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1ccc28ec-3d49-da17-9056-31ead94de6fd" ;
  a2a:RecordGUID "{1ccc28ec-3d49-da17-9056-31ead94de6fd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_72815_00072815.xml van BHI" .

