@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_41d19489-cea0-1459-e2ba-80bb945374d3
  a a2a:Record ;
  rdfs:label "Doop op 27 maart 1792 te Dongen" ;
  a2a:hasPerson oa:person_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Person-9dec426b-f0c6-a79f-fcda-e6b6e3ab3af1, oa:person_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Person-4587b0f1-a430-299f-f72e-23dc037c3ea3, oa:person_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Person-2ae0cc19-0992-7d03-3e8d-3243fde4921b ;
  a2a:hasEvent oa:event_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_41d19489-cea0-1459-e2ba-80bb945374d3_0, oa:relationep_rat_41d19489-cea0-1459-e2ba-80bb945374d3_1, oa:relationep_rat_41d19489-cea0-1459-e2ba-80bb945374d3_2 ;
  a2a:hasSource oa:source_rat_41d19489-cea0-1459-e2ba-80bb945374d3 .

oa:person_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Person-9dec426b-f0c6-a79f-fcda-e6b6e3ab3af1
  a a2a:Person ;
  rdfs:label "Martinus van Daesdonk" ;
  a2a:PersonName [
    rdfs:label "Martinus van Daesdonk" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Daesdonk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Person-4587b0f1-a430-299f-f72e-23dc037c3ea3
  a a2a:Person ;
  rdfs:label "Anna van Diepstraaten" ;
  a2a:PersonName [
    rdfs:label "Anna van Diepstraaten" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Diepstraaten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Person-2ae0cc19-0992-7d03-3e8d-3243fde4921b
  a a2a:Person ;
  rdfs:label "Anna Maria van Daesdonk" ;
  a2a:PersonName [
    rdfs:label "Anna Maria van Daesdonk" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Daesdonk"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1792" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1792-03-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen"
  ] .

oa:relationep_rat_41d19489-cea0-1459-e2ba-80bb945374d3_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Person:9dec426b-f0c6-a79f-fcda-e6b6e3ab3af1 ;
  a2a:EventKeyRef oa:event_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Event1 .

oa:relationep_rat_41d19489-cea0-1459-e2ba-80bb945374d3_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Person:4587b0f1-a430-299f-f72e-23dc037c3ea3 ;
  a2a:EventKeyRef oa:event_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Event1 .

oa:relationep_rat_41d19489-cea0-1459-e2ba-80bb945374d3_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Person:2ae0cc19-0992-7d03-3e8d-3243fde4921b ;
  a2a:EventKeyRef oa:event_rat_41d19489-cea0-1459-e2ba-80bb945374d3_Event1 .

oa:source_rat_41d19489-cea0-1459-e2ba-80bb945374d3
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen", "1792-03-27 - 1792-03-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1792-03-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1792-03-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1792" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1792-03-27"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken Dongen 1625-1811, Bron: boek, Deel: 8, Periode: 1770-..." ;
    a2a:Book "Inv.nr. 08 - Dongen - doopboek 1770-1798 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "8" ;
    a2a:Folio "80" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken Dongen 1625-1811, Bron: boek, Deel: 8, Periode: 1770-..., Inv.nr. 08 - Dongen - doopboek 1770-1798 (rooms-katholieke parochie), 8, 80"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/1118f7c2-6c57-2468-0419-028e3aaa09dd.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/41d19489-cea0-1459-e2ba-80bb945374d3" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/1118f7c2-6c57-2468-0419-028e3aaa09dd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/41d19489-cea0-1459-e2ba-80bb945374d3" ;
  a2a:RecordGUID "{41d19489-cea0-1459-e2ba-80bb945374d3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20240_00020240.xml van RAT" .

