@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_5fdc87ad-cb65-4160-b5ea-db07db38a10d
  a a2a:Record ;
  rdfs:label "Doop op 18 oktober 1676 te Tilburg" ;
  a2a:hasPerson oa:person_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Person-5519fabe-12c1-4ad7-bb39-7049c68f23bc, oa:person_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Person-2a5b6650-43c9-414a-b568-5e6967685499, oa:person_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Person-8a7360ee-f00e-40ed-a41a-e056ab56aeb4 ;
  a2a:hasEvent oa:event_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_0, oa:relationep_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_1, oa:relationep_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_2 ;
  a2a:hasSource oa:source_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d .

oa:person_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Person-5519fabe-12c1-4ad7-bb39-7049c68f23bc
  a a2a:Person ;
  rdfs:label "Geertruijt de Beveren" ;
  a2a:PersonName [
    rdfs:label "Geertruijt de Beveren" ;
    a2a:PersonNameFirstName "Geertruijt" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Beveren"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Person-2a5b6650-43c9-414a-b568-5e6967685499
  a a2a:Person ;
  rdfs:label "Wilhelm de Beveren" ;
  a2a:PersonName [
    rdfs:label "Wilhelm de Beveren" ;
    a2a:PersonNameFirstName "Wilhelm" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Beveren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Person-8a7360ee-f00e-40ed-a41a-e056ab56aeb4
  a a2a:Person ;
  rdfs:label "Maria van den Bos" ;
  a2a:PersonName [
    rdfs:label "Maria van den Bos" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1676" ;
    a2a:Month "10" ;
    a2a:Day "18" ;
    rdfs:label "1676-10-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Person:5519fabe-12c1-4ad7-bb39-7049c68f23bc ;
  a2a:EventKeyRef oa:event_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Event1 .

oa:relationep_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Person:2a5b6650-43c9-414a-b568-5e6967685499 ;
  a2a:EventKeyRef oa:event_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Event1 .

oa:relationep_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Person:8a7360ee-f00e-40ed-a41a-e056ab56aeb4 ;
  a2a:EventKeyRef oa:event_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d_Event1 .

oa:source_rat_5fdc87ad-cb65-4160-b5ea-db07db38a10d
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1676-10-18 - 1676-10-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1676-10-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1676-10-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1676" ;
    a2a:Month "10" ;
    a2a:Day "18" ;
    rdfs:label "1676-10-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken Tilburg en Goirle 1600-1810, Bron: boek, Deel: 13, Pe..." ;
    a2a:Book "Inv.nr. 013 - Tilburg en Goirle - lidmatenlijsten 1648-1734, doopboek 1633, 1649-1734 en trouwboe..." ;
    a2a:RegistryNumber "13" ;
    a2a:Folio "54" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken Tilburg en Goirle 1600-1810, Bron: boek, Deel: 13, Pe..., Inv.nr. 013 - Tilburg en Goirle - lidmatenlijsten 1648-1734, doopboek 1633, 1649-1734 en trouwboe..., 13, 54"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/c3dbc909-262b-2d8b-9aae-c8aa26599fbe.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/5fdc87ad-cb65-4160-b5ea-db07db38a10d" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/c3dbc909-262b-2d8b-9aae-c8aa26599fbe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-08-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/5fdc87ad-cb65-4160-b5ea-db07db38a10d" ;
  a2a:RecordGUID "{5fdc87ad-cb65-4160-b5ea-db07db38a10d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20593_00020593.xml van RAT" .

