@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_bc8dfd0e-9c78-77ff-6173-824d16d2bc07
  a a2a:Record ;
  rdfs:label "Geboorte op 21 augustus 1872" ;
  a2a:hasPerson oa:person_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Person-9a3fa391-2e7c-4a98-fd60-b690524440c8, oa:person_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Person-08311ac8-89ba-3198-2ed0-e48fc0644f3e, oa:person_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Person-ca3a1778-8e96-1398-eb31-590f86044f70 ;
  a2a:hasEvent oa:event_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_0, oa:relationep_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_1, oa:relationep_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_2 ;
  a2a:hasSource oa:source_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07 .

oa:person_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Person-9a3fa391-2e7c-4a98-fd60-b690524440c8
  a a2a:Person ;
  rdfs:label "Anna Cornelie Dolleman" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelie Dolleman" ;
    a2a:PersonNameFirstName "Anna Cornelie" ;
    a2a:PersonNameLastName "Dolleman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1872" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1872-08-21"^^xsd:date
  ] .

oa:person_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Person-08311ac8-89ba-3198-2ed0-e48fc0644f3e
  a a2a:Person ;
  rdfs:label "Marie Jacobine Cornelie van de Wall" ;
  a2a:PersonName [
    rdfs:label "Marie Jacobine Cornelie van de Wall" ;
    a2a:PersonNameFirstName "Marie Jacobine Cornelie" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wall"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Person-ca3a1778-8e96-1398-eb31-590f86044f70
  a a2a:Person ;
  rdfs:label "Fredrik Hendrik Dolleman" ;
  a2a:PersonName [
    rdfs:label "Fredrik Hendrik Dolleman" ;
    a2a:PersonNameFirstName "Fredrik Hendrik" ;
    a2a:PersonNameLastName "Dolleman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1872-08-21"^^xsd:date
  ] .

oa:relationep_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Person:9a3fa391-2e7c-4a98-fd60-b690524440c8 ;
  a2a:EventKeyRef oa:event_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Event1 .

oa:relationep_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Person:08311ac8-89ba-3198-2ed0-e48fc0644f3e ;
  a2a:EventKeyRef oa:event_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Event1 .

oa:relationep_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Person:ca3a1778-8e96-1398-eb31-590f86044f70 ;
  a2a:EventKeyRef oa:event_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07_Event1 .

oa:source_bhi_bc8dfd0e-9c78-77ff-6173-824d16d2bc07
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1872-08-23 - 1872-08-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-08-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-08-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1872" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1872-08-23"^^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 "339" ;
    a2a:RegistryNumber "1188" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1188, Periode: 1872, Geboorteregister 1872, 339, 1188"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/022d7cf7-8479-2fb2-be97-20b1f65f5d39.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/022d7cf7-8479-2fb2-be97-20b1f65f5d39.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/bc8dfd0e-9c78-77ff-6173-824d16d2bc07" ;
  a2a:RecordGUID "{bc8dfd0e-9c78-77ff-6173-824d16d2bc07}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_7459_00007459.xml van BHI" .

