@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_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad
  a a2a:Record ;
  rdfs:label "Doop op 11 januari 1771 te Dongen" ;
  a2a:hasPerson oa:person_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Person-609e56e3-21c7-722e-510e-8e73f29979dc, oa:person_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Person-76e8affa-06bc-c834-0c65-6f1d558ef56e, oa:person_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Person-2104a00a-3096-d504-1985-659765e75f65 ;
  a2a:hasEvent oa:event_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_0, oa:relationep_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_1, oa:relationep_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_2 ;
  a2a:hasSource oa:source_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad .

oa:person_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Person-609e56e3-21c7-722e-510e-8e73f29979dc
  a a2a:Person ;
  rdfs:label "Cornelius Jacobus Schellekens" ;
  a2a:PersonName [
    rdfs:label "Cornelius Jacobus Schellekens" ;
    a2a:PersonNameFirstName "Cornelius Jacobus" ;
    a2a:PersonNameLastName "Schellekens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Person-76e8affa-06bc-c834-0c65-6f1d558ef56e
  a a2a:Person ;
  rdfs:label "Anna Maria Antonius Clasen" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Antonius Clasen" ;
    a2a:PersonNameFirstName "Anna Maria Antonius" ;
    a2a:PersonNameLastName "Clasen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Person-2104a00a-3096-d504-1985-659765e75f65
  a a2a:Person ;
  rdfs:label "Jacobus Schellekens" ;
  a2a:PersonName [
    rdfs:label "Jacobus Schellekens" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Schellekens"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1771" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1771-01-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen"
  ] .

oa:relationep_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Person:609e56e3-21c7-722e-510e-8e73f29979dc ;
  a2a:EventKeyRef oa:event_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Event1 .

oa:relationep_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Person:76e8affa-06bc-c834-0c65-6f1d558ef56e ;
  a2a:EventKeyRef oa:event_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Event1 .

oa:relationep_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Person:2104a00a-3096-d504-1985-659765e75f65 ;
  a2a:EventKeyRef oa:event_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad_Event1 .

oa:source_rat_ef6e6184-77b8-a8ab-e0db-4459fe54f2ad
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen", "1771-01-11 - 1771-01-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1771-01-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1771-01-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1771" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1771-01-11"^^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 "6v" ;
    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, 6v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/07b31b3e-87eb-0559-3bb8-548589c9dae6.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ef6e6184-77b8-a8ab-e0db-4459fe54f2ad" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/07b31b3e-87eb-0559-3bb8-548589c9dae6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-06-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ef6e6184-77b8-a8ab-e0db-4459fe54f2ad" ;
  a2a:RecordGUID "{ef6e6184-77b8-a8ab-e0db-4459fe54f2ad}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_28048_00028048.xml van RAT" .

[] a2a:PersonRemarkdiversen "Vader uit Gilze" .
