@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_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3
  a a2a:Record ;
  rdfs:label "Doop op 21 januari 1767 te Oisterwijk" ;
  a2a:hasPerson oa:person_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Person-5427ede1-54b8-dac6-800d-21258ef294aa, oa:person_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Person-5817a5ab-2161-cfc2-2d17-b595433796b9, oa:person_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Person-9dbab727-738d-e444-cad1-0eb85164c92f ;
  a2a:hasEvent oa:event_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_0, oa:relationep_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_1, oa:relationep_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_2 ;
  a2a:hasSource oa:source_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3 .

oa:person_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Person-5427ede1-54b8-dac6-800d-21258ef294aa
  a a2a:Person ;
  rdfs:label "Wilhelma Brock" ;
  a2a:PersonName [
    rdfs:label "Wilhelma Brock" ;
    a2a:PersonNameFirstName "Wilhelma" ;
    a2a:PersonNameLastName "Brock"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Person-5817a5ab-2161-cfc2-2d17-b595433796b9
  a a2a:Person ;
  rdfs:label "Joannes Cranen" ;
  a2a:PersonName [
    rdfs:label "Joannes Cranen" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Cranen"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Person-9dbab727-738d-e444-cad1-0eb85164c92f
  a a2a:Person ;
  rdfs:label "Michael Cranen" ;
  a2a:PersonName [
    rdfs:label "Michael Cranen" ;
    a2a:PersonNameFirstName "Michael" ;
    a2a:PersonNameLastName "Cranen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1767" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1767-01-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk"
  ] .

oa:relationep_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Person:5427ede1-54b8-dac6-800d-21258ef294aa ;
  a2a:EventKeyRef oa:event_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Event1 .

oa:relationep_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Person:5817a5ab-2161-cfc2-2d17-b595433796b9 ;
  a2a:EventKeyRef oa:event_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Event1 .

oa:relationep_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Person:9dbab727-738d-e444-cad1-0eb85164c92f ;
  a2a:EventKeyRef oa:event_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3_Event1 .

oa:source_rat_a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk", "1767-01-21 - 1767-01-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1767-01-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1767-01-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1767" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1767-01-21"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 39" ;
    a2a:Book "Inv.nr. 39 - Oisterwijk - doopboek 1765-1838 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "39" ;
    a2a:Folio "8" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 39, Inv.nr. 39 - Oisterwijk - doopboek 1765-1838 (rooms-katholieke parochie), 39, 8"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/cfde7a83-88d6-9eff-0773-d8233bfefbc6.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/cfde7a83-88d6-9eff-0773-d8233bfefbc6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-12-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3" ;
  a2a:RecordGUID "{a30c60aa-e6aa-69f5-0fa0-6a1fbde04fd3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_25017_00025017.xml van RAT" .

[] a2a:PersonRemarkdiversen "tweeling" .
