@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_3e1fc274-e654-9ee6-8495-2acb6a5afed5
  a a2a:Record ;
  rdfs:label "Geboorte op 21 maart 1872" ;
  a2a:hasPerson oa:person_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Person-a96b28a9-eaa9-003a-a225-be5d5b1a0713, oa:person_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Person-ae6579a4-6afa-acc2-4ab7-2087ee2f8ba5, oa:person_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Person-d2bcd23d-7f6b-cb1b-cdd1-6f57bc4e7b01 ;
  a2a:hasEvent oa:event_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_0, oa:relationep_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_1, oa:relationep_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_2 ;
  a2a:hasSource oa:source_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5 .

oa:person_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Person-a96b28a9-eaa9-003a-a225-be5d5b1a0713
  a a2a:Person ;
  rdfs:label "Maria Anna Wijn" ;
  a2a:PersonName [
    rdfs:label "Maria Anna Wijn" ;
    a2a:PersonNameFirstName "Maria Anna" ;
    a2a:PersonNameLastName "Wijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Person-ae6579a4-6afa-acc2-4ab7-2087ee2f8ba5
  a a2a:Person ;
  rdfs:label "Petrus Paulus Bogaerts" ;
  a2a:PersonName [
    rdfs:label "Petrus Paulus Bogaerts" ;
    a2a:PersonNameFirstName "Petrus Paulus" ;
    a2a:PersonNameLastName "Bogaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Person-d2bcd23d-7f6b-cb1b-cdd1-6f57bc4e7b01
  a a2a:Person ;
  rdfs:label "Alexander Johannes Adrianus Marie Bogaerts" ;
  a2a:PersonName [
    rdfs:label "Alexander Johannes Adrianus Marie Bogaerts" ;
    a2a:PersonNameFirstName "Alexander Johannes Adrianus Marie" ;
    a2a:PersonNameLastName "Bogaerts"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1872" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1872-03-21"^^xsd:date
  ] .

oa:event_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1872-03-21"^^xsd:date
  ] .

oa:relationep_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Person:a96b28a9-eaa9-003a-a225-be5d5b1a0713 ;
  a2a:EventKeyRef oa:event_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Event1 .

oa:relationep_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Person:ae6579a4-6afa-acc2-4ab7-2087ee2f8ba5 ;
  a2a:EventKeyRef oa:event_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Event1 .

oa:relationep_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Person:d2bcd23d-7f6b-cb1b-cdd1-6f57bc4e7b01 ;
  a2a:EventKeyRef oa:event_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5_Event1 .

oa:source_bhi_3e1fc274-e654-9ee6-8495-2acb6a5afed5
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1872-03-22 - 1872-03-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-03-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-03-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1872" ;
    a2a:Month "3" ;
    a2a:Day "22" ;
    rdfs:label "1872-03-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1188, Periode: 1872" ;
    a2a:Book "Geboorteregister 1872" ;
    a2a:DocumentNumber "118" ;
    a2a:RegistryNumber "1188" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1188, Periode: 1872, Geboorteregister 1872, 118, 1188"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b847873e-aaa1-3843-f305-8fdaa1129036.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b847873e-aaa1-3843-f305-8fdaa1129036.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/3e1fc274-e654-9ee6-8495-2acb6a5afed5" ;
  a2a:RecordGUID "{3e1fc274-e654-9ee6-8495-2acb6a5afed5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2152_00002152.xml van BHI" .

