@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_4ac92da7-e96c-9202-47ef-6e6cec7da5e6
  a a2a:Record ;
  rdfs:label "Doop op 16 januari 1690 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Person-145f3cc3-75fd-d17e-9b75-be91e280f19e, oa:person_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Person-5723762c-c6ea-0066-f310-bf16f4f76d8f, oa:person_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Person-03d95ab7-d8a3-ff7a-d002-4c8388e91dff ;
  a2a:hasEvent oa:event_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_0, oa:relationep_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_1, oa:relationep_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_2 ;
  a2a:hasSource oa:source_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6 .

oa:person_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Person-145f3cc3-75fd-d17e-9b75-be91e280f19e
  a a2a:Person ;
  rdfs:label "Catharina Vennemans" ;
  a2a:PersonName [
    rdfs:label "Catharina Vennemans" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Vennemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Person-5723762c-c6ea-0066-f310-bf16f4f76d8f
  a a2a:Person ;
  rdfs:label "Adam Ackermans" ;
  a2a:PersonName [
    rdfs:label "Adam Ackermans" ;
    a2a:PersonNameFirstName "Adam" ;
    a2a:PersonNameLastName "Ackermans"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Person-03d95ab7-d8a3-ff7a-d002-4c8388e91dff
  a a2a:Person ;
  rdfs:label "Cornelius Joannes Ackermans" ;
  a2a:PersonName [
    rdfs:label "Cornelius Joannes Ackermans" ;
    a2a:PersonNameFirstName "Cornelius Joannes" ;
    a2a:PersonNameLastName "Ackermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1690" ;
    a2a:Month "1" ;
    a2a:Day "16" ;
    rdfs:label "1690-01-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Person:145f3cc3-75fd-d17e-9b75-be91e280f19e ;
  a2a:EventKeyRef oa:event_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Event1 .

oa:relationep_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Person:5723762c-c6ea-0066-f310-bf16f4f76d8f ;
  a2a:EventKeyRef oa:event_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Event1 .

oa:relationep_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Person:03d95ab7-d8a3-ff7a-d002-4c8388e91dff ;
  a2a:EventKeyRef oa:event_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6_Event1 .

oa:source_rat_4ac92da7-e96c-9202-47ef-6e6cec7da5e6
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1690-01-16 - 1690-01-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1690-01-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1690-01-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1690" ;
    a2a:Month "1" ;
    a2a:Day "16" ;
    rdfs:label "1690-01-16"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: register, Deel: 11, Periode: 1682-1703" ;
    a2a:Book "Inv.nr. 11 - Oosterhout - doopboek 1682-1703 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "11" ;
    a2a:Folio "45" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: register, Deel: 11, Periode: 1682-1703, Inv.nr. 11 - Oosterhout - doopboek 1682-1703 (rooms-katholieke parochie), 11, 45"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/ce2e218d-f9ec-80f3-be31-1d93fd4142c1.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/4ac92da7-e96c-9202-47ef-6e6cec7da5e6" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/ce2e218d-f9ec-80f3-be31-1d93fd4142c1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-09-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/4ac92da7-e96c-9202-47ef-6e6cec7da5e6" ;
  a2a:RecordGUID "{4ac92da7-e96c-9202-47ef-6e6cec7da5e6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21173_00021173.xml van RAT" .

