@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_bcd07d81-e762-0361-117a-e94c8ba8d020
  a a2a:Record ;
  rdfs:label "Geboorte op 9 maart 1886" ;
  a2a:hasPerson oa:person_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Person-3cdea8a7-0682-5caf-1751-a8b279539e71, oa:person_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Person-6d5a881c-2467-62e0-f00e-6d41ce77ffb1, oa:person_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Person-163e3151-ac23-6e7e-dc3a-8731ec704811 ;
  a2a:hasEvent oa:event_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_0, oa:relationep_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_1, oa:relationep_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_2 ;
  a2a:hasSource oa:source_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020 .

oa:person_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Person-3cdea8a7-0682-5caf-1751-a8b279539e71
  a a2a:Person ;
  rdfs:label "Sara Cornelia Catharina Fuchs" ;
  a2a:PersonName [
    rdfs:label "Sara Cornelia Catharina Fuchs" ;
    a2a:PersonNameFirstName "Sara Cornelia Catharina" ;
    a2a:PersonNameLastName "Fuchs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Person-6d5a881c-2467-62e0-f00e-6d41ce77ffb1
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Person-163e3151-ac23-6e7e-dc3a-8731ec704811
  a a2a:Person ;
  rdfs:label "Elisabeth Sara Fuchs" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Sara Fuchs" ;
    a2a:PersonNameFirstName "Elisabeth Sara" ;
    a2a:PersonNameLastName "Fuchs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1886" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1886-03-09"^^xsd:date
  ] .

oa:event_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1886" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1886-03-09"^^xsd:date
  ] .

oa:relationep_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Person:3cdea8a7-0682-5caf-1751-a8b279539e71 ;
  a2a:EventKeyRef oa:event_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Event1 .

oa:relationep_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Person:6d5a881c-2467-62e0-f00e-6d41ce77ffb1 ;
  a2a:EventKeyRef oa:event_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Event1 .

oa:relationep_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Person:163e3151-ac23-6e7e-dc3a-8731ec704811 ;
  a2a:EventKeyRef oa:event_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020_Event1 .

oa:source_bhi_bcd07d81-e762-0361-117a-e94c8ba8d020
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1886-03-09 - 1886-03-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1886-03-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1886-03-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1886" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1886-03-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1192, Periode: 1886" ;
    a2a:Book "Geboorteregister 1886" ;
    a2a:DocumentNumber "147" ;
    a2a:RegistryNumber "1192" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1192, Periode: 1886, Geboorteregister 1886, 147, 1192"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/c9fdd5ab-fad5-4b54-7770-ed81aaa13b31.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/c9fdd5ab-fad5-4b54-7770-ed81aaa13b31.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/bcd07d81-e762-0361-117a-e94c8ba8d020" ;
  a2a:RecordGUID "{bcd07d81-e762-0361-117a-e94c8ba8d020}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_7468_00007468.xml van BHI" .

