@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_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016
  a a2a:Record ;
  rdfs:label "Doop op 11 september 1758 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Person-ab47ca40-83cc-b57c-1f11-b8b0bfaa1379, oa:person_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Person-57174628-8c51-cc26-e44c-c0ccb2b57a2d, oa:person_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Person-a50bb610-584c-e2ca-a9af-fa5843f27108 ;
  a2a:hasEvent oa:event_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_0, oa:relationep_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_1, oa:relationep_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_2 ;
  a2a:hasSource oa:source_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016 .

oa:person_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Person-ab47ca40-83cc-b57c-1f11-b8b0bfaa1379
  a a2a:Person ;
  rdfs:label "Andreas Gijsbertus Oomen" ;
  a2a:PersonName [
    rdfs:label "Andreas Gijsbertus Oomen" ;
    a2a:PersonNameFirstName "Andreas Gijsbertus" ;
    a2a:PersonNameLastName "Oomen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Person-57174628-8c51-cc26-e44c-c0ccb2b57a2d
  a a2a:Person ;
  rdfs:label "Maria Gerardus van der Smissen" ;
  a2a:PersonName [
    rdfs:label "Maria Gerardus van der Smissen" ;
    a2a:PersonNameFirstName "Maria Gerardus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Smissen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Person-a50bb610-584c-e2ca-a9af-fa5843f27108
  a a2a:Person ;
  rdfs:label "Petrus Oomen" ;
  a2a:PersonName [
    rdfs:label "Petrus Oomen" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Oomen"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1758" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1758-09-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Person:ab47ca40-83cc-b57c-1f11-b8b0bfaa1379 ;
  a2a:EventKeyRef oa:event_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Event1 .

oa:relationep_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Person:57174628-8c51-cc26-e44c-c0ccb2b57a2d ;
  a2a:EventKeyRef oa:event_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Event1 .

oa:relationep_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Person:a50bb610-584c-e2ca-a9af-fa5843f27108 ;
  a2a:EventKeyRef oa:event_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016_Event1 .

oa:source_rat_1fc90cc5-717a-e4e3-5bcb-5964d2ecd016
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1758-09-11 - 1758-09-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1758-09-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1758-09-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1758" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1758-09-11"^^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: 07, Peri..." ;
    a2a:Book "Inv.nr. 07 - Oosterhout - akten van doop en trouw 1741-1762 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "07" ;
    a2a:Folio "286" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Oosterhout, 1610-1810, Bron: boek, Deel: 07, Peri..., Inv.nr. 07 - Oosterhout - akten van doop en trouw 1741-1762 (rooms-katholieke parochie), 07, 286"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/3442a07c-a085-76ea-1c78-284db7c3a081.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/1fc90cc5-717a-e4e3-5bcb-5964d2ecd016" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/3442a07c-a085-76ea-1c78-284db7c3a081.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/1fc90cc5-717a-e4e3-5bcb-5964d2ecd016" ;
  a2a:RecordGUID "{1fc90cc5-717a-e4e3-5bcb-5964d2ecd016}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21984_00021984.xml van RAT" .

