@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_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a
  a a2a:Record ;
  rdfs:label "Doop op 13 januari 1717 te Erp" ;
  a2a:hasPerson oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person-48154bac-d96d-80c2-a2f7-6836498fea6e, oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person-7a86476f-2cfd-7e80-ced1-0a26283860ae, oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person-69fa8058-ec93-7fd7-f8c9-7dfa5eca2dc2, oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person-b5ff4029-217c-dab1-a0c0-149f537d57cb ;
  a2a:hasEvent oa:event_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_0, oa:relationep_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_1, oa:relationep_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_2, oa:relationep_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_3 ;
  a2a:hasSource oa:source_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a .

oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person-48154bac-d96d-80c2-a2f7-6836498fea6e
  a a2a:Person ;
  rdfs:label "Maria Jan Hendrickx" ;
  a2a:PersonName [
    rdfs:label "Maria Jan Hendrickx" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Hendrickx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person-7a86476f-2cfd-7e80-ced1-0a26283860ae
  a a2a:Person ;
  rdfs:label "Maria Jan Peters" ;
  a2a:PersonName [
    rdfs:label "Maria Jan Peters" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Peters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person-69fa8058-ec93-7fd7-f8c9-7dfa5eca2dc2
  a a2a:Person ;
  rdfs:label "Joannes de Weert" ;
  a2a:PersonName [
    rdfs:label "Joannes de Weert" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person-b5ff4029-217c-dab1-a0c0-149f537d57cb
  a a2a:Person ;
  rdfs:label "Hendricus Joannis de Weert" ;
  a2a:PersonName [
    rdfs:label "Hendricus Joannis de Weert" ;
    a2a:PersonNameFirstName "Hendricus" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weert"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1717" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1717-01-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Erp" ;
    rdfs:label "Erp"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person:48154bac-d96d-80c2-a2f7-6836498fea6e ;
  a2a:EventKeyRef oa:event_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Event1 .

oa:relationep_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person:7a86476f-2cfd-7e80-ced1-0a26283860ae ;
  a2a:EventKeyRef oa:event_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Event1 .

oa:relationep_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person:69fa8058-ec93-7fd7-f8c9-7dfa5eca2dc2 ;
  a2a:EventKeyRef oa:event_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Event1 .

oa:relationep_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Person:b5ff4029-217c-dab1-a0c0-149f537d57cb ;
  a2a:EventKeyRef oa:event_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a_Event1 .

oa:source_bhi_0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Erp" ;
    rdfs:label "Erp", "1717-01-13 - 1717-01-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1717-01-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1717-01-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1717" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1717-01-13"^^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 "93v02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 4, Periode: 1691-1723, Dopen, 4, 93v02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/59249cb0-cf92-0432-eb0f-d7e4881ed9c0.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/59249cb0-cf92-0432-eb0f-d7e4881ed9c0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a" ;
  a2a:RecordGUID "{0b9e30f2-24be-abc6-6d0d-37f4b8dfd12a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_40397_00040397.xml van BHI" .

