@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_2c94266b-e77f-23a0-37ee-b5a135b00602
  a a2a:Record ;
  rdfs:label "Doop op 13 januari 1775 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Person-fc0c442f-d12d-886d-ed92-9a01ed90d6b5, oa:person_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Person-592ed305-cb1b-9468-bc50-3548fcdcb9bf, oa:person_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Person-9816af12-2307-9d7c-c27c-a77de0aaf8ef ;
  a2a:hasEvent oa:event_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_0, oa:relationep_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_1, oa:relationep_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_2 ;
  a2a:hasSource oa:source_rat_2c94266b-e77f-23a0-37ee-b5a135b00602 .

oa:person_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Person-fc0c442f-d12d-886d-ed92-9a01ed90d6b5
  a a2a:Person ;
  rdfs:label "Petrus van Roten" ;
  a2a:PersonName [
    rdfs:label "Petrus van Roten" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Roten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Person-592ed305-cb1b-9468-bc50-3548fcdcb9bf
  a a2a:Person ;
  rdfs:label "Anna van Loon" ;
  a2a:PersonName [
    rdfs:label "Anna van Loon" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Person-9816af12-2307-9d7c-c27c-a77de0aaf8ef
  a a2a:Person ;
  rdfs:label "Andreas van Roten" ;
  a2a:PersonName [
    rdfs:label "Andreas van Roten" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Roten"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1775" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1775-01-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Person:fc0c442f-d12d-886d-ed92-9a01ed90d6b5 ;
  a2a:EventKeyRef oa:event_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Event1 .

oa:relationep_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Person:592ed305-cb1b-9468-bc50-3548fcdcb9bf ;
  a2a:EventKeyRef oa:event_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Event1 .

oa:relationep_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Person:9816af12-2307-9d7c-c27c-a77de0aaf8ef ;
  a2a:EventKeyRef oa:event_rat_2c94266b-e77f-23a0-37ee-b5a135b00602_Event1 .

oa:source_rat_2c94266b-e77f-23a0-37ee-b5a135b00602
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1775-01-13 - 1775-01-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1775-01-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1775-01-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1775" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1775-01-13"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Oosterhout, 1610-1810, Bron: boek, Deel: 16, Peri..." ;
    a2a:Book "Inv.nr. 16 - Oosterhout - doopboek 1765-1795 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "16" ;
    a2a:Folio "150" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Oosterhout, 1610-1810, Bron: boek, Deel: 16, Peri..., Inv.nr. 16 - Oosterhout - doopboek 1765-1795 (rooms-katholieke parochie), 16, 150"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/c8e78db1-7902-54c9-b7a6-ca28358a997f.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2c94266b-e77f-23a0-37ee-b5a135b00602" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/c8e78db1-7902-54c9-b7a6-ca28358a997f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2c94266b-e77f-23a0-37ee-b5a135b00602" ;
  a2a:RecordGUID "{2c94266b-e77f-23a0-37ee-b5a135b00602}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22985_00022985.xml van RAT" .

