@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_1c82ae69-efca-7390-dcc4-14951663ce96
  a a2a:Record ;
  rdfs:label "Geboorte op 24 september 1885" ;
  a2a:hasPerson oa:person_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Person-7fa0bdd0-3084-f389-4b9f-2aac756dc343, oa:person_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Person-2a812584-6cad-9f3d-495a-2a5d62d3d059, oa:person_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Person-886082a2-e47b-4878-4409-b1993a1d0ab6 ;
  a2a:hasEvent oa:event_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_0, oa:relationep_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_1, oa:relationep_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_2 ;
  a2a:hasSource oa:source_bhi_1c82ae69-efca-7390-dcc4-14951663ce96 .

oa:person_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Person-7fa0bdd0-3084-f389-4b9f-2aac756dc343
  a a2a:Person ;
  rdfs:label "Johannes Cornelis Donders" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis Donders" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNameLastName "Donders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Person-2a812584-6cad-9f3d-495a-2a5d62d3d059
  a a2a:Person ;
  rdfs:label "Johanna Maria Petronella Moelands" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Petronella Moelands" ;
    a2a:PersonNameFirstName "Johanna Maria Petronella" ;
    a2a:PersonNameLastName "Moelands"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Person-886082a2-e47b-4878-4409-b1993a1d0ab6
  a a2a:Person ;
  rdfs:label "Antonius Gerardus Donders" ;
  a2a:PersonName [
    rdfs:label "Antonius Gerardus Donders" ;
    a2a:PersonNameFirstName "Antonius Gerardus" ;
    a2a:PersonNameLastName "Donders"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1885" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1885-09-24"^^xsd:date
  ] .

oa:event_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1885" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1885-09-24"^^xsd:date
  ] .

oa:relationep_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Person:7fa0bdd0-3084-f389-4b9f-2aac756dc343 ;
  a2a:EventKeyRef oa:event_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Event1 .

oa:relationep_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Person:2a812584-6cad-9f3d-495a-2a5d62d3d059 ;
  a2a:EventKeyRef oa:event_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Event1 .

oa:relationep_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Person:886082a2-e47b-4878-4409-b1993a1d0ab6 ;
  a2a:EventKeyRef oa:event_bhi_1c82ae69-efca-7390-dcc4-14951663ce96_Event1 .

oa:source_bhi_1c82ae69-efca-7390-dcc4-14951663ce96
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1885-09-25 - 1885-09-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-09-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-09-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1885" ;
    a2a:Month "9" ;
    a2a:Day "25" ;
    rdfs:label "1885-09-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7684, Periode: 1885" ;
    a2a:Book "Geboorteregister Tilburg 1885" ;
    a2a:DocumentNumber "785" ;
    a2a:RegistryNumber "7684" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7684, Periode: 1885, Geboorteregister Tilburg 1885, 785, 7684"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5cd900d1-da06-82ba-32c4-db1048ea948c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5cd900d1-da06-82ba-32c4-db1048ea948c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1c82ae69-efca-7390-dcc4-14951663ce96" ;
  a2a:RecordGUID "{1c82ae69-efca-7390-dcc4-14951663ce96}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2197_00002197.xml van BHI" .

