@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_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c
  a a2a:Record ;
  rdfs:label "Doop op 15 november 1711 te Erp" ;
  a2a:hasPerson oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person-75314732-881c-3f36-2c6a-92063243c17d, oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person-db989e6a-4481-aaae-950f-3b082d1602c0, oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person-e8ad30db-25ea-4b77-d396-6c8925a1cc14, oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person-a94a51d7-1060-8c44-1925-ceae3140e6b6 ;
  a2a:hasEvent oa:event_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_0, oa:relationep_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_1, oa:relationep_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_2, oa:relationep_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_3 ;
  a2a:hasSource oa:source_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c .

oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person-75314732-881c-3f36-2c6a-92063243c17d
  a a2a:Person ;
  rdfs:label "Aelen Adriaen Delissen" ;
  a2a:PersonName [
    rdfs:label "Aelen Adriaen Delissen" ;
    a2a:PersonNameFirstName "Aelen" ;
    a2a:PersonNamePatronym "Adriaen" ;
    a2a:PersonNameLastName "Delissen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person-db989e6a-4481-aaae-950f-3b082d1602c0
  a a2a:Person ;
  rdfs:label "Maria Fredrickx" ;
  a2a:PersonName [
    rdfs:label "Maria Fredrickx" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Fredrickx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person-e8ad30db-25ea-4b77-d396-6c8925a1cc14
  a a2a:Person ;
  rdfs:label "Evert Jan Everts" ;
  a2a:PersonName [
    rdfs:label "Evert Jan Everts" ;
    a2a:PersonNameFirstName "Evert" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Everts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person-a94a51d7-1060-8c44-1925-ceae3140e6b6
  a a2a:Person ;
  rdfs:label "Anna Maria Evert Jan Everts" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Evert Jan Everts" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNamePatronym "Evert Jan" ;
    a2a:PersonNameLastName "Everts"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1711" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1711-11-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Erp" ;
    rdfs:label "Erp"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person:75314732-881c-3f36-2c6a-92063243c17d ;
  a2a:EventKeyRef oa:event_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Event1 .

oa:relationep_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person:db989e6a-4481-aaae-950f-3b082d1602c0 ;
  a2a:EventKeyRef oa:event_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Event1 .

oa:relationep_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person:e8ad30db-25ea-4b77-d396-6c8925a1cc14 ;
  a2a:EventKeyRef oa:event_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Event1 .

oa:relationep_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Person:a94a51d7-1060-8c44-1925-ceae3140e6b6 ;
  a2a:EventKeyRef oa:event_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c_Event1 .

oa:source_bhi_1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Erp" ;
    rdfs:label "Erp", "1711-11-15 - 1711-11-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1711-11-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1711-11-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1711" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1711-11-15"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: boek, Deel: 4, Periode: 1691-1723" ;
    a2a:Book "Dopen" ;
    a2a:RegistryNumber "4" ;
    a2a:Folio "71v03" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 4, Periode: 1691-1723, Dopen, 4, 71v03"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0c0c3cf4-3810-d2df-3185-7fda0a4c6030.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0c0c3cf4-3810-d2df-3185-7fda0a4c6030.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c" ;
  a2a:RecordGUID "{1fb1771a-4f4b-e2fc-c1d8-d44aa22d959c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_39042_00039042.xml van BHI" .

