@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_104affe6-d081-2291-a1ab-e4d56a95eb5f
  a a2a:Record ;
  rdfs:label "Doop op 22 juli 1785 te Rucphen" ;
  a2a:hasPerson oa:person_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Person-f741e3de-4769-2c10-af5c-a9cf8a824e48, oa:person_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Person-d24958cd-02fa-1349-2b24-e662ee47dc5b, oa:person_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Person-ca57b090-037c-0ed6-0ac1-0c887ed1791e ;
  a2a:hasEvent oa:event_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_0, oa:relationep_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_1, oa:relationep_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_2 ;
  a2a:hasSource oa:source_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f .

oa:person_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Person-f741e3de-4769-2c10-af5c-a9cf8a824e48
  a a2a:Person ;
  rdfs:label "Jacobus van den Broek" ;
  a2a:PersonName [
    rdfs:label "Jacobus van den Broek" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Broek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Person-d24958cd-02fa-1349-2b24-e662ee47dc5b
  a a2a:Person ;
  rdfs:label "Gertrudis Dam" ;
  a2a:PersonName [
    rdfs:label "Gertrudis Dam" ;
    a2a:PersonNameFirstName "Gertrudis" ;
    a2a:PersonNameLastName "Dam"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Person-ca57b090-037c-0ed6-0ac1-0c887ed1791e
  a a2a:Person ;
  rdfs:label "Adriana van den Broek" ;
  a2a:PersonName [
    rdfs:label "Adriana van den Broek" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Broek"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1785" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1785-07-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] .

oa:relationep_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Person:f741e3de-4769-2c10-af5c-a9cf8a824e48 ;
  a2a:EventKeyRef oa:event_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Event1 .

oa:relationep_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Person:d24958cd-02fa-1349-2b24-e662ee47dc5b ;
  a2a:EventKeyRef oa:event_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Event1 .

oa:relationep_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Person:ca57b090-037c-0ed6-0ac1-0c887ed1791e ;
  a2a:EventKeyRef oa:event_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f_Event1 .

oa:source_wba_104affe6-d081-2291-a1ab-e4d56a95eb5f
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen", "1785-07-22 - 1785-07-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1785-07-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1785-07-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1785" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1785-07-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 004" ;
    a2a:Book "03 Rucphen RK Dopen 1783-1811 (DTB 4)" ;
    a2a:RegistryNumber "004" ;
    a2a:Folio "7 r" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 004, 03 Rucphen RK Dopen 1783-1811 (DTB 4), 004, 7 r"
  ] ;
  a2a:SourceLastChangeDate "2011-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/104affe6-d081-2291-a1ab-e4d56a95eb5f" ;
  a2a:RecordGUID "{104affe6-d081-2291-a1ab-e4d56a95eb5f}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Wilhelmus van den Broek, Wilhelma Franken" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_6780_00006780.xml van WBA" .

[] a2a:PersonRemarkdiversen "uit Sprundel" .
[] a2a:PersonRemarkdiversen "uit Roosendaal" .
