@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_0a44500a-dcd9-372f-0024-bcf0a10e374b
  a a2a:Record ;
  rdfs:label "Geboorte op 17 november 1885" ;
  a2a:hasPerson oa:person_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Person-83c51537-58b5-2d40-955b-7791e80be8f0, oa:person_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Person-becbb0e1-7b74-1a51-ae06-a512bffaad7b, oa:person_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Person-4555bb8e-f5b8-dcca-dbfb-53c9bfc3a182 ;
  a2a:hasEvent oa:event_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_0, oa:relationep_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_1, oa:relationep_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_2 ;
  a2a:hasSource oa:source_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b .

oa:person_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Person-83c51537-58b5-2d40-955b-7791e80be8f0
  a a2a:Person ;
  rdfs:label "Dominicus Aloysius Cassimon" ;
  a2a:PersonName [
    rdfs:label "Dominicus Aloysius Cassimon" ;
    a2a:PersonNameFirstName "Dominicus Aloysius" ;
    a2a:PersonNameLastName "Cassimon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Person-becbb0e1-7b74-1a51-ae06-a512bffaad7b
  a a2a:Person ;
  rdfs:label "Adriana Cornelia Loos" ;
  a2a:PersonName [
    rdfs:label "Adriana Cornelia Loos" ;
    a2a:PersonNameFirstName "Adriana Cornelia" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Person-4555bb8e-f5b8-dcca-dbfb-53c9bfc3a182
  a a2a:Person ;
  rdfs:label "Joanna Maria Cassimon" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Cassimon" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Cassimon"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1885" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1885-11-17"^^xsd:date
  ] .

oa:event_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1885" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1885-11-17"^^xsd:date
  ] .

oa:relationep_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Person:83c51537-58b5-2d40-955b-7791e80be8f0 ;
  a2a:EventKeyRef oa:event_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Event1 .

oa:relationep_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Person:becbb0e1-7b74-1a51-ae06-a512bffaad7b ;
  a2a:EventKeyRef oa:event_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Event1 .

oa:relationep_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Person:4555bb8e-f5b8-dcca-dbfb-53c9bfc3a182 ;
  a2a:EventKeyRef oa:event_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b_Event1 .

oa:source_wba_0a44500a-dcd9-372f-0024-bcf0a10e374b
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1885-11-17 - 1885-11-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-11-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-11-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1885" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1885-11-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 59, Periode: 1885" ;
    a2a:Book "Geboorteregister Kalmthout 1885" ;
    a2a:DocumentNumber "97" ;
    a2a:RegistryNumber "59" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 59, Periode: 1885, Geboorteregister Kalmthout 1885, 97, 59"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/7a217e7b-f837-cb4d-fb12-7e782b72cfbd.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0a44500a-dcd9-372f-0024-bcf0a10e374b" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/7a217e7b-f837-cb4d-fb12-7e782b72cfbd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-04-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0a44500a-dcd9-372f-0024-bcf0a10e374b" ;
  a2a:RecordGUID "{0a44500a-dcd9-372f-0024-bcf0a10e374b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1895_00001895.xml van WBA" .

[] a2a:PersonRemarkdiversen "34 jaar, dagloner, wonende in deze gemeente te Nieuwmoer Wijk D no 142" .
[] a2a:PersonRemarkdiversen "31 jaar, huisvrouw" .
