@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_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a
  a a2a:Record ;
  rdfs:label "Overlijden op 31 maart 1908 te Putte" ;
  a2a:hasPerson oa:person_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Person-4249b9ea-968e-6a07-2499-733a2cea3e70, oa:person_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Person-23af07b0-1149-36a0-2426-6a2dcabb46a6, oa:person_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Person-266f5cab-4f51-b7b2-dc84-0e6871ec258b ;
  a2a:hasEvent oa:event_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_0, oa:relationep_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_1, oa:relationep_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_2 ;
  a2a:hasSource oa:source_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a .

oa:person_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Person-4249b9ea-968e-6a07-2499-733a2cea3e70
  a a2a:Person ;
  rdfs:label "Adrianus Josephus de Clerck" ;
  a2a:PersonName [
    rdfs:label "Adrianus Josephus de Clerck" ;
    a2a:PersonNameFirstName "Adrianus Josephus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Clerck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Person-23af07b0-1149-36a0-2426-6a2dcabb46a6
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Stroub" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Stroub" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Stroub"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Person-266f5cab-4f51-b7b2-dc84-0e6871ec258b
  a a2a:Person ;
  rdfs:label "Angelina de Clerck" ;
  a2a:PersonName [
    rdfs:label "Angelina de Clerck" ;
    a2a:PersonNameFirstName "Angelina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Clerck"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "11 maanden" ;
    rdfs:label "11 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:event_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1908" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1908-03-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:relationep_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Person:4249b9ea-968e-6a07-2499-733a2cea3e70 ;
  a2a:EventKeyRef oa:event_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Event1 .

oa:relationep_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Person:23af07b0-1149-36a0-2426-6a2dcabb46a6 ;
  a2a:EventKeyRef oa:event_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Event1 .

oa:relationep_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Person:266f5cab-4f51-b7b2-dc84-0e6871ec258b ;
  a2a:EventKeyRef oa:event_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a_Event1 .

oa:source_wba_0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1908-03-31 - 1908-03-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-03-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1908-03-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1908" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1908-03-31"^^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 "6" ;
    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, 6, 488"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/2c04973f-c963-0206-bd4b-1927c228652f.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/2c04973f-c963-0206-bd4b-1927c228652f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-06-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a" ;
  a2a:RecordGUID "{0ff12a9d-e01f-4ae3-3f5a-eeeca9289a6a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_14016_00014016.xml van WBA" .

