@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_bbfa2c80-66c1-e780-bc48-a0f5256e8287
  a a2a:Record ;
  rdfs:label "Geboorte op 13 mei 1838" ;
  a2a:hasPerson oa:person_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Person-fd94fe73-1a6a-9684-bf3e-0c403446240f, oa:person_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Person-d115fb15-e55c-8419-cd81-9757c595c6b9, oa:person_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Person-4ee0a2e5-4393-0839-2ae5-f87a6b59d5e5 ;
  a2a:hasEvent oa:event_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_0, oa:relationep_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_1, oa:relationep_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_2 ;
  a2a:hasSource oa:source_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287 .

oa:person_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Person-fd94fe73-1a6a-9684-bf3e-0c403446240f
  a a2a:Person ;
  rdfs:label "Maria Charlotte Josephine Goetz" ;
  a2a:PersonName [
    rdfs:label "Maria Charlotte Josephine Goetz" ;
    a2a:PersonNameFirstName "Maria Charlotte Josephine" ;
    a2a:PersonNameLastName "Goetz"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1838" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1838-05-13"^^xsd:date
  ] .

oa:person_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Person-d115fb15-e55c-8419-cd81-9757c595c6b9
  a a2a:Person ;
  rdfs:label "Sophia Ludts" ;
  a2a:PersonName [
    rdfs:label "Sophia Ludts" ;
    a2a:PersonNameFirstName "Sophia" ;
    a2a:PersonNameLastName "Ludts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Person-4ee0a2e5-4393-0839-2ae5-f87a6b59d5e5
  a a2a:Person ;
  rdfs:label "Carel Alexander Goetz" ;
  a2a:PersonName [
    rdfs:label "Carel Alexander Goetz" ;
    a2a:PersonNameFirstName "Carel Alexander" ;
    a2a:PersonNameLastName "Goetz"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1838" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1838-05-13"^^xsd:date
  ] .

oa:relationep_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Person:fd94fe73-1a6a-9684-bf3e-0c403446240f ;
  a2a:EventKeyRef oa:event_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Event1 .

oa:relationep_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Person:d115fb15-e55c-8419-cd81-9757c595c6b9 ;
  a2a:EventKeyRef oa:event_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Event1 .

oa:relationep_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Person:4ee0a2e5-4393-0839-2ae5-f87a6b59d5e5 ;
  a2a:EventKeyRef oa:event_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287_Event1 .

oa:source_bhi_bbfa2c80-66c1-e780-bc48-a0f5256e8287
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1838-05-14 - 1838-05-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-05-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-05-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1838" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1838-05-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1178, Periode: 1838" ;
    a2a:Book "Geboorteregister 1838" ;
    a2a:DocumentNumber "194" ;
    a2a:RegistryNumber "1178" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1178, Periode: 1838, Geboorteregister 1838, 194, 1178"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/95845d44-7234-67af-ebe0-9356c846c508.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/95845d44-7234-67af-ebe0-9356c846c508.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-06-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/bbfa2c80-66c1-e780-bc48-a0f5256e8287" ;
  a2a:RecordGUID "{bbfa2c80-66c1-e780-bc48-a0f5256e8287}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240819_358_00000358.xml van BHI" .

