@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_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279
  a a2a:Record ;
  rdfs:label "Doop op 25 augustus 1712 te Tilburg" ;
  a2a:hasPerson oa:person_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Person-c531857f-cb7b-353c-2f3b-cb7f708e7465, oa:person_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Person-9e568b4f-ba96-33fe-f299-70ea968922ae, oa:person_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Person-42d40fe4-92bb-6663-7052-5eeab6b9dbb6 ;
  a2a:hasEvent oa:event_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_0, oa:relationep_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_1, oa:relationep_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_2 ;
  a2a:hasSource oa:source_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279 .

oa:person_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Person-c531857f-cb7b-353c-2f3b-cb7f708e7465
  a a2a:Person ;
  rdfs:label "Maria Peeters" ;
  a2a:PersonName [
    rdfs:label "Maria Peeters" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Person-9e568b4f-ba96-33fe-f299-70ea968922ae
  a a2a:Person ;
  rdfs:label "Franciscus Alexander Robbers" ;
  a2a:PersonName [
    rdfs:label "Franciscus Alexander Robbers" ;
    a2a:PersonNameFirstName "Franciscus Alexander" ;
    a2a:PersonNameLastName "Robbers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Person-42d40fe4-92bb-6663-7052-5eeab6b9dbb6
  a a2a:Person ;
  rdfs:label "Alexander Robbers" ;
  a2a:PersonName [
    rdfs:label "Alexander Robbers" ;
    a2a:PersonNameFirstName "Alexander" ;
    a2a:PersonNameLastName "Robbers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1712" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1712-08-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Person:c531857f-cb7b-353c-2f3b-cb7f708e7465 ;
  a2a:EventKeyRef oa:event_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Event1 .

oa:relationep_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Person:9e568b4f-ba96-33fe-f299-70ea968922ae ;
  a2a:EventKeyRef oa:event_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Event1 .

oa:relationep_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Person:42d40fe4-92bb-6663-7052-5eeab6b9dbb6 ;
  a2a:EventKeyRef oa:event_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279_Event1 .

oa:source_rat_1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1712-08-25 - 1712-08-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1712-08-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1712-08-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1712" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1712-08-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 78, Periode: 1709-1713" ;
    a2a:Book "Inv.nr. 078 - Tilburg en Goirle - Doopboek 1709-1713 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "78" ;
    a2a:Folio "76" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 78, Periode: 1709-1713, Inv.nr. 078 - Tilburg en Goirle - Doopboek 1709-1713 (Rooms-katholieke parochie ´t Goirke), 78, 76"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/9c959a35-a8be-3ef0-9ebe-769e0892bc33.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/9c959a35-a8be-3ef0-9ebe-769e0892bc33.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-06-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279" ;
  a2a:RecordGUID "{1edeaaa1-ff7a-7d8f-92aa-ea5d830c5279}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21966_00021966.xml van RAT" .

