@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_263c9a6a-3822-7bd7-e910-58d7c404089b
  a a2a:Record ;
  rdfs:label "Geboorte op 6 augustus 1912" ;
  a2a:hasPerson oa:person_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Person-5fdf4aeb-328e-028b-cb0b-84b5626cd905, oa:person_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Person-d1b4228e-b9a6-be83-cd49-16928ca21c85, oa:person_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Person-9845949e-2b4e-1ca9-87d1-983449559fc3 ;
  a2a:hasEvent oa:event_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_0, oa:relationep_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_1, oa:relationep_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_2 ;
  a2a:hasSource oa:source_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b .

oa:person_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Person-5fdf4aeb-328e-028b-cb0b-84b5626cd905
  a a2a:Person ;
  rdfs:label "Andries Cornelis Bras" ;
  a2a:PersonName [
    rdfs:label "Andries Cornelis Bras" ;
    a2a:PersonNameFirstName "Andries Cornelis" ;
    a2a:PersonNameLastName "Bras"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1912-08-06"^^xsd:date
  ] .

oa:person_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Person-d1b4228e-b9a6-be83-cd49-16928ca21c85
  a a2a:Person ;
  rdfs:label "Cornelia van Broekhoven" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Broekhoven" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Broekhoven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Person-9845949e-2b4e-1ca9-87d1-983449559fc3
  a a2a:Person ;
  rdfs:label "Gerhardus Bras" ;
  a2a:PersonName [
    rdfs:label "Gerhardus Bras" ;
    a2a:PersonNameFirstName "Gerhardus" ;
    a2a:PersonNameLastName "Bras"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1912" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1912-08-06"^^xsd:date
  ] .

oa:relationep_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Person:5fdf4aeb-328e-028b-cb0b-84b5626cd905 ;
  a2a:EventKeyRef oa:event_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Event1 .

oa:relationep_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Person:d1b4228e-b9a6-be83-cd49-16928ca21c85 ;
  a2a:EventKeyRef oa:event_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Event1 .

oa:relationep_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Person:9845949e-2b4e-1ca9-87d1-983449559fc3 ;
  a2a:EventKeyRef oa:event_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b_Event1 .

oa:source_bhi_263c9a6a-3822-7bd7-e910-58d7c404089b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1912-08-06 - 1912-08-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-08-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-08-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1912" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1912-08-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 196, Periode: 1912" ;
    a2a:Book "Geboorteregister Bergen op Zoom 1912" ;
    a2a:DocumentNumber "315" ;
    a2a:RegistryNumber "196" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 196, Periode: 1912, Geboorteregister Bergen op Zoom 1912, 315, 196"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/90487eee-6815-455a-ae57-01f1313fa2fe.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/90487eee-6815-455a-ae57-01f1313fa2fe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/263c9a6a-3822-7bd7-e910-58d7c404089b" ;
  a2a:RecordGUID "{263c9a6a-3822-7bd7-e910-58d7c404089b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_69765_00069765.xml van BHI" .

