@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_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61
  a a2a:Record ;
  rdfs:label "Doop op 25 april 1720 te Rucphen" ;
  a2a:hasPerson oa:person_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Person-33d8b0b2-a752-af7c-a483-08f037ce3e48, oa:person_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Person-1a503521-fb2b-fd54-5f56-5100fb45b64d, oa:person_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Person-0e92124f-e48f-aaae-2fca-0d57441917ce ;
  a2a:hasEvent oa:event_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_0, oa:relationep_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_1, oa:relationep_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_2 ;
  a2a:hasSource oa:source_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61 .

oa:person_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Person-33d8b0b2-a752-af7c-a483-08f037ce3e48
  a a2a:Person ;
  rdfs:label "Cornelius Matthijsse Braet" ;
  a2a:PersonName [
    rdfs:label "Cornelius Matthijsse Braet" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNamePatronym "Matthijsse" ;
    a2a:PersonNameLastName "Braet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Person-1a503521-fb2b-fd54-5f56-5100fb45b64d
  a a2a:Person ;
  rdfs:label "Maria Cornelisse Braet" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelisse Braet" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Cornelisse" ;
    a2a:PersonNameLastName "Braet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Person-0e92124f-e48f-aaae-2fca-0d57441917ce
  a a2a:Person ;
  rdfs:label "Matthias Braet" ;
  a2a:PersonName [
    rdfs:label "Matthias Braet" ;
    a2a:PersonNameFirstName "Matthias" ;
    a2a:PersonNameLastName "Braet"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1720" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1720-04-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] .

oa:relationep_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Person:33d8b0b2-a752-af7c-a483-08f037ce3e48 ;
  a2a:EventKeyRef oa:event_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Event1 .

oa:relationep_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Person:1a503521-fb2b-fd54-5f56-5100fb45b64d ;
  a2a:EventKeyRef oa:event_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Event1 .

oa:relationep_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Person:0e92124f-e48f-aaae-2fca-0d57441917ce ;
  a2a:EventKeyRef oa:event_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61_Event1 .

oa:source_wba_88fc7a04-7e4c-aa8d-e8dc-718c124c8e61
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen", "1720-04-25 - 1720-04-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1720-04-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1720-04-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1720" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1720-04-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 002" ;
    a2a:Book "01 Rucphen RK Dopen 1684-1742 (DTB 2)" ;
    a2a:RegistryNumber "002" ;
    a2a:Folio "82 r" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 002, 01 Rucphen RK Dopen 1684-1742 (DTB 2), 002, 82 r"
  ] ;
  a2a:SourceLastChangeDate "2011-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/88fc7a04-7e4c-aa8d-e8dc-718c124c8e61" ;
  a2a:RecordGUID "{88fc7a04-7e4c-aa8d-e8dc-718c124c8e61}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Marinus Crijne Brans, Susanna Jacobs" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_7660_00007660.xml van WBA" .

[] a2a:PersonRemarkdiversen "tweeling, gestorven" .
