@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_f4e95aca-d2aa-a899-9d45-d77c439e9567
  a a2a:Record ;
  rdfs:label "Geboorte op 19 maart 1912 te Roosendaal" ;
  a2a:hasPerson oa:person_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Person-fd1c4e23-ad4e-3381-b325-ff2d916b2a6d, oa:person_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Person-6c31ef15-048a-059b-3419-3e9468dcc390, oa:person_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Person-8df33381-bc67-ed26-c16f-252513aaa5dd ;
  a2a:hasEvent oa:event_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_0, oa:relationep_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_1, oa:relationep_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_2 ;
  a2a:hasSource oa:source_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567 .

oa:person_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Person-fd1c4e23-ad4e-3381-b325-ff2d916b2a6d
  a a2a:Person ;
  rdfs:label "Dimphna Adriana Potters" ;
  a2a:PersonName [
    rdfs:label "Dimphna Adriana Potters" ;
    a2a:PersonNameFirstName "Dimphna Adriana" ;
    a2a:PersonNameLastName "Potters"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1912-03-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] .

oa:person_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Person-6c31ef15-048a-059b-3419-3e9468dcc390
  a a2a:Person ;
  rdfs:label "Adrianus Franciscus Potters" ;
  a2a:PersonName [
    rdfs:label "Adrianus Franciscus Potters" ;
    a2a:PersonNameFirstName "Adrianus Franciscus" ;
    a2a:PersonNameLastName "Potters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Person-8df33381-bc67-ed26-c16f-252513aaa5dd
  a a2a:Person ;
  rdfs:label "Lucia van Ginneken" ;
  a2a:PersonName [
    rdfs:label "Lucia van Ginneken" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ginneken"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1912" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1912-03-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] .

oa:relationep_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Person:fd1c4e23-ad4e-3381-b325-ff2d916b2a6d ;
  a2a:EventKeyRef oa:event_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Event1 .

oa:relationep_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Person:6c31ef15-048a-059b-3419-3e9468dcc390 ;
  a2a:EventKeyRef oa:event_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Event1 .

oa:relationep_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Person:8df33381-bc67-ed26-c16f-252513aaa5dd ;
  a2a:EventKeyRef oa:event_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567_Event1 .

oa:source_wba_f4e95aca-d2aa-a899-9d45-d77c439e9567
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1912-03-19 - 1912-03-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-03-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-03-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1912" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1912-03-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1851-1916, Bron: boek, Deel: 2046, Per..." ;
    a2a:Book "Geboorteregister Roosendaal 1912" ;
    a2a:DocumentNumber "136" ;
    a2a:RegistryNumber "2046" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1851-1916, Bron: boek, Deel: 2046, Per..., Geboorteregister Roosendaal 1912, 136, 2046"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/53f00c66-fe47-89cc-58d1-159b87c2fd25.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/f4e95aca-d2aa-a899-9d45-d77c439e9567" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/53f00c66-fe47-89cc-58d1-159b87c2fd25.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-11-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/f4e95aca-d2aa-a899-9d45-d77c439e9567" ;
  a2a:RecordGUID "{f4e95aca-d2aa-a899-9d45-d77c439e9567}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_18541_00018541.xml van WBA" .

[] a2a:PersonRemarkdiversen "38 jaar, bakker" .
