@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_c33f2e72-2cf1-60e6-e135-2fa467ca4c00
  a a2a:Record ;
  rdfs:label "Doop op 25 februari 1737 te Tilburg" ;
  a2a:hasPerson oa:person_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Person-148b9e79-4a28-dee1-9646-2169f188990a, oa:person_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Person-25f925eb-f530-4abf-561d-9fe0b1dff212, oa:person_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Person-cc76fece-3741-63ab-27cd-54bda736711f ;
  a2a:hasEvent oa:event_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_0, oa:relationep_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_1, oa:relationep_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_2 ;
  a2a:hasSource oa:source_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00 .

oa:person_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Person-148b9e79-4a28-dee1-9646-2169f188990a
  a a2a:Person ;
  rdfs:label "Joanna Maria Herme" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Herme" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Herme"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Person-25f925eb-f530-4abf-561d-9fe0b1dff212
  a a2a:Person ;
  rdfs:label "Bernardus Baket" ;
  a2a:PersonName [
    rdfs:label "Bernardus Baket" ;
    a2a:PersonNameFirstName "Bernardus" ;
    a2a:PersonNameLastName "Baket"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Person-cc76fece-3741-63ab-27cd-54bda736711f
  a a2a:Person ;
  rdfs:label "Mattheus Baket" ;
  a2a:PersonName [
    rdfs:label "Mattheus Baket" ;
    a2a:PersonNameFirstName "Mattheus" ;
    a2a:PersonNameLastName "Baket"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1737" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1737-02-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Person:148b9e79-4a28-dee1-9646-2169f188990a ;
  a2a:EventKeyRef oa:event_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Event1 .

oa:relationep_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Person:25f925eb-f530-4abf-561d-9fe0b1dff212 ;
  a2a:EventKeyRef oa:event_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Event1 .

oa:relationep_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Person:cc76fece-3741-63ab-27cd-54bda736711f ;
  a2a:EventKeyRef oa:event_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00_Event1 .

oa:source_rat_c33f2e72-2cf1-60e6-e135-2fa467ca4c00
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1737-02-25 - 1737-02-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1737-02-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1737-02-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1737" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1737-02-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 83, Periode: 1737-1744" ;
    a2a:Book "Inv.nr. 083 - Tilburg en Goirle - Doopboek 1737-1744 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "83" ;
    a2a:Folio "3" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 83, Periode: 1737-1744, Inv.nr. 083 - Tilburg en Goirle - Doopboek 1737-1744 (Rooms-katholieke parochie ´t Goirke), 83, 3"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/7e53eb94-5dc0-7ddb-c412-44bb10388bda.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/c33f2e72-2cf1-60e6-e135-2fa467ca4c00" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/7e53eb94-5dc0-7ddb-c412-44bb10388bda.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-09-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/c33f2e72-2cf1-60e6-e135-2fa467ca4c00" ;
  a2a:RecordGUID "{c33f2e72-2cf1-60e6-e135-2fa467ca4c00}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24798_00024798.xml van RAT" .

