@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_6539c87b-8c90-71ef-8076-e3483b751b22
  a a2a:Record ;
  rdfs:label "Doop op 7 september 1698 te Sprang" ;
  a2a:hasPerson oa:person_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Person-0057a0f1-e2ce-93c0-26d6-ecc361240b77, oa:person_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Person-b07f7a73-899e-33a1-0f1b-1ae0be84a3c5, oa:person_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Person-b32385cc-8834-5b94-8e6d-c6e0b0e7e37c ;
  a2a:hasEvent oa:event_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_6539c87b-8c90-71ef-8076-e3483b751b22_0, oa:relationep_sha_6539c87b-8c90-71ef-8076-e3483b751b22_1, oa:relationep_sha_6539c87b-8c90-71ef-8076-e3483b751b22_2 ;
  a2a:hasSource oa:source_sha_6539c87b-8c90-71ef-8076-e3483b751b22 .

oa:person_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Person-0057a0f1-e2ce-93c0-26d6-ecc361240b77
  a a2a:Person ;
  rdfs:label "Jacob Commeren" ;
  a2a:PersonName [
    rdfs:label "Jacob Commeren" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Commeren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Person-b07f7a73-899e-33a1-0f1b-1ae0be84a3c5
  a a2a:Person ;
  rdfs:label "Lijntie Smitz" ;
  a2a:PersonName [
    rdfs:label "Lijntie Smitz" ;
    a2a:PersonNameFirstName "Lijntie" ;
    a2a:PersonNameLastName "Smitz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Person-b32385cc-8834-5b94-8e6d-c6e0b0e7e37c
  a a2a:Person ;
  rdfs:label "Maijken Commeren" ;
  a2a:PersonName [
    rdfs:label "Maijken Commeren" ;
    a2a:PersonNameFirstName "Maijken" ;
    a2a:PersonNameLastName "Commeren"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1698" ;
    a2a:Month "9" ;
    a2a:Day "7" ;
    rdfs:label "1698-09-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang"
  ] ;
  a2a:EventReligion "NG" .

oa:relationep_sha_6539c87b-8c90-71ef-8076-e3483b751b22_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Person:0057a0f1-e2ce-93c0-26d6-ecc361240b77 ;
  a2a:EventKeyRef oa:event_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Event1 .

oa:relationep_sha_6539c87b-8c90-71ef-8076-e3483b751b22_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Person:b07f7a73-899e-33a1-0f1b-1ae0be84a3c5 ;
  a2a:EventKeyRef oa:event_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Event1 .

oa:relationep_sha_6539c87b-8c90-71ef-8076-e3483b751b22_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Person:b32385cc-8834-5b94-8e6d-c6e0b0e7e37c ;
  a2a:EventKeyRef oa:event_sha_6539c87b-8c90-71ef-8076-e3483b751b22_Event1 .

oa:source_sha_6539c87b-8c90-71ef-8076-e3483b751b22
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang", "1698-09-07 - 1698-09-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1698-09-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1698-09-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1698" ;
    a2a:Month "9" ;
    a2a:Day "7" ;
    rdfs:label "1698-09-07"^^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 "21r" ;
    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, 21r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/c58def3a-e791-904e-0631-3ed4cdc9c616.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/6539c87b-8c90-71ef-8076-e3483b751b22" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/c58def3a-e791-904e-0631-3ed4cdc9c616.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/6539c87b-8c90-71ef-8076-e3483b751b22" ;
  a2a:RecordGUID "{6539c87b-8c90-71ef-8076-e3483b751b22}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 07-09-1698<br />Plaats dopen: Sprang<br />Religie: NG" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1936_00001936.xml van SHA" .

