@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_87c2c6bb-8374-e980-b2bc-578f73f9a9bc
  a a2a:Record ;
  rdfs:label "Doop op 3 juni 1753 te Gilze en Rijen" ;
  a2a:hasPerson oa:person_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Person-3d4e0875-a3c9-c6e9-3a52-1872316d93f4, oa:person_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Person-cb525e3b-4812-7dde-4d34-3fe62e66ed34, oa:person_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Person-12e3f31a-7a58-7aec-b598-d2ae58d9b857 ;
  a2a:hasEvent oa:event_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_0, oa:relationep_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_1, oa:relationep_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_2 ;
  a2a:hasSource oa:source_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc .

oa:person_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Person-3d4e0875-a3c9-c6e9-3a52-1872316d93f4
  a a2a:Person ;
  rdfs:label "Henricus Matthias Jansse" ;
  a2a:PersonName [
    rdfs:label "Henricus Matthias Jansse" ;
    a2a:PersonNameFirstName "Henricus Matthias" ;
    a2a:PersonNameLastName "Jansse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Person-cb525e3b-4812-7dde-4d34-3fe62e66ed34
  a a2a:Person ;
  rdfs:label "Angela Matthias van den Bleek" ;
  a2a:PersonName [
    rdfs:label "Angela Matthias van den Bleek" ;
    a2a:PersonNameFirstName "Angela Matthias" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bleek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Person-12e3f31a-7a58-7aec-b598-d2ae58d9b857
  a a2a:Person ;
  rdfs:label "Eva Jansse" ;
  a2a:PersonName [
    rdfs:label "Eva Jansse" ;
    a2a:PersonNameFirstName "Eva" ;
    a2a:PersonNameLastName "Jansse"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1753" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1753-06-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen"
  ] .

oa:relationep_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Person:3d4e0875-a3c9-c6e9-3a52-1872316d93f4 ;
  a2a:EventKeyRef oa:event_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Event1 .

oa:relationep_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Person:cb525e3b-4812-7dde-4d34-3fe62e66ed34 ;
  a2a:EventKeyRef oa:event_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Event1 .

oa:relationep_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Person:12e3f31a-7a58-7aec-b598-d2ae58d9b857 ;
  a2a:EventKeyRef oa:event_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc_Event1 .

oa:source_rat_87c2c6bb-8374-e980-b2bc-578f73f9a9bc
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen", "1753-06-03 - 1753-06-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1753-06-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1753-06-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1753" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1753-06-03"^^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: 01, ..." ;
    a2a:Book "Inv.nr. 01 - Gilze - doopboek 1677-1678 en 1683-1781 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "01" ;
    a2a:Folio "65" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Gilze en Rijen, 1677-1810, Bron: boek, Deel: 01, ..., Inv.nr. 01 - Gilze - doopboek 1677-1678 en 1683-1781 (rooms-katholieke parochie), 01, 65"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/e066d312-4cbf-c462-f05c-2c7e2e91e832.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/87c2c6bb-8374-e980-b2bc-578f73f9a9bc" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/e066d312-4cbf-c462-f05c-2c7e2e91e832.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/87c2c6bb-8374-e980-b2bc-578f73f9a9bc" ;
  a2a:RecordGUID "{87c2c6bb-8374-e980-b2bc-578f73f9a9bc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24883_00024883.xml van RAT" .

