@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_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8
  a a2a:Record ;
  rdfs:label "Doop op 18 december 1710 te Tilburg" ;
  a2a:hasPerson oa:person_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Person-635d288e-ac74-2449-8de2-cd92cca7129d, oa:person_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Person-c8c73509-5111-0ca4-97ca-0639f1d53e10, oa:person_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Person-3cdd13e0-fa98-9f96-65ed-fe6a5068a77a ;
  a2a:hasEvent oa:event_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_0, oa:relationep_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_1, oa:relationep_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_2 ;
  a2a:hasSource oa:source_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8 .

oa:person_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Person-635d288e-ac74-2449-8de2-cd92cca7129d
  a a2a:Person ;
  rdfs:label "Adriana Daniels" ;
  a2a:PersonName [
    rdfs:label "Adriana Daniels" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Daniels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Person-c8c73509-5111-0ca4-97ca-0639f1d53e10
  a a2a:Person ;
  rdfs:label "Adriana Maria de Meijr" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria de Meijr" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Meijr"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Person-3cdd13e0-fa98-9f96-65ed-fe6a5068a77a
  a a2a:Person ;
  rdfs:label "Henricus de Meijr" ;
  a2a:PersonName [
    rdfs:label "Henricus de Meijr" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Meijr"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1710" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1710-12-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Person:635d288e-ac74-2449-8de2-cd92cca7129d ;
  a2a:EventKeyRef oa:event_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Event1 .

oa:relationep_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Person:c8c73509-5111-0ca4-97ca-0639f1d53e10 ;
  a2a:EventKeyRef oa:event_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Event1 .

oa:relationep_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Person:3cdd13e0-fa98-9f96-65ed-fe6a5068a77a ;
  a2a:EventKeyRef oa:event_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8_Event1 .

oa:source_rat_f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1710-12-18 - 1710-12-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1710-12-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1710-12-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1710" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1710-12-18"^^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 "6" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 82, Inv.nr. 082 - Tilburg en Goirle - Doopboek (Heike) 1709-1722, Doopboek 1729-1737 (Rooms-katholiek..., 82, 6"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/4413baaf-49c9-19d6-9b87-394235ee194d.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/4413baaf-49c9-19d6-9b87-394235ee194d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8" ;
  a2a:RecordGUID "{f7d64c6c-99e8-7dbf-bad5-c6f4f97d78c8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_28090_00028090.xml van RAT" .

