@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_11c481be-dfc5-8a3e-c4fb-855f4873222a
  a a2a:Record ;
  rdfs:label "Doop op 17 juni 1777 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Person-b84efb07-c9da-328b-6b10-764a035fd460, oa:person_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Person-5ea6770d-4365-bfd0-0494-b3863b8d9140, oa:person_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Person-37170a4e-b38b-9d30-bc1c-766e23861419 ;
  a2a:hasEvent oa:event_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_0, oa:relationep_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_1, oa:relationep_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_2 ;
  a2a:hasSource oa:source_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a .

oa:person_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Person-b84efb07-c9da-328b-6b10-764a035fd460
  a a2a:Person ;
  rdfs:label "Govardus Oomes" ;
  a2a:PersonName [
    rdfs:label "Govardus Oomes" ;
    a2a:PersonNameFirstName "Govardus" ;
    a2a:PersonNameLastName "Oomes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Person-5ea6770d-4365-bfd0-0494-b3863b8d9140
  a a2a:Person ;
  rdfs:label "Ida de Meter" ;
  a2a:PersonName [
    rdfs:label "Ida de Meter" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Meter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Person-37170a4e-b38b-9d30-bc1c-766e23861419
  a a2a:Person ;
  rdfs:label "Cornelius Oomes" ;
  a2a:PersonName [
    rdfs:label "Cornelius Oomes" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Oomes"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1777" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1777-06-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Person:b84efb07-c9da-328b-6b10-764a035fd460 ;
  a2a:EventKeyRef oa:event_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Event1 .

oa:relationep_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Person:5ea6770d-4365-bfd0-0494-b3863b8d9140 ;
  a2a:EventKeyRef oa:event_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Event1 .

oa:relationep_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Person:37170a4e-b38b-9d30-bc1c-766e23861419 ;
  a2a:EventKeyRef oa:event_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a_Event1 .

oa:source_rat_11c481be-dfc5-8a3e-c4fb-855f4873222a
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1777-06-17 - 1777-06-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1777-06-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1777-06-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1777" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1777-06-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Oosterhout, 1610-1810, Bron: boek, Deel: 16, Peri..." ;
    a2a:Book "Inv.nr. 16 - Oosterhout - doopboek 1765-1795 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "16" ;
    a2a:Folio "186" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Oosterhout, 1610-1810, Bron: boek, Deel: 16, Peri..., Inv.nr. 16 - Oosterhout - doopboek 1765-1795 (rooms-katholieke parochie), 16, 186"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/694bf7f4-a386-8264-85be-12ec07659e8d.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/11c481be-dfc5-8a3e-c4fb-855f4873222a" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/694bf7f4-a386-8264-85be-12ec07659e8d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-06-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/11c481be-dfc5-8a3e-c4fb-855f4873222a" ;
  a2a:RecordGUID "{11c481be-dfc5-8a3e-c4fb-855f4873222a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21523_00021523.xml van RAT" .

[] a2a:PersonRemarkdiversen "tweeling samen met Catharina" .
