@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_d5241189-e209-e261-daed-765d17f053e3
  a a2a:Record ;
  rdfs:label "Geboorte op 20 maart 1879" ;
  a2a:hasPerson oa:person_bhi_d5241189-e209-e261-daed-765d17f053e3_Person-c8de0a87-5f1e-bcf1-7307-ee9bbfb00dad, oa:person_bhi_d5241189-e209-e261-daed-765d17f053e3_Person-5577877a-36a1-9292-2dd0-f7fcb141253d, oa:person_bhi_d5241189-e209-e261-daed-765d17f053e3_Person-e337dd54-b8c9-94f5-7c63-1db69549fc79 ;
  a2a:hasEvent oa:event_bhi_d5241189-e209-e261-daed-765d17f053e3_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d5241189-e209-e261-daed-765d17f053e3_0, oa:relationep_bhi_d5241189-e209-e261-daed-765d17f053e3_1, oa:relationep_bhi_d5241189-e209-e261-daed-765d17f053e3_2 ;
  a2a:hasSource oa:source_bhi_d5241189-e209-e261-daed-765d17f053e3 .

oa:person_bhi_d5241189-e209-e261-daed-765d17f053e3_Person-c8de0a87-5f1e-bcf1-7307-ee9bbfb00dad
  a a2a:Person ;
  rdfs:label "Anna Cornelia Maria Bonaventura Mermans" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Maria Bonaventura Mermans" ;
    a2a:PersonNameFirstName "Anna Cornelia Maria Bonaventura" ;
    a2a:PersonNameLastName "Mermans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1879" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1879-03-20"^^xsd:date
  ] .

oa:person_bhi_d5241189-e209-e261-daed-765d17f053e3_Person-5577877a-36a1-9292-2dd0-f7fcb141253d
  a a2a:Person ;
  rdfs:label "Franciscus Mermans" ;
  a2a:PersonName [
    rdfs:label "Franciscus Mermans" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Mermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d5241189-e209-e261-daed-765d17f053e3_Person-e337dd54-b8c9-94f5-7c63-1db69549fc79
  a a2a:Person ;
  rdfs:label "Catharina van Riel" ;
  a2a:PersonName [
    rdfs:label "Catharina van Riel" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Riel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_d5241189-e209-e261-daed-765d17f053e3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1879" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1879-03-20"^^xsd:date
  ] .

oa:relationep_bhi_d5241189-e209-e261-daed-765d17f053e3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_d5241189-e209-e261-daed-765d17f053e3_Person:c8de0a87-5f1e-bcf1-7307-ee9bbfb00dad ;
  a2a:EventKeyRef oa:event_bhi_d5241189-e209-e261-daed-765d17f053e3_Event1 .

oa:relationep_bhi_d5241189-e209-e261-daed-765d17f053e3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d5241189-e209-e261-daed-765d17f053e3_Person:5577877a-36a1-9292-2dd0-f7fcb141253d ;
  a2a:EventKeyRef oa:event_bhi_d5241189-e209-e261-daed-765d17f053e3_Event1 .

oa:relationep_bhi_d5241189-e209-e261-daed-765d17f053e3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d5241189-e209-e261-daed-765d17f053e3_Person:e337dd54-b8c9-94f5-7c63-1db69549fc79 ;
  a2a:EventKeyRef oa:event_bhi_d5241189-e209-e261-daed-765d17f053e3_Event1 .

oa:source_bhi_d5241189-e209-e261-daed-765d17f053e3
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1879-03-21 - 1879-03-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1879-03-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1879-03-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1879" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1879-03-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1190, Periode: 1879" ;
    a2a:Book "Geboorteregister 1879" ;
    a2a:DocumentNumber "149" ;
    a2a:RegistryNumber "1190" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1190, Periode: 1879, Geboorteregister 1879, 149, 1190"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/03623f2d-d296-12dd-8240-77cb2617d77f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/03623f2d-d296-12dd-8240-77cb2617d77f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d5241189-e209-e261-daed-765d17f053e3" ;
  a2a:RecordGUID "{d5241189-e209-e261-daed-765d17f053e3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_7281_00007281.xml van BHI" .

