@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_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee
  a a2a:Record ;
  rdfs:label "Doop op 23 februari 1753 te Tilburg" ;
  a2a:hasPerson oa:person_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Person-6a9f4020-4ba5-3b40-7beb-9dc6defee7cd, oa:person_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Person-81a4b603-dd0d-5ada-7285-8618811b5ff6, oa:person_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Person-4d52e14f-ebf7-33f5-f1dd-946ec89893e1 ;
  a2a:hasEvent oa:event_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_0, oa:relationep_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_1, oa:relationep_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_2 ;
  a2a:hasSource oa:source_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee .

oa:person_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Person-6a9f4020-4ba5-3b40-7beb-9dc6defee7cd
  a a2a:Person ;
  rdfs:label "Anna Maria van Gils" ;
  a2a:PersonName [
    rdfs:label "Anna Maria van Gils" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gils"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Person-81a4b603-dd0d-5ada-7285-8618811b5ff6
  a a2a:Person ;
  rdfs:label "Joanna Maria Stampers" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Stampers" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Stampers"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Person-4d52e14f-ebf7-33f5-f1dd-946ec89893e1
  a a2a:Person ;
  rdfs:label "Petrus Stampers" ;
  a2a:PersonName [
    rdfs:label "Petrus Stampers" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Stampers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1753" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1753-02-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Person:6a9f4020-4ba5-3b40-7beb-9dc6defee7cd ;
  a2a:EventKeyRef oa:event_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Event1 .

oa:relationep_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Person:81a4b603-dd0d-5ada-7285-8618811b5ff6 ;
  a2a:EventKeyRef oa:event_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Event1 .

oa:relationep_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Person:4d52e14f-ebf7-33f5-f1dd-946ec89893e1 ;
  a2a:EventKeyRef oa:event_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee_Event1 .

oa:source_rat_e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1753-02-23 - 1753-02-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1753-02-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1753-02-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1753" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1753-02-23"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 85, Periode: 1749-1754" ;
    a2a:Book "Inv.nr. 085 - Tilburg en Goirle - Doopboek 1749-1754, Doopboek (Heike) 1749-1754 (Rooms-katholiek..." ;
    a2a:RegistryNumber "85" ;
    a2a:Folio "87" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 85, Periode: 1749-1754, Inv.nr. 085 - Tilburg en Goirle - Doopboek 1749-1754, Doopboek (Heike) 1749-1754 (Rooms-katholiek..., 85, 87"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/a14f2f61-8bd0-b5da-b20d-5abc8ba4c0ce.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/a14f2f61-8bd0-b5da-b20d-5abc8ba4c0ce.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-09-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee" ;
  a2a:RecordGUID "{e8c3e0d8-ad1b-e436-0c27-9e8797eeb8ee}" ;
  a2a:SourceRemarkOpmerking "parochie Heike" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_25165_00025165.xml van RAT" .

