@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_c4a806de-6cc4-e70e-3a3f-9451a8f29932
  a a2a:Record ;
  rdfs:label "Geboorte op 16 mei 1922 te Zundert" ;
  a2a:hasPerson oa:person_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Person-e55190d0-b0f3-984b-0c3f-66ac8f03a171, oa:person_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Person-1c8a0c30-c310-5ca3-b10d-544f99346e54, oa:person_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Person-727a96df-7e28-2c00-5729-791aa217be54 ;
  a2a:hasEvent oa:event_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_0, oa:relationep_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_1, oa:relationep_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_2 ;
  a2a:hasSource oa:source_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932 .

oa:person_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Person-e55190d0-b0f3-984b-0c3f-66ac8f03a171
  a a2a:Person ;
  rdfs:label "Franciscus Balemans" ;
  a2a:PersonName [
    rdfs:label "Franciscus Balemans" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Balemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Person-1c8a0c30-c310-5ca3-b10d-544f99346e54
  a a2a:Person ;
  rdfs:label "Maria Catharina Arnouts" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Arnouts" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Arnouts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Person-727a96df-7e28-2c00-5729-791aa217be54
  a a2a:Person ;
  rdfs:label "Cornelis Franciscus Balemans" ;
  a2a:PersonName [
    rdfs:label "Cornelis Franciscus Balemans" ;
    a2a:PersonNameFirstName "Cornelis Franciscus" ;
    a2a:PersonNameLastName "Balemans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1922-05-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert"
  ] .

oa:event_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1922-05-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert"
  ] .

oa:relationep_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Person:e55190d0-b0f3-984b-0c3f-66ac8f03a171 ;
  a2a:EventKeyRef oa:event_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Event1 .

oa:relationep_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Person:1c8a0c30-c310-5ca3-b10d-544f99346e54 ;
  a2a:EventKeyRef oa:event_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Event1 .

oa:relationep_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Person:727a96df-7e28-2c00-5729-791aa217be54 ;
  a2a:EventKeyRef oa:event_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932_Event1 .

oa:source_wba_c4a806de-6cc4-e70e-3a3f-9451a8f29932
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert", "1922-05-16 - 1922-05-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-05-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-05-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1922-05-16"^^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: 2234, Periode: 1922" ;
    a2a:Book "Geboorteregister 1922" ;
    a2a:DocumentNumber "72" ;
    a2a:RegistryNumber "2234" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Zundert, 1811-1927, Bron: boek, Deel: 2234, Periode: 1922, Geboorteregister 1922, 72, 2234"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/9b76c16f-047b-1ad7-7d46-347a517d4dcf.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c4a806de-6cc4-e70e-3a3f-9451a8f29932" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/9b76c16f-047b-1ad7-7d46-347a517d4dcf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-06-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c4a806de-6cc4-e70e-3a3f-9451a8f29932" ;
  a2a:RecordGUID "{c4a806de-6cc4-e70e-3a3f-9451a8f29932}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_25947_00025947.xml van WBA" .

