@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_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04
  a a2a:Record ;
  rdfs:label "Overlijden op 2 juni 1905 te Putte" ;
  a2a:hasPerson oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person-e1a846c6-f285-4f40-83b1-13326c81311d, oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person-72a5b79d-e13f-fc08-d9e7-e792cb75111c, oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person-9825cf57-f793-eddb-ed53-2a74808aea4f, oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person-ef4c99e8-0ef2-8340-1bd7-a3d7c2f3f94c, oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person-20ce8e31-ab11-a1c9-24fd-f383364860e6 ;
  a2a:hasEvent oa:event_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_0, oa:relationep_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_1, oa:relationep_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_2 ;
  a2a:hasRelationPP oa:relationpp_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_0, oa:relationpp_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_1 ;
  a2a:hasSource oa:source_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04 .

oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person-e1a846c6-f285-4f40-83b1-13326c81311d
  a a2a:Person ;
  rdfs:label "Antonius Felix Claessens" ;
  a2a:PersonName [
    rdfs:label "Antonius Felix Claessens" ;
    a2a:PersonNameFirstName "Antonius Felix" ;
    a2a:PersonNameLastName "Claessens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person-72a5b79d-e13f-fc08-d9e7-e792cb75111c
  a a2a:Person ;
  rdfs:label "Joannes Claessens" ;
  a2a:PersonName [
    rdfs:label "Joannes Claessens" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Claessens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person-9825cf57-f793-eddb-ed53-2a74808aea4f
  a a2a:Person ;
  rdfs:label "Jacobus Gijsen" ;
  a2a:PersonName [
    rdfs:label "Jacobus Gijsen" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Gijsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person-ef4c99e8-0ef2-8340-1bd7-a3d7c2f3f94c
  a a2a:Person ;
  rdfs:label "Anna Isabella Voetstouwers" ;
  a2a:PersonName [
    rdfs:label "Anna Isabella Voetstouwers" ;
    a2a:PersonNameFirstName "Anna Isabella" ;
    a2a:PersonNameLastName "Voetstouwers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person-20ce8e31-ab11-a1c9-24fd-f383364860e6
  a a2a:Person ;
  rdfs:label "Maria Gijsen" ;
  a2a:PersonName [
    rdfs:label "Maria Gijsen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Gijsen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "45 jaar" ;
    rdfs:label "45 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:event_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1905-06-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:relationep_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person:9825cf57-f793-eddb-ed53-2a74808aea4f ;
  a2a:EventKeyRef oa:event_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Event1 .

oa:relationep_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person:ef4c99e8-0ef2-8340-1bd7-a3d7c2f3f94c ;
  a2a:EventKeyRef oa:event_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Event1 .

oa:relationep_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person:20ce8e31-ab11-a1c9-24fd-f383364860e6 ;
  a2a:EventKeyRef oa:event_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Event1 .

oa:relationpp_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person:20ce8e31-ab11-a1c9-24fd-f383364860e6, oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person:e1a846c6-f285-4f40-83b1-13326c81311d .

oa:relationpp_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person:20ce8e31-ab11-a1c9-24fd-f383364860e6, oa:person_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04_Person:72a5b79d-e13f-fc08-d9e7-e792cb75111c .

oa:source_wba_6f8962cd-f19f-4f78-e780-e740f2b89b04
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1905-06-02 - 1905-06-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-06-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-06-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1905-06-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Putte - burgerlijke stand, Bron: boek, Deel: 488, Periode: 1..." ;
    a2a:Book "Overlijdensregister 1883-1912" ;
    a2a:DocumentNumber "8" ;
    a2a:RegistryNumber "488" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Putte - burgerlijke stand, Bron: boek, Deel: 488, Periode: 1..., Overlijdensregister 1883-1912, 8, 488"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/0ec042ee-6ddd-f191-1647-6f16c8256fef.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/6f8962cd-f19f-4f78-e780-e740f2b89b04" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/0ec042ee-6ddd-f191-1647-6f16c8256fef.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-06-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/6f8962cd-f19f-4f78-e780-e740f2b89b04" ;
  a2a:RecordGUID "{6f8962cd-f19f-4f78-e780-e740f2b89b04}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_13549_00013549.xml van WBA" .

