@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_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd
  a a2a:Record ;
  rdfs:label "Overlijden op 10 januari 1907 te Putte" ;
  a2a:hasPerson oa:person_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Person-b51b2141-37ed-0245-0cff-ff13662efc85, oa:person_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Person-b96967b9-cc1a-2c10-7bfc-2f264697b0fd, oa:person_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Person-5864ff6e-42e3-4d73-b68f-1fbef6239219 ;
  a2a:hasEvent oa:event_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_0, oa:relationep_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_1, oa:relationep_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_2 ;
  a2a:hasSource oa:source_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd .

oa:person_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Person-b51b2141-37ed-0245-0cff-ff13662efc85
  a a2a:Person ;
  rdfs:label "Josephus Simons" ;
  a2a:PersonName [
    rdfs:label "Josephus Simons" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Person-b96967b9-cc1a-2c10-7bfc-2f264697b0fd
  a a2a:Person ;
  rdfs:label "Rosalia Verelst" ;
  a2a:PersonName [
    rdfs:label "Rosalia Verelst" ;
    a2a:PersonNameFirstName "Rosalia" ;
    a2a:PersonNameLastName "Verelst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Person-5864ff6e-42e3-4d73-b68f-1fbef6239219
  a a2a:Person ;
  rdfs:label "Guilielmus Alphonsus Simons" ;
  a2a:PersonName [
    rdfs:label "Guilielmus Alphonsus Simons" ;
    a2a:PersonNameFirstName "Guilielmus Alphonsus" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "6 maanden" ;
    rdfs:label "6 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:event_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1907-01-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:relationep_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Person:b51b2141-37ed-0245-0cff-ff13662efc85 ;
  a2a:EventKeyRef oa:event_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Event1 .

oa:relationep_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Person:b96967b9-cc1a-2c10-7bfc-2f264697b0fd ;
  a2a:EventKeyRef oa:event_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Event1 .

oa:relationep_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Person:5864ff6e-42e3-4d73-b68f-1fbef6239219 ;
  a2a:EventKeyRef oa:event_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd_Event1 .

oa:source_wba_bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1907-01-10 - 1907-01-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-01-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-01-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1907-01-10"^^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 "1" ;
    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, 1, 488"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/20a2f75b-5a1a-02a1-b375-97b79830aebd.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/20a2f75b-5a1a-02a1-b375-97b79830aebd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-06-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd" ;
  a2a:RecordGUID "{bd65b9f2-8739-e8c4-2b68-8c0ac7c3b2bd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_13792_00013792.xml van WBA" .

