@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_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6
  a a2a:Record ;
  rdfs:label "Geboorte op 27 november 1925 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Person-fc526da2-f5eb-f34e-7ba9-0c23f32f2b9c, oa:person_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Person-a90bc900-d2af-c0ac-51df-41779acbee54, oa:person_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Person-6608cb82-4e4f-5605-f08e-289b28c48069 ;
  a2a:hasEvent oa:event_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_0, oa:relationep_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_1, oa:relationep_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_2 ;
  a2a:hasSource oa:source_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6 .

oa:person_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Person-fc526da2-f5eb-f34e-7ba9-0c23f32f2b9c
  a a2a:Person ;
  rdfs:label "Marinus Franciscus Broos" ;
  a2a:PersonName [
    rdfs:label "Marinus Franciscus Broos" ;
    a2a:PersonNameFirstName "Marinus Franciscus" ;
    a2a:PersonNameLastName "Broos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Person-a90bc900-d2af-c0ac-51df-41779acbee54
  a a2a:Person ;
  rdfs:label "Lucia Spitters" ;
  a2a:PersonName [
    rdfs:label "Lucia Spitters" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNameLastName "Spitters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Person-6608cb82-4e4f-5605-f08e-289b28c48069
  a a2a:Person ;
  rdfs:label "Marinus Hermanus Broos" ;
  a2a:PersonName [
    rdfs:label "Marinus Hermanus Broos" ;
    a2a:PersonNameFirstName "Marinus Hermanus" ;
    a2a:PersonNameLastName "Broos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1925" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1925-11-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:event_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1925" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1925-11-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Person:fc526da2-f5eb-f34e-7ba9-0c23f32f2b9c ;
  a2a:EventKeyRef oa:event_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Event1 .

oa:relationep_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Person:a90bc900-d2af-c0ac-51df-41779acbee54 ;
  a2a:EventKeyRef oa:event_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Event1 .

oa:relationep_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Person:6608cb82-4e4f-5605-f08e-289b28c48069 ;
  a2a:EventKeyRef oa:event_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6_Event1 .

oa:source_wba_1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1925-11-27 - 1925-11-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-11-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-11-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1925" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1925-11-27"^^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: 115, P..." ;
    a2a:Book "Geboorteregister 1925" ;
    a2a:DocumentNumber "469" ;
    a2a:RegistryNumber "115" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Bergen op Zoom - burgerlijke stand, Bron: boek, Deel: 115, P..., Geboorteregister 1925, 469, 115"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/iiif/408737be-93db-f51f-0fa6-5b6130360096/info.json" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/408737be-93db-f51f-0fa6-5b6130360096.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-12-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6" ;
  a2a:RecordGUID "{1f8c2f1c-37eb-0a1e-1e41-e4294e5bf8b6}" ;
  a2a:SourceRemarkarchiefnaam "Archief van de gemeente Bergen op Zoom - burgerlijke stand" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "115" ;
  a2a:SourceRemarkregister_periode "1925" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260528_23_00000023.xml van WBA" .

