@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_0859fbc0-0421-25aa-c069-e7bf5c44e667
  a a2a:Record ;
  rdfs:label "Doop op 23 januari 1693 te Rucphen" ;
  a2a:hasPerson oa:person_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Person-ff2c85f4-0330-2943-e409-7f9d4368e010, oa:person_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Person-a7bcd911-fe41-cb66-b6bd-1e69d37a060a, oa:person_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Person-a1822b7d-e395-2221-2618-e0ba47919609 ;
  a2a:hasEvent oa:event_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_0, oa:relationep_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_1, oa:relationep_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_2 ;
  a2a:hasSource oa:source_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667 .

oa:person_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Person-ff2c85f4-0330-2943-e409-7f9d4368e010
  a a2a:Person ;
  rdfs:label "Joannes Siardi Cools" ;
  a2a:PersonName [
    rdfs:label "Joannes Siardi Cools" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePatronym "Siardi" ;
    a2a:PersonNameLastName "Cools"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Person-a7bcd911-fe41-cb66-b6bd-1e69d37a060a
  a a2a:Person ;
  rdfs:label "Digna Jansen Scrouwen" ;
  a2a:PersonName [
    rdfs:label "Digna Jansen Scrouwen" ;
    a2a:PersonNameFirstName "Digna" ;
    a2a:PersonNamePatronym "Jansen" ;
    a2a:PersonNameLastName "Scrouwen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Person-a1822b7d-e395-2221-2618-e0ba47919609
  a a2a:Person ;
  rdfs:label "Michael (Chielte) Cools" ;
  a2a:PersonName [
    rdfs:label "Michael (Chielte) Cools" ;
    a2a:PersonNameFirstName "Michael (Chielte)" ;
    a2a:PersonNameLastName "Cools"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1693" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1693-01-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] .

oa:relationep_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Person:ff2c85f4-0330-2943-e409-7f9d4368e010 ;
  a2a:EventKeyRef oa:event_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Event1 .

oa:relationep_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Person:a7bcd911-fe41-cb66-b6bd-1e69d37a060a ;
  a2a:EventKeyRef oa:event_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Event1 .

oa:relationep_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Person:a1822b7d-e395-2221-2618-e0ba47919609 ;
  a2a:EventKeyRef oa:event_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667_Event1 .

oa:source_wba_0859fbc0-0421-25aa-c069-e7bf5c44e667
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen", "1693-01-23 - 1693-01-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1693-01-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1693-01-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1693" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1693-01-23"^^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 "15 r" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 002, 01 Rucphen RK Dopen 1684-1742 (DTB 2), 002, 15 r"
  ] ;
  a2a:SourceLastChangeDate "2011-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0859fbc0-0421-25aa-c069-e7bf5c44e667" ;
  a2a:RecordGUID "{0859fbc0-0421-25aa-c069-e7bf5c44e667}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Joannes Petri Scrouwen, Adriana Siardi Cools" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_6686_00006686.xml van WBA" .

[] a2a:PersonRemarkdiversen "Chielte' filia legitima" .
