@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_757f686c-52cc-e352-78b9-a97de3a1bf1f
  a a2a:Record ;
  rdfs:label "Doop op 8 april 1805 te Reusel" ;
  a2a:hasPerson oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-75858f3a-4647-11e3-a747-d206bceb4d38, oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-7585e16a-4647-11e3-a747-d206bceb4d38, oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-7586574e-4647-11e3-a747-d206bceb4d38, oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-75869bf0-4647-11e3-a747-d206bceb4d38, oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-7586db9c-4647-11e3-a747-d206bceb4d38, oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-75861b62-4647-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_0, oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_1, oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_2, oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_3, oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_4, oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_5 ;
  a2a:hasSource oa:source_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f .

oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-75858f3a-4647-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Petrus Panis" ;
  a2a:PersonName [
    rdfs:label "Petrus Panis" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Panis"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-7585e16a-4647-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Matthias Panis" ;
  a2a:PersonName [
    rdfs:label "Matthias Panis" ;
    a2a:PersonNameFirstName "Matthias" ;
    a2a:PersonNameLastName "Panis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-7586574e-4647-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Theodorus Lauvrijsen" ;
  a2a:PersonName [
    rdfs:label "Theodorus Lauvrijsen" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNameLastName "Lauvrijsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-75869bf0-4647-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Joannes Moonen" ;
  a2a:PersonName [
    rdfs:label "Joannes Moonen" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Moonen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-7586db9c-4647-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Barbara van Gorp" ;
  a2a:PersonName [
    rdfs:label "Barbara van Gorp" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gorp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person-75861b62-4647-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Maria van Gorp" ;
  a2a:PersonName [
    rdfs:label "Maria van Gorp" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gorp"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1805" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1805-04-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Reusel" ;
    rdfs:label "Reusel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person:75858f3a-4647-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Event1 .

oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person:7585e16a-4647-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Event1 .

oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person:7586574e-4647-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Event1 .

oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person:75869bf0-4647-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Event1 .

oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person:7586db9c-4647-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Event1 .

oa:relationep_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_5
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Person:75861b62-4647-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f_Event1 .

oa:source_bhi_757f686c-52cc-e352-78b9-a97de3a1bf1f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Reusel" ;
    rdfs:label "Reusel", "1805-04-08 - 1805-04-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1805-04-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1805-04-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1805" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1805-04-08"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 4, Periode: 1785-1842" ;
    a2a:Book "Rooms-Katholiek doopboek 1785-1842" ;
    a2a:RegistryNumber "4" ;
    a2a:Folio "54" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 4, Periode: 1785-1842, Rooms-Katholiek doopboek 1785-1842, 4, 54"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/757f686c-52cc-e352-78b9-a97de3a1bf1f" ;
  a2a:RecordGUID "{757f686c-52cc-e352-78b9-a97de3a1bf1f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_57307_00057307.xml van BHI" .

