@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_4e697da0-0745-ccd2-16fa-cd98fbfadc9c
  a a2a:Record ;
  rdfs:label "Doop op 30 januari 1820 te Oisterwijk" ;
  a2a:hasPerson oa:person_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Person-25c2a810-ffeb-c2fa-623d-d966e45375f6, oa:person_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Person-8a530da6-5703-8ddc-62f1-f9a9ac871ae1, oa:person_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Person-82970465-b739-2cd5-2be8-8b1309605d1e ;
  a2a:hasEvent oa:event_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_0, oa:relationep_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_1, oa:relationep_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_2 ;
  a2a:hasSource oa:source_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c .

oa:person_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Person-25c2a810-ffeb-c2fa-623d-d966e45375f6
  a a2a:Person ;
  rdfs:label "Godefrida Poters" ;
  a2a:PersonName [
    rdfs:label "Godefrida Poters" ;
    a2a:PersonNameFirstName "Godefrida" ;
    a2a:PersonNameLastName "Poters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Person-8a530da6-5703-8ddc-62f1-f9a9ac871ae1
  a a2a:Person ;
  rdfs:label "Engelbertus Verschuuren" ;
  a2a:PersonName [
    rdfs:label "Engelbertus Verschuuren" ;
    a2a:PersonNameFirstName "Engelbertus" ;
    a2a:PersonNameLastName "Verschuuren"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Person-82970465-b739-2cd5-2be8-8b1309605d1e
  a a2a:Person ;
  rdfs:label "Wilhelmus Verschuuren" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Verschuuren" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Verschuuren"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1820" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1820-01-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk"
  ] .

oa:relationep_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Person:25c2a810-ffeb-c2fa-623d-d966e45375f6 ;
  a2a:EventKeyRef oa:event_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Event1 .

oa:relationep_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Person:8a530da6-5703-8ddc-62f1-f9a9ac871ae1 ;
  a2a:EventKeyRef oa:event_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Event1 .

oa:relationep_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Person:82970465-b739-2cd5-2be8-8b1309605d1e ;
  a2a:EventKeyRef oa:event_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c_Event1 .

oa:source_rat_4e697da0-0745-ccd2-16fa-cd98fbfadc9c
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk", "1820-01-30 - 1820-01-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1820-01-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1820-01-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1820" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1820-01-30"^^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 "244" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 39, Inv.nr. 39 - Oisterwijk - doopboek 1765-1838 (rooms-katholieke parochie), 39, 244"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/d2cddf0a-9c21-e5da-022a-73b85ef857f2.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/4e697da0-0745-ccd2-16fa-cd98fbfadc9c" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/d2cddf0a-9c21-e5da-022a-73b85ef857f2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-07-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/4e697da0-0745-ccd2-16fa-cd98fbfadc9c" ;
  a2a:RecordGUID "{4e697da0-0745-ccd2-16fa-cd98fbfadc9c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21244_00021244.xml van RAT" .

