@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_0acd6e59-dcda-1ae7-af77-e25bda2ee383
  a a2a:Record ;
  rdfs:label "Doop op 5 december 1767 te Alphen en Riel" ;
  a2a:hasPerson oa:person_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Person-bc8de788-b0ae-a97a-8ec7-21aee19708f9, oa:person_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Person-b62ff219-3cb4-6b8b-efa7-d628f5895410, oa:person_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Person-b4c13a00-1da5-35c7-2ebf-bee88abb7452 ;
  a2a:hasEvent oa:event_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_0, oa:relationep_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_1, oa:relationep_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_2 ;
  a2a:hasSource oa:source_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383 .

oa:person_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Person-bc8de788-b0ae-a97a-8ec7-21aee19708f9
  a a2a:Person ;
  rdfs:label "Matheus Vermetten" ;
  a2a:PersonName [
    rdfs:label "Matheus Vermetten" ;
    a2a:PersonNameFirstName "Matheus" ;
    a2a:PersonNameLastName "Vermetten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Person-b62ff219-3cb4-6b8b-efa7-d628f5895410
  a a2a:Person ;
  rdfs:label "Hubertus Vermetten" ;
  a2a:PersonName [
    rdfs:label "Hubertus Vermetten" ;
    a2a:PersonNameFirstName "Hubertus" ;
    a2a:PersonNameLastName "Vermetten"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Person-b4c13a00-1da5-35c7-2ebf-bee88abb7452
  a a2a:Person ;
  rdfs:label "Anna Maria Brenders" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Brenders" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Brenders"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1767" ;
    a2a:Month "12" ;
    a2a:Day "5" ;
    rdfs:label "1767-12-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Alphen en Riel" ;
    rdfs:label "Alphen en Riel"
  ] .

oa:relationep_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Person:bc8de788-b0ae-a97a-8ec7-21aee19708f9 ;
  a2a:EventKeyRef oa:event_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Event1 .

oa:relationep_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Person:b62ff219-3cb4-6b8b-efa7-d628f5895410 ;
  a2a:EventKeyRef oa:event_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Event1 .

oa:relationep_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Person:b4c13a00-1da5-35c7-2ebf-bee88abb7452 ;
  a2a:EventKeyRef oa:event_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383_Event1 .

oa:source_rat_0acd6e59-dcda-1ae7-af77-e25bda2ee383
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Alphen en Riel" ;
    rdfs:label "Alphen en Riel", "1767-12-05 - 1767-12-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1767-12-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1767-12-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1767" ;
    a2a:Month "12" ;
    a2a:Day "5" ;
    rdfs:label "1767-12-05"^^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: 31, ..." ;
    a2a:Book "Inv.nr. 31 - Riel - akten van doop, trouw en aantekening van begraven 1747-1797 (rooms-katholieke..." ;
    a2a:RegistryNumber "31" ;
    a2a:Folio "19v" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Alphen en Riel, 1604-1810, Bron: boek, Deel: 31, ..., Inv.nr. 31 - Riel - akten van doop, trouw en aantekening van begraven 1747-1797 (rooms-katholieke..., 31, 19v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/944d26dd-b11a-164a-43c2-57fb268a1a72.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/0acd6e59-dcda-1ae7-af77-e25bda2ee383" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/944d26dd-b11a-164a-43c2-57fb268a1a72.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-06-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/0acd6e59-dcda-1ae7-af77-e25bda2ee383" ;
  a2a:RecordGUID "{0acd6e59-dcda-1ae7-af77-e25bda2ee383}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21003_00021003.xml van RAT" .

