@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_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb
  a a2a:Record ;
  rdfs:label "Doop op 2 mei 1726 te Tilburg" ;
  a2a:hasPerson oa:person_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Person-20a28954-2b7c-7c07-7fba-98bb68e124c0, oa:person_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Person-5145f975-37a2-68bb-ca64-07413511cd44, oa:person_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Person-868146fa-4601-f4eb-f01d-48d897b66e29 ;
  a2a:hasEvent oa:event_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_0, oa:relationep_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_1, oa:relationep_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_2 ;
  a2a:hasSource oa:source_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb .

oa:person_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Person-20a28954-2b7c-7c07-7fba-98bb68e124c0
  a a2a:Person ;
  rdfs:label "Adriana Jan Geerts" ;
  a2a:PersonName [
    rdfs:label "Adriana Jan Geerts" ;
    a2a:PersonNameFirstName "Adriana Jan" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Person-5145f975-37a2-68bb-ca64-07413511cd44
  a a2a:Person ;
  rdfs:label "Cornelia Spegers" ;
  a2a:PersonName [
    rdfs:label "Cornelia Spegers" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Spegers"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Person-868146fa-4601-f4eb-f01d-48d897b66e29
  a a2a:Person ;
  rdfs:label "Henricus Spegers" ;
  a2a:PersonName [
    rdfs:label "Henricus Spegers" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Spegers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1726" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1726-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Person:20a28954-2b7c-7c07-7fba-98bb68e124c0 ;
  a2a:EventKeyRef oa:event_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Event1 .

oa:relationep_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Person:5145f975-37a2-68bb-ca64-07413511cd44 ;
  a2a:EventKeyRef oa:event_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Event1 .

oa:relationep_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Person:868146fa-4601-f4eb-f01d-48d897b66e29 ;
  a2a:EventKeyRef oa:event_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb_Event1 .

oa:source_rat_4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1726-05-02 - 1726-05-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1726-05-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1726-05-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1726" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1726-05-02"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 81, Periode: 1726-1732" ;
    a2a:Book "Inv.nr. 081 - Tilburg en Goirle - Doopboek 1726-1732 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "81" ;
    a2a:Folio "5" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 81, Periode: 1726-1732, Inv.nr. 081 - Tilburg en Goirle - Doopboek 1726-1732 (Rooms-katholieke parochie ´t Goirke), 81, 5"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/0dc691d3-2edd-cf93-debb-2e60494611d5.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/0dc691d3-2edd-cf93-debb-2e60494611d5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-04-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb" ;
  a2a:RecordGUID "{4f847d0a-69c0-832e-4bc2-a5ff6d4f39bb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21265_00021265.xml van RAT" .

