@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_74e14c14-747e-2aab-3a0e-e69cc55aa38d
  a a2a:Record ;
  rdfs:label "Doop op 22 april 1653 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Person-219f6f5b-9d99-bd73-0d20-cf8e354f1e6f, oa:person_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Person-85e2f534-87b8-11e2-7914-0a1246657b5d, oa:person_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Person-dc985a9e-503c-e05f-8bae-bcf6d657ba30 ;
  a2a:hasEvent oa:event_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_0, oa:relationep_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_1, oa:relationep_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_2 ;
  a2a:hasSource oa:source_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d .

oa:person_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Person-219f6f5b-9d99-bd73-0d20-cf8e354f1e6f
  a a2a:Person ;
  rdfs:label "Jenneken Embrechts" ;
  a2a:PersonName [
    rdfs:label "Jenneken Embrechts" ;
    a2a:PersonNameFirstName "Jenneken" ;
    a2a:PersonNameLastName "Embrechts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Person-85e2f534-87b8-11e2-7914-0a1246657b5d
  a a2a:Person ;
  rdfs:label "Adriana Jacops" ;
  a2a:PersonName [
    rdfs:label "Adriana Jacops" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Jacops"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Person-dc985a9e-503c-e05f-8bae-bcf6d657ba30
  a a2a:Person ;
  rdfs:label "Goijert Jacops" ;
  a2a:PersonName [
    rdfs:label "Goijert Jacops" ;
    a2a:PersonNameFirstName "Goijert" ;
    a2a:PersonNameLastName "Jacops"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1653" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1653-04-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Person:219f6f5b-9d99-bd73-0d20-cf8e354f1e6f ;
  a2a:EventKeyRef oa:event_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Event1 .

oa:relationep_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Person:85e2f534-87b8-11e2-7914-0a1246657b5d ;
  a2a:EventKeyRef oa:event_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Event1 .

oa:relationep_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Person:dc985a9e-503c-e05f-8bae-bcf6d657ba30 ;
  a2a:EventKeyRef oa:event_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d_Event1 .

oa:source_rat_74e14c14-747e-2aab-3a0e-e69cc55aa38d
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1653-04-22 - 1653-04-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1653-04-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1653-04-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1653" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1653-04-22"^^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: 10, Peri..." ;
    a2a:Book "Inv.nr. 10 - Oosterhout - doopboek 1651-1656 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "10" ;
    a2a:Folio "16" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Oosterhout, 1610-1810, Bron: boek, Deel: 10, Peri..., Inv.nr. 10 - Oosterhout - doopboek 1651-1656 (rooms-katholieke parochie), 10, 16"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/6afa8271-ed10-6b67-fefc-4179bf65db2a.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/74e14c14-747e-2aab-3a0e-e69cc55aa38d" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/6afa8271-ed10-6b67-fefc-4179bf65db2a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-06-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/74e14c14-747e-2aab-3a0e-e69cc55aa38d" ;
  a2a:RecordGUID "{74e14c14-747e-2aab-3a0e-e69cc55aa38d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20504_00020504.xml van RAT" .

