@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_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b
  a a2a:Record ;
  rdfs:label "Doop op 26 oktober 1773 te Heusden" ;
  a2a:hasPerson oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person-e181f348-fb4a-ff8e-aea3-7bdb2615da9c, oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person-6bbf735f-63c9-26c1-934b-892df4e3d36a, oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person-522441bd-b8d5-5a22-b243-f98bc27b1678, oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person-edb6ec2a-6d3d-d10d-5d53-5577ff3a5045, oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person-cbebc8fa-e844-b746-a4ea-7a0aeffc52cc ;
  a2a:hasEvent oa:event_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_0, oa:relationep_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_1, oa:relationep_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_2, oa:relationep_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_3, oa:relationep_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_4 ;
  a2a:hasSource oa:source_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b .

oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person-e181f348-fb4a-ff8e-aea3-7bdb2615da9c
  a a2a:Person ;
  rdfs:label "Rolandus Smidts" ;
  a2a:PersonName [
    rdfs:label "Rolandus Smidts" ;
    a2a:PersonNameFirstName "Rolandus" ;
    a2a:PersonNameLastName "Smidts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person-6bbf735f-63c9-26c1-934b-892df4e3d36a
  a a2a:Person ;
  rdfs:label "Andreas Smidts" ;
  a2a:PersonName [
    rdfs:label "Andreas Smidts" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNameLastName "Smidts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person-522441bd-b8d5-5a22-b243-f98bc27b1678
  a a2a:Person ;
  rdfs:label "Adriana van Gorkom" ;
  a2a:PersonName [
    rdfs:label "Adriana van Gorkom" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gorkom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person-edb6ec2a-6d3d-d10d-5d53-5577ff3a5045
  a a2a:Person ;
  rdfs:label "Johanna van Delft" ;
  a2a:PersonName [
    rdfs:label "Johanna van Delft" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Delft"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person-cbebc8fa-e844-b746-a4ea-7a0aeffc52cc
  a a2a:Person ;
  rdfs:label "Maria Smidts" ;
  a2a:PersonName [
    rdfs:label "Maria Smidts" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Smidts"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Heesbeen" ;
    rdfs:label "Heesbeen"
  ] .

oa:event_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1773" ;
    a2a:Month "10" ;
    a2a:Day "26" ;
    rdfs:label "1773-10-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person:e181f348-fb4a-ff8e-aea3-7bdb2615da9c ;
  a2a:EventKeyRef oa:event_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Event1 .

oa:relationep_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person:6bbf735f-63c9-26c1-934b-892df4e3d36a ;
  a2a:EventKeyRef oa:event_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Event1 .

oa:relationep_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person:522441bd-b8d5-5a22-b243-f98bc27b1678 ;
  a2a:EventKeyRef oa:event_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Event1 .

oa:relationep_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person:edb6ec2a-6d3d-d10d-5d53-5577ff3a5045 ;
  a2a:EventKeyRef oa:event_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Event1 .

oa:relationep_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Person:cbebc8fa-e844-b746-a4ea-7a0aeffc52cc ;
  a2a:EventKeyRef oa:event_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b_Event1 .

oa:source_sha_3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden", "1773-10-26 - 1773-10-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1773-10-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1773-10-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1773" ;
    a2a:Month "10" ;
    a2a:Day "26" ;
    rdfs:label "1773-10-26"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: doop-, trouw- en begraafboek, Deel: Heusden86, Periode: 1703-1811" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Heusden86" ;
    a2a:Folio "171v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Heusden86, Periode: 1703-1811, Dopen (rooms-katholieke parochie), Heusden86, 171v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/22606be1-987f-6537-7274-0d1410171517.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/22606be1-987f-6537-7274-0d1410171517.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-12-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b" ;
  a2a:RecordGUID "{3a26f925-4eb3-ad4f-4e98-ca0b7d64d74b}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 26-10-1773<br />Plaats dopen: Heusden<br />Religie: RK", "Kopieboek. Blad 67, 68 en 69 zijn leeg en daarom niet gescand." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2657_00002657.xml van SHA" .

