@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_79630fd7-8d25-b413-c76c-e24d7aec9809
  a a2a:Record ;
  rdfs:label "Doop op 3 februari 1788 te Baarle-Nassau" ;
  a2a:hasPerson oa:person_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Person-9a883ad9-4d97-2038-85cc-752df1868e4c, oa:person_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Person-63cd3eb1-59c5-ccca-34a8-3cc8a21c45bf, oa:person_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Person-5f9553f7-b68b-a7c6-5d95-e79ff4f16524 ;
  a2a:hasEvent oa:event_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_0, oa:relationep_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_1, oa:relationep_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_2 ;
  a2a:hasSource oa:source_rat_79630fd7-8d25-b413-c76c-e24d7aec9809 .

oa:person_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Person-9a883ad9-4d97-2038-85cc-752df1868e4c
  a a2a:Person ;
  rdfs:label "Sophia Petronella van Gils" ;
  a2a:PersonName [
    rdfs:label "Sophia Petronella van Gils" ;
    a2a:PersonNameFirstName "Sophia Petronella" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gils"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Person-63cd3eb1-59c5-ccca-34a8-3cc8a21c45bf
  a a2a:Person ;
  rdfs:label "Floris Marinus Ente" ;
  a2a:PersonName [
    rdfs:label "Floris Marinus Ente" ;
    a2a:PersonNameFirstName "Floris Marinus" ;
    a2a:PersonNameLastName "Ente"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Person-5f9553f7-b68b-a7c6-5d95-e79ff4f16524
  a a2a:Person ;
  rdfs:label "Adrianus Ente" ;
  a2a:PersonName [
    rdfs:label "Adrianus Ente" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Ente"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1788" ;
    a2a:Month "2" ;
    a2a:Day "3" ;
    rdfs:label "1788-02-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau"
  ] .

oa:relationep_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Person:9a883ad9-4d97-2038-85cc-752df1868e4c ;
  a2a:EventKeyRef oa:event_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Event1 .

oa:relationep_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Person:63cd3eb1-59c5-ccca-34a8-3cc8a21c45bf ;
  a2a:EventKeyRef oa:event_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Event1 .

oa:relationep_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Person:5f9553f7-b68b-a7c6-5d95-e79ff4f16524 ;
  a2a:EventKeyRef oa:event_rat_79630fd7-8d25-b413-c76c-e24d7aec9809_Event1 .

oa:source_rat_79630fd7-8d25-b413-c76c-e24d7aec9809
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1788-02-03 - 1788-02-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1788-02-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1788-02-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1788" ;
    a2a:Month "2" ;
    a2a:Day "3" ;
    rdfs:label "1788-02-03"^^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: 05, P..." ;
    a2a:Book "Inv.nr. 05 - Baarle-Nassau en Ulecoten - doopboek 1653-1809 (nederduits-gereformeerde gemeente)" ;
    a2a:RegistryNumber "05" ;
    a2a:Folio "66" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Baarle-Nassau, 1616-1810, Bron: boek, Deel: 05, P..., Inv.nr. 05 - Baarle-Nassau en Ulecoten - doopboek 1653-1809 (nederduits-gereformeerde gemeente), 05, 66"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/1ec97d86-f004-d176-571f-32846d22917c.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/79630fd7-8d25-b413-c76c-e24d7aec9809" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/1ec97d86-f004-d176-571f-32846d22917c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-10-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/79630fd7-8d25-b413-c76c-e24d7aec9809" ;
  a2a:RecordGUID "{79630fd7-8d25-b413-c76c-e24d7aec9809}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20528_00020528.xml van RAT" .

