@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_87bde6f4-ad26-9484-153f-e4ef975818cc
  a a2a:Record ;
  rdfs:label "Doop op 23 april 1738 te Baarle-Nassau" ;
  a2a:hasPerson oa:person_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Person-fc62a53e-c228-ea93-a2bc-6edd2db32386, oa:person_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Person-f6f6044d-dba8-c88e-089c-0f6571f7e0b8, oa:person_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Person-984a2fcd-948b-5df8-2492-3aff0a0c623c ;
  a2a:hasEvent oa:event_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_0, oa:relationep_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_1, oa:relationep_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_2 ;
  a2a:hasSource oa:source_rat_87bde6f4-ad26-9484-153f-e4ef975818cc .

oa:person_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Person-fc62a53e-c228-ea93-a2bc-6edd2db32386
  a a2a:Person ;
  rdfs:label "Petrus Cleren" ;
  a2a:PersonName [
    rdfs:label "Petrus Cleren" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Cleren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Person-f6f6044d-dba8-c88e-089c-0f6571f7e0b8
  a a2a:Person ;
  rdfs:label "Maria Cable" ;
  a2a:PersonName [
    rdfs:label "Maria Cable" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Cable"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Person-984a2fcd-948b-5df8-2492-3aff0a0c623c
  a a2a:Person ;
  rdfs:label "Anna Maria Cleren" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Cleren" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Cleren"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1738" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1738-04-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau"
  ] .

oa:relationep_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Person:fc62a53e-c228-ea93-a2bc-6edd2db32386 ;
  a2a:EventKeyRef oa:event_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Event1 .

oa:relationep_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Person:f6f6044d-dba8-c88e-089c-0f6571f7e0b8 ;
  a2a:EventKeyRef oa:event_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Event1 .

oa:relationep_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Person:984a2fcd-948b-5df8-2492-3aff0a0c623c ;
  a2a:EventKeyRef oa:event_rat_87bde6f4-ad26-9484-153f-e4ef975818cc_Event1 .

oa:source_rat_87bde6f4-ad26-9484-153f-e4ef975818cc
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1738-04-23 - 1738-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1738-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1738-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1738" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1738-04-23"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Baarle-Nassau, 1616-1810, Bron: boek, Deel: 03, P..." ;
    a2a:Book "Inv.nr. 03 - Baarle - akten van doop, trouw en aantekeningen van begraven 1737-1766 (rooms-kathol..." ;
    a2a:RegistryNumber "03" ;
    a2a:Folio "6" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Baarle-Nassau, 1616-1810, Bron: boek, Deel: 03, P..., Inv.nr. 03 - Baarle - akten van doop, trouw en aantekeningen van begraven 1737-1766 (rooms-kathol..., 03, 6"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/a132f57a-520a-9437-493a-c4722e8a2106.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/87bde6f4-ad26-9484-153f-e4ef975818cc" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/a132f57a-520a-9437-493a-c4722e8a2106.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-10-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/87bde6f4-ad26-9484-153f-e4ef975818cc" ;
  a2a:RecordGUID "{87bde6f4-ad26-9484-153f-e4ef975818cc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24883_00024883.xml van RAT" .

