@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_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f
  a a2a:Record ;
  rdfs:label "Doop op 18 januari 1700 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Person-69f365ca-b86b-af94-a8d2-025dc5a9a8a9, oa:person_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Person-cafd44ab-a754-fece-5543-ce6e7e3e5de5, oa:person_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Person-d509663c-5525-5c69-804c-ab51ed969a2d ;
  a2a:hasEvent oa:event_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_0, oa:relationep_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_1, oa:relationep_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_2 ;
  a2a:hasSource oa:source_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f .

oa:person_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Person-69f365ca-b86b-af94-a8d2-025dc5a9a8a9
  a a2a:Person ;
  rdfs:label "Catharina Fick" ;
  a2a:PersonName [
    rdfs:label "Catharina Fick" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Fick"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Person-cafd44ab-a754-fece-5543-ce6e7e3e5de5
  a a2a:Person ;
  rdfs:label "Jacoba Sins" ;
  a2a:PersonName [
    rdfs:label "Jacoba Sins" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Sins"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Person-d509663c-5525-5c69-804c-ab51ed969a2d
  a a2a:Person ;
  rdfs:label "Adrianus Jacobus Sins" ;
  a2a:PersonName [
    rdfs:label "Adrianus Jacobus Sins" ;
    a2a:PersonNameFirstName "Adrianus Jacobus" ;
    a2a:PersonNameLastName "Sins"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1700" ;
    a2a:Month "1" ;
    a2a:Day "18" ;
    rdfs:label "1700-01-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Person:69f365ca-b86b-af94-a8d2-025dc5a9a8a9 ;
  a2a:EventKeyRef oa:event_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Event1 .

oa:relationep_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Person:cafd44ab-a754-fece-5543-ce6e7e3e5de5 ;
  a2a:EventKeyRef oa:event_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Event1 .

oa:relationep_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Person:d509663c-5525-5c69-804c-ab51ed969a2d ;
  a2a:EventKeyRef oa:event_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f_Event1 .

oa:source_rat_fbe672f5-2689-0b63-e1b0-8113b1fe5f3f
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1700-01-18 - 1700-01-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1700-01-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1700-01-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1700" ;
    a2a:Month "1" ;
    a2a:Day "18" ;
    rdfs:label "1700-01-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: register, Deel: 11, Periode: 1682-1703" ;
    a2a:Book "Inv.nr. 11 - Oosterhout - doopboek 1682-1703 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "11" ;
    a2a:Folio "121" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: register, Deel: 11, Periode: 1682-1703, Inv.nr. 11 - Oosterhout - doopboek 1682-1703 (rooms-katholieke parochie), 11, 121"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/d5d1e752-8d27-34a7-188d-479d39837f1f.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/fbe672f5-2689-0b63-e1b0-8113b1fe5f3f" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/d5d1e752-8d27-34a7-188d-479d39837f1f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-11-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/fbe672f5-2689-0b63-e1b0-8113b1fe5f3f" ;
  a2a:RecordGUID "{fbe672f5-2689-0b63-e1b0-8113b1fe5f3f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_26726_00026726.xml van RAT" .

