@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_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b
  a a2a:Record ;
  rdfs:label "Doop op 29 augustus 1777 te Tilburg" ;
  a2a:hasPerson oa:person_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Person-4a61f1f3-18da-ea4d-824c-200b47effe3e, oa:person_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Person-88b6b764-57dd-a16d-e193-12216992837a, oa:person_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Person-7977a488-6353-9465-8e4b-bb2c4b06b809 ;
  a2a:hasEvent oa:event_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_0, oa:relationep_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_1, oa:relationep_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_2 ;
  a2a:hasSource oa:source_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b .

oa:person_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Person-4a61f1f3-18da-ea4d-824c-200b47effe3e
  a a2a:Person ;
  rdfs:label "Catharina van Gorp" ;
  a2a:PersonName [
    rdfs:label "Catharina van Gorp" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gorp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Person-88b6b764-57dd-a16d-e193-12216992837a
  a a2a:Person ;
  rdfs:label "Maria Elizabetha Stalpaerts" ;
  a2a:PersonName [
    rdfs:label "Maria Elizabetha Stalpaerts" ;
    a2a:PersonNameFirstName "Maria Elizabetha" ;
    a2a:PersonNameLastName "Stalpaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Person-7977a488-6353-9465-8e4b-bb2c4b06b809
  a a2a:Person ;
  rdfs:label "Petrus Stalpaerts" ;
  a2a:PersonName [
    rdfs:label "Petrus Stalpaerts" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Stalpaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1777" ;
    a2a:Month "8" ;
    a2a:Day "29" ;
    rdfs:label "1777-08-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Person:4a61f1f3-18da-ea4d-824c-200b47effe3e ;
  a2a:EventKeyRef oa:event_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Event1 .

oa:relationep_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Person:88b6b764-57dd-a16d-e193-12216992837a ;
  a2a:EventKeyRef oa:event_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Event1 .

oa:relationep_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Person:7977a488-6353-9465-8e4b-bb2c4b06b809 ;
  a2a:EventKeyRef oa:event_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b_Event1 .

oa:source_rat_7b87503f-ed4c-a525-9b3f-c8bbee7eba6b
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1777-08-29 - 1777-08-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1777-08-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1777-08-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1777" ;
    a2a:Month "8" ;
    a2a:Day "29" ;
    rdfs:label "1777-08-29"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 90, Periode: 1774-1779" ;
    a2a:Book "Inv.nr. 090 - Tilburg en Goirle - Doopboek 1774-1779 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "90" ;
    a2a:Folio "119" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 90, Periode: 1774-1779, Inv.nr. 090 - Tilburg en Goirle - Doopboek 1774-1779 (Rooms-katholieke parochie ´t Goirke), 90, 119"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/612a6d8c-db76-987a-601a-c6aa0dd0ef4d.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/7b87503f-ed4c-a525-9b3f-c8bbee7eba6b" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/612a6d8c-db76-987a-601a-c6aa0dd0ef4d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-03-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/7b87503f-ed4c-a525-9b3f-c8bbee7eba6b" ;
  a2a:RecordGUID "{7b87503f-ed4c-a525-9b3f-c8bbee7eba6b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20538_00020538.xml van RAT" .

