@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_f64d4483-56d0-e021-d067-686daf7e5b8c
  a a2a:Record ;
  rdfs:label "Doop op 21 september 1777 te Baarle-Nassau" ;
  a2a:hasPerson oa:person_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Person-3e0f87d6-7ddd-9468-43bc-e3db097359ef, oa:person_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Person-6251033c-9826-e802-61d8-7efd2653d47c, oa:person_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Person-db36024f-d4b2-9c76-eab8-faa39f92fefb ;
  a2a:hasEvent oa:event_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_0, oa:relationep_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_1, oa:relationep_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_2 ;
  a2a:hasSource oa:source_rat_f64d4483-56d0-e021-d067-686daf7e5b8c .

oa:person_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Person-3e0f87d6-7ddd-9468-43bc-e3db097359ef
  a a2a:Person ;
  rdfs:label "Gerardus Stoops" ;
  a2a:PersonName [
    rdfs:label "Gerardus Stoops" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNameLastName "Stoops"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Person-6251033c-9826-e802-61d8-7efd2653d47c
  a a2a:Person ;
  rdfs:label "Anna Maria Wouters" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Wouters" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Person-db36024f-d4b2-9c76-eab8-faa39f92fefb
  a a2a:Person ;
  rdfs:label "Adrianus Franciscus Stoops" ;
  a2a:PersonName [
    rdfs:label "Adrianus Franciscus Stoops" ;
    a2a:PersonNameFirstName "Adrianus Franciscus" ;
    a2a:PersonNameLastName "Stoops"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1777" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1777-09-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau"
  ] .

oa:relationep_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Person:3e0f87d6-7ddd-9468-43bc-e3db097359ef ;
  a2a:EventKeyRef oa:event_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Event1 .

oa:relationep_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Person:6251033c-9826-e802-61d8-7efd2653d47c ;
  a2a:EventKeyRef oa:event_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Event1 .

oa:relationep_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Person:db36024f-d4b2-9c76-eab8-faa39f92fefb ;
  a2a:EventKeyRef oa:event_rat_f64d4483-56d0-e021-d067-686daf7e5b8c_Event1 .

oa:source_rat_f64d4483-56d0-e021-d067-686daf7e5b8c
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1777-09-21 - 1777-09-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1777-09-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1777-09-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1777" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1777-09-21"^^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: 04, P..." ;
    a2a:Book "Inv.nr. 04 - Baarle - akten van doop, huwelijken en aantekeningen van begraven 1767-1810 (rooms-k..." ;
    a2a:RegistryNumber "04" ;
    a2a:Folio "25" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Baarle-Nassau, 1616-1810, Bron: boek, Deel: 04, P..., Inv.nr. 04 - Baarle - akten van doop, huwelijken en aantekeningen van begraven 1767-1810 (rooms-k..., 04, 25"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/700b7340-84da-e269-9dab-f96bbee5eac4.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f64d4483-56d0-e021-d067-686daf7e5b8c" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/700b7340-84da-e269-9dab-f96bbee5eac4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-09-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f64d4483-56d0-e021-d067-686daf7e5b8c" ;
  a2a:RecordGUID "{f64d4483-56d0-e021-d067-686daf7e5b8c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_26699_00026699.xml van RAT" .

