@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_19dd8a47-3a95-2152-1e67-05955e6f5a82
  a a2a:Record ;
  rdfs:label "Doop op 17 maart 1660 te Alphen en Riel" ;
  a2a:hasPerson oa:person_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Person-bc9548dd-9012-680b-3e26-a37871be7571, oa:person_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Person-3826cfeb-5e7a-47a4-6c93-f0f573d85687, oa:person_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Person-7088fe77-0c68-f4c3-cd88-a4c77f912024 ;
  a2a:hasEvent oa:event_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_0, oa:relationep_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_1, oa:relationep_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_2 ;
  a2a:hasSource oa:source_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82 .

oa:person_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Person-bc9548dd-9012-680b-3e26-a37871be7571
  a a2a:Person ;
  rdfs:label "Catharina Cornelius Geeraerts" ;
  a2a:PersonName [
    rdfs:label "Catharina Cornelius Geeraerts" ;
    a2a:PersonNameFirstName "Catharina Cornelius" ;
    a2a:PersonNameLastName "Geeraerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Person-3826cfeb-5e7a-47a4-6c93-f0f573d85687
  a a2a:Person ;
  rdfs:label "Maria van Beeck" ;
  a2a:PersonName [
    rdfs:label "Maria van Beeck" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beeck"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Person-7088fe77-0c68-f4c3-cd88-a4c77f912024
  a a2a:Person ;
  rdfs:label "Paulus Hendrix van Beeck" ;
  a2a:PersonName [
    rdfs:label "Paulus Hendrix van Beeck" ;
    a2a:PersonNameFirstName "Paulus Hendrix" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beeck"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1660" ;
    a2a:Month "3" ;
    a2a:Day "17" ;
    rdfs:label "1660-03-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Alphen en Riel" ;
    rdfs:label "Alphen en Riel"
  ] .

oa:relationep_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Person:bc9548dd-9012-680b-3e26-a37871be7571 ;
  a2a:EventKeyRef oa:event_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Event1 .

oa:relationep_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Person:3826cfeb-5e7a-47a4-6c93-f0f573d85687 ;
  a2a:EventKeyRef oa:event_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Event1 .

oa:relationep_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Person:7088fe77-0c68-f4c3-cd88-a4c77f912024 ;
  a2a:EventKeyRef oa:event_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82_Event1 .

oa:source_rat_19dd8a47-3a95-2152-1e67-05955e6f5a82
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Alphen en Riel" ;
    rdfs:label "Alphen en Riel", "1660-03-17 - 1660-03-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1660-03-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1660-03-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1660" ;
    a2a:Month "3" ;
    a2a:Day "17" ;
    rdfs:label "1660-03-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Alphen en Riel, 1604-1810, Bron: boek, Deel: 3, P..." ;
    a2a:Book "Inv.nr. 03 - Alphen - akten van doop, trouw en begraven 1653-1696 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "3" ;
    a2a:Folio "19" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Alphen en Riel, 1604-1810, Bron: boek, Deel: 3, P..., Inv.nr. 03 - Alphen - akten van doop, trouw en begraven 1653-1696 (rooms-katholieke parochie), 3, 19"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/62b6d3f9-c03e-688c-b02d-2af4378bdc4d.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/19dd8a47-3a95-2152-1e67-05955e6f5a82" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/62b6d3f9-c03e-688c-b02d-2af4378bdc4d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/19dd8a47-3a95-2152-1e67-05955e6f5a82" ;
  a2a:RecordGUID "{19dd8a47-3a95-2152-1e67-05955e6f5a82}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21669_00021669.xml van RAT" .

