@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_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21
  a a2a:Record ;
  rdfs:label "Doop op 16 september 1727 te Oisterwijk" ;
  a2a:hasPerson oa:person_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Person-60b6f388-984a-10ea-a72a-1a9573f48c55, oa:person_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Person-e65a8f66-8044-958f-205f-a5486cbf561d, oa:person_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Person-80f2c61a-f72b-de34-e7a7-840ca4d5271f ;
  a2a:hasEvent oa:event_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_0, oa:relationep_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_1, oa:relationep_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_2 ;
  a2a:hasSource oa:source_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21 .

oa:person_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Person-60b6f388-984a-10ea-a72a-1a9573f48c55
  a a2a:Person ;
  rdfs:label "Anna maria Deckers" ;
  a2a:PersonName [
    rdfs:label "Anna maria Deckers" ;
    a2a:PersonNameFirstName "Anna maria" ;
    a2a:PersonNameLastName "Deckers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Person-e65a8f66-8044-958f-205f-a5486cbf561d
  a a2a:Person ;
  rdfs:label "Petronilla de Lauwe" ;
  a2a:PersonName [
    rdfs:label "Petronilla de Lauwe" ;
    a2a:PersonNameFirstName "Petronilla" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Lauwe"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Person-80f2c61a-f72b-de34-e7a7-840ca4d5271f
  a a2a:Person ;
  rdfs:label "Cornelius de Lauwe" ;
  a2a:PersonName [
    rdfs:label "Cornelius de Lauwe" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Lauwe"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1727" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1727-09-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk"
  ] .

oa:relationep_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Person:60b6f388-984a-10ea-a72a-1a9573f48c55 ;
  a2a:EventKeyRef oa:event_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Event1 .

oa:relationep_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Person:e65a8f66-8044-958f-205f-a5486cbf561d ;
  a2a:EventKeyRef oa:event_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Event1 .

oa:relationep_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Person:80f2c61a-f72b-de34-e7a7-840ca4d5271f ;
  a2a:EventKeyRef oa:event_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21_Event1 .

oa:source_rat_2e63062f-6b8d-e8c1-27ac-67c3fb09fb21
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk", "1727-09-16 - 1727-09-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1727-09-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1727-09-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1727" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1727-09-16"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken Oisterwijk 1597-1810, Bron: boek, Deel: 9, Periode: 1..." ;
    a2a:Book "Inv.nr. 09 - Oisterwijk - doopboek 1696-1728 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "9" ;
    a2a:Folio "245v" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken Oisterwijk 1597-1810, Bron: boek, Deel: 9, Periode: 1..., Inv.nr. 09 - Oisterwijk - doopboek 1696-1728 (rooms-katholieke parochie), 9, 245v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/e33a416e-91c6-c3dd-779e-5f858ed9e0d8.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2e63062f-6b8d-e8c1-27ac-67c3fb09fb21" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/e33a416e-91c6-c3dd-779e-5f858ed9e0d8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-11-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2e63062f-6b8d-e8c1-27ac-67c3fb09fb21" ;
  a2a:RecordGUID "{2e63062f-6b8d-e8c1-27ac-67c3fb09fb21}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_23019_00023019.xml van RAT" .

