@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_ce97f3fa-2ee7-09dc-c265-c3ff050086ed
  a a2a:Record ;
  rdfs:label "Geboorte op 8 februari 1924 te Zundert" ;
  a2a:hasPerson oa:person_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Person-386c3ff7-3274-94ac-3ca7-2a805355abc8, oa:person_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Person-02747e9b-f7cb-ac18-769a-02102c5bcf6c, oa:person_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Person-b4d291b8-c267-9308-895c-86bc4f474f63 ;
  a2a:hasEvent oa:event_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_0, oa:relationep_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_1, oa:relationep_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_2 ;
  a2a:hasSource oa:source_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed .

oa:person_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Person-386c3ff7-3274-94ac-3ca7-2a805355abc8
  a a2a:Person ;
  rdfs:label "Antonie Braspenning" ;
  a2a:PersonName [
    rdfs:label "Antonie Braspenning" ;
    a2a:PersonNameFirstName "Antonie" ;
    a2a:PersonNameLastName "Braspenning"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Person-02747e9b-f7cb-ac18-769a-02102c5bcf6c
  a a2a:Person ;
  rdfs:label "Maria Cornelia van den Broek" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelia van den Broek" ;
    a2a:PersonNameFirstName "Maria Cornelia" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Broek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Person-b4d291b8-c267-9308-895c-86bc4f474f63
  a a2a:Person ;
  rdfs:label "Johanna Carolina Braspenning" ;
  a2a:PersonName [
    rdfs:label "Johanna Carolina Braspenning" ;
    a2a:PersonNameFirstName "Johanna Carolina" ;
    a2a:PersonNameLastName "Braspenning"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1924" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1924-02-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert"
  ] .

oa:event_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1924" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1924-02-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert"
  ] .

oa:relationep_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Person:386c3ff7-3274-94ac-3ca7-2a805355abc8 ;
  a2a:EventKeyRef oa:event_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Event1 .

oa:relationep_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Person:02747e9b-f7cb-ac18-769a-02102c5bcf6c ;
  a2a:EventKeyRef oa:event_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Event1 .

oa:relationep_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Person:b4d291b8-c267-9308-895c-86bc4f474f63 ;
  a2a:EventKeyRef oa:event_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed_Event1 .

oa:source_wba_ce97f3fa-2ee7-09dc-c265-c3ff050086ed
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert", "1924-02-08 - 1924-02-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-02-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-02-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1924" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1924-02-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Zundert, 1811-1927, Bron: boek, Deel: 2235, Periode: 1924" ;
    a2a:Book "Geboorteregister 1924" ;
    a2a:DocumentNumber "14" ;
    a2a:RegistryNumber "2235" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Zundert, 1811-1927, Bron: boek, Deel: 2235, Periode: 1924, Geboorteregister 1924, 14, 2235"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/iiif/d6451afe-5e84-54cf-4547-8af9974c5ef2/info.json" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ce97f3fa-2ee7-09dc-c265-c3ff050086ed" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/d6451afe-5e84-54cf-4547-8af9974c5ef2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ce97f3fa-2ee7-09dc-c265-c3ff050086ed" ;
  a2a:RecordGUID "{ce97f3fa-2ee7-09dc-c265-c3ff050086ed}" ;
  a2a:SourceRemarkarchiefnaam "Archief van de gemeente Zundert, 1811-1927" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "2235" ;
  a2a:SourceRemarkregister_periode "1924" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_32_00000032.xml van WBA" .

