@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_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc
  a a2a:Record ;
  rdfs:label "Doop op 17 december 1684 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Person-24f6f577-bf9f-d91f-43e7-5aa64b5acd84, oa:person_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Person-987f4af9-4982-e6ac-9f7d-68b029e47b43, oa:person_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Person-d9352b7a-c712-cc57-6f6d-aae6f85e20da ;
  a2a:hasEvent oa:event_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_0, oa:relationep_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_1, oa:relationep_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_2 ;
  a2a:hasSource oa:source_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc .

oa:person_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Person-24f6f577-bf9f-d91f-43e7-5aa64b5acd84
  a a2a:Person ;
  rdfs:label "Adriana Antonius Oomen" ;
  a2a:PersonName [
    rdfs:label "Adriana Antonius Oomen" ;
    a2a:PersonNameFirstName "Adriana Antonius" ;
    a2a:PersonNameLastName "Oomen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Person-987f4af9-4982-e6ac-9f7d-68b029e47b43
  a a2a:Person ;
  rdfs:label "Maria Verhoef" ;
  a2a:PersonName [
    rdfs:label "Maria Verhoef" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Verhoef"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Person-d9352b7a-c712-cc57-6f6d-aae6f85e20da
  a a2a:Person ;
  rdfs:label "Cornelius Verhoef" ;
  a2a:PersonName [
    rdfs:label "Cornelius Verhoef" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Verhoef"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1684" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1684-12-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Person:24f6f577-bf9f-d91f-43e7-5aa64b5acd84 ;
  a2a:EventKeyRef oa:event_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Event1 .

oa:relationep_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Person:987f4af9-4982-e6ac-9f7d-68b029e47b43 ;
  a2a:EventKeyRef oa:event_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Event1 .

oa:relationep_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Person:d9352b7a-c712-cc57-6f6d-aae6f85e20da ;
  a2a:EventKeyRef oa:event_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc_Event1 .

oa:source_rat_7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1684-12-17 - 1684-12-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1684-12-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1684-12-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1684" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1684-12-17"^^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 "18" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: register, Deel: 11, Periode: 1682-1703, Inv.nr. 11 - Oosterhout - doopboek 1682-1703 (rooms-katholieke parochie), 11, 18"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/309a2029-8a6a-cc3f-72db-f0e90a8ad77c.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/309a2029-8a6a-cc3f-72db-f0e90a8ad77c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-08-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc" ;
  a2a:RecordGUID "{7df2ffe2-7cb5-e1d8-9984-37bd4337dfdc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24835_00024835.xml van RAT" .

