@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_dc810d84-0445-fa64-c68c-e2ab403713ea
  a a2a:Record ;
  rdfs:label "Doop op 16 april 1684 te 's Grevelduin-Capelle" ;
  a2a:hasPerson oa:person_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Person-f1af451c-f3e4-40ff-ec6b-951a29cb0a9a, oa:person_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Person-9d127c18-add2-25b3-1be9-fa1c7b4da74a, oa:person_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Person-b481f9de-c1bc-fc0f-7f79-8b7da26d9f85 ;
  a2a:hasEvent oa:event_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_0, oa:relationep_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_1, oa:relationep_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_2 ;
  a2a:hasSource oa:source_sha_dc810d84-0445-fa64-c68c-e2ab403713ea .

oa:person_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Person-f1af451c-f3e4-40ff-ec6b-951a29cb0a9a
  a a2a:Person ;
  rdfs:label "Marie Geerits" ;
  a2a:PersonName [
    rdfs:label "Marie Geerits" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Geerits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Person-9d127c18-add2-25b3-1be9-fa1c7b4da74a
  a a2a:Person ;
  rdfs:label "Cornelis Aarts Dolder" ;
  a2a:PersonName [
    rdfs:label "Cornelis Aarts Dolder" ;
    a2a:PersonNameFirstName "Cornelis Aarts" ;
    a2a:PersonNameLastName "Dolder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Person-b481f9de-c1bc-fc0f-7f79-8b7da26d9f85
  a a2a:Person ;
  rdfs:label "Geerit Dolder" ;
  a2a:PersonName [
    rdfs:label "Geerit Dolder" ;
    a2a:PersonNameFirstName "Geerit" ;
    a2a:PersonNameLastName "Dolder"
  ] ;
  a2a:Gender "Man" .

oa:event_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1684" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1684-04-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s Grevelduin-Capelle" ;
    rdfs:label "'s Grevelduin-Capelle"
  ] ;
  a2a:EventReligion "NG" .

oa:relationep_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Person:f1af451c-f3e4-40ff-ec6b-951a29cb0a9a ;
  a2a:EventKeyRef oa:event_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Event1 .

oa:relationep_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Person:9d127c18-add2-25b3-1be9-fa1c7b4da74a ;
  a2a:EventKeyRef oa:event_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Event1 .

oa:relationep_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Person:b481f9de-c1bc-fc0f-7f79-8b7da26d9f85 ;
  a2a:EventKeyRef oa:event_sha_dc810d84-0445-fa64-c68c-e2ab403713ea_Event1 .

oa:source_sha_dc810d84-0445-fa64-c68c-e2ab403713ea
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "'s Grevelduin-Capelle, Vrijhoeve-Capelle" ;
    rdfs:label "'s Grevelduin-Capelle, Vrijhoeve-Capelle", "1684-04-16 - 1684-04-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1684-04-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1684-04-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1684" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1684-04-16"^^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_Capelle19, Periode: 1645-1693" ;
    a2a:Book "Dopen en trouwen (Nederduits gereformeerde gemeente)" ;
    a2a:RegistryNumber "Sprang_Capelle19" ;
    a2a:Folio "143r" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Sprang_Capelle19, Periode: 1645-1693, Dopen en trouwen (Nederduits gereformeerde gemeente), Sprang_Capelle19, 143r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/43ceedce-2e8a-0c17-fa09-e1fa28cc0518.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/dc810d84-0445-fa64-c68c-e2ab403713ea" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/43ceedce-2e8a-0c17-fa09-e1fa28cc0518.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-08-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/dc810d84-0445-fa64-c68c-e2ab403713ea" ;
  a2a:RecordGUID "{dc810d84-0445-fa64-c68c-e2ab403713ea}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 16-04-1684<br />Plaats dopen: 's Grevelduin-Capelle<br />Religie: NG" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1753_00001753.xml van SHA" .

