@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_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1
  a a2a:Record ;
  rdfs:label "Doop op 2 april 1750 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Person-2392f5a6-755b-822c-89dc-d63501b2fa7a, oa:person_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Person-fde241f2-c975-0e7b-bc78-eb47a3052fae, oa:person_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Person-6f46847b-8845-d58f-b236-a078d4e35306 ;
  a2a:hasEvent oa:event_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_0, oa:relationep_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_1, oa:relationep_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_2 ;
  a2a:hasSource oa:source_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1 .

oa:person_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Person-2392f5a6-755b-822c-89dc-d63501b2fa7a
  a a2a:Person ;
  rdfs:label "Joannes Wilhelmus Olijslagers" ;
  a2a:PersonName [
    rdfs:label "Joannes Wilhelmus Olijslagers" ;
    a2a:PersonNameFirstName "Joannes Wilhelmus" ;
    a2a:PersonNameLastName "Olijslagers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Person-fde241f2-c975-0e7b-bc78-eb47a3052fae
  a a2a:Person ;
  rdfs:label "Catharina Gerardus Ackermans" ;
  a2a:PersonName [
    rdfs:label "Catharina Gerardus Ackermans" ;
    a2a:PersonNameFirstName "Catharina Gerardus" ;
    a2a:PersonNameLastName "Ackermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Person-6f46847b-8845-d58f-b236-a078d4e35306
  a a2a:Person ;
  rdfs:label "Wilhelmus Olijslagers" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Olijslagers" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Olijslagers"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1750" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1750-04-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Person:2392f5a6-755b-822c-89dc-d63501b2fa7a ;
  a2a:EventKeyRef oa:event_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Event1 .

oa:relationep_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Person:fde241f2-c975-0e7b-bc78-eb47a3052fae ;
  a2a:EventKeyRef oa:event_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Event1 .

oa:relationep_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Person:6f46847b-8845-d58f-b236-a078d4e35306 ;
  a2a:EventKeyRef oa:event_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1_Event1 .

oa:source_rat_4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1750-04-02 - 1750-04-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1750-04-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1750-04-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1750" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1750-04-02"^^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: 07, Peri..." ;
    a2a:Book "Inv.nr. 07 - Oosterhout - akten van doop en trouw 1741-1762 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "07" ;
    a2a:Folio "130" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Oosterhout, 1610-1810, Bron: boek, Deel: 07, Peri..., Inv.nr. 07 - Oosterhout - akten van doop en trouw 1741-1762 (rooms-katholieke parochie), 07, 130"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/b1c41a5a-e38f-400e-ea2a-a15b257cb1bf.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/b1c41a5a-e38f-400e-ea2a-a15b257cb1bf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1" ;
  a2a:RecordGUID "{4e8e847a-2f3d-ec0a-4eea-0bb7c477a3b1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21247_00021247.xml van RAT" .

