@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_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c
  a a2a:Record ;
  rdfs:label "Doop op 3 november 1721 te Tilburg" ;
  a2a:hasPerson oa:person_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Person-e8ebeddb-99d9-3d0a-1f7d-463bba8575bd, oa:person_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Person-a02a8481-c092-419d-8eaf-6ae5befd5a30, oa:person_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Person-e4928ed1-52a4-d872-6dc9-d2aee448b95e ;
  a2a:hasEvent oa:event_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_0, oa:relationep_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_1, oa:relationep_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_2 ;
  a2a:hasSource oa:source_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c .

oa:person_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Person-e8ebeddb-99d9-3d0a-1f7d-463bba8575bd
  a a2a:Person ;
  rdfs:label "Catharina van Haren" ;
  a2a:PersonName [
    rdfs:label "Catharina van Haren" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Haren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Person-a02a8481-c092-419d-8eaf-6ae5befd5a30
  a a2a:Person ;
  rdfs:label "Nicolaus Lambers" ;
  a2a:PersonName [
    rdfs:label "Nicolaus Lambers" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNameLastName "Lambers"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Person-e4928ed1-52a4-d872-6dc9-d2aee448b95e
  a a2a:Person ;
  rdfs:label "Adrianus Lambers" ;
  a2a:PersonName [
    rdfs:label "Adrianus Lambers" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Lambers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1721" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1721-11-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Person:e8ebeddb-99d9-3d0a-1f7d-463bba8575bd ;
  a2a:EventKeyRef oa:event_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Event1 .

oa:relationep_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Person:a02a8481-c092-419d-8eaf-6ae5befd5a30 ;
  a2a:EventKeyRef oa:event_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Event1 .

oa:relationep_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Person:e4928ed1-52a4-d872-6dc9-d2aee448b95e ;
  a2a:EventKeyRef oa:event_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c_Event1 .

oa:source_rat_7516d02e-eb18-e3a9-60d7-1cbcd6dde46c
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1721-11-03 - 1721-11-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1721-11-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1721-11-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1721" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1721-11-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 80, Periode: 1721-1726" ;
    a2a:Book "Inv.nr. 080 - Tilburg en Goirle - Doopboek 1721-1726 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "80" ;
    a2a:Folio "5" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 80, Periode: 1721-1726, Inv.nr. 080 - Tilburg en Goirle - Doopboek 1721-1726 (Rooms-katholieke parochie ´t Goirke), 80, 5"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/9bdbf1aa-831f-17a7-d649-4b8b40a51f11.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/7516d02e-eb18-e3a9-60d7-1cbcd6dde46c" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/9bdbf1aa-831f-17a7-d649-4b8b40a51f11.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-02-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/7516d02e-eb18-e3a9-60d7-1cbcd6dde46c" ;
  a2a:RecordGUID "{7516d02e-eb18-e3a9-60d7-1cbcd6dde46c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_20928_00020928.xml van RAT" .

