@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_12f15a58-fe0c-e217-e08e-523af3425c2c
  a a2a:Record ;
  rdfs:label "Doop op 20 juli 1752 te Tilburg" ;
  a2a:hasPerson oa:person_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Person-47d8e4e2-8acd-6632-ceab-a249bb186a5b, oa:person_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Person-49056279-9503-8efb-43c2-3bf8ff679b8c, oa:person_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Person-ac9b3db9-aa38-f6b2-fddc-331d094574d7 ;
  a2a:hasEvent oa:event_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_0, oa:relationep_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_1, oa:relationep_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_2 ;
  a2a:hasSource oa:source_rat_12f15a58-fe0c-e217-e08e-523af3425c2c .

oa:person_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Person-47d8e4e2-8acd-6632-ceab-a249bb186a5b
  a a2a:Person ;
  rdfs:label "Adriana Maria Colen" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Colen" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNameLastName "Colen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Person-49056279-9503-8efb-43c2-3bf8ff679b8c
  a a2a:Person ;
  rdfs:label "Adriana van Dijck" ;
  a2a:PersonName [
    rdfs:label "Adriana van Dijck" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijck"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Person-ac9b3db9-aa38-f6b2-fddc-331d094574d7
  a a2a:Person ;
  rdfs:label "Simon van Dijck" ;
  a2a:PersonName [
    rdfs:label "Simon van Dijck" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijck"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1752" ;
    a2a:Month "7" ;
    a2a:Day "20" ;
    rdfs:label "1752-07-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Person:47d8e4e2-8acd-6632-ceab-a249bb186a5b ;
  a2a:EventKeyRef oa:event_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Event1 .

oa:relationep_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Person:49056279-9503-8efb-43c2-3bf8ff679b8c ;
  a2a:EventKeyRef oa:event_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Event1 .

oa:relationep_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Person:ac9b3db9-aa38-f6b2-fddc-331d094574d7 ;
  a2a:EventKeyRef oa:event_rat_12f15a58-fe0c-e217-e08e-523af3425c2c_Event1 .

oa:source_rat_12f15a58-fe0c-e217-e08e-523af3425c2c
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1752-07-20 - 1752-07-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1752-07-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1752-07-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1752" ;
    a2a:Month "7" ;
    a2a:Day "20" ;
    rdfs:label "1752-07-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 85, Periode: 1749-1754" ;
    a2a:Book "Inv.nr. 085 - Tilburg en Goirle - Doopboek 1749-1754, Doopboek (Heike) 1749-1754 (Rooms-katholiek..." ;
    a2a:RegistryNumber "85" ;
    a2a:Folio "36" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 85, Periode: 1749-1754, Inv.nr. 085 - Tilburg en Goirle - Doopboek 1749-1754, Doopboek (Heike) 1749-1754 (Rooms-katholiek..., 85, 36"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/eb05579d-4284-59b7-3748-507da74dd293.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/12f15a58-fe0c-e217-e08e-523af3425c2c" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/eb05579d-4284-59b7-3748-507da74dd293.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/12f15a58-fe0c-e217-e08e-523af3425c2c" ;
  a2a:RecordGUID "{12f15a58-fe0c-e217-e08e-523af3425c2c}" ;
  a2a:SourceRemarkOpmerking "parochie Goirke" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21546_00021546.xml van RAT" .

[] a2a:PersonRemarkdiversen "tweeling samen met Godefridus" .
