@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_e94de36d-0d41-5aa6-0d91-9c3905ac32dc
  a a2a:Record ;
  rdfs:label "Doop op 20 april 1710 te Tilburg" ;
  a2a:hasPerson oa:person_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Person-bffe648d-1f69-7209-9335-cc064b64a6ee, oa:person_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Person-7d0331dd-0052-978f-1f0e-805e9ee04247, oa:person_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Person-f331d0ad-055e-ce44-e0e5-559ecbe9b33b ;
  a2a:hasEvent oa:event_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_0, oa:relationep_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_1, oa:relationep_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_2 ;
  a2a:hasSource oa:source_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc .

oa:person_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Person-bffe648d-1f69-7209-9335-cc064b64a6ee
  a a2a:Person ;
  rdfs:label "Dimpna Bartel Bax" ;
  a2a:PersonName [
    rdfs:label "Dimpna Bartel Bax" ;
    a2a:PersonNameFirstName "Dimpna Bartel" ;
    a2a:PersonNameLastName "Bax"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Person-7d0331dd-0052-978f-1f0e-805e9ee04247
  a a2a:Person ;
  rdfs:label "Bartholomeus Backers" ;
  a2a:PersonName [
    rdfs:label "Bartholomeus Backers" ;
    a2a:PersonNameFirstName "Bartholomeus" ;
    a2a:PersonNameLastName "Backers"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Person-f331d0ad-055e-ce44-e0e5-559ecbe9b33b
  a a2a:Person ;
  rdfs:label "Joannes Backers" ;
  a2a:PersonName [
    rdfs:label "Joannes Backers" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Backers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1710" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1710-04-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Person:bffe648d-1f69-7209-9335-cc064b64a6ee ;
  a2a:EventKeyRef oa:event_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Event1 .

oa:relationep_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Person:7d0331dd-0052-978f-1f0e-805e9ee04247 ;
  a2a:EventKeyRef oa:event_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Event1 .

oa:relationep_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Person:f331d0ad-055e-ce44-e0e5-559ecbe9b33b ;
  a2a:EventKeyRef oa:event_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc_Event1 .

oa:source_rat_e94de36d-0d41-5aa6-0d91-9c3905ac32dc
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1710-04-20 - 1710-04-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1710-04-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1710-04-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1710" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1710-04-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 82" ;
    a2a:Book "Inv.nr. 082 - Tilburg en Goirle - Doopboek (Heike) 1709-1722, Doopboek 1729-1737 (Rooms-katholiek..." ;
    a2a:RegistryNumber "82" ;
    a2a:Folio "4" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 82, Inv.nr. 082 - Tilburg en Goirle - Doopboek (Heike) 1709-1722, Doopboek 1729-1737 (Rooms-katholiek..., 82, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/396eadd9-e2a8-ccc8-4a55-5c0787e6dc5a.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/e94de36d-0d41-5aa6-0d91-9c3905ac32dc" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/396eadd9-e2a8-ccc8-4a55-5c0787e6dc5a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/e94de36d-0d41-5aa6-0d91-9c3905ac32dc" ;
  a2a:RecordGUID "{e94de36d-0d41-5aa6-0d91-9c3905ac32dc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_25168_00025168.xml van RAT" .

