@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_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e
  a a2a:Record ;
  rdfs:label "Doop op 30 juli 1797 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Person-fe89fc5b-a552-20cc-525e-4bea036941cd, oa:person_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Person-d4a40d6e-e723-bae0-01a5-4e4ea054126d, oa:person_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Person-aee6f7d4-25bd-f3d8-9e29-c142a0da628a ;
  a2a:hasEvent oa:event_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_0, oa:relationep_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_1, oa:relationep_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_2 ;
  a2a:hasSource oa:source_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e .

oa:person_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Person-fe89fc5b-a552-20cc-525e-4bea036941cd
  a a2a:Person ;
  rdfs:label "Godschalk Jacobus Stapels" ;
  a2a:PersonName [
    rdfs:label "Godschalk Jacobus Stapels" ;
    a2a:PersonNameFirstName "Godschalk Jacobus" ;
    a2a:PersonNameLastName "Stapels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Person-d4a40d6e-e723-bae0-01a5-4e4ea054126d
  a a2a:Person ;
  rdfs:label "Jacobus Stapels" ;
  a2a:PersonName [
    rdfs:label "Jacobus Stapels" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Stapels"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Person-aee6f7d4-25bd-f3d8-9e29-c142a0da628a
  a a2a:Person ;
  rdfs:label "Maria Bierwagen" ;
  a2a:PersonName [
    rdfs:label "Maria Bierwagen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Bierwagen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1797" ;
    a2a:Month "7" ;
    a2a:Day "30" ;
    rdfs:label "1797-07-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Person:fe89fc5b-a552-20cc-525e-4bea036941cd ;
  a2a:EventKeyRef oa:event_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Event1 .

oa:relationep_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Person:d4a40d6e-e723-bae0-01a5-4e4ea054126d ;
  a2a:EventKeyRef oa:event_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Event1 .

oa:relationep_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Person:aee6f7d4-25bd-f3d8-9e29-c142a0da628a ;
  a2a:EventKeyRef oa:event_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e_Event1 .

oa:source_rat_f42f0e92-65a7-5bf1-e5e5-ea277b575c7e
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1797-07-30 - 1797-07-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1797-07-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1797-07-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1797" ;
    a2a:Month "7" ;
    a2a:Day "30" ;
    rdfs:label "1797-07-30"^^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: 17, Peri..." ;
    a2a:Book "Inv.nr. 17 - Oosterhout - doopboek 1796-1811 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "17" ;
    a2a:Folio "23" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Oosterhout, 1610-1810, Bron: boek, Deel: 17, Peri..., Inv.nr. 17 - Oosterhout - doopboek 1796-1811 (rooms-katholieke parochie), 17, 23"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/acbc7360-47d6-11e1-abbb-e674bc4d95f2.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f42f0e92-65a7-5bf1-e5e5-ea277b575c7e" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/acbc7360-47d6-11e1-abbb-e674bc4d95f2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-01-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f42f0e92-65a7-5bf1-e5e5-ea277b575c7e" ;
  a2a:RecordGUID "{f42f0e92-65a7-5bf1-e5e5-ea277b575c7e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_26689_00026689.xml van RAT" .

