@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_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3
  a a2a:Record ;
  rdfs:label "Doop op 7 november 1713 te Tilburg" ;
  a2a:hasPerson oa:person_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Person-059abe65-1709-53b6-aaf6-e501adaf0fdc, oa:person_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Person-55db26fe-588d-ca2e-1a7d-edf03af9037f, oa:person_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Person-b3041744-71de-a91a-98cd-c5a374c6d480 ;
  a2a:hasEvent oa:event_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_0, oa:relationep_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_1, oa:relationep_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_2 ;
  a2a:hasSource oa:source_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3 .

oa:person_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Person-059abe65-1709-53b6-aaf6-e501adaf0fdc
  a a2a:Person ;
  rdfs:label "Anna Maria Gerardus de Cocq" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Gerardus de Cocq" ;
    a2a:PersonNameFirstName "Anna Maria Gerardus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Cocq"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Person-55db26fe-588d-ca2e-1a7d-edf03af9037f
  a a2a:Person ;
  rdfs:label "Maria Domen" ;
  a2a:PersonName [
    rdfs:label "Maria Domen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Domen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Person-b3041744-71de-a91a-98cd-c5a374c6d480
  a a2a:Person ;
  rdfs:label "Adrianus Cornelius Domen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Cornelius Domen" ;
    a2a:PersonNameFirstName "Adrianus Cornelius" ;
    a2a:PersonNameLastName "Domen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1713" ;
    a2a:Month "11" ;
    a2a:Day "7" ;
    rdfs:label "1713-11-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Person:059abe65-1709-53b6-aaf6-e501adaf0fdc ;
  a2a:EventKeyRef oa:event_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Event1 .

oa:relationep_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Person:55db26fe-588d-ca2e-1a7d-edf03af9037f ;
  a2a:EventKeyRef oa:event_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Event1 .

oa:relationep_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Person:b3041744-71de-a91a-98cd-c5a374c6d480 ;
  a2a:EventKeyRef oa:event_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3_Event1 .

oa:source_rat_ec6c5d07-535f-92ef-9038-ad4e1dfb52b3
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1713-11-07 - 1713-11-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1713-11-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1713-11-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1713" ;
    a2a:Month "11" ;
    a2a:Day "7" ;
    rdfs:label "1713-11-07"^^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 "5" ;
    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, 5"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/9cd02a2c-d1c9-e0a6-8097-aec2d7ef6506.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ec6c5d07-535f-92ef-9038-ad4e1dfb52b3" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/9cd02a2c-d1c9-e0a6-8097-aec2d7ef6506.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-12-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ec6c5d07-535f-92ef-9038-ad4e1dfb52b3" ;
  a2a:RecordGUID "{ec6c5d07-535f-92ef-9038-ad4e1dfb52b3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_25183_00025183.xml van RAT" .

