@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_a1604221-c5ac-e7d4-c101-4aeb24e4365f
  a a2a:Record ;
  rdfs:label "Doop op 22 mei 1716 te Heusden" ;
  a2a:hasPerson oa:person_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Person-0895a849-ad97-d899-f974-3b007a5abc95, oa:person_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Person-2e120de3-5e67-f93d-c02d-128483ac62d1, oa:person_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Person-7a54cc76-74b8-fa86-b2f0-8abd75b7e2d3 ;
  a2a:hasEvent oa:event_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_0, oa:relationep_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_1, oa:relationep_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_2 ;
  a2a:hasSource oa:source_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f .

oa:person_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Person-0895a849-ad97-d899-f974-3b007a5abc95
  a a2a:Person ;
  rdfs:label "Elske Claessen van Munster" ;
  a2a:PersonName [
    rdfs:label "Elske Claessen van Munster" ;
    a2a:PersonNameFirstName "Elske Claessen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Munster"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Person-2e120de3-5e67-f93d-c02d-128483ac62d1
  a a2a:Person ;
  rdfs:label "Antonius van Gerdingen" ;
  a2a:PersonName [
    rdfs:label "Antonius van Gerdingen" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gerdingen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Person-7a54cc76-74b8-fa86-b2f0-8abd75b7e2d3
  a a2a:Person ;
  rdfs:label "Maria van Gerdingen" ;
  a2a:PersonName [
    rdfs:label "Maria van Gerdingen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gerdingen"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1716" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1716-05-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Person:0895a849-ad97-d899-f974-3b007a5abc95 ;
  a2a:EventKeyRef oa:event_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Event1 .

oa:relationep_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Person:2e120de3-5e67-f93d-c02d-128483ac62d1 ;
  a2a:EventKeyRef oa:event_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Event1 .

oa:relationep_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Person:7a54cc76-74b8-fa86-b2f0-8abd75b7e2d3 ;
  a2a:EventKeyRef oa:event_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f_Event1 .

oa:source_sha_a1604221-c5ac-e7d4-c101-4aeb24e4365f
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden", "1716-05-22 - 1716-05-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1716-05-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1716-05-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1716" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1716-05-22"^^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: Heusden68_69, Periode: 1703-1730" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Heusden68_69" ;
    a2a:Folio "39v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Heusden68_69, Periode: 1703-1730, Dopen (rooms-katholieke parochie), Heusden68_69, 39v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/3818e8b9-e5d9-792c-83ac-df1122f68ef6.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/a1604221-c5ac-e7d4-c101-4aeb24e4365f" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/3818e8b9-e5d9-792c-83ac-df1122f68ef6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-02-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/a1604221-c5ac-e7d4-c101-4aeb24e4365f" ;
  a2a:RecordGUID "{a1604221-c5ac-e7d4-c101-4aeb24e4365f}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 22-05-1716<br />Plaats dopen: Heusden<br />Religie: RK", "In de bladnummering is 25 overgeslagen. Dit is een los blaadje en is bij restauratie per abuis aangevezeld aan blad 15." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2393_00002393.xml van SHA" .

