@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_a8e34134-9854-e005-65b5-e9e082f70dbc
  a a2a:Record ;
  rdfs:label "Geboorte op 24 december 1911" ;
  a2a:hasPerson oa:person_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Person-8ed49fc3-1e87-5990-21e3-942cd8a33715, oa:person_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Person-60b6266c-e95c-604e-e3d2-54f8fa02e313, oa:person_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Person-b49ad36c-533e-545e-bfee-b16eb4466f28 ;
  a2a:hasEvent oa:event_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_0, oa:relationep_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_1, oa:relationep_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_2 ;
  a2a:hasSource oa:source_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc .

oa:person_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Person-8ed49fc3-1e87-5990-21e3-942cd8a33715
  a a2a:Person ;
  rdfs:label "Catharina Helena Goos" ;
  a2a:PersonName [
    rdfs:label "Catharina Helena Goos" ;
    a2a:PersonNameFirstName "Catharina Helena" ;
    a2a:PersonNameLastName "Goos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1911-12-24"^^xsd:date
  ] .

oa:person_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Person-60b6266c-e95c-604e-e3d2-54f8fa02e313
  a a2a:Person ;
  rdfs:label "Maria Cornelia Boeren" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelia Boeren" ;
    a2a:PersonNameFirstName "Maria Cornelia" ;
    a2a:PersonNameLastName "Boeren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Person-b49ad36c-533e-545e-bfee-b16eb4466f28
  a a2a:Person ;
  rdfs:label "Adrianus Goos" ;
  a2a:PersonName [
    rdfs:label "Adrianus Goos" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Goos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1911-12-24"^^xsd:date
  ] .

oa:relationep_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Person:8ed49fc3-1e87-5990-21e3-942cd8a33715 ;
  a2a:EventKeyRef oa:event_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Event1 .

oa:relationep_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Person:60b6266c-e95c-604e-e3d2-54f8fa02e313 ;
  a2a:EventKeyRef oa:event_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Event1 .

oa:relationep_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Person:b49ad36c-533e-545e-bfee-b16eb4466f28 ;
  a2a:EventKeyRef oa:event_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc_Event1 .

oa:source_bhi_a8e34134-9854-e005-65b5-e9e082f70dbc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1911-12-27 - 1911-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1911-12-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2391, Periode: 1911" ;
    a2a:Book "Geboortenregister Princenhage 1911" ;
    a2a:DocumentNumber "357" ;
    a2a:RegistryNumber "2391" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2391, Periode: 1911, Geboortenregister Princenhage 1911, 357, 2391"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/c973fe29-0964-9bd8-c693-a1da72bc7e42.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/c973fe29-0964-9bd8-c693-a1da72bc7e42.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a8e34134-9854-e005-65b5-e9e082f70dbc" ;
  a2a:RecordGUID "{a8e34134-9854-e005-65b5-e9e082f70dbc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5102_00005102.xml van BHI" .

