@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_2b0c1597-e9be-caab-572d-43201094c13e
  a a2a:Record ;
  rdfs:label "Geboorte op 4 augustus 1915" ;
  a2a:hasPerson oa:person_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Person-c4c1efd4-2199-2954-406d-977d30e3a9fb, oa:person_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Person-3b930c00-ed09-c522-3dfc-86e2b46a1318, oa:person_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Person-c9fbae70-7570-5ecf-a13d-ec0a8a9f1289 ;
  a2a:hasEvent oa:event_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2b0c1597-e9be-caab-572d-43201094c13e_0, oa:relationep_bhi_2b0c1597-e9be-caab-572d-43201094c13e_1, oa:relationep_bhi_2b0c1597-e9be-caab-572d-43201094c13e_2 ;
  a2a:hasSource oa:source_bhi_2b0c1597-e9be-caab-572d-43201094c13e .

oa:person_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Person-c4c1efd4-2199-2954-406d-977d30e3a9fb
  a a2a:Person ;
  rdfs:label "Adriana Hendrika van der Giessen" ;
  a2a:PersonName [
    rdfs:label "Adriana Hendrika van der Giessen" ;
    a2a:PersonNameFirstName "Adriana Hendrika" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Giessen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Person-3b930c00-ed09-c522-3dfc-86e2b46a1318
  a a2a:Person ;
  rdfs:label "Cornelis Elisa Vermaas" ;
  a2a:PersonName [
    rdfs:label "Cornelis Elisa Vermaas" ;
    a2a:PersonNameFirstName "Cornelis Elisa" ;
    a2a:PersonNameLastName "Vermaas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Person-c9fbae70-7570-5ecf-a13d-ec0a8a9f1289
  a a2a:Person ;
  rdfs:label "Christiaan Herman Vermaas" ;
  a2a:PersonName [
    rdfs:label "Christiaan Herman Vermaas" ;
    a2a:PersonNameFirstName "Christiaan Herman" ;
    a2a:PersonNameLastName "Vermaas"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1915-08-04"^^xsd:date
  ] .

oa:event_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1915-08-04"^^xsd:date
  ] .

oa:relationep_bhi_2b0c1597-e9be-caab-572d-43201094c13e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Person:c4c1efd4-2199-2954-406d-977d30e3a9fb ;
  a2a:EventKeyRef oa:event_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Event1 .

oa:relationep_bhi_2b0c1597-e9be-caab-572d-43201094c13e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Person:3b930c00-ed09-c522-3dfc-86e2b46a1318 ;
  a2a:EventKeyRef oa:event_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Event1 .

oa:relationep_bhi_2b0c1597-e9be-caab-572d-43201094c13e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Person:c9fbae70-7570-5ecf-a13d-ec0a8a9f1289 ;
  a2a:EventKeyRef oa:event_bhi_2b0c1597-e9be-caab-572d-43201094c13e_Event1 .

oa:source_bhi_2b0c1597-e9be-caab-572d-43201094c13e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1915-08-05 - 1915-08-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-08-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-08-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1915-08-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 448, Periode: 1915" ;
    a2a:Book "Geboorteregister 1915" ;
    a2a:DocumentNumber "443" ;
    a2a:RegistryNumber "448" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 448, Periode: 1915, Geboorteregister 1915, 443, 448"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/02fae26f-00f7-52f8-5d0b-6977bb3e1ba7.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/02fae26f-00f7-52f8-5d0b-6977bb3e1ba7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2b0c1597-e9be-caab-572d-43201094c13e" ;
  a2a:RecordGUID "{2b0c1597-e9be-caab-572d-43201094c13e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3451_00003451.xml van BHI" .

