@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_f4117aee-0cad-a32a-e3a1-7e55dcc116ac
  a a2a:Record ;
  rdfs:label "Doop op 30 oktober 1706 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Person-3321203d-d585-a694-e910-ec88d79aec89, oa:person_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Person-20e4494f-14fc-3546-280c-daa31a3a1aff, oa:person_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Person-7e3e94ec-16de-75d0-8eb6-f29c6a507925 ;
  a2a:hasEvent oa:event_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_0, oa:relationep_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_1, oa:relationep_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_2 ;
  a2a:hasSource oa:source_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac .

oa:person_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Person-3321203d-d585-a694-e910-ec88d79aec89
  a a2a:Person ;
  rdfs:label "Christophorus Jansen" ;
  a2a:PersonName [
    rdfs:label "Christophorus Jansen" ;
    a2a:PersonNameFirstName "Christophorus" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Person-20e4494f-14fc-3546-280c-daa31a3a1aff
  a a2a:Person ;
  rdfs:label "Adriana Adrianus Bossers" ;
  a2a:PersonName [
    rdfs:label "Adriana Adrianus Bossers" ;
    a2a:PersonNameFirstName "Adriana Adrianus" ;
    a2a:PersonNameLastName "Bossers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Person-7e3e94ec-16de-75d0-8eb6-f29c6a507925
  a a2a:Person ;
  rdfs:label "Hendrina Jansen" ;
  a2a:PersonName [
    rdfs:label "Hendrina Jansen" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1706" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1706-10-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Person:3321203d-d585-a694-e910-ec88d79aec89 ;
  a2a:EventKeyRef oa:event_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Event1 .

oa:relationep_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Person:20e4494f-14fc-3546-280c-daa31a3a1aff ;
  a2a:EventKeyRef oa:event_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Event1 .

oa:relationep_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Person:7e3e94ec-16de-75d0-8eb6-f29c6a507925 ;
  a2a:EventKeyRef oa:event_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac_Event1 .

oa:source_rat_f4117aee-0cad-a32a-e3a1-7e55dcc116ac
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1706-10-30 - 1706-10-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1706-10-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1706-10-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1706" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1706-10-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: register, Deel: 12, Periode: 1703-1727" ;
    a2a:Book "Inv.nr. 12 - Oosterhout - doopboek 1703-1727 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "12" ;
    a2a:Folio "43" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: register, Deel: 12, Periode: 1703-1727, Inv.nr. 12 - Oosterhout - doopboek 1703-1727 (rooms-katholieke parochie), 12, 43"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/1e25d0bf-5088-1cd9-9a4a-be334bf8e754.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f4117aee-0cad-a32a-e3a1-7e55dcc116ac" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/1e25d0bf-5088-1cd9-9a4a-be334bf8e754.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f4117aee-0cad-a32a-e3a1-7e55dcc116ac" ;
  a2a:RecordGUID "{f4117aee-0cad-a32a-e3a1-7e55dcc116ac}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_28071_00028071.xml van RAT" .

