@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_5a76592a-a457-8442-6575-eec48348f0b2
  a a2a:Record ;
  rdfs:label "Doop op 26 juni 1654 te Heusden" ;
  a2a:hasPerson oa:person_sha_5a76592a-a457-8442-6575-eec48348f0b2_Person-1a905de0-9e37-0efa-cd8e-f50bb666666c, oa:person_sha_5a76592a-a457-8442-6575-eec48348f0b2_Person-75c65c6f-f8ed-dd24-bd8c-cac2911899d8, oa:person_sha_5a76592a-a457-8442-6575-eec48348f0b2_Person-72f1c260-e606-d2c6-b0a9-798cb7d56b78 ;
  a2a:hasEvent oa:event_sha_5a76592a-a457-8442-6575-eec48348f0b2_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_5a76592a-a457-8442-6575-eec48348f0b2_0, oa:relationep_sha_5a76592a-a457-8442-6575-eec48348f0b2_1, oa:relationep_sha_5a76592a-a457-8442-6575-eec48348f0b2_2 ;
  a2a:hasSource oa:source_sha_5a76592a-a457-8442-6575-eec48348f0b2 .

oa:person_sha_5a76592a-a457-8442-6575-eec48348f0b2_Person-1a905de0-9e37-0efa-cd8e-f50bb666666c
  a a2a:Person ;
  rdfs:label "Barbara Barents" ;
  a2a:PersonName [
    rdfs:label "Barbara Barents" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNameLastName "Barents"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_sha_5a76592a-a457-8442-6575-eec48348f0b2_Person-75c65c6f-f8ed-dd24-bd8c-cac2911899d8
  a a2a:Person ;
  rdfs:label "Peter Barents" ;
  a2a:PersonName [
    rdfs:label "Peter Barents" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Barents"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_5a76592a-a457-8442-6575-eec48348f0b2_Person-72f1c260-e606-d2c6-b0a9-798cb7d56b78
  a a2a:Person ;
  rdfs:label "Mari Jans" ;
  a2a:PersonName [
    rdfs:label "Mari Jans" ;
    a2a:PersonNameFirstName "Mari" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_sha_5a76592a-a457-8442-6575-eec48348f0b2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1654" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1654-06-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:EventReligion "NG" .

oa:relationep_sha_5a76592a-a457-8442-6575-eec48348f0b2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_5a76592a-a457-8442-6575-eec48348f0b2_Person:1a905de0-9e37-0efa-cd8e-f50bb666666c ;
  a2a:EventKeyRef oa:event_sha_5a76592a-a457-8442-6575-eec48348f0b2_Event1 .

oa:relationep_sha_5a76592a-a457-8442-6575-eec48348f0b2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_5a76592a-a457-8442-6575-eec48348f0b2_Person:75c65c6f-f8ed-dd24-bd8c-cac2911899d8 ;
  a2a:EventKeyRef oa:event_sha_5a76592a-a457-8442-6575-eec48348f0b2_Event1 .

oa:relationep_sha_5a76592a-a457-8442-6575-eec48348f0b2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_5a76592a-a457-8442-6575-eec48348f0b2_Person:72f1c260-e606-d2c6-b0a9-798cb7d56b78 ;
  a2a:EventKeyRef oa:event_sha_5a76592a-a457-8442-6575-eec48348f0b2_Event1 .

oa:source_sha_5a76592a-a457-8442-6575-eec48348f0b2
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Heusden, Oudheusden" ;
    rdfs:label "Heusden, Oudheusden", "1654-06-26 - 1654-06-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1654-06-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1654-06-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1654" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1654-06-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: 013, Periode: 1643-1706" ;
    a2a:Book "Dopen (Nederduits gereformeerde gemeente)" ;
    a2a:RegistryNumber "013" ;
    a2a:Folio "55r" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: 013, Periode: 1643-1706, Dopen (Nederduits gereformeerde gemeente), 013, 55r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/b16488e5-b102-059d-e39d-fc265e6ebb84.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/5a76592a-a457-8442-6575-eec48348f0b2" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/b16488e5-b102-059d-e39d-fc265e6ebb84.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-02-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/5a76592a-a457-8442-6575-eec48348f0b2" ;
  a2a:RecordGUID "{5a76592a-a457-8442-6575-eec48348f0b2}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 26-06-1654<br />Plaats dopen: Heusden<br />Religie: NG" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_7869_00007869.xml van SHA" .

