@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_3b82e642-b77c-36eb-e86d-0a93b113d4fa
  a a2a:Record ;
  rdfs:label "Doop op 16 augustus 1801 te Baarle-Nassau" ;
  a2a:hasPerson oa:person_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Person-c15445cd-2a55-61c8-2404-2fa591b48511, oa:person_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Person-e4825d6e-cf02-bcde-8498-5fa7e025405c, oa:person_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Person-94ff5438-375a-56f5-8099-5acdc21a3718 ;
  a2a:hasEvent oa:event_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_0, oa:relationep_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_1, oa:relationep_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_2 ;
  a2a:hasSource oa:source_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa .

oa:person_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Person-c15445cd-2a55-61c8-2404-2fa591b48511
  a a2a:Person ;
  rdfs:label "Cornelius Mertens" ;
  a2a:PersonName [
    rdfs:label "Cornelius Mertens" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Mertens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Person-e4825d6e-cf02-bcde-8498-5fa7e025405c
  a a2a:Person ;
  rdfs:label "Maria Anna Matthé" ;
  a2a:PersonName [
    rdfs:label "Maria Anna Matthé" ;
    a2a:PersonNameFirstName "Maria Anna" ;
    a2a:PersonNameLastName "Matthé"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Person-94ff5438-375a-56f5-8099-5acdc21a3718
  a a2a:Person ;
  rdfs:label "Franciscus Mertens" ;
  a2a:PersonName [
    rdfs:label "Franciscus Mertens" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Mertens"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1801" ;
    a2a:Month "8" ;
    a2a:Day "16" ;
    rdfs:label "1801-08-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau"
  ] .

oa:relationep_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Person:c15445cd-2a55-61c8-2404-2fa591b48511 ;
  a2a:EventKeyRef oa:event_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Event1 .

oa:relationep_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Person:e4825d6e-cf02-bcde-8498-5fa7e025405c ;
  a2a:EventKeyRef oa:event_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Event1 .

oa:relationep_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Person:94ff5438-375a-56f5-8099-5acdc21a3718 ;
  a2a:EventKeyRef oa:event_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa_Event1 .

oa:source_rat_3b82e642-b77c-36eb-e86d-0a93b113d4fa
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1801-08-16 - 1801-08-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1801-08-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1801-08-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1801" ;
    a2a:Month "8" ;
    a2a:Day "16" ;
    rdfs:label "1801-08-16"^^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: 19, P..." ;
    a2a:Book "Inv.nr. 19 - Castelre en Minderhout - doopboek 1794-1811 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "19" ;
    a2a:Folio "58" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Baarle-Nassau, 1616-1810, Bron: boek, Deel: 19, P..., Inv.nr. 19 - Castelre en Minderhout - doopboek 1794-1811 (rooms-katholieke parochie), 19, 58"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/29be17c7-9155-2473-0406-613b6daeb4d3.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/3b82e642-b77c-36eb-e86d-0a93b113d4fa" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/29be17c7-9155-2473-0406-613b6daeb4d3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-02-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/3b82e642-b77c-36eb-e86d-0a93b113d4fa" ;
  a2a:RecordGUID "{3b82e642-b77c-36eb-e86d-0a93b113d4fa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21894_00021894.xml van RAT" .

[] a2a:PersonRemarkdiversen "Vader uit Merksplas" .
[] a2a:PersonRemarkdiversen "Moeder uit Minderhout" .
