@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_f91284c8-ae23-8be6-df4f-fe5af24b613a
  a a2a:Record ;
  rdfs:label "Doop op 23 september 1810 te Besoijen" ;
  a2a:hasPerson oa:person_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Person-ec184627-269d-7a20-138b-c709cb7c5d9b, oa:person_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Person-e4d3f566-6af3-29f6-7394-3619e8a7cd29, oa:person_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Person-6e836d64-a09c-13f1-6db8-12bc33ab1e43 ;
  a2a:hasEvent oa:event_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_0, oa:relationep_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_1, oa:relationep_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_2 ;
  a2a:hasSource oa:source_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a .

oa:person_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Person-ec184627-269d-7a20-138b-c709cb7c5d9b
  a a2a:Person ;
  rdfs:label "Jan Lawendel" ;
  a2a:PersonName [
    rdfs:label "Jan Lawendel" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Lawendel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Person-e4d3f566-6af3-29f6-7394-3619e8a7cd29
  a a2a:Person ;
  rdfs:label "Jacobus Lawendel" ;
  a2a:PersonName [
    rdfs:label "Jacobus Lawendel" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Lawendel"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1810" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1810-09-22"^^xsd:date
  ] .

oa:person_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Person-6e836d64-a09c-13f1-6db8-12bc33ab1e43
  a a2a:Person ;
  rdfs:label "Magdalena van Enkhuizen" ;
  a2a:PersonName [
    rdfs:label "Magdalena van Enkhuizen" ;
    a2a:PersonNameFirstName "Magdalena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Enkhuizen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1810" ;
    a2a:Month "9" ;
    a2a:Day "23" ;
    rdfs:label "1810-09-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Besoijen" ;
    rdfs:label "Besoijen"
  ] ;
  a2a:EventReligion "NG" .

oa:relationep_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Person:ec184627-269d-7a20-138b-c709cb7c5d9b ;
  a2a:EventKeyRef oa:event_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Event1 .

oa:relationep_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Person:e4d3f566-6af3-29f6-7394-3619e8a7cd29 ;
  a2a:EventKeyRef oa:event_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Event1 .

oa:relationep_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Person:6e836d64-a09c-13f1-6db8-12bc33ab1e43 ;
  a2a:EventKeyRef oa:event_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a_Event1 .

oa:source_sha_f91284c8-ae23-8be6-df4f-fe5af24b613a
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Besoijen" ;
    rdfs:label "Besoijen", "1810-09-23 - 1810-09-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1810-09-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1810-09-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1810" ;
    a2a:Month "9" ;
    a2a:Day "23" ;
    rdfs:label "1810-09-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: Waalwijk14, Periode: 1792-1810" ;
    a2a:Book "Dopen (Nederduits gereformeerde gemeente)" ;
    a2a:RegistryNumber "Waalwijk14" ;
    a2a:Folio "26" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Waalwijk14, Periode: 1792-1810, Dopen (Nederduits gereformeerde gemeente), Waalwijk14, 26"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/5b5814d8-dfc5-0d45-efab-9bb7efc405cb.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/f91284c8-ae23-8be6-df4f-fe5af24b613a" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/5b5814d8-dfc5-0d45-efab-9bb7efc405cb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-08-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/f91284c8-ae23-8be6-df4f-fe5af24b613a" ;
  a2a:RecordGUID "{f91284c8-ae23-8be6-df4f-fe5af24b613a}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 23-09-1810<br />Plaats dopen: Besoijen<br />Religie: NG" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1185_00001185.xml van SHA" .

