@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_00a32757-b69e-77f5-54bf-2cf73d9ebdfa
  a a2a:Record ;
  rdfs:label "Geboorte op 12 februari 1907" ;
  a2a:hasPerson oa:person_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Person-6525f091-712d-e8da-0f2d-b0a078f77fc6, oa:person_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Person-9596fdf8-e3b3-4330-7de8-0198a507baba, oa:person_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Person-37159b2f-14c8-7c0e-15b5-7323a7b864e0 ;
  a2a:hasEvent oa:event_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_0, oa:relationep_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_1, oa:relationep_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_2 ;
  a2a:hasSource oa:source_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa .

oa:person_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Person-6525f091-712d-e8da-0f2d-b0a078f77fc6
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Intven" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Intven" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Intven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Person-9596fdf8-e3b3-4330-7de8-0198a507baba
  a a2a:Person ;
  rdfs:label "Carolina Bakers" ;
  a2a:PersonName [
    rdfs:label "Carolina Bakers" ;
    a2a:PersonNameFirstName "Carolina" ;
    a2a:PersonNameLastName "Bakers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1907-02-12"^^xsd:date
  ] .

oa:person_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Person-37159b2f-14c8-7c0e-15b5-7323a7b864e0
  a a2a:Person ;
  rdfs:label "Hendricus Bakers" ;
  a2a:PersonName [
    rdfs:label "Hendricus Bakers" ;
    a2a:PersonNameFirstName "Hendricus" ;
    a2a:PersonNameLastName "Bakers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1907-02-12"^^xsd:date
  ] .

oa:relationep_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Person:6525f091-712d-e8da-0f2d-b0a078f77fc6 ;
  a2a:EventKeyRef oa:event_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Event1 .

oa:relationep_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Person:9596fdf8-e3b3-4330-7de8-0198a507baba ;
  a2a:EventKeyRef oa:event_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Event1 .

oa:relationep_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Person:37159b2f-14c8-7c0e-15b5-7323a7b864e0 ;
  a2a:EventKeyRef oa:event_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa_Event1 .

oa:source_bhi_00a32757-b69e-77f5-54bf-2cf73d9ebdfa
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensel" ;
    rdfs:label "Woensel", "1907-02-13 - 1907-02-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-02-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-02-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1907-02-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3656, Periode: 1907" ;
    a2a:Book "Geboorteregister Woensel 1907" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "3656" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3656, Periode: 1907, Geboorteregister Woensel 1907, 34, 3656"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/31dd71f3-f8d8-3f93-94ac-4c26d45c44ce.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/31dd71f3-f8d8-3f93-94ac-4c26d45c44ce.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-02-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/00a32757-b69e-77f5-54bf-2cf73d9ebdfa" ;
  a2a:RecordGUID "{00a32757-b69e-77f5-54bf-2cf73d9ebdfa}" ;
  a2a:SourceRemarkdeel "3656" ;
  a2a:SourceRemarkregister_periode "1907" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_224_00000224.xml van BHI" .

