@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_1c1496ea-8318-a2fb-dad1-e9909c3f76cd
  a a2a:Record ;
  rdfs:label "Doop op 21 juni 1756 te Tilburg" ;
  a2a:hasPerson oa:person_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Person-edb64885-87cf-1a1a-32de-55354c114b18, oa:person_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Person-d59d66c8-e3fe-2e9b-0271-ed755608e8af, oa:person_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Person-7edee718-842a-f97d-4085-f35a11be3906 ;
  a2a:hasEvent oa:event_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_0, oa:relationep_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_1, oa:relationep_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_2 ;
  a2a:hasSource oa:source_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd .

oa:person_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Person-edb64885-87cf-1a1a-32de-55354c114b18
  a a2a:Person ;
  rdfs:label "Maria Oirlemans" ;
  a2a:PersonName [
    rdfs:label "Maria Oirlemans" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Oirlemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Person-d59d66c8-e3fe-2e9b-0271-ed755608e8af
  a a2a:Person ;
  rdfs:label "Adriana Maria Berens" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Berens" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNameLastName "Berens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Person-7edee718-842a-f97d-4085-f35a11be3906
  a a2a:Person ;
  rdfs:label "Henricus Berens" ;
  a2a:PersonName [
    rdfs:label "Henricus Berens" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Berens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1756" ;
    a2a:Month "6" ;
    a2a:Day "21" ;
    rdfs:label "1756-06-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Person:edb64885-87cf-1a1a-32de-55354c114b18 ;
  a2a:EventKeyRef oa:event_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Event1 .

oa:relationep_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Person:d59d66c8-e3fe-2e9b-0271-ed755608e8af ;
  a2a:EventKeyRef oa:event_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Event1 .

oa:relationep_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Person:7edee718-842a-f97d-4085-f35a11be3906 ;
  a2a:EventKeyRef oa:event_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd_Event1 .

oa:source_rat_1c1496ea-8318-a2fb-dad1-e9909c3f76cd
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1756-06-21 - 1756-06-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1756-06-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1756-06-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1756" ;
    a2a:Month "6" ;
    a2a:Day "21" ;
    rdfs:label "1756-06-21"^^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 "42" ;
    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, 42"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/f41e76bf-9923-fc16-0700-5a990d0a827b.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/1c1496ea-8318-a2fb-dad1-e9909c3f76cd" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/f41e76bf-9923-fc16-0700-5a990d0a827b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/1c1496ea-8318-a2fb-dad1-e9909c3f76cd" ;
  a2a:RecordGUID "{1c1496ea-8318-a2fb-dad1-e9909c3f76cd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21711_00021711.xml van RAT" .

[] a2a:PersonRemarkdiversen "tweeling samen met Cornelia" .
