@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_bd6434bb-e9f8-e2ef-4ad3-33e931baf782
  a a2a:Record ;
  rdfs:label "Doop op 9 januari 1776 te Gilze en Rijen" ;
  a2a:hasPerson oa:person_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Person-6ff27c19-539c-1c27-4d76-9c0b7dcf535e, oa:person_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Person-6558d4c3-c224-14f7-87a3-e1ff44885ec6, oa:person_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Person-f6124f85-691d-a824-6da3-17e7c9c68423 ;
  a2a:hasEvent oa:event_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_0, oa:relationep_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_1, oa:relationep_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_2 ;
  a2a:hasSource oa:source_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782 .

oa:person_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Person-6ff27c19-539c-1c27-4d76-9c0b7dcf535e
  a a2a:Person ;
  rdfs:label "Cornelius Joannes Matheusen" ;
  a2a:PersonName [
    rdfs:label "Cornelius Joannes Matheusen" ;
    a2a:PersonNameFirstName "Cornelius Joannes" ;
    a2a:PersonNameLastName "Matheusen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Person-6558d4c3-c224-14f7-87a3-e1ff44885ec6
  a a2a:Person ;
  rdfs:label "Petronella Joannes Nuijten" ;
  a2a:PersonName [
    rdfs:label "Petronella Joannes Nuijten" ;
    a2a:PersonNameFirstName "Petronella Joannes" ;
    a2a:PersonNameLastName "Nuijten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Person-f6124f85-691d-a824-6da3-17e7c9c68423
  a a2a:Person ;
  rdfs:label "Wilhelmus Matheeusen" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Matheeusen" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Matheeusen"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1776" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1776-01-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen"
  ] .

oa:relationep_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Person:6ff27c19-539c-1c27-4d76-9c0b7dcf535e ;
  a2a:EventKeyRef oa:event_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Event1 .

oa:relationep_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Person:6558d4c3-c224-14f7-87a3-e1ff44885ec6 ;
  a2a:EventKeyRef oa:event_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Event1 .

oa:relationep_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Person:f6124f85-691d-a824-6da3-17e7c9c68423 ;
  a2a:EventKeyRef oa:event_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782_Event1 .

oa:source_rat_bd6434bb-e9f8-e2ef-4ad3-33e931baf782
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen", "1776-01-09 - 1776-01-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1776-01-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1776-01-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1776" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1776-01-09"^^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 "114" ;
    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, 114"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/87ecb646-abb4-731f-fde2-fe0984f1211a.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/bd6434bb-e9f8-e2ef-4ad3-33e931baf782" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/87ecb646-abb4-731f-fde2-fe0984f1211a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-12-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/bd6434bb-e9f8-e2ef-4ad3-33e931baf782" ;
  a2a:RecordGUID "{bd6434bb-e9f8-e2ef-4ad3-33e931baf782}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24769_00024769.xml van RAT" .

