@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_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8
  a a2a:Record ;
  rdfs:label "Doop op 11 februari 1753 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Person-8bf5d3bc-0422-40cd-f3aa-e9f8cb434d19, oa:person_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Person-3c001e08-4006-7db1-de49-bf58bd2ea7ad, oa:person_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Person-d93c1b52-f04b-bfc4-1dad-9a987248dbf9 ;
  a2a:hasEvent oa:event_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_0, oa:relationep_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_1, oa:relationep_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_2 ;
  a2a:hasSource oa:source_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8 .

oa:person_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Person-8bf5d3bc-0422-40cd-f3aa-e9f8cb434d19
  a a2a:Person ;
  rdfs:label "Maria Antonius Kloon" ;
  a2a:PersonName [
    rdfs:label "Maria Antonius Kloon" ;
    a2a:PersonNameFirstName "Maria Antonius" ;
    a2a:PersonNameLastName "Kloon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Person-3c001e08-4006-7db1-de49-bf58bd2ea7ad
  a a2a:Person ;
  rdfs:label "Elisabeth Snijders" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Snijders" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Snijders"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Person-d93c1b52-f04b-bfc4-1dad-9a987248dbf9
  a a2a:Person ;
  rdfs:label "Cornelius Snijders" ;
  a2a:PersonName [
    rdfs:label "Cornelius Snijders" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Snijders"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1753" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1753-02-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Person:8bf5d3bc-0422-40cd-f3aa-e9f8cb434d19 ;
  a2a:EventKeyRef oa:event_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Event1 .

oa:relationep_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Person:3c001e08-4006-7db1-de49-bf58bd2ea7ad ;
  a2a:EventKeyRef oa:event_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Event1 .

oa:relationep_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Person:d93c1b52-f04b-bfc4-1dad-9a987248dbf9 ;
  a2a:EventKeyRef oa:event_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8_Event1 .

oa:source_rat_fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1753-02-11 - 1753-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1753-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1753-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1753" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1753-02-11"^^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 "77v" ;
    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, 77v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/a61d84be-b204-1d09-3ea2-885041a2f4c2.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/a61d84be-b204-1d09-3ea2-885041a2f4c2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-07-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8" ;
  a2a:RecordGUID "{fcbc47cf-18d9-2fa6-a3f8-e9fc93a13fa8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_26730_00026730.xml van RAT" .

