@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_70f3fc31-d73b-2a20-65ce-e6fa405b955c
  a a2a:Record ;
  rdfs:label "Doop op 1 oktober 1745 te Gilze en Rijen" ;
  a2a:hasPerson oa:person_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Person-8c184b0a-be7b-154c-4ce6-5664a5c45242, oa:person_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Person-a3de2f4a-d27a-79cb-8c55-b76771ddad59, oa:person_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Person-65133d40-55d0-d846-4122-df1eb731da63 ;
  a2a:hasEvent oa:event_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_0, oa:relationep_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_1, oa:relationep_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_2 ;
  a2a:hasSource oa:source_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c .

oa:person_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Person-8c184b0a-be7b-154c-4ce6-5664a5c45242
  a a2a:Person ;
  rdfs:label "Antonius Gerardus Paulusse" ;
  a2a:PersonName [
    rdfs:label "Antonius Gerardus Paulusse" ;
    a2a:PersonNameFirstName "Antonius Gerardus" ;
    a2a:PersonNameLastName "Paulusse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Person-a3de2f4a-d27a-79cb-8c55-b76771ddad59
  a a2a:Person ;
  rdfs:label "Cornelia Cornelius Vlaminx" ;
  a2a:PersonName [
    rdfs:label "Cornelia Cornelius Vlaminx" ;
    a2a:PersonNameFirstName "Cornelia Cornelius" ;
    a2a:PersonNameLastName "Vlaminx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Person-65133d40-55d0-d846-4122-df1eb731da63
  a a2a:Person ;
  rdfs:label "Adrianus Paulusse" ;
  a2a:PersonName [
    rdfs:label "Adrianus Paulusse" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Paulusse"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1745" ;
    a2a:Month "10" ;
    a2a:Day "1" ;
    rdfs:label "1745-10-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen"
  ] .

oa:relationep_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Person:8c184b0a-be7b-154c-4ce6-5664a5c45242 ;
  a2a:EventKeyRef oa:event_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Event1 .

oa:relationep_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Person:a3de2f4a-d27a-79cb-8c55-b76771ddad59 ;
  a2a:EventKeyRef oa:event_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Event1 .

oa:relationep_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Person:65133d40-55d0-d846-4122-df1eb731da63 ;
  a2a:EventKeyRef oa:event_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c_Event1 .

oa:source_rat_70f3fc31-d73b-2a20-65ce-e6fa405b955c
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen", "1745-10-01 - 1745-10-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1745-10-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1745-10-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1745" ;
    a2a:Month "10" ;
    a2a:Day "1" ;
    rdfs:label "1745-10-01"^^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 "51" ;
    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, 51"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/cd71e1f6-b69d-14ed-077d-9d5f94e2ed4a.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/70f3fc31-d73b-2a20-65ce-e6fa405b955c" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/cd71e1f6-b69d-14ed-077d-9d5f94e2ed4a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-12-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/70f3fc31-d73b-2a20-65ce-e6fa405b955c" ;
  a2a:RecordGUID "{70f3fc31-d73b-2a20-65ce-e6fa405b955c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20486_00020486.xml van RAT" .

