@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_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd
  a a2a:Record ;
  rdfs:label "Doop op 11 november 1644 te Rucphen" ;
  a2a:hasPerson oa:person_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Person-dc36e7e9-0873-5265-95f6-36275353aff2, oa:person_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Person-9a258e71-a368-5ef3-7620-8e2b17332002, oa:person_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Person-0f2ae67e-15d5-d4d4-9395-f96e6a681d37 ;
  a2a:hasEvent oa:event_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_0, oa:relationep_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_1, oa:relationep_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_2 ;
  a2a:hasSource oa:source_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd .

oa:person_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Person-dc36e7e9-0873-5265-95f6-36275353aff2
  a a2a:Person ;
  rdfs:label "Adrianus Baes" ;
  a2a:PersonName [
    rdfs:label "Adrianus Baes" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Baes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Person-9a258e71-a368-5ef3-7620-8e2b17332002
  a a2a:Person ;
  rdfs:label "Maria Adriani" ;
  a2a:PersonName [
    rdfs:label "Maria Adriani" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Adriani"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Person-0f2ae67e-15d5-d4d4-9395-f96e6a681d37
  a a2a:Person ;
  rdfs:label "Cornelia Baes" ;
  a2a:PersonName [
    rdfs:label "Cornelia Baes" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Baes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1644" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1644-11-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] .

oa:relationep_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Person:dc36e7e9-0873-5265-95f6-36275353aff2 ;
  a2a:EventKeyRef oa:event_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Event1 .

oa:relationep_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Person:9a258e71-a368-5ef3-7620-8e2b17332002 ;
  a2a:EventKeyRef oa:event_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Event1 .

oa:relationep_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Person:0f2ae67e-15d5-d4d4-9395-f96e6a681d37 ;
  a2a:EventKeyRef oa:event_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd_Event1 .

oa:source_wba_40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen", "1644-11-11 - 1644-11-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1644-11-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1644-11-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1644" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1644-11-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 015" ;
    a2a:Book "22 Sprundel RK Dopen 1625-1681 (DTB 15)" ;
    a2a:RegistryNumber "015" ;
    a2a:Folio "27 r" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 015, 22 Sprundel RK Dopen 1625-1681 (DTB 15), 015, 27 r"
  ] ;
  a2a:SourceLastChangeDate "2011-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd" ;
  a2a:RecordGUID "{40cf0c2b-cde4-183c-b4dc-bbcfd9837ebd}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Jacobus Adriani, Adriana Joannis" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_7206_00007206.xml van WBA" .

