@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_e90d0add-71e7-9053-e5b2-99e643c50168
  a a2a:Record ;
  rdfs:label "Doop op 1 april 1767 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Person-2249787b-6053-57a4-4d76-360bd924af3e, oa:person_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Person-6ab470ea-34eb-70dc-446b-46c4ab387da8, oa:person_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Person-39f7b78c-23d4-f973-1314-f56ab5986c18 ;
  a2a:hasEvent oa:event_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_e90d0add-71e7-9053-e5b2-99e643c50168_0, oa:relationep_rat_e90d0add-71e7-9053-e5b2-99e643c50168_1, oa:relationep_rat_e90d0add-71e7-9053-e5b2-99e643c50168_2 ;
  a2a:hasSource oa:source_rat_e90d0add-71e7-9053-e5b2-99e643c50168 .

oa:person_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Person-2249787b-6053-57a4-4d76-360bd924af3e
  a a2a:Person ;
  rdfs:label "Cornelius Jacobus Beeckmans" ;
  a2a:PersonName [
    rdfs:label "Cornelius Jacobus Beeckmans" ;
    a2a:PersonNameFirstName "Cornelius Jacobus" ;
    a2a:PersonNameLastName "Beeckmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Person-6ab470ea-34eb-70dc-446b-46c4ab387da8
  a a2a:Person ;
  rdfs:label "Wilhelmina Joannes Neelneef" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Joannes Neelneef" ;
    a2a:PersonNameFirstName "Wilhelmina Joannes" ;
    a2a:PersonNameLastName "Neelneef"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Person-39f7b78c-23d4-f973-1314-f56ab5986c18
  a a2a:Person ;
  rdfs:label "Joannes Beeckmans" ;
  a2a:PersonName [
    rdfs:label "Joannes Beeckmans" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Beeckmans"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1767" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1767-04-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_e90d0add-71e7-9053-e5b2-99e643c50168_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Person:2249787b-6053-57a4-4d76-360bd924af3e ;
  a2a:EventKeyRef oa:event_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Event1 .

oa:relationep_rat_e90d0add-71e7-9053-e5b2-99e643c50168_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Person:6ab470ea-34eb-70dc-446b-46c4ab387da8 ;
  a2a:EventKeyRef oa:event_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Event1 .

oa:relationep_rat_e90d0add-71e7-9053-e5b2-99e643c50168_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Person:39f7b78c-23d4-f973-1314-f56ab5986c18 ;
  a2a:EventKeyRef oa:event_rat_e90d0add-71e7-9053-e5b2-99e643c50168_Event1 .

oa:source_rat_e90d0add-71e7-9053-e5b2-99e643c50168
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1767-04-01 - 1767-04-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1767-04-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1767-04-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1767" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1767-04-01"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Oosterhout, 1610-1810, Bron: boek, Deel: 16, Peri..." ;
    a2a:Book "Inv.nr. 16 - Oosterhout - doopboek 1765-1795 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "16" ;
    a2a:Folio "38" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Oosterhout, 1610-1810, Bron: boek, Deel: 16, Peri..., Inv.nr. 16 - Oosterhout - doopboek 1765-1795 (rooms-katholieke parochie), 16, 38"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/4499af30-d28f-bd21-8279-e981795e3430.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/e90d0add-71e7-9053-e5b2-99e643c50168" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/4499af30-d28f-bd21-8279-e981795e3430.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/e90d0add-71e7-9053-e5b2-99e643c50168" ;
  a2a:RecordGUID "{e90d0add-71e7-9053-e5b2-99e643c50168}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_25166_00025166.xml van RAT" .

