@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_dad0277b-8148-e6d5-d75a-e6a73f9b2228
  a a2a:Record ;
  rdfs:label "Doop op 10 februari 1793 te Uden" ;
  a2a:hasPerson oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person-cf522bac-b15f-ea2a-33c7-d55ca091ff2e, oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person-16adcdbe-b141-f982-0ce9-152deb48fbf6, oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person-9490c44f-4826-5c5d-1ba2-248d36db420a, oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person-076097df-19fc-c817-1956-53f47ed7dd41, oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person-3ad3e052-3feb-a41f-7c66-bd7dcacd7b2a ;
  a2a:hasEvent oa:event_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_0, oa:relationep_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_1, oa:relationep_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_2, oa:relationep_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_3, oa:relationep_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_4 ;
  a2a:hasSource oa:source_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228 .

oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person-cf522bac-b15f-ea2a-33c7-d55ca091ff2e
  a a2a:Person ;
  rdfs:label "Maria Elisabeth van den Elsen" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth van den Elsen" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Elsen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person-16adcdbe-b141-f982-0ce9-152deb48fbf6
  a a2a:Person ;
  rdfs:label "Gualterus van den Elsen" ;
  a2a:PersonName [
    rdfs:label "Gualterus van den Elsen" ;
    a2a:PersonNameFirstName "Gualterus" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Elsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person-9490c44f-4826-5c5d-1ba2-248d36db420a
  a a2a:Person ;
  rdfs:label "Joanna Maria van den Elsen" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria van den Elsen" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Elsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person-076097df-19fc-c817-1956-53f47ed7dd41
  a a2a:Person ;
  rdfs:label "Andreas Gualteri van den Elsen" ;
  a2a:PersonName [
    rdfs:label "Andreas Gualteri van den Elsen" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNamePatronym "Gualteri" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Elsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person-3ad3e052-3feb-a41f-7c66-bd7dcacd7b2a
  a a2a:Person ;
  rdfs:label "Petronilla Bartholomaei Donkers" ;
  a2a:PersonName [
    rdfs:label "Petronilla Bartholomaei Donkers" ;
    a2a:PersonNameFirstName "Petronilla" ;
    a2a:PersonNamePatronym "Bartholomaei" ;
    a2a:PersonNameLastName "Donkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1793" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1793-02-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Uden" ;
    rdfs:label "Uden"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person:cf522bac-b15f-ea2a-33c7-d55ca091ff2e ;
  a2a:EventKeyRef oa:event_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Event1 .

oa:relationep_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person:16adcdbe-b141-f982-0ce9-152deb48fbf6 ;
  a2a:EventKeyRef oa:event_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Event1 .

oa:relationep_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person:9490c44f-4826-5c5d-1ba2-248d36db420a ;
  a2a:EventKeyRef oa:event_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Event1 .

oa:relationep_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person:076097df-19fc-c817-1956-53f47ed7dd41 ;
  a2a:EventKeyRef oa:event_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Event1 .

oa:relationep_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Person:3ad3e052-3feb-a41f-7c66-bd7dcacd7b2a ;
  a2a:EventKeyRef oa:event_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228_Event1 .

oa:source_bhi_dad0277b-8148-e6d5-d75a-e6a73f9b2228
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Uden" ;
    rdfs:label "Uden", "1793-02-10 - 1793-02-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1793-02-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1793-02-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1793" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1793-02-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 12, Periode: 1783-1804" ;
    a2a:Book "Rooms-Katholiek doopboek 1783-1804" ;
    a2a:RegistryNumber "12" ;
    a2a:Folio "082v05" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 12, Periode: 1783-1804, Rooms-Katholiek doopboek 1783-1804, 12, 082v05"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ea23c401-ff08-1a30-93a6-0a0aa41696de.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ea23c401-ff08-1a30-93a6-0a0aa41696de.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-06-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dad0277b-8148-e6d5-d75a-e6a73f9b2228" ;
  a2a:RecordGUID "{dad0277b-8148-e6d5-d75a-e6a73f9b2228}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_38714_00038714.xml van BHI" .

