@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_67a45eaa-bd4e-bc28-db9e-fb40094133dc
  a a2a:Record ;
  rdfs:label "Geboorte op 13 juni 1924 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Person-92ff2480-d225-5309-1262-f1f2504cc3ef, oa:person_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Person-53f6913a-a850-69b1-8082-47e3889d3d4c, oa:person_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Person-f47956df-f59f-aacf-6298-0af1541d763c ;
  a2a:hasEvent oa:event_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_0, oa:relationep_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_1, oa:relationep_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_2 ;
  a2a:hasSource oa:source_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc .

oa:person_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Person-92ff2480-d225-5309-1262-f1f2504cc3ef
  a a2a:Person ;
  rdfs:label "Adrianus Arnoldus Ligt" ;
  a2a:PersonName [
    rdfs:label "Adrianus Arnoldus Ligt" ;
    a2a:PersonNameFirstName "Adrianus Arnoldus" ;
    a2a:PersonNameLastName "Ligt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Person-53f6913a-a850-69b1-8082-47e3889d3d4c
  a a2a:Person ;
  rdfs:label "Cornelia Moesker" ;
  a2a:PersonName [
    rdfs:label "Cornelia Moesker" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Moesker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Person-f47956df-f59f-aacf-6298-0af1541d763c
  a a2a:Person ;
  rdfs:label "Maria Cornelia Ligt" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelia Ligt" ;
    a2a:PersonNameFirstName "Maria Cornelia" ;
    a2a:PersonNameLastName "Ligt"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1924" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1924-06-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:event_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1924" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1924-06-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Person:92ff2480-d225-5309-1262-f1f2504cc3ef ;
  a2a:EventKeyRef oa:event_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Event1 .

oa:relationep_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Person:53f6913a-a850-69b1-8082-47e3889d3d4c ;
  a2a:EventKeyRef oa:event_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Event1 .

oa:relationep_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Person:f47956df-f59f-aacf-6298-0af1541d763c ;
  a2a:EventKeyRef oa:event_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc_Event1 .

oa:source_wba_67a45eaa-bd4e-bc28-db9e-fb40094133dc
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1924-06-13 - 1924-06-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-06-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-06-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1924" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1924-06-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Bergen op Zoom - burgerlijke stand, Bron: boek, Deel: 114, P..." ;
    a2a:Book "Geboorteregister 1924" ;
    a2a:DocumentNumber "252" ;
    a2a:RegistryNumber "114" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Bergen op Zoom - burgerlijke stand, Bron: boek, Deel: 114, P..., Geboorteregister 1924, 252, 114"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/iiif/c119f65d-0bf5-d1fd-568e-f131d3340f45/info.json" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/67a45eaa-bd4e-bc28-db9e-fb40094133dc" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/c119f65d-0bf5-d1fd-568e-f131d3340f45.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-07-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/67a45eaa-bd4e-bc28-db9e-fb40094133dc" ;
  a2a:RecordGUID "{67a45eaa-bd4e-bc28-db9e-fb40094133dc}" ;
  a2a:SourceRemarkarchiefnaam "Archief van de gemeente Bergen op Zoom - burgerlijke stand" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "114" ;
  a2a:SourceRemarkregister_periode "1924" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_16_00000016.xml van WBA" .

