@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_f50f143e-4836-b33a-e601-b97c9d3ecdbe
  a a2a:Record ;
  rdfs:label "Doop op 18 april 1731 te Tilburg" ;
  a2a:hasPerson oa:person_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Person-74b8fd77-36c0-074e-6776-118ea17ffaae, oa:person_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Person-34ed2486-9e43-289f-dc76-9e35974cc7b5, oa:person_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Person-1453448f-e7e4-6854-4a4d-1bca9a4d486e ;
  a2a:hasEvent oa:event_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_0, oa:relationep_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_1, oa:relationep_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_2 ;
  a2a:hasSource oa:source_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe .

oa:person_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Person-74b8fd77-36c0-074e-6776-118ea17ffaae
  a a2a:Person ;
  rdfs:label "Adriana Bollen" ;
  a2a:PersonName [
    rdfs:label "Adriana Bollen" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Bollen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Person-34ed2486-9e43-289f-dc76-9e35974cc7b5
  a a2a:Person ;
  rdfs:label "Joannes van der Velden" ;
  a2a:PersonName [
    rdfs:label "Joannes van der Velden" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Velden"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Person-1453448f-e7e4-6854-4a4d-1bca9a4d486e
  a a2a:Person ;
  rdfs:label "Sebastianus van der Velden" ;
  a2a:PersonName [
    rdfs:label "Sebastianus van der Velden" ;
    a2a:PersonNameFirstName "Sebastianus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Velden"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1731" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1731-04-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Person:74b8fd77-36c0-074e-6776-118ea17ffaae ;
  a2a:EventKeyRef oa:event_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Event1 .

oa:relationep_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Person:34ed2486-9e43-289f-dc76-9e35974cc7b5 ;
  a2a:EventKeyRef oa:event_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Event1 .

oa:relationep_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Person:1453448f-e7e4-6854-4a4d-1bca9a4d486e ;
  a2a:EventKeyRef oa:event_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe_Event1 .

oa:source_rat_f50f143e-4836-b33a-e601-b97c9d3ecdbe
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1731-04-18 - 1731-04-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1731-04-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1731-04-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1731" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1731-04-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 81, Periode: 1726-1732" ;
    a2a:Book "Inv.nr. 081 - Tilburg en Goirle - Doopboek 1726-1732 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "81" ;
    a2a:Folio "35" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 81, Periode: 1726-1732, Inv.nr. 081 - Tilburg en Goirle - Doopboek 1726-1732 (Rooms-katholieke parochie ´t Goirke), 81, 35"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/d861edec-4d19-ff1c-b0f4-f2dd08f758ee.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f50f143e-4836-b33a-e601-b97c9d3ecdbe" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/d861edec-4d19-ff1c-b0f4-f2dd08f758ee.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-05-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f50f143e-4836-b33a-e601-b97c9d3ecdbe" ;
  a2a:RecordGUID "{f50f143e-4836-b33a-e601-b97c9d3ecdbe}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_28076_00028076.xml van RAT" .

