@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_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da
  a a2a:Record ;
  rdfs:label "Doop op 6 januari 1753 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Person-b5d350ab-1dc4-8e61-d8a3-3972353fb083, oa:person_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Person-59680384-03a3-afd7-9ee1-d6f847401aa3, oa:person_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Person-63cf62af-9967-6c63-4037-bb097ae36e6f ;
  a2a:hasEvent oa:event_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_0, oa:relationep_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_1, oa:relationep_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_2 ;
  a2a:hasSource oa:source_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da .

oa:person_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Person-b5d350ab-1dc4-8e61-d8a3-3972353fb083
  a a2a:Person ;
  rdfs:label "Anna Maria Antonise" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Antonise" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Antonise"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Person-59680384-03a3-afd7-9ee1-d6f847401aa3
  a a2a:Person ;
  rdfs:label "Gerardus Ackermans" ;
  a2a:PersonName [
    rdfs:label "Gerardus Ackermans" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNameLastName "Ackermans"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Person-63cf62af-9967-6c63-4037-bb097ae36e6f
  a a2a:Person ;
  rdfs:label "Wilhelmus Ackermans" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Ackermans" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Ackermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1753" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1753-01-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Person:b5d350ab-1dc4-8e61-d8a3-3972353fb083 ;
  a2a:EventKeyRef oa:event_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Event1 .

oa:relationep_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Person:59680384-03a3-afd7-9ee1-d6f847401aa3 ;
  a2a:EventKeyRef oa:event_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Event1 .

oa:relationep_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Person:63cf62af-9967-6c63-4037-bb097ae36e6f ;
  a2a:EventKeyRef oa:event_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da_Event1 .

oa:source_rat_bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1753-01-06 - 1753-01-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1753-01-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1753-01-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1753" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1753-01-06"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Deel: 08, Periode: 1741-1762" ;
    a2a:Book "Inv.nr. 08 - Oosterhout - Akten van doop, 1741--1761 Akten van trouw 1752--1762" ;
    a2a:RegistryNumber "08" ;
    a2a:Folio "76" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Deel: 08, Periode: 1741-1762, Inv.nr. 08 - Oosterhout - Akten van doop, 1741--1761 Akten van trouw 1752--1762, 08, 76"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/1cacf77e-06b8-79df-0aea-cf7ff1160e38.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/1cacf77e-06b8-79df-0aea-cf7ff1160e38.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-07-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da" ;
  a2a:RecordGUID "{bf1f3c56-bf08-2c2b-d84b-d5cc389ed1da}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24777_00024777.xml van RAT" .

