@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_c8142b86-05f7-c9eb-18e7-9b76a3efcd80
  a a2a:Record ;
  rdfs:label "Doop op 27 mei 1803 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Person-853f809d-48e6-19ab-e4ce-68585b152666, oa:person_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Person-9ac3828d-3f34-8fce-9886-7593108fe91c, oa:person_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Person-c90beaf4-b814-c8e8-3473-1d2b5fddc547 ;
  a2a:hasEvent oa:event_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_0, oa:relationep_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_1, oa:relationep_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_2 ;
  a2a:hasSource oa:source_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80 .

oa:person_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Person-853f809d-48e6-19ab-e4ce-68585b152666
  a a2a:Person ;
  rdfs:label "Joannes Polman" ;
  a2a:PersonName [
    rdfs:label "Joannes Polman" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Polman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Person-9ac3828d-3f34-8fce-9886-7593108fe91c
  a a2a:Person ;
  rdfs:label "Henrica Magdalena Polman" ;
  a2a:PersonName [
    rdfs:label "Henrica Magdalena Polman" ;
    a2a:PersonNameFirstName "Henrica Magdalena" ;
    a2a:PersonNameLastName "Polman"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Person-c90beaf4-b814-c8e8-3473-1d2b5fddc547
  a a2a:Person ;
  rdfs:label "Gertrudis Wijnants" ;
  a2a:PersonName [
    rdfs:label "Gertrudis Wijnants" ;
    a2a:PersonNameFirstName "Gertrudis" ;
    a2a:PersonNameLastName "Wijnants"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1803" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1803-05-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Person:853f809d-48e6-19ab-e4ce-68585b152666 ;
  a2a:EventKeyRef oa:event_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Event1 .

oa:relationep_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Person:9ac3828d-3f34-8fce-9886-7593108fe91c ;
  a2a:EventKeyRef oa:event_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Event1 .

oa:relationep_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Person:c90beaf4-b814-c8e8-3473-1d2b5fddc547 ;
  a2a:EventKeyRef oa:event_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80_Event1 .

oa:source_rat_c8142b86-05f7-c9eb-18e7-9b76a3efcd80
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1803-05-27 - 1803-05-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1803-05-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1803-05-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1803" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1803-05-27"^^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 "117" ;
    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, 117"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/8fb01940-31a8-ded9-fc63-86a124ef83fe.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/c8142b86-05f7-c9eb-18e7-9b76a3efcd80" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/8fb01940-31a8-ded9-fc63-86a124ef83fe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-02-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/c8142b86-05f7-c9eb-18e7-9b76a3efcd80" ;
  a2a:RecordGUID "{c8142b86-05f7-c9eb-18e7-9b76a3efcd80}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_24820_00024820.xml van RAT" .

[] a2a:PersonRemarkdiversen "uit Zwitserland" .
[] a2a:PersonRemarkdiversen "uit Venlo" .
