@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_3c085fc4-6662-e2d8-e958-80e93c079e8e
  a a2a:Record ;
  rdfs:label "Geboorte op 7 december 1900" ;
  a2a:hasPerson oa:person_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Person-d23db09e-b9be-1f26-f6ea-dfc909262f5f, oa:person_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Person-6c746b09-52bf-6c7b-33b3-96a5c012d079, oa:person_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Person-c21e7788-15d8-0ca0-29d6-eef4ee46034a ;
  a2a:hasEvent oa:event_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_0, oa:relationep_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_1, oa:relationep_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_2 ;
  a2a:hasSource oa:source_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e .

oa:person_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Person-d23db09e-b9be-1f26-f6ea-dfc909262f5f
  a a2a:Person ;
  rdfs:label "Albertus Wittenberg" ;
  a2a:PersonName [
    rdfs:label "Albertus Wittenberg" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNameLastName "Wittenberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Person-6c746b09-52bf-6c7b-33b3-96a5c012d079
  a a2a:Person ;
  rdfs:label "Grietje Klok" ;
  a2a:PersonName [
    rdfs:label "Grietje Klok" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Klok"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Person-c21e7788-15d8-0ca0-29d6-eef4ee46034a
  a a2a:Person ;
  rdfs:label "Albertus Gerardus Wittenberg" ;
  a2a:PersonName [
    rdfs:label "Albertus Gerardus Wittenberg" ;
    a2a:PersonNameFirstName "Albertus Gerardus" ;
    a2a:PersonNameLastName "Wittenberg"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1900-12-07"^^xsd:date
  ] .

oa:event_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1900-12-07"^^xsd:date
  ] .

oa:relationep_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Person:d23db09e-b9be-1f26-f6ea-dfc909262f5f ;
  a2a:EventKeyRef oa:event_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Event1 .

oa:relationep_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Person:6c746b09-52bf-6c7b-33b3-96a5c012d079 ;
  a2a:EventKeyRef oa:event_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Event1 .

oa:relationep_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Person:c21e7788-15d8-0ca0-29d6-eef4ee46034a ;
  a2a:EventKeyRef oa:event_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e_Event1 .

oa:source_bhi_3c085fc4-6662-e2d8-e958-80e93c079e8e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vught" ;
    rdfs:label "Vught", "1900-12-07 - 1900-12-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-12-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1900-12-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 8575, Periode: 1900" ;
    a2a:Book "Geboorteregister Vught 1900" ;
    a2a:DocumentNumber "173" ;
    a2a:RegistryNumber "8575" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 8575, Periode: 1900, Geboorteregister Vught 1900, 173, 8575"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ac8ae9fe-3ecd-1b68-4615-2d43e842518e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ac8ae9fe-3ecd-1b68-4615-2d43e842518e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-06-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/3c085fc4-6662-e2d8-e958-80e93c079e8e" ;
  a2a:RecordGUID "{3c085fc4-6662-e2d8-e958-80e93c079e8e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2068_00002068.xml van BHI" .

