@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_adc9be22-b913-8ef6-e30b-7be63ac696a8
  a a2a:Record ;
  rdfs:label "Doop op 12 mei 1723 te Nistelrode" ;
  a2a:hasPerson oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person-0b09de4b-8166-ade2-712e-9428ac6559ca, oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person-78fe23a9-3236-8787-d48a-5137d62f6094, oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person-bcca1fac-07f4-1690-2f5f-ad0870229f15, oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person-0143e853-7c4e-9e8e-fe75-5764e49242e9, oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person-f8e2aaa3-45af-52a7-8f53-0f0df63bcb82 ;
  a2a:hasEvent oa:event_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_0, oa:relationep_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_1, oa:relationep_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_2, oa:relationep_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_3, oa:relationep_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_4 ;
  a2a:hasSource oa:source_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8 .

oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person-0b09de4b-8166-ade2-712e-9428ac6559ca
  a a2a:Person ;
  rdfs:label "Joannes Hendrickx" ;
  a2a:PersonName [
    rdfs:label "Joannes Hendrickx" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Hendrickx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person-78fe23a9-3236-8787-d48a-5137d62f6094
  a a2a:Person ;
  rdfs:label "Maria Roelofs" ;
  a2a:PersonName [
    rdfs:label "Maria Roelofs" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Roelofs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person-bcca1fac-07f4-1690-2f5f-ad0870229f15
  a a2a:Person ;
  rdfs:label "Lucia Henrici Joannis Hendrickx" ;
  a2a:PersonName [
    rdfs:label "Lucia Henrici Joannis Hendrickx" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNamePatronym "Henrici Joannis" ;
    a2a:PersonNameLastName "Hendrickx"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person-0143e853-7c4e-9e8e-fe75-5764e49242e9
  a a2a:Person ;
  rdfs:label "Henricus Joannis Hendrickx" ;
  a2a:PersonName [
    rdfs:label "Henricus Joannis Hendrickx" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNameLastName "Hendrickx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person-f8e2aaa3-45af-52a7-8f53-0f0df63bcb82
  a a2a:Person ;
  rdfs:label "Gisberta Lamberti Willems" ;
  a2a:PersonName [
    rdfs:label "Gisberta Lamberti Willems" ;
    a2a:PersonNameFirstName "Gisberta" ;
    a2a:PersonNamePatronym "Lamberti" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1723" ;
    a2a:Month "5" ;
    a2a:Day "12" ;
    rdfs:label "1723-05-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nistelrode" ;
    rdfs:label "Nistelrode"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person:0b09de4b-8166-ade2-712e-9428ac6559ca ;
  a2a:EventKeyRef oa:event_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Event1 .

oa:relationep_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person:78fe23a9-3236-8787-d48a-5137d62f6094 ;
  a2a:EventKeyRef oa:event_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Event1 .

oa:relationep_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person:bcca1fac-07f4-1690-2f5f-ad0870229f15 ;
  a2a:EventKeyRef oa:event_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Event1 .

oa:relationep_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person:0143e853-7c4e-9e8e-fe75-5764e49242e9 ;
  a2a:EventKeyRef oa:event_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Event1 .

oa:relationep_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Person:f8e2aaa3-45af-52a7-8f53-0f0df63bcb82 ;
  a2a:EventKeyRef oa:event_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8_Event1 .

oa:source_bhi_adc9be22-b913-8ef6-e30b-7be63ac696a8
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Nistelrode" ;
    rdfs:label "Nistelrode", "1723-05-12 - 1723-05-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1723-05-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1723-05-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1723" ;
    a2a:Month "5" ;
    a2a:Day "12" ;
    rdfs:label "1723-05-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: boek, Deel: 2, Periode: 1715-1742" ;
    a2a:Book "Dopen" ;
    a2a:RegistryNumber "2" ;
    a2a:Folio "25r02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 2, Periode: 1715-1742, Dopen, 2, 25r02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1750a12f-3a67-9884-67fb-5c976b226609.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1750a12f-3a67-9884-67fb-5c976b226609.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-11-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/adc9be22-b913-8ef6-e30b-7be63ac696a8" ;
  a2a:RecordGUID "{adc9be22-b913-8ef6-e30b-7be63ac696a8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_72809_00072809.xml van BHI" .

