@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_2b38211a-12c8-3bfb-db88-56aa3d9c4439
  a a2a:Record ;
  rdfs:label "Doop op 23 oktober 1791 te Sleeuwijk" ;
  a2a:hasPerson oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person-060ef86d-bdf8-4e3a-6045-1549c2c4153d, oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person-2b24b35a-6e12-eba7-0fa8-c13e7f41755d, oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person-1e3c8c31-e25a-cb8f-345a-a954030badb4, oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person-1bc7590d-2121-68ba-d4d7-ea09af4328f6 ;
  a2a:hasEvent oa:event_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_0, oa:relationep_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_1, oa:relationep_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_2, oa:relationep_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_3 ;
  a2a:hasSource oa:source_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439 .

oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person-060ef86d-bdf8-4e3a-6045-1549c2c4153d
  a a2a:Person ;
  rdfs:label "Dirk Teuling" ;
  a2a:PersonName [
    rdfs:label "Dirk Teuling" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Teuling"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person-2b24b35a-6e12-eba7-0fa8-c13e7f41755d
  a a2a:Person ;
  rdfs:label "Sophia Teuling" ;
  a2a:PersonName [
    rdfs:label "Sophia Teuling" ;
    a2a:PersonNameFirstName "Sophia" ;
    a2a:PersonNameLastName "Teuling"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person-1e3c8c31-e25a-cb8f-345a-a954030badb4
  a a2a:Person ;
  rdfs:label "Anna Dirkje Teuling" ;
  a2a:PersonName [
    rdfs:label "Anna Dirkje Teuling" ;
    a2a:PersonNameFirstName "Anna Dirkje" ;
    a2a:PersonNameLastName "Teuling"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person-1bc7590d-2121-68ba-d4d7-ea09af4328f6
  a a2a:Person ;
  rdfs:label "Elizabeth van 't Zant" ;
  a2a:PersonName [
    rdfs:label "Elizabeth van 't Zant" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNamePrefixLastName "van 't" ;
    a2a:PersonNameLastName "Zant"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1791-10-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] ;
  a2a:EventReligion "NG" .

oa:relationep_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person:060ef86d-bdf8-4e3a-6045-1549c2c4153d ;
  a2a:EventKeyRef oa:event_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Event1 .

oa:relationep_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person:2b24b35a-6e12-eba7-0fa8-c13e7f41755d ;
  a2a:EventKeyRef oa:event_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Event1 .

oa:relationep_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person:1e3c8c31-e25a-cb8f-345a-a954030badb4 ;
  a2a:EventKeyRef oa:event_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Event1 .

oa:relationep_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Person:1bc7590d-2121-68ba-d4d7-ea09af4328f6 ;
  a2a:EventKeyRef oa:event_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439_Event1 .

oa:source_sha_2b38211a-12c8-3bfb-db88-56aa3d9c4439
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk", "1791-10-23 - 1791-10-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-10-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1791-10-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1791" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1791-10-23"^^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: Werkendam16, Periode: 1746-1810" ;
    a2a:Book "Dopen (Nederduits gereformeerde gemeente)" ;
    a2a:RegistryNumber "Werkendam16" ;
    a2a:Folio "50r" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Werkendam16, Periode: 1746-1810, Dopen (Nederduits gereformeerde gemeente), Werkendam16, 50r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/becbf013-d82c-0cef-66c9-a0e8ff87ee69.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/2b38211a-12c8-3bfb-db88-56aa3d9c4439" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/becbf013-d82c-0cef-66c9-a0e8ff87ee69.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-09-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/2b38211a-12c8-3bfb-db88-56aa3d9c4439" ;
  a2a:RecordGUID "{2b38211a-12c8-3bfb-db88-56aa3d9c4439}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 23-10-1791<br />Plaats dopen: Sleeuwijk<br />Religie: NG", "Vanaf augustus 1792 wordt ook de geboortedatum vermeld." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2583_00002583.xml van SHA" .

