@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_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57
  a a2a:Record ;
  rdfs:label "Doop op 31 januari 1686 te Sprang" ;
  a2a:hasPerson oa:person_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Person-cd2047f1-b8fc-b919-53dd-0cc99e27f75b, oa:person_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Person-b27e86b9-4234-7313-5a15-f5b7c8b6c557, oa:person_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Person-5cd5f96c-ce69-b2fe-853c-28d0ae207009 ;
  a2a:hasEvent oa:event_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_0, oa:relationep_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_1, oa:relationep_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_2 ;
  a2a:hasSource oa:source_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57 .

oa:person_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Person-cd2047f1-b8fc-b919-53dd-0cc99e27f75b
  a a2a:Person ;
  rdfs:label "Lijsbeth Aertsen Cool" ;
  a2a:PersonName [
    rdfs:label "Lijsbeth Aertsen Cool" ;
    a2a:PersonNameFirstName "Lijsbeth Aertsen" ;
    a2a:PersonNameLastName "Cool"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Person-b27e86b9-4234-7313-5a15-f5b7c8b6c557
  a a2a:Person ;
  rdfs:label "Cornelis Petersen Leeuw" ;
  a2a:PersonName [
    rdfs:label "Cornelis Petersen Leeuw" ;
    a2a:PersonNameFirstName "Cornelis Petersen" ;
    a2a:PersonNameLastName "Leeuw"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Person-5cd5f96c-ce69-b2fe-853c-28d0ae207009
  a a2a:Person ;
  rdfs:label "Hendrick Leeuw" ;
  a2a:PersonName [
    rdfs:label "Hendrick Leeuw" ;
    a2a:PersonNameFirstName "Hendrick" ;
    a2a:PersonNameLastName "Leeuw"
  ] ;
  a2a:Gender "Man" .

oa:event_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1686" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1686-01-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang"
  ] ;
  a2a:EventReligion "NG" .

oa:relationep_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Person:cd2047f1-b8fc-b919-53dd-0cc99e27f75b ;
  a2a:EventKeyRef oa:event_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Event1 .

oa:relationep_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Person:b27e86b9-4234-7313-5a15-f5b7c8b6c557 ;
  a2a:EventKeyRef oa:event_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Event1 .

oa:relationep_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Person:5cd5f96c-ce69-b2fe-853c-28d0ae207009 ;
  a2a:EventKeyRef oa:event_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57_Event1 .

oa:source_sha_d1fff4d1-9137-a0c8-e9ad-e2d007af0f57
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang", "1686-01-31 - 1686-01-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1686-01-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1686-01-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1686" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1686-01-31"^^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: Sprang_Capelle02, Periode: 1670-1725" ;
    a2a:Book "Dopen en trouwen (Nederduits gereformeerde gemeente)" ;
    a2a:RegistryNumber "Sprang_Capelle02" ;
    a2a:Folio "11v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Sprang_Capelle02, Periode: 1670-1725, Dopen en trouwen (Nederduits gereformeerde gemeente), Sprang_Capelle02, 11v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/d0c1700b-ab25-5af1-b3a1-06b4e3b03fa7.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/d1fff4d1-9137-a0c8-e9ad-e2d007af0f57" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/d0c1700b-ab25-5af1-b3a1-06b4e3b03fa7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/d1fff4d1-9137-a0c8-e9ad-e2d007af0f57" ;
  a2a:RecordGUID "{d1fff4d1-9137-a0c8-e9ad-e2d007af0f57}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 31-01-1686<br />Plaats dopen: Sprang<br />Religie: NG" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2325_00002325.xml van SHA" .

