@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_b11d1a93-4b4e-e1f8-d235-8446fa929acc
  a a2a:Record ;
  rdfs:label "Doop op 4 december 1718 te Tilburg" ;
  a2a:hasPerson oa:person_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Person-0115e557-f27f-2423-34da-a7c46a7bd494, oa:person_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Person-5b555184-4b3a-54ae-2b9c-c2c0b05dfa18, oa:person_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Person-f0c5b55d-80e7-7316-f526-adf79ff6be4e ;
  a2a:hasEvent oa:event_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_0, oa:relationep_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_1, oa:relationep_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_2 ;
  a2a:hasSource oa:source_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc .

oa:person_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Person-0115e557-f27f-2423-34da-a7c46a7bd494
  a a2a:Person ;
  rdfs:label "Cornelia Joost Leenmans" ;
  a2a:PersonName [
    rdfs:label "Cornelia Joost Leenmans" ;
    a2a:PersonNameFirstName "Cornelia Joost" ;
    a2a:PersonNameLastName "Leenmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Person-5b555184-4b3a-54ae-2b9c-c2c0b05dfa18
  a a2a:Person ;
  rdfs:label "Judocus Wauters" ;
  a2a:PersonName [
    rdfs:label "Judocus Wauters" ;
    a2a:PersonNameFirstName "Judocus" ;
    a2a:PersonNameLastName "Wauters"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Person-f0c5b55d-80e7-7316-f526-adf79ff6be4e
  a a2a:Person ;
  rdfs:label "Joannes Wauters" ;
  a2a:PersonName [
    rdfs:label "Joannes Wauters" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Wauters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1718" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1718-12-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Person:0115e557-f27f-2423-34da-a7c46a7bd494 ;
  a2a:EventKeyRef oa:event_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Event1 .

oa:relationep_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Person:5b555184-4b3a-54ae-2b9c-c2c0b05dfa18 ;
  a2a:EventKeyRef oa:event_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Event1 .

oa:relationep_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Person:f0c5b55d-80e7-7316-f526-adf79ff6be4e ;
  a2a:EventKeyRef oa:event_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc_Event1 .

oa:source_rat_b11d1a93-4b4e-e1f8-d235-8446fa929acc
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1718-12-04 - 1718-12-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1718-12-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1718-12-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1718" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1718-12-04"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 79, Periode: 1713-1720" ;
    a2a:Book "Inv.nr. 079 - Tilburg en Goirle - Doopboek 1713-1720 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "79" ;
    a2a:Folio "55" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 79, Periode: 1713-1720, Inv.nr. 079 - Tilburg en Goirle - Doopboek 1713-1720 (Rooms-katholieke parochie ´t Goirke), 79, 55"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/75d6b615-7b57-a64a-954c-72f83461da42.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/b11d1a93-4b4e-e1f8-d235-8446fa929acc" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/75d6b615-7b57-a64a-954c-72f83461da42.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-02-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/b11d1a93-4b4e-e1f8-d235-8446fa929acc" ;
  a2a:RecordGUID "{b11d1a93-4b4e-e1f8-d235-8446fa929acc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24710_00024710.xml van RAT" .

