@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_3ce40949-49c0-e982-8739-afe4559e4bf1
  a a2a:Record ;
  rdfs:label "Geboorte op 28 januari 1839" ;
  a2a:hasPerson oa:person_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Person-06b81f23-811d-e770-48c2-9fbc2e243d34, oa:person_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Person-8708c3f0-b54a-d6b9-178a-fd8ea4894229, oa:person_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Person-80ff610a-79b4-5ca8-abbe-c45aa2582526 ;
  a2a:hasEvent oa:event_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_0, oa:relationep_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_1, oa:relationep_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_2 ;
  a2a:hasSource oa:source_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1 .

oa:person_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Person-06b81f23-811d-e770-48c2-9fbc2e243d34
  a a2a:Person ;
  rdfs:label "Alida Apollonia Schuppers" ;
  a2a:PersonName [
    rdfs:label "Alida Apollonia Schuppers" ;
    a2a:PersonNameFirstName "Alida Apollonia" ;
    a2a:PersonNameLastName "Schuppers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Person-8708c3f0-b54a-d6b9-178a-fd8ea4894229
  a a2a:Person ;
  rdfs:label "Adriaan Loonen" ;
  a2a:PersonName [
    rdfs:label "Adriaan Loonen" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Loonen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Person-80ff610a-79b4-5ca8-abbe-c45aa2582526
  a a2a:Person ;
  rdfs:label "August Willem Adriaan Loonen" ;
  a2a:PersonName [
    rdfs:label "August Willem Adriaan Loonen" ;
    a2a:PersonNameFirstName "August Willem Adriaan" ;
    a2a:PersonNameLastName "Loonen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1839" ;
    a2a:Month "1" ;
    a2a:Day "28" ;
    rdfs:label "1839-01-28"^^xsd:date
  ] .

oa:event_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1839" ;
    a2a:Month "1" ;
    a2a:Day "28" ;
    rdfs:label "1839-01-28"^^xsd:date
  ] .

oa:relationep_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Person:06b81f23-811d-e770-48c2-9fbc2e243d34 ;
  a2a:EventKeyRef oa:event_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Event1 .

oa:relationep_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Person:8708c3f0-b54a-d6b9-178a-fd8ea4894229 ;
  a2a:EventKeyRef oa:event_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Event1 .

oa:relationep_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Person:80ff610a-79b4-5ca8-abbe-c45aa2582526 ;
  a2a:EventKeyRef oa:event_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1_Event1 .

oa:source_bhi_3ce40949-49c0-e982-8739-afe4559e4bf1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1839-01-28 - 1839-01-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1839-01-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1839-01-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1839" ;
    a2a:Month "1" ;
    a2a:Day "28" ;
    rdfs:label "1839-01-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1179, Periode: 1839" ;
    a2a:Book "Geboorteregister 1839" ;
    a2a:DocumentNumber "33" ;
    a2a:RegistryNumber "1179" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1179, Periode: 1839, Geboorteregister 1839, 33, 1179"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/291e4a78-7e87-a758-5094-31315ecd5958.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/291e4a78-7e87-a758-5094-31315ecd5958.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/3ce40949-49c0-e982-8739-afe4559e4bf1" ;
  a2a:RecordGUID "{3ce40949-49c0-e982-8739-afe4559e4bf1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2101_00002101.xml van BHI" .

