@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_013c84e4-e476-4b47-e669-637e4a6e6957
  a a2a:Record ;
  rdfs:label "Geboorte op 24 september 1916" ;
  a2a:hasPerson oa:person_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Person-69741bd0-0d6e-be31-6591-72c7b4f64e4e, oa:person_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Person-721aa7bc-0f42-877b-580f-62f344d18c0a, oa:person_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Person-643b9e1d-bbb7-c051-ed5a-4e7fe7121691 ;
  a2a:hasEvent oa:event_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_0, oa:relationep_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_1, oa:relationep_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_2 ;
  a2a:hasSource oa:source_bhi_013c84e4-e476-4b47-e669-637e4a6e6957 .

oa:person_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Person-69741bd0-0d6e-be31-6591-72c7b4f64e4e
  a a2a:Person ;
  rdfs:label "Geertruida Maria van Limburgh" ;
  a2a:PersonName [
    rdfs:label "Geertruida Maria van Limburgh" ;
    a2a:PersonNameFirstName "Geertruida Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Limburgh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Person-721aa7bc-0f42-877b-580f-62f344d18c0a
  a a2a:Person ;
  rdfs:label "Adrianus Thiel" ;
  a2a:PersonName [
    rdfs:label "Adrianus Thiel" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Thiel"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1916-09-24"^^xsd:date
  ] .

oa:person_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Person-643b9e1d-bbb7-c051-ed5a-4e7fe7121691
  a a2a:Person ;
  rdfs:label "Adrianus Thiel" ;
  a2a:PersonName [
    rdfs:label "Adrianus Thiel" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Thiel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1916-09-24"^^xsd:date
  ] .

oa:relationep_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Person:69741bd0-0d6e-be31-6591-72c7b4f64e4e ;
  a2a:EventKeyRef oa:event_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Event1 .

oa:relationep_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Person:721aa7bc-0f42-877b-580f-62f344d18c0a ;
  a2a:EventKeyRef oa:event_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Event1 .

oa:relationep_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Person:643b9e1d-bbb7-c051-ed5a-4e7fe7121691 ;
  a2a:EventKeyRef oa:event_bhi_013c84e4-e476-4b47-e669-637e4a6e6957_Event1 .

oa:source_bhi_013c84e4-e476-4b47-e669-637e4a6e6957
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg", "1916-09-25 - 1916-09-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-09-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-09-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "9" ;
    a2a:Day "25" ;
    rdfs:label "1916-09-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1119, Periode: 1916" ;
    a2a:Book "Geboorteregister Geertruidenberg 1916" ;
    a2a:DocumentNumber "59" ;
    a2a:RegistryNumber "1119" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1119, Periode: 1916, Geboorteregister Geertruidenberg 1916, 59, 1119"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8f43f526-e533-21ca-ad39-e2cc520b7dc9.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8f43f526-e533-21ca-ad39-e2cc520b7dc9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-04-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/013c84e4-e476-4b47-e669-637e4a6e6957" ;
  a2a:RecordGUID "{013c84e4-e476-4b47-e669-637e4a6e6957}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_77823_00077823.xml van BHI" .

