@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_ee33fc48-c79a-71f6-57a4-e409a9559d0f
  a a2a:Record ;
  rdfs:label "Doop op 6 augustus 1755 te Tilburg" ;
  a2a:hasPerson oa:person_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Person-3848a4e6-7e21-e62d-90be-2456e3e83b10, oa:person_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Person-b5674f96-ac49-6265-bbf4-5d968ac9abe3, oa:person_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Person-1d20cc57-49a2-6e77-4e27-28936b9793df ;
  a2a:hasEvent oa:event_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_0, oa:relationep_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_1, oa:relationep_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_2 ;
  a2a:hasSource oa:source_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f .

oa:person_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Person-3848a4e6-7e21-e62d-90be-2456e3e83b10
  a a2a:Person ;
  rdfs:label "Joosina Melis" ;
  a2a:PersonName [
    rdfs:label "Joosina Melis" ;
    a2a:PersonNameFirstName "Joosina" ;
    a2a:PersonNameLastName "Melis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Person-b5674f96-ac49-6265-bbf4-5d968ac9abe3
  a a2a:Person ;
  rdfs:label "Arnoldus Mutsaerts" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Mutsaerts" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Mutsaerts"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Person-1d20cc57-49a2-6e77-4e27-28936b9793df
  a a2a:Person ;
  rdfs:label "Adam Adrianus Mutsaerts" ;
  a2a:PersonName [
    rdfs:label "Adam Adrianus Mutsaerts" ;
    a2a:PersonNameFirstName "Adam Adrianus" ;
    a2a:PersonNameLastName "Mutsaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1755" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1755-08-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Person:3848a4e6-7e21-e62d-90be-2456e3e83b10 ;
  a2a:EventKeyRef oa:event_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Event1 .

oa:relationep_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Person:b5674f96-ac49-6265-bbf4-5d968ac9abe3 ;
  a2a:EventKeyRef oa:event_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Event1 .

oa:relationep_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Person:1d20cc57-49a2-6e77-4e27-28936b9793df ;
  a2a:EventKeyRef oa:event_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f_Event1 .

oa:source_rat_ee33fc48-c79a-71f6-57a4-e409a9559d0f
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1755-08-06 - 1755-08-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1755-08-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1755-08-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1755" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1755-08-06"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 86, Periode: 1754-1759" ;
    a2a:Book "Inv.nr. 086 - Tilburg en Goirle - Doopboek 1754-1759 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "86" ;
    a2a:Folio "19" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 86, Periode: 1754-1759, Inv.nr. 086 - Tilburg en Goirle - Doopboek 1754-1759 (Rooms-katholieke parochie ´t Goirke), 86, 19"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/eec31f66-f262-b965-ac2c-c1c47c48e0e2.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ee33fc48-c79a-71f6-57a4-e409a9559d0f" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/eec31f66-f262-b965-ac2c-c1c47c48e0e2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-12-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ee33fc48-c79a-71f6-57a4-e409a9559d0f" ;
  a2a:RecordGUID "{ee33fc48-c79a-71f6-57a4-e409a9559d0f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_26660_00026660.xml van RAT" .

