@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_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2
  a a2a:Record ;
  rdfs:label "Doop op 4 augustus 1698 te Ulicoten" ;
  a2a:hasPerson oa:person_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Person-df080537-f339-fd71-f242-632cfae8dd88, oa:person_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Person-9634a8ca-066d-a79a-8141-770c08c3bc4a, oa:person_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Person-b3ac9b67-eece-77ed-3186-72a0a689e787 ;
  a2a:hasEvent oa:event_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_0, oa:relationep_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_1, oa:relationep_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_2 ;
  a2a:hasSource oa:source_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2 .

oa:person_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Person-df080537-f339-fd71-f242-632cfae8dd88
  a a2a:Person ;
  rdfs:label "Catharina Jacobus Adriaensen" ;
  a2a:PersonName [
    rdfs:label "Catharina Jacobus Adriaensen" ;
    a2a:PersonNameFirstName "Catharina Jacobus" ;
    a2a:PersonNameLastName "Adriaensen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Person-9634a8ca-066d-a79a-8141-770c08c3bc4a
  a a2a:Person ;
  rdfs:label "Henricus Smolders" ;
  a2a:PersonName [
    rdfs:label "Henricus Smolders" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Smolders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Person-b3ac9b67-eece-77ed-3186-72a0a689e787
  a a2a:Person ;
  rdfs:label "Adrianus Cornelius Smolders" ;
  a2a:PersonName [
    rdfs:label "Adrianus Cornelius Smolders" ;
    a2a:PersonNameFirstName "Adrianus Cornelius" ;
    a2a:PersonNameLastName "Smolders"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1698" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1698-08-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ulicoten" ;
    rdfs:label "Ulicoten"
  ] .

oa:relationep_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Person:df080537-f339-fd71-f242-632cfae8dd88 ;
  a2a:EventKeyRef oa:event_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Event1 .

oa:relationep_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Person:9634a8ca-066d-a79a-8141-770c08c3bc4a ;
  a2a:EventKeyRef oa:event_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Event1 .

oa:relationep_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Person:b3ac9b67-eece-77ed-3186-72a0a689e787 ;
  a2a:EventKeyRef oa:event_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2_Event1 .

oa:source_rat_c0bcccbb-cdbc-86d7-2deb-3b1c609761c2
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1698-08-04 - 1698-08-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1698-08-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1698-08-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1698" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1698-08-04"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Baarle-Nassau, 1616-1810, Bron: boek, Deel: 23, P..." ;
    a2a:Book "Inv.nr. 23 - Ulecoten - akten van doop en ondertrouw 1666-1744 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "23" ;
    a2a:Folio "32v" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Baarle-Nassau, 1616-1810, Bron: boek, Deel: 23, P..., Inv.nr. 23 - Ulecoten - akten van doop en ondertrouw 1666-1744 (rooms-katholieke parochie), 23, 32v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/14c92216-9fac-cb6d-2367-5e5580a0a1d8.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/c0bcccbb-cdbc-86d7-2deb-3b1c609761c2" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/14c92216-9fac-cb6d-2367-5e5580a0a1d8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-06-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/c0bcccbb-cdbc-86d7-2deb-3b1c609761c2" ;
  a2a:RecordGUID "{c0bcccbb-cdbc-86d7-2deb-3b1c609761c2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24785_00024785.xml van RAT" .

