@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_9604a53e-04df-e26a-e2db-31ae9bd41fce
  a a2a:Record ;
  rdfs:label "Doop op 12 februari 1712 te Tilburg" ;
  a2a:hasPerson oa:person_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Person-c1283948-ff3b-3aff-a26e-2b29c7e058f9, oa:person_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Person-5c720a07-eaab-b363-5b9c-1f4694cb85e1, oa:person_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Person-cc3a9a80-b344-c00f-a27a-558584d7ee03 ;
  a2a:hasEvent oa:event_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_0, oa:relationep_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_1, oa:relationep_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_2 ;
  a2a:hasSource oa:source_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce .

oa:person_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Person-c1283948-ff3b-3aff-a26e-2b29c7e058f9
  a a2a:Person ;
  rdfs:label "Joanna Jan van Gils" ;
  a2a:PersonName [
    rdfs:label "Joanna Jan van Gils" ;
    a2a:PersonNameFirstName "Joanna Jan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gils"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Person-5c720a07-eaab-b363-5b9c-1f4694cb85e1
  a a2a:Person ;
  rdfs:label "Maria Willem" ;
  a2a:PersonName [
    rdfs:label "Maria Willem" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Willem"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Person-cc3a9a80-b344-c00f-a27a-558584d7ee03
  a a2a:Person ;
  rdfs:label "Adrianus Claes Willem" ;
  a2a:PersonName [
    rdfs:label "Adrianus Claes Willem" ;
    a2a:PersonNameFirstName "Adrianus Claes" ;
    a2a:PersonNameLastName "Willem"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1712" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1712-02-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Person:c1283948-ff3b-3aff-a26e-2b29c7e058f9 ;
  a2a:EventKeyRef oa:event_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Event1 .

oa:relationep_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Person:5c720a07-eaab-b363-5b9c-1f4694cb85e1 ;
  a2a:EventKeyRef oa:event_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Event1 .

oa:relationep_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Person:cc3a9a80-b344-c00f-a27a-558584d7ee03 ;
  a2a:EventKeyRef oa:event_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce_Event1 .

oa:source_rat_9604a53e-04df-e26a-e2db-31ae9bd41fce
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1712-02-12 - 1712-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1712-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1712-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1712" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1712-02-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 78, Periode: 1709-1713" ;
    a2a:Book "Inv.nr. 078 - Tilburg en Goirle - Doopboek 1709-1713 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "78" ;
    a2a:Folio "66" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 78, Periode: 1709-1713, Inv.nr. 078 - Tilburg en Goirle - Doopboek 1709-1713 (Rooms-katholieke parochie ´t Goirke), 78, 66"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/2707c2ae-aa0b-66f5-5265-ad980196d27b.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/9604a53e-04df-e26a-e2db-31ae9bd41fce" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/2707c2ae-aa0b-66f5-5265-ad980196d27b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-06-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/9604a53e-04df-e26a-e2db-31ae9bd41fce" ;
  a2a:RecordGUID "{9604a53e-04df-e26a-e2db-31ae9bd41fce}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24952_00024952.xml van RAT" .

