@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_ac44e645-e865-d3b6-bf16-63ce513ebccc
  a a2a:Record ;
  rdfs:label "Geboorte op 20 augustus 1812" ;
  a2a:hasPerson oa:person_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Person-8af4860d-b991-f54a-e44b-161dd9474ec6, oa:person_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Person-13518ad6-5911-a659-0c06-fddcbf700698, oa:person_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Person-7da7c7fe-009d-1a9f-3ebd-380aab24633f ;
  a2a:hasEvent oa:event_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_0, oa:relationep_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_1, oa:relationep_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_2 ;
  a2a:hasSource oa:source_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc .

oa:person_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Person-8af4860d-b991-f54a-e44b-161dd9474ec6
  a a2a:Person ;
  rdfs:label "Adrien Loos" ;
  a2a:PersonName [
    rdfs:label "Adrien Loos" ;
    a2a:PersonNameFirstName "Adrien" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Person-13518ad6-5911-a659-0c06-fddcbf700698
  a a2a:Person ;
  rdfs:label "Jean Baptiste Loos" ;
  a2a:PersonName [
    rdfs:label "Jean Baptiste Loos" ;
    a2a:PersonNameFirstName "Jean Baptiste" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1812" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1812-08-20"^^xsd:date
  ] .

oa:person_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Person-7da7c7fe-009d-1a9f-3ebd-380aab24633f
  a a2a:Person ;
  rdfs:label "Anne Marie Raats" ;
  a2a:PersonName [
    rdfs:label "Anne Marie Raats" ;
    a2a:PersonNameFirstName "Anne Marie" ;
    a2a:PersonNameLastName "Raats"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1812" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1812-08-20"^^xsd:date
  ] .

oa:relationep_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Person:8af4860d-b991-f54a-e44b-161dd9474ec6 ;
  a2a:EventKeyRef oa:event_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Event1 .

oa:relationep_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Person:13518ad6-5911-a659-0c06-fddcbf700698 ;
  a2a:EventKeyRef oa:event_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Event1 .

oa:relationep_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Person:7da7c7fe-009d-1a9f-3ebd-380aab24633f ;
  a2a:EventKeyRef oa:event_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc_Event1 .

oa:source_bhi_ac44e645-e865-d3b6-bf16-63ce513ebccc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1812-08-21 - 1812-08-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-08-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-08-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1812" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1812-08-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6617, Periode: 1812" ;
    a2a:Book "Geboorteregister Roosendaal 1812" ;
    a2a:DocumentNumber "79" ;
    a2a:RegistryNumber "6617" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6617, Periode: 1812, Geboorteregister Roosendaal 1812, 79, 6617"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8f89181f-cb47-6bb8-580b-2239f5ea5a8d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8f89181f-cb47-6bb8-580b-2239f5ea5a8d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ac44e645-e865-d3b6-bf16-63ce513ebccc" ;
  a2a:RecordGUID "{ac44e645-e865-d3b6-bf16-63ce513ebccc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_5588_00005588.xml van BHI" .

