@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_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28
  a a2a:Record ;
  rdfs:label "Doop op 5 oktober 1715 te Tilburg" ;
  a2a:hasPerson oa:person_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Person-8aa2be57-8e82-ebfe-cfca-be6cf40e8845, oa:person_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Person-d593173f-cacb-f40f-587e-97cecc714ef0, oa:person_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Person-f9feb211-8848-6434-70f4-eb6bc1b3187e ;
  a2a:hasEvent oa:event_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_0, oa:relationep_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_1, oa:relationep_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_2 ;
  a2a:hasSource oa:source_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28 .

oa:person_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Person-8aa2be57-8e82-ebfe-cfca-be6cf40e8845
  a a2a:Person ;
  rdfs:label "Maria van Beeck" ;
  a2a:PersonName [
    rdfs:label "Maria van Beeck" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beeck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Person-d593173f-cacb-f40f-587e-97cecc714ef0
  a a2a:Person ;
  rdfs:label "Joannes Kleijsen" ;
  a2a:PersonName [
    rdfs:label "Joannes Kleijsen" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Kleijsen"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Person-f9feb211-8848-6434-70f4-eb6bc1b3187e
  a a2a:Person ;
  rdfs:label "Henricus Jan Kleijsen" ;
  a2a:PersonName [
    rdfs:label "Henricus Jan Kleijsen" ;
    a2a:PersonNameFirstName "Henricus Jan" ;
    a2a:PersonNameLastName "Kleijsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1715" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1715-10-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Person:8aa2be57-8e82-ebfe-cfca-be6cf40e8845 ;
  a2a:EventKeyRef oa:event_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Event1 .

oa:relationep_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Person:d593173f-cacb-f40f-587e-97cecc714ef0 ;
  a2a:EventKeyRef oa:event_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Event1 .

oa:relationep_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Person:f9feb211-8848-6434-70f4-eb6bc1b3187e ;
  a2a:EventKeyRef oa:event_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28_Event1 .

oa:source_rat_55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1715-10-05 - 1715-10-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1715-10-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1715-10-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1715" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1715-10-05"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 79, Periode: 1713-1720" ;
    a2a:Book "Inv.nr. 079 - Tilburg en Goirle - Doopboek 1713-1720 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "79" ;
    a2a:Folio "28" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 79, Periode: 1713-1720, Inv.nr. 079 - Tilburg en Goirle - Doopboek 1713-1720 (Rooms-katholieke parochie ´t Goirke), 79, 28"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/020aca8f-07f9-0b59-2a78-536b234e7bf9.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/020aca8f-07f9-0b59-2a78-536b234e7bf9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28" ;
  a2a:RecordGUID "{55ecfa91-f0ea-6ed1-e9e7-b5869fd1ca28}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20789_00020789.xml van RAT" .

