@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_3281d8cb-e056-bf0b-8288-16231e2e5971
  a a2a:Record ;
  rdfs:label "Doop op 11 april 1762 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Person-aa94ca9f-6fdc-896e-722d-6b51778f2944, oa:person_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Person-a460911d-2e45-7a5d-8655-42512ec88ddf, oa:person_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Person-c64c4c1f-6a36-a244-c0c9-5465977b5a7e ;
  a2a:hasEvent oa:event_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_0, oa:relationep_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_1, oa:relationep_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_2 ;
  a2a:hasSource oa:source_rat_3281d8cb-e056-bf0b-8288-16231e2e5971 .

oa:person_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Person-aa94ca9f-6fdc-896e-722d-6b51778f2944
  a a2a:Person ;
  rdfs:label "Samuel de Vrede" ;
  a2a:PersonName [
    rdfs:label "Samuel de Vrede" ;
    a2a:PersonNameFirstName "Samuel" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vrede"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Person-a460911d-2e45-7a5d-8655-42512ec88ddf
  a a2a:Person ;
  rdfs:label "Elizabetha van Beckhoven" ;
  a2a:PersonName [
    rdfs:label "Elizabetha van Beckhoven" ;
    a2a:PersonNameFirstName "Elizabetha" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beckhoven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Person-c64c4c1f-6a36-a244-c0c9-5465977b5a7e
  a a2a:Person ;
  rdfs:label "Henricus de Vrede" ;
  a2a:PersonName [
    rdfs:label "Henricus de Vrede" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vrede"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1762" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1762-04-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Person:aa94ca9f-6fdc-896e-722d-6b51778f2944 ;
  a2a:EventKeyRef oa:event_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Event1 .

oa:relationep_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Person:a460911d-2e45-7a5d-8655-42512ec88ddf ;
  a2a:EventKeyRef oa:event_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Event1 .

oa:relationep_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Person:c64c4c1f-6a36-a244-c0c9-5465977b5a7e ;
  a2a:EventKeyRef oa:event_rat_3281d8cb-e056-bf0b-8288-16231e2e5971_Event1 .

oa:source_rat_3281d8cb-e056-bf0b-8288-16231e2e5971
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1762-04-11 - 1762-04-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1762-04-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1762-04-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1762" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1762-04-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: register, Deel: 15, Periode: 1762-1765" ;
    a2a:Book "Inv.nr. 15 - Oosterhout - doopboek 1762-1765 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "15" ;
    a2a:Folio "49" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: register, Deel: 15, Periode: 1762-1765, Inv.nr. 15 - Oosterhout - doopboek 1762-1765 (rooms-katholieke parochie), 15, 49"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/d264d5b9-7126-5fca-502e-0b4ccb4ac655.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/3281d8cb-e056-bf0b-8288-16231e2e5971" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/d264d5b9-7126-5fca-502e-0b4ccb4ac655.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-01-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/3281d8cb-e056-bf0b-8288-16231e2e5971" ;
  a2a:RecordGUID "{3281d8cb-e056-bf0b-8288-16231e2e5971}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_23101_00023101.xml van RAT" .

