@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_55c13fc5-3bfc-c2fa-9cf0-550fda03c274
  a a2a:Record ;
  rdfs:label "Doop op 30 mei 1723 te Raamsdonk" ;
  a2a:hasPerson oa:person_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Person-f96ae958-c9c1-81a8-c260-2a345dfcbd44, oa:person_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Person-c73147e3-f423-eb39-fd71-8b7a56636521, oa:person_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Person-744599a3-fd10-71d1-dd5c-9fbcab72e2c2 ;
  a2a:hasEvent oa:event_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_0, oa:relationep_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_1, oa:relationep_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_2 ;
  a2a:hasSource oa:source_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274 .

oa:person_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Person-f96ae958-c9c1-81a8-c260-2a345dfcbd44
  a a2a:Person ;
  rdfs:label "Antoni Scheepens" ;
  a2a:PersonName [
    rdfs:label "Antoni Scheepens" ;
    a2a:PersonNameFirstName "Antoni" ;
    a2a:PersonNameLastName "Scheepens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Person-c73147e3-f423-eb39-fd71-8b7a56636521
  a a2a:Person ;
  rdfs:label "Anneke Bossers" ;
  a2a:PersonName [
    rdfs:label "Anneke Bossers" ;
    a2a:PersonNameFirstName "Anneke" ;
    a2a:PersonNameLastName "Bossers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Person-744599a3-fd10-71d1-dd5c-9fbcab72e2c2
  a a2a:Person ;
  rdfs:label "Antoni Scheepens" ;
  a2a:PersonName [
    rdfs:label "Antoni Scheepens" ;
    a2a:PersonNameFirstName "Antoni" ;
    a2a:PersonNameLastName "Scheepens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1723" ;
    a2a:Month "5" ;
    a2a:Day "30" ;
    rdfs:label "1723-05-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk"
  ] .

oa:relationep_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Person:f96ae958-c9c1-81a8-c260-2a345dfcbd44 ;
  a2a:EventKeyRef oa:event_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Event1 .

oa:relationep_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Person:c73147e3-f423-eb39-fd71-8b7a56636521 ;
  a2a:EventKeyRef oa:event_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Event1 .

oa:relationep_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Person:744599a3-fd10-71d1-dd5c-9fbcab72e2c2 ;
  a2a:EventKeyRef oa:event_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274_Event1 .

oa:source_rat_55c13fc5-3bfc-c2fa-9cf0-550fda03c274
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk", "1723-05-30 - 1723-05-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1723-05-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1723-05-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1723" ;
    a2a:Month "5" ;
    a2a:Day "30" ;
    rdfs:label "1723-05-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop- , trouw- en begraafboeken van Raamsdonk, 1695-1810, Bron: boek, Deel: 02, Peri..." ;
    a2a:Book "Inv.nr. 02 - Raamsdonk - doopboek 1719-1774 (nederduits-gereformeerde gemeente)" ;
    a2a:RegistryNumber "02" ;
    a2a:Folio "3" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop- , trouw- en begraafboeken van Raamsdonk, 1695-1810, Bron: boek, Deel: 02, Peri..., Inv.nr. 02 - Raamsdonk - doopboek 1719-1774 (nederduits-gereformeerde gemeente), 02, 3"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/4933b581-5ace-6891-6088-4e666a69b930.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/55c13fc5-3bfc-c2fa-9cf0-550fda03c274" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/4933b581-5ace-6891-6088-4e666a69b930.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/55c13fc5-3bfc-c2fa-9cf0-550fda03c274" ;
  a2a:RecordGUID "{55c13fc5-3bfc-c2fa-9cf0-550fda03c274}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20785_00020785.xml van RAT" .

