@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_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5
  a a2a:Record ;
  rdfs:label "Doop op 31 oktober 1665 te Vught" ;
  a2a:hasPerson oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person-43a0d661-6d86-f2d6-8a53-5c816a703698, oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person-4076c6a7-61de-f031-5f46-66e46fa793b0, oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person-5e6d5806-b28f-8f29-a9f2-d7858d13d0f6, oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person-d8ae17b9-c1b3-bcba-4ba1-d1e482075e0d, oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person-3b2ccfdc-554b-891f-1246-e03c20a9c629 ;
  a2a:hasEvent oa:event_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_0, oa:relationep_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_1, oa:relationep_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_2, oa:relationep_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_3, oa:relationep_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_4 ;
  a2a:hasSource oa:source_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5 .

oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person-43a0d661-6d86-f2d6-8a53-5c816a703698
  a a2a:Person ;
  rdfs:label "Wilhelmus Joannis" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Joannis" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Joannis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person-4076c6a7-61de-f031-5f46-66e46fa793b0
  a a2a:Person ;
  rdfs:label "Henrica Henrici" ;
  a2a:PersonName [
    rdfs:label "Henrica Henrici" ;
    a2a:PersonNameFirstName "Henrica" ;
    a2a:PersonNameLastName "Henrici"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person-5e6d5806-b28f-8f29-a9f2-d7858d13d0f6
  a a2a:Person ;
  rdfs:label "Maria Joannis" ;
  a2a:PersonName [
    rdfs:label "Maria Joannis" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Joannis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person-d8ae17b9-c1b3-bcba-4ba1-d1e482075e0d
  a a2a:Person ;
  rdfs:label "Joannes Adriani" ;
  a2a:PersonName [
    rdfs:label "Joannes Adriani" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Adriani"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person-3b2ccfdc-554b-891f-1246-e03c20a9c629
  a a2a:Person ;
  rdfs:label "Helena Adriani" ;
  a2a:PersonName [
    rdfs:label "Helena Adriani" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNameLastName "Adriani"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Cromvoirt" ;
    rdfs:label "Cromvoirt"
  ] .

oa:event_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1665" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1665-10-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vught" ;
    rdfs:label "Vught"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person:43a0d661-6d86-f2d6-8a53-5c816a703698 ;
  a2a:EventKeyRef oa:event_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Event1 .

oa:relationep_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person:4076c6a7-61de-f031-5f46-66e46fa793b0 ;
  a2a:EventKeyRef oa:event_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Event1 .

oa:relationep_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person:5e6d5806-b28f-8f29-a9f2-d7858d13d0f6 ;
  a2a:EventKeyRef oa:event_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Event1 .

oa:relationep_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person:d8ae17b9-c1b3-bcba-4ba1-d1e482075e0d ;
  a2a:EventKeyRef oa:event_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Event1 .

oa:relationep_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Person:3b2ccfdc-554b-891f-1246-e03c20a9c629 ;
  a2a:EventKeyRef oa:event_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5_Event1 .

oa:source_bhi_0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Vught" ;
    rdfs:label "Vught", "1665-10-31 - 1665-10-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1665-10-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1665-10-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1665" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1665-10-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: Boek, Deel: 26, Periode: 1622-1674" ;
    a2a:Book "Vught Sint-Lambertus RK doop-, trouw- en begraafboek, 1622-1674" ;
    a2a:RegistryNumber "26" ;
    a2a:Folio "126-02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 26, Periode: 1622-1674, Vught Sint-Lambertus RK doop-, trouw- en begraafboek, 1622-1674, 26, 126-02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/390ee3d2-4f41-2861-6503-2c73ba785eb2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/390ee3d2-4f41-2861-6503-2c73ba785eb2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-07-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5" ;
  a2a:RecordGUID "{0ace2aed-e974-9dd6-80d9-0b83f9ab4fc5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_40363_00040363.xml van BHI" .

