@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_9c43cc17-2f5b-db20-8a0e-a39e35867eec
  a a2a:Record ;
  rdfs:label "Doop op 9 juli 1794 te Dongen" ;
  a2a:hasPerson oa:person_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Person-831eabf5-c4ed-2b49-08d6-bcc70c66df2a, oa:person_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Person-df3823a0-c900-e664-3033-404319ba3c46, oa:person_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Person-aff57a8b-5840-1096-2996-b20cb921afea ;
  a2a:hasEvent oa:event_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_0, oa:relationep_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_1, oa:relationep_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_2 ;
  a2a:hasSource oa:source_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec .

oa:person_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Person-831eabf5-c4ed-2b49-08d6-bcc70c66df2a
  a a2a:Person ;
  rdfs:label "Adrianus Joannes Maas" ;
  a2a:PersonName [
    rdfs:label "Adrianus Joannes Maas" ;
    a2a:PersonNameFirstName "Adrianus Joannes" ;
    a2a:PersonNameLastName "Maas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Person-df3823a0-c900-e664-3033-404319ba3c46
  a a2a:Person ;
  rdfs:label "Aldegundis Marinus Wervers" ;
  a2a:PersonName [
    rdfs:label "Aldegundis Marinus Wervers" ;
    a2a:PersonNameFirstName "Aldegundis Marinus" ;
    a2a:PersonNameLastName "Wervers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Person-aff57a8b-5840-1096-2996-b20cb921afea
  a a2a:Person ;
  rdfs:label "Petronilla Maas" ;
  a2a:PersonName [
    rdfs:label "Petronilla Maas" ;
    a2a:PersonNameFirstName "Petronilla" ;
    a2a:PersonNameLastName "Maas"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1794" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1794-07-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen"
  ] .

oa:relationep_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Person:831eabf5-c4ed-2b49-08d6-bcc70c66df2a ;
  a2a:EventKeyRef oa:event_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Event1 .

oa:relationep_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Person:df3823a0-c900-e664-3033-404319ba3c46 ;
  a2a:EventKeyRef oa:event_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Event1 .

oa:relationep_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Person:aff57a8b-5840-1096-2996-b20cb921afea ;
  a2a:EventKeyRef oa:event_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec_Event1 .

oa:source_rat_9c43cc17-2f5b-db20-8a0e-a39e35867eec
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen", "1794-07-09 - 1794-07-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1794-07-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1794-07-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1794" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1794-07-09"^^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 "88" ;
    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, 88"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/a4da8cf0-4d13-3ee4-21f6-21a3ab878e39.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/9c43cc17-2f5b-db20-8a0e-a39e35867eec" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/a4da8cf0-4d13-3ee4-21f6-21a3ab878e39.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/9c43cc17-2f5b-db20-8a0e-a39e35867eec" ;
  a2a:RecordGUID "{9c43cc17-2f5b-db20-8a0e-a39e35867eec}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24983_00024983.xml van RAT" .

