@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_5e39adc4-6d8e-dce2-e3be-7ddc551d25db
  a a2a:Record ;
  rdfs:label "Geboorte op 18 oktober 1912" ;
  a2a:hasPerson oa:person_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Person-a40a1b76-1268-850c-b1ae-616b7ee5d4da, oa:person_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Person-5fa2ef61-af97-7139-bbcf-cbd4dc76141e, oa:person_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Person-063b5355-f175-1a07-2151-71bf719a16ce ;
  a2a:hasEvent oa:event_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_0, oa:relationep_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_1, oa:relationep_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_2 ;
  a2a:hasSource oa:source_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db .

oa:person_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Person-a40a1b76-1268-850c-b1ae-616b7ee5d4da
  a a2a:Person ;
  rdfs:label "Cornelius Josephus Corsten" ;
  a2a:PersonName [
    rdfs:label "Cornelius Josephus Corsten" ;
    a2a:PersonNameFirstName "Cornelius Josephus" ;
    a2a:PersonNameLastName "Corsten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Person-5fa2ef61-af97-7139-bbcf-cbd4dc76141e
  a a2a:Person ;
  rdfs:label "Petronella Maria van Hamont" ;
  a2a:PersonName [
    rdfs:label "Petronella Maria van Hamont" ;
    a2a:PersonNameFirstName "Petronella Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hamont"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Person-063b5355-f175-1a07-2151-71bf719a16ce
  a a2a:Person ;
  rdfs:label "Bernardina Maria Johanna Corsten" ;
  a2a:PersonName [
    rdfs:label "Bernardina Maria Johanna Corsten" ;
    a2a:PersonNameFirstName "Bernardina Maria Johanna" ;
    a2a:PersonNameLastName "Corsten"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "10" ;
    a2a:Day "18" ;
    rdfs:label "1912-10-18"^^xsd:date
  ] .

oa:event_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1912" ;
    a2a:Month "10" ;
    a2a:Day "18" ;
    rdfs:label "1912-10-18"^^xsd:date
  ] .

oa:relationep_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Person:a40a1b76-1268-850c-b1ae-616b7ee5d4da ;
  a2a:EventKeyRef oa:event_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Event1 .

oa:relationep_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Person:5fa2ef61-af97-7139-bbcf-cbd4dc76141e ;
  a2a:EventKeyRef oa:event_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Event1 .

oa:relationep_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Person:063b5355-f175-1a07-2151-71bf719a16ce ;
  a2a:EventKeyRef oa:event_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db_Event1 .

oa:source_bhi_5e39adc4-6d8e-dce2-e3be-7ddc551d25db
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1912-10-18 - 1912-10-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-10-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-10-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1912" ;
    a2a:Month "10" ;
    a2a:Day "18" ;
    rdfs:label "1912-10-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3002, Periode: 1912" ;
    a2a:Book "Geboorteregister Tilburg 1912" ;
    a2a:DocumentNumber "1378" ;
    a2a:RegistryNumber "3002" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3002, Periode: 1912, Geboorteregister Tilburg 1912, 1378, 3002"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/3e3f5a2f-1e40-95a6-f32b-4e7e01a13874.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/3e3f5a2f-1e40-95a6-f32b-4e7e01a13874.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5e39adc4-6d8e-dce2-e3be-7ddc551d25db" ;
  a2a:RecordGUID "{5e39adc4-6d8e-dce2-e3be-7ddc551d25db}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_1046_00001046.xml van BHI" .

