@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_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2
  a a2a:Record ;
  rdfs:label "Doop op 18 april 1783 te Gilze en Rijen" ;
  a2a:hasPerson oa:person_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Person-c5210bf8-3556-0912-6e97-6b23a56f2ef2, oa:person_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Person-fb39ca51-af1b-82b9-2f79-e94986d52856, oa:person_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Person-136c38bb-255c-f7b8-a1d4-f9040aafb64e ;
  a2a:hasEvent oa:event_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_0, oa:relationep_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_1, oa:relationep_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_2 ;
  a2a:hasSource oa:source_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2 .

oa:person_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Person-c5210bf8-3556-0912-6e97-6b23a56f2ef2
  a a2a:Person ;
  rdfs:label "Michaelis Hijliger Houtepen" ;
  a2a:PersonName [
    rdfs:label "Michaelis Hijliger Houtepen" ;
    a2a:PersonNameFirstName "Michaelis Hijliger" ;
    a2a:PersonNameLastName "Houtepen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Person-fb39ca51-af1b-82b9-2f79-e94986d52856
  a a2a:Person ;
  rdfs:label "Anna Michael Jansen" ;
  a2a:PersonName [
    rdfs:label "Anna Michael Jansen" ;
    a2a:PersonNameFirstName "Anna Michael" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Person-136c38bb-255c-f7b8-a1d4-f9040aafb64e
  a a2a:Person ;
  rdfs:label "Heijliger Houtepen" ;
  a2a:PersonName [
    rdfs:label "Heijliger Houtepen" ;
    a2a:PersonNameFirstName "Heijliger" ;
    a2a:PersonNameLastName "Houtepen"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1783" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1783-04-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen"
  ] .

oa:relationep_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Person:c5210bf8-3556-0912-6e97-6b23a56f2ef2 ;
  a2a:EventKeyRef oa:event_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Event1 .

oa:relationep_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Person:fb39ca51-af1b-82b9-2f79-e94986d52856 ;
  a2a:EventKeyRef oa:event_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Event1 .

oa:relationep_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Person:136c38bb-255c-f7b8-a1d4-f9040aafb64e ;
  a2a:EventKeyRef oa:event_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2_Event1 .

oa:source_rat_77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen", "1783-04-18 - 1783-04-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1783-04-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1783-04-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1783" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1783-04-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Gilze en Rijen, 1677-1810, Bron: boek, Deel: 02, ..." ;
    a2a:Book "Inv.nr. 02 - Gilze - doopboek 1782-1810 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "02" ;
    a2a:Folio "4r" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Gilze en Rijen, 1677-1810, Bron: boek, Deel: 02, ..., Inv.nr. 02 - Gilze - doopboek 1782-1810 (rooms-katholieke parochie), 02, 4r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/f2f4e678-9608-11ab-b4f3-571fe3b65d29.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/f2f4e678-9608-11ab-b4f3-571fe3b65d29.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2" ;
  a2a:RecordGUID "{77f5f1f8-86d6-7abd-00a8-ea2b59b08ec2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_20944_00020944.xml van RAT" .

