@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_269f733f-929e-a4aa-8598-059e851152d4
  a a2a:Record ;
  rdfs:label "Geboorte op 1 januari 1920 te Halsteren" ;
  a2a:hasPerson oa:person_wba_269f733f-929e-a4aa-8598-059e851152d4_Person-d4bc3ebf-bc82-8647-796f-5ba4c93d0cf6, oa:person_wba_269f733f-929e-a4aa-8598-059e851152d4_Person-130a0402-80aa-3bb3-3269-39478a22015b, oa:person_wba_269f733f-929e-a4aa-8598-059e851152d4_Person-70327d23-5340-fb13-9f21-1651619fd251 ;
  a2a:hasEvent oa:event_wba_269f733f-929e-a4aa-8598-059e851152d4_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_269f733f-929e-a4aa-8598-059e851152d4_0, oa:relationep_wba_269f733f-929e-a4aa-8598-059e851152d4_1, oa:relationep_wba_269f733f-929e-a4aa-8598-059e851152d4_2 ;
  a2a:hasSource oa:source_wba_269f733f-929e-a4aa-8598-059e851152d4 .

oa:person_wba_269f733f-929e-a4aa-8598-059e851152d4_Person-d4bc3ebf-bc82-8647-796f-5ba4c93d0cf6
  a a2a:Person ;
  rdfs:label "Leonardus Bogers" ;
  a2a:PersonName [
    rdfs:label "Leonardus Bogers" ;
    a2a:PersonNameFirstName "Leonardus" ;
    a2a:PersonNameLastName "Bogers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_269f733f-929e-a4aa-8598-059e851152d4_Person-130a0402-80aa-3bb3-3269-39478a22015b
  a a2a:Person ;
  rdfs:label "Adriana Catharina Govers" ;
  a2a:PersonName [
    rdfs:label "Adriana Catharina Govers" ;
    a2a:PersonNameFirstName "Adriana Catharina" ;
    a2a:PersonNameLastName "Govers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_269f733f-929e-a4aa-8598-059e851152d4_Person-70327d23-5340-fb13-9f21-1651619fd251
  a a2a:Person ;
  rdfs:label "Maria Anna Carolina Bogers" ;
  a2a:PersonName [
    rdfs:label "Maria Anna Carolina Bogers" ;
    a2a:PersonNameFirstName "Maria Anna Carolina" ;
    a2a:PersonNameLastName "Bogers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1920-01-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren"
  ] .

oa:event_wba_269f733f-929e-a4aa-8598-059e851152d4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1920-01-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren"
  ] .

oa:relationep_wba_269f733f-929e-a4aa-8598-059e851152d4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_269f733f-929e-a4aa-8598-059e851152d4_Person:d4bc3ebf-bc82-8647-796f-5ba4c93d0cf6 ;
  a2a:EventKeyRef oa:event_wba_269f733f-929e-a4aa-8598-059e851152d4_Event1 .

oa:relationep_wba_269f733f-929e-a4aa-8598-059e851152d4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_269f733f-929e-a4aa-8598-059e851152d4_Person:130a0402-80aa-3bb3-3269-39478a22015b ;
  a2a:EventKeyRef oa:event_wba_269f733f-929e-a4aa-8598-059e851152d4_Event1 .

oa:relationep_wba_269f733f-929e-a4aa-8598-059e851152d4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_269f733f-929e-a4aa-8598-059e851152d4_Person:70327d23-5340-fb13-9f21-1651619fd251 ;
  a2a:EventKeyRef oa:event_wba_269f733f-929e-a4aa-8598-059e851152d4_Event1 .

oa:source_wba_269f733f-929e-a4aa-8598-059e851152d4
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren", "1920-01-01 - 1920-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-01-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1920-01-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Halsteren - burgerlijke stand, Bron: boek, Deel: 1401, Perio..." ;
    a2a:Book "Geboorteregister 1920" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "1401" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Halsteren - burgerlijke stand, Bron: boek, Deel: 1401, Perio..., Geboorteregister 1920, 1, 1401"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/9c31433d-682f-1e52-b7e4-d8129a4b76fd.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/269f733f-929e-a4aa-8598-059e851152d4" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/9c31433d-682f-1e52-b7e4-d8129a4b76fd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-06-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/269f733f-929e-a4aa-8598-059e851152d4" ;
  a2a:RecordGUID "{269f733f-929e-a4aa-8598-059e851152d4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2059_00002059.xml van WBA" .

