@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_762dfa3f-ef4b-165b-e4fc-19548a89aaee
  a a2a:Record ;
  rdfs:label "Doop op 15 oktober 1676 te Gilze en Rijen" ;
  a2a:hasPerson oa:person_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Person-ed4a80d0-7313-0d06-facc-7f3eece7aabc, oa:person_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Person-ec9c93a7-639b-23b5-5b41-2dea246dda0c, oa:person_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Person-37e5160d-bb6b-6472-65bc-50553d872bb9 ;
  a2a:hasEvent oa:event_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_0, oa:relationep_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_1, oa:relationep_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_2 ;
  a2a:hasSource oa:source_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee .

oa:person_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Person-ed4a80d0-7313-0d06-facc-7f3eece7aabc
  a a2a:Person ;
  rdfs:label "Maria Cornelis Huijbertus" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelis Huijbertus" ;
    a2a:PersonNameFirstName "Maria Cornelis" ;
    a2a:PersonNameLastName "Huijbertus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Person-ec9c93a7-639b-23b5-5b41-2dea246dda0c
  a a2a:Person ;
  rdfs:label "Cornelius Abrahams" ;
  a2a:PersonName [
    rdfs:label "Cornelius Abrahams" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Abrahams"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Person-37e5160d-bb6b-6472-65bc-50553d872bb9
  a a2a:Person ;
  rdfs:label "Thomas Abrahams" ;
  a2a:PersonName [
    rdfs:label "Thomas Abrahams" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNameLastName "Abrahams"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1676" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1676-10-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen"
  ] .

oa:relationep_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Person:ed4a80d0-7313-0d06-facc-7f3eece7aabc ;
  a2a:EventKeyRef oa:event_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Event1 .

oa:relationep_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Person:ec9c93a7-639b-23b5-5b41-2dea246dda0c ;
  a2a:EventKeyRef oa:event_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Event1 .

oa:relationep_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Person:37e5160d-bb6b-6472-65bc-50553d872bb9 ;
  a2a:EventKeyRef oa:event_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee_Event1 .

oa:source_rat_762dfa3f-ef4b-165b-e4fc-19548a89aaee
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen", "1676-10-15 - 1676-10-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1676-10-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1676-10-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1676" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1676-10-15"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Gilze en Rijen, 1677-1810, Bron: boek, Deel: 33, ..." ;
    a2a:Book "Inv.nr. 33 - Rijen - doopboek 1642-1650 en 1662-1681 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "33" ;
    a2a:Folio "38" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Gilze en Rijen, 1677-1810, Bron: boek, Deel: 33, ..., Inv.nr. 33 - Rijen - doopboek 1642-1650 en 1662-1681 (rooms-katholieke parochie), 33, 38"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/7c7e811c-dec0-f0c3-e7eb-b3ffa4e5f692.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/762dfa3f-ef4b-165b-e4fc-19548a89aaee" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/7c7e811c-dec0-f0c3-e7eb-b3ffa4e5f692.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/762dfa3f-ef4b-165b-e4fc-19548a89aaee" ;
  a2a:RecordGUID "{762dfa3f-ef4b-165b-e4fc-19548a89aaee}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20511_00020511.xml van RAT" .

