@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_caf56c87-b9e3-41f3-dc7d-e8be1d517dca
  a a2a:Record ;
  rdfs:label "Doop op 28 september 1778 te Erp" ;
  a2a:hasPerson oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person-b13f2de2-d6c6-a063-4105-f4161096b6d6, oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person-f2409c4b-cfaa-744e-1d05-b7d8075f5006, oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person-36894aa2-d8f1-ad2a-1dec-7d2b85209a31, oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person-cee8012e-a672-71b4-9499-0d277389cdda ;
  a2a:hasEvent oa:event_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_0, oa:relationep_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_1, oa:relationep_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_2, oa:relationep_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_3 ;
  a2a:hasSource oa:source_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca .

oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person-b13f2de2-d6c6-a063-4105-f4161096b6d6
  a a2a:Person ;
  rdfs:label "Cornelius Antonii Joannis van Melis" ;
  a2a:PersonName [
    rdfs:label "Cornelius Antonii Joannis van Melis" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNamePatronym "Antonii Joannis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Melis"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person-f2409c4b-cfaa-744e-1d05-b7d8075f5006
  a a2a:Person ;
  rdfs:label "Maria Antonii Pauli Smits" ;
  a2a:PersonName [
    rdfs:label "Maria Antonii Pauli Smits" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Antonii Pauli" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person-36894aa2-d8f1-ad2a-1dec-7d2b85209a31
  a a2a:Person ;
  rdfs:label "Antonius Joannis van Melis" ;
  a2a:PersonName [
    rdfs:label "Antonius Joannis van Melis" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Melis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person-cee8012e-a672-71b4-9499-0d277389cdda
  a a2a:Person ;
  rdfs:label "Aldegondis Antonii Pauli Smits" ;
  a2a:PersonName [
    rdfs:label "Aldegondis Antonii Pauli Smits" ;
    a2a:PersonNameFirstName "Aldegondis" ;
    a2a:PersonNamePatronym "Antonii Pauli" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1778" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1778-09-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Erp" ;
    rdfs:label "Erp"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person:b13f2de2-d6c6-a063-4105-f4161096b6d6 ;
  a2a:EventKeyRef oa:event_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Event1 .

oa:relationep_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person:f2409c4b-cfaa-744e-1d05-b7d8075f5006 ;
  a2a:EventKeyRef oa:event_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Event1 .

oa:relationep_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person:36894aa2-d8f1-ad2a-1dec-7d2b85209a31 ;
  a2a:EventKeyRef oa:event_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Event1 .

oa:relationep_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Person:cee8012e-a672-71b4-9499-0d277389cdda ;
  a2a:EventKeyRef oa:event_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca_Event1 .

oa:source_bhi_caf56c87-b9e3-41f3-dc7d-e8be1d517dca
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Erp" ;
    rdfs:label "Erp", "1778-09-28 - 1778-09-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1778-09-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1778-09-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1778" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1778-09-28"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6, Periode: 1723-1783" ;
    a2a:Book "Rooms-Katholiek doopboek 1723-1783" ;
    a2a:RegistryNumber "6" ;
    a2a:Folio "197r03" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6, Periode: 1723-1783, Rooms-Katholiek doopboek 1723-1783, 6, 197r03"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/3213629c-cd48-d126-ff97-d0d524fc8609.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/3213629c-cd48-d126-ff97-d0d524fc8609.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-10-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/caf56c87-b9e3-41f3-dc7d-e8be1d517dca" ;
  a2a:RecordGUID "{caf56c87-b9e3-41f3-dc7d-e8be1d517dca}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_52358_00052358.xml van BHI" .

