@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_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6
  a a2a:Record ;
  rdfs:label "Doop op 22 januari 1762 te Tilburg" ;
  a2a:hasPerson oa:person_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Person-a87da857-6565-ef5b-951a-5c620d185248, oa:person_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Person-60e19a31-7031-28fb-ccdf-479c9a410d99, oa:person_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Person-5ff2472a-03db-2394-0a1a-5ca083612750 ;
  a2a:hasEvent oa:event_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_0, oa:relationep_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_1, oa:relationep_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_2 ;
  a2a:hasSource oa:source_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6 .

oa:person_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Person-a87da857-6565-ef5b-951a-5c620d185248
  a a2a:Person ;
  rdfs:label "Maria Vermeulen" ;
  a2a:PersonName [
    rdfs:label "Maria Vermeulen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Vermeulen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Person-60e19a31-7031-28fb-ccdf-479c9a410d99
  a a2a:Person ;
  rdfs:label "Adriana Maria Pijneborgh" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Pijneborgh" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNameLastName "Pijneborgh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Person-5ff2472a-03db-2394-0a1a-5ca083612750
  a a2a:Person ;
  rdfs:label "Wilhelmus Pijneborgh" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Pijneborgh" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Pijneborgh"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1762" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1762-01-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Person:a87da857-6565-ef5b-951a-5c620d185248 ;
  a2a:EventKeyRef oa:event_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Event1 .

oa:relationep_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Person:60e19a31-7031-28fb-ccdf-479c9a410d99 ;
  a2a:EventKeyRef oa:event_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Event1 .

oa:relationep_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Person:5ff2472a-03db-2394-0a1a-5ca083612750 ;
  a2a:EventKeyRef oa:event_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6_Event1 .

oa:source_rat_c8faeba4-c7ef-4eb3-29de-5348a58cc0e6
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1762-01-22 - 1762-01-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1762-01-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1762-01-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1762" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1762-01-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 117, Periode: 1759-1763" ;
    a2a:Book "Inv.nr. 117 - Tilburg en Goirle - Doopboek 1759-1763 (Rooms-katholieke parochie)" ;
    a2a:RegistryNumber "117" ;
    a2a:Folio "21" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 117, Periode: 1759-1763, Inv.nr. 117 - Tilburg en Goirle - Doopboek 1759-1763 (Rooms-katholieke parochie), 117, 21"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/bce083ed-52fd-480a-e48f-342ad11cebfc.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/c8faeba4-c7ef-4eb3-29de-5348a58cc0e6" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/bce083ed-52fd-480a-e48f-342ad11cebfc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/c8faeba4-c7ef-4eb3-29de-5348a58cc0e6" ;
  a2a:RecordGUID "{c8faeba4-c7ef-4eb3-29de-5348a58cc0e6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24825_00024825.xml van RAT" .

