@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_dfdfb76a-b8f8-e96b-bb48-cf812911531b
  a a2a:Record ;
  rdfs:label "Geboorte op 11 januari 1818" ;
  a2a:hasPerson oa:person_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Person-30cbf191-7f3a-d04d-7a79-20fa214f67a5, oa:person_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Person-52073794-b23e-8f9c-b765-8f0da4b570c6, oa:person_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Person-2b8fddb7-10d3-edea-fd9b-a473f7fdea9a ;
  a2a:hasEvent oa:event_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_0, oa:relationep_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_1, oa:relationep_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_2 ;
  a2a:hasSource oa:source_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b .

oa:person_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Person-30cbf191-7f3a-d04d-7a79-20fa214f67a5
  a a2a:Person ;
  rdfs:label "Antonia Maria van Breda" ;
  a2a:PersonName [
    rdfs:label "Antonia Maria van Breda" ;
    a2a:PersonNameFirstName "Antonia Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Breda"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1818" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1818-01-11"^^xsd:date
  ] .

oa:person_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Person-52073794-b23e-8f9c-b765-8f0da4b570c6
  a a2a:Person ;
  rdfs:label "Dorothea Nooijens" ;
  a2a:PersonName [
    rdfs:label "Dorothea Nooijens" ;
    a2a:PersonNameFirstName "Dorothea" ;
    a2a:PersonNameLastName "Nooijens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Person-2b8fddb7-10d3-edea-fd9b-a473f7fdea9a
  a a2a:Person ;
  rdfs:label "Jan Baptist van Breda" ;
  a2a:PersonName [
    rdfs:label "Jan Baptist van Breda" ;
    a2a:PersonNameFirstName "Jan Baptist" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Breda"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1818" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1818-01-11"^^xsd:date
  ] .

oa:relationep_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Person:30cbf191-7f3a-d04d-7a79-20fa214f67a5 ;
  a2a:EventKeyRef oa:event_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Event1 .

oa:relationep_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Person:52073794-b23e-8f9c-b765-8f0da4b570c6 ;
  a2a:EventKeyRef oa:event_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Event1 .

oa:relationep_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Person:2b8fddb7-10d3-edea-fd9b-a473f7fdea9a ;
  a2a:EventKeyRef oa:event_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b_Event1 .

oa:source_bhi_dfdfb76a-b8f8-e96b-bb48-cf812911531b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1818-01-12 - 1818-01-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1818-01-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1818-01-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1818" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1818-01-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7662, Periode: 1818" ;
    a2a:Book "Geboorteregister Tilburg 1818" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "7662" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7662, Periode: 1818, Geboorteregister Tilburg 1818, 7, 7662"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/46e3d8fa-d24e-dc70-f9eb-7d9a8e90477f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/46e3d8fa-d24e-dc70-f9eb-7d9a8e90477f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dfdfb76a-b8f8-e96b-bb48-cf812911531b" ;
  a2a:RecordGUID "{dfdfb76a-b8f8-e96b-bb48-cf812911531b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2611_00002611.xml van BHI" .

