@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_e1ab876d-88ba-4cc3-eabc-d3fb44df2465
  a a2a:Record ;
  rdfs:label "Doop op 18 februari 1751 te Chaam" ;
  a2a:hasPerson oa:person_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Person-57683889-aafc-7348-b5a7-0cc706000fb5, oa:person_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Person-416782be-8f44-1ba5-7b05-0436825778db, oa:person_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Person-81d3a23c-4e71-5f3b-aafd-e1e318bfcf70 ;
  a2a:hasEvent oa:event_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_0, oa:relationep_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_1, oa:relationep_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_2 ;
  a2a:hasSource oa:source_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465 .

oa:person_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Person-57683889-aafc-7348-b5a7-0cc706000fb5
  a a2a:Person ;
  rdfs:label "Joannes Adrianus Noijens" ;
  a2a:PersonName [
    rdfs:label "Joannes Adrianus Noijens" ;
    a2a:PersonNameFirstName "Joannes Adrianus" ;
    a2a:PersonNameLastName "Noijens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Person-416782be-8f44-1ba5-7b05-0436825778db
  a a2a:Person ;
  rdfs:label "Adriana Noijens" ;
  a2a:PersonName [
    rdfs:label "Adriana Noijens" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Noijens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Person-81d3a23c-4e71-5f3b-aafd-e1e318bfcf70
  a a2a:Person ;
  rdfs:label "Joanna Gisbertus de Hart" ;
  a2a:PersonName [
    rdfs:label "Joanna Gisbertus de Hart" ;
    a2a:PersonNameFirstName "Joanna Gisbertus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Hart"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1751" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1751-02-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Chaam" ;
    rdfs:label "Chaam"
  ] .

oa:relationep_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Person:57683889-aafc-7348-b5a7-0cc706000fb5 ;
  a2a:EventKeyRef oa:event_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Event1 .

oa:relationep_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Person:416782be-8f44-1ba5-7b05-0436825778db ;
  a2a:EventKeyRef oa:event_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Event1 .

oa:relationep_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Person:81d3a23c-4e71-5f3b-aafd-e1e318bfcf70 ;
  a2a:EventKeyRef oa:event_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465_Event1 .

oa:source_rat_e1ab876d-88ba-4cc3-eabc-d3fb44df2465
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Chaam" ;
    rdfs:label "Chaam", "1751-02-18 - 1751-02-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1751-02-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1751-02-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1751" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1751-02-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Chaam, 1626-1810, Bron: boek, Deel: 02, Periode:..." ;
    a2a:Book "Inv.nr. 02 - Chaam - doopboek 1698-1810 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "02" ;
    a2a:Folio "75" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Chaam, 1626-1810, Bron: boek, Deel: 02, Periode:..., Inv.nr. 02 - Chaam - doopboek 1698-1810 (rooms-katholieke parochie), 02, 75"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/7627a77c-5df6-9305-baf0-8d85d3fd1b07.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/e1ab876d-88ba-4cc3-eabc-d3fb44df2465" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/7627a77c-5df6-9305-baf0-8d85d3fd1b07.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-05-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/e1ab876d-88ba-4cc3-eabc-d3fb44df2465" ;
  a2a:RecordGUID "{e1ab876d-88ba-4cc3-eabc-d3fb44df2465}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_25131_00025131.xml van RAT" .

[] a2a:PersonRemarkdiversen "Uit Ravels" .
[] a2a:PersonRemarkdiversen "Uit Chaam" .
