@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_bhi_438a02ee-336a-e21b-e771-75d85f730cf0
  a a2a:Record ;
  rdfs:label "Geboorte op 18 april 1897" ;
  a2a:hasPerson oa:person_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Person-c6f4458b-0308-9b6e-a603-719363dbadba, oa:person_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Person-58a0eefe-5173-76f7-455d-c54c7060af12, oa:person_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Person-81e8f35f-9344-6306-99d8-a19f5eb8e793 ;
  a2a:hasEvent oa:event_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_0, oa:relationep_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_1, oa:relationep_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_2 ;
  a2a:hasSource oa:source_bhi_438a02ee-336a-e21b-e771-75d85f730cf0 .

oa:person_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Person-c6f4458b-0308-9b6e-a603-719363dbadba
  a a2a:Person ;
  rdfs:label "Maria Antonia Kimmel" ;
  a2a:PersonName [
    rdfs:label "Maria Antonia Kimmel" ;
    a2a:PersonNameFirstName "Maria Antonia" ;
    a2a:PersonNameLastName "Kimmel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Person-58a0eefe-5173-76f7-455d-c54c7060af12
  a a2a:Person ;
  rdfs:label "Johannes Baelemans" ;
  a2a:PersonName [
    rdfs:label "Johannes Baelemans" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Baelemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Person-81e8f35f-9344-6306-99d8-a19f5eb8e793
  a a2a:Person ;
  rdfs:label "Franciscus Antonius Baelemans" ;
  a2a:PersonName [
    rdfs:label "Franciscus Antonius Baelemans" ;
    a2a:PersonNameFirstName "Franciscus Antonius" ;
    a2a:PersonNameLastName "Baelemans"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1897" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1897-04-18"^^xsd:date
  ] .

oa:event_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1897" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1897-04-18"^^xsd:date
  ] .

oa:relationep_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Person:c6f4458b-0308-9b6e-a603-719363dbadba ;
  a2a:EventKeyRef oa:event_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Event1 .

oa:relationep_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Person:58a0eefe-5173-76f7-455d-c54c7060af12 ;
  a2a:EventKeyRef oa:event_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Event1 .

oa:relationep_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Person:81e8f35f-9344-6306-99d8-a19f5eb8e793 ;
  a2a:EventKeyRef oa:event_bhi_438a02ee-336a-e21b-e771-75d85f730cf0_Event1 .

oa:source_bhi_438a02ee-336a-e21b-e771-75d85f730cf0
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1897-04-20 - 1897-04-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-04-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-04-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1897" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1897-04-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1198, Periode: 1897" ;
    a2a:Book "Geboorteregister 1897" ;
    a2a:DocumentNumber "271" ;
    a2a:RegistryNumber "1198" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1198, Periode: 1897, Geboorteregister 1897, 271, 1198"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b381f2cf-46fc-df23-e94a-d4472764dcc1.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b381f2cf-46fc-df23-e94a-d4472764dcc1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/438a02ee-336a-e21b-e771-75d85f730cf0" ;
  a2a:RecordGUID "{438a02ee-336a-e21b-e771-75d85f730cf0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3605_00003605.xml van BHI" .

