@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_202000e3-6a91-a56d-88ae-032d86cfd0cd
  a a2a:Record ;
  rdfs:label "Doop op 11 mei 1791 te Tilburg" ;
  a2a:hasPerson oa:person_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Person-ccc793e5-32d8-b7bb-9f7e-c40ea1314f85, oa:person_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Person-05af258c-6231-63a1-8af1-6c7729a8a834, oa:person_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Person-73fb8013-abef-b5b0-a4df-06eb3cc66f01 ;
  a2a:hasEvent oa:event_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_0, oa:relationep_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_1, oa:relationep_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_2 ;
  a2a:hasSource oa:source_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd .

oa:person_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Person-ccc793e5-32d8-b7bb-9f7e-c40ea1314f85
  a a2a:Person ;
  rdfs:label "Anna Cornelia van Oerle" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia van Oerle" ;
    a2a:PersonNameFirstName "Anna Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oerle"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Person-05af258c-6231-63a1-8af1-6c7729a8a834
  a a2a:Person ;
  rdfs:label "Laurentius van Gils" ;
  a2a:PersonName [
    rdfs:label "Laurentius van Gils" ;
    a2a:PersonNameFirstName "Laurentius" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gils"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Person-73fb8013-abef-b5b0-a4df-06eb3cc66f01
  a a2a:Person ;
  rdfs:label "Wouterus van Gils" ;
  a2a:PersonName [
    rdfs:label "Wouterus van Gils" ;
    a2a:PersonNameFirstName "Wouterus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gils"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1791-05-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Person:ccc793e5-32d8-b7bb-9f7e-c40ea1314f85 ;
  a2a:EventKeyRef oa:event_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Event1 .

oa:relationep_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Person:05af258c-6231-63a1-8af1-6c7729a8a834 ;
  a2a:EventKeyRef oa:event_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Event1 .

oa:relationep_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Person:73fb8013-abef-b5b0-a4df-06eb3cc66f01 ;
  a2a:EventKeyRef oa:event_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd_Event1 .

oa:source_rat_202000e3-6a91-a56d-88ae-032d86cfd0cd
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1791-05-11 - 1791-05-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-05-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1791-05-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1791" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1791-05-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 93, Periode: 1789-1796" ;
    a2a:Book "Inv.nr. 093 - Tilburg en Goirle - Doopboek 1789-1796 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "93" ;
    a2a:Folio "28" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 93, Periode: 1789-1796, Inv.nr. 093 - Tilburg en Goirle - Doopboek 1789-1796 (Rooms-katholieke parochie ´t Goirke), 93, 28"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/7c62a18c-8494-8e6e-79a8-b799df54f113.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/202000e3-6a91-a56d-88ae-032d86cfd0cd" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/7c62a18c-8494-8e6e-79a8-b799df54f113.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-10-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/202000e3-6a91-a56d-88ae-032d86cfd0cd" ;
  a2a:RecordGUID "{202000e3-6a91-a56d-88ae-032d86cfd0cd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21991_00021991.xml van RAT" .

