@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_072d3a22-be68-9750-c0bf-5eb07dccc7ec
  a a2a:Record ;
  rdfs:label "Doop op 9 april 1715 te Rucphen" ;
  a2a:hasPerson oa:person_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Person-d1bba2a5-b520-c6de-4eff-514c16607a15, oa:person_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Person-12818cc0-eab0-5238-d7e9-48cc55894b30, oa:person_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Person-5ab3e312-6ccf-6c26-5c86-04e87b67936d ;
  a2a:hasEvent oa:event_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_0, oa:relationep_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_1, oa:relationep_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_2 ;
  a2a:hasSource oa:source_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec .

oa:person_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Person-d1bba2a5-b520-c6de-4eff-514c16607a15
  a a2a:Person ;
  rdfs:label "Jacobus Cornelise de Brueijn" ;
  a2a:PersonName [
    rdfs:label "Jacobus Cornelise de Brueijn" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePatronym "Cornelise" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Brueijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Person-12818cc0-eab0-5238-d7e9-48cc55894b30
  a a2a:Person ;
  rdfs:label "Margareta Janse Meulders" ;
  a2a:PersonName [
    rdfs:label "Margareta Janse Meulders" ;
    a2a:PersonNameFirstName "Margareta" ;
    a2a:PersonNamePatronym "Janse" ;
    a2a:PersonNameLastName "Meulders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Person-5ab3e312-6ccf-6c26-5c86-04e87b67936d
  a a2a:Person ;
  rdfs:label "Maria de Brueijn" ;
  a2a:PersonName [
    rdfs:label "Maria de Brueijn" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Brueijn"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1715" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1715-04-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] .

oa:relationep_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Person:d1bba2a5-b520-c6de-4eff-514c16607a15 ;
  a2a:EventKeyRef oa:event_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Event1 .

oa:relationep_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Person:12818cc0-eab0-5238-d7e9-48cc55894b30 ;
  a2a:EventKeyRef oa:event_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Event1 .

oa:relationep_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Person:5ab3e312-6ccf-6c26-5c86-04e87b67936d ;
  a2a:EventKeyRef oa:event_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec_Event1 .

oa:source_wba_072d3a22-be68-9750-c0bf-5eb07dccc7ec
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen", "1715-04-09 - 1715-04-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1715-04-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1715-04-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1715" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1715-04-09"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 016" ;
    a2a:Book "23 Sprundel RK Dopen 1682-1731 (DTB 16)" ;
    a2a:RegistryNumber "016" ;
    a2a:Folio "75 r" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 016, 23 Sprundel RK Dopen 1682-1731 (DTB 16), 016, 75 r"
  ] ;
  a2a:SourceLastChangeDate "2011-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/072d3a22-be68-9750-c0bf-5eb07dccc7ec" ;
  a2a:RecordGUID "{072d3a22-be68-9750-c0bf-5eb07dccc7ec}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Michael Jacobse de Brueijn; Cornelia Janse Meulders" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_6683_00006683.xml van WBA" .

[] a2a:PersonRemarkdiversen "in de marge: Vorenseinde" .
