@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_032d7010-0a59-e770-4af6-99d54eaac89f
  a a2a:Record ;
  rdfs:label "Doop op 9 augustus 1759 te Tilburg" ;
  a2a:hasPerson oa:person_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Person-af693e6e-c1c1-9a5f-71b2-af76fae8afa1, oa:person_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Person-27facb60-b1d6-4247-1481-01ab1747d777, oa:person_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Person-e94ed0ad-6475-a459-db92-5d1a0f7ecaec ;
  a2a:hasEvent oa:event_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_032d7010-0a59-e770-4af6-99d54eaac89f_0, oa:relationep_rat_032d7010-0a59-e770-4af6-99d54eaac89f_1, oa:relationep_rat_032d7010-0a59-e770-4af6-99d54eaac89f_2 ;
  a2a:hasSource oa:source_rat_032d7010-0a59-e770-4af6-99d54eaac89f .

oa:person_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Person-af693e6e-c1c1-9a5f-71b2-af76fae8afa1
  a a2a:Person ;
  rdfs:label "Antonia Beckx" ;
  a2a:PersonName [
    rdfs:label "Antonia Beckx" ;
    a2a:PersonNameFirstName "Antonia" ;
    a2a:PersonNameLastName "Beckx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Person-27facb60-b1d6-4247-1481-01ab1747d777
  a a2a:Person ;
  rdfs:label "Adriana Maria van Liemdt" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria van Liemdt" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Liemdt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Person-e94ed0ad-6475-a459-db92-5d1a0f7ecaec
  a a2a:Person ;
  rdfs:label "Wilhelmus van Liemdt" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus van Liemdt" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Liemdt"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1759" ;
    a2a:Month "8" ;
    a2a:Day "9" ;
    rdfs:label "1759-08-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_032d7010-0a59-e770-4af6-99d54eaac89f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Person:af693e6e-c1c1-9a5f-71b2-af76fae8afa1 ;
  a2a:EventKeyRef oa:event_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Event1 .

oa:relationep_rat_032d7010-0a59-e770-4af6-99d54eaac89f_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Person:27facb60-b1d6-4247-1481-01ab1747d777 ;
  a2a:EventKeyRef oa:event_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Event1 .

oa:relationep_rat_032d7010-0a59-e770-4af6-99d54eaac89f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Person:e94ed0ad-6475-a459-db92-5d1a0f7ecaec ;
  a2a:EventKeyRef oa:event_rat_032d7010-0a59-e770-4af6-99d54eaac89f_Event1 .

oa:source_rat_032d7010-0a59-e770-4af6-99d54eaac89f
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1759-08-09 - 1759-08-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1759-08-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1759-08-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1759" ;
    a2a:Month "8" ;
    a2a:Day "9" ;
    rdfs:label "1759-08-09"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 117, Periode: 1759-1763" ;
    a2a:Book "Inv.nr. 117 - Tilburg en Goirle - Doopboek 1759-1763 (Rooms-katholieke parochie)" ;
    a2a:RegistryNumber "117" ;
    a2a:Folio "2" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 117, Periode: 1759-1763, Inv.nr. 117 - Tilburg en Goirle - Doopboek 1759-1763 (Rooms-katholieke parochie), 117, 2"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/e0d55da8-7540-0179-21c7-4d83f8b5ddd3.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/032d7010-0a59-e770-4af6-99d54eaac89f" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/e0d55da8-7540-0179-21c7-4d83f8b5ddd3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/032d7010-0a59-e770-4af6-99d54eaac89f" ;
  a2a:RecordGUID "{032d7010-0a59-e770-4af6-99d54eaac89f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_21375_00021375.xml van RAT" .

