@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_a6564821-e85f-2664-65fb-e1b36c9449cf
  a a2a:Record ;
  rdfs:label "Doop op 1 maart 1807 te Almkerk" ;
  a2a:hasPerson oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person-b515149c-e1cf-320b-1ec7-dd5e9523bfa9, oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person-2f2f4c83-dbc4-47b0-2baf-05dc934e3056, oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person-6b2fde87-5c65-ee67-6e01-b8125c43cbb6, oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person-794a6501-fd37-5897-4495-41ef6dcc8c77 ;
  a2a:hasEvent oa:event_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_0, oa:relationep_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_1, oa:relationep_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_2, oa:relationep_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_3 ;
  a2a:hasSource oa:source_sha_a6564821-e85f-2664-65fb-e1b36c9449cf .

oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person-b515149c-e1cf-320b-1ec7-dd5e9523bfa9
  a a2a:Person ;
  rdfs:label "Geertruij de Garst" ;
  a2a:PersonName [
    rdfs:label "Geertruij de Garst" ;
    a2a:PersonNameFirstName "Geertruij" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Garst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person-2f2f4c83-dbc4-47b0-2baf-05dc934e3056
  a a2a:Person ;
  rdfs:label "Maaike van Gorp" ;
  a2a:PersonName [
    rdfs:label "Maaike van Gorp" ;
    a2a:PersonNameFirstName "Maaike" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gorp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person-6b2fde87-5c65-ee67-6e01-b8125c43cbb6
  a a2a:Person ;
  rdfs:label "Willem van Gorp" ;
  a2a:PersonName [
    rdfs:label "Willem van Gorp" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gorp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person-794a6501-fd37-5897-4495-41ef6dcc8c77
  a a2a:Person ;
  rdfs:label "Dirk van Gorp" ;
  a2a:PersonName [
    rdfs:label "Dirk van Gorp" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gorp"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1807" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1807-02-22"^^xsd:date
  ] .

oa:event_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1807" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1807-03-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk"
  ] ;
  a2a:EventReligion "NG" .

oa:relationep_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person:b515149c-e1cf-320b-1ec7-dd5e9523bfa9 ;
  a2a:EventKeyRef oa:event_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Event1 .

oa:relationep_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person:2f2f4c83-dbc4-47b0-2baf-05dc934e3056 ;
  a2a:EventKeyRef oa:event_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Event1 .

oa:relationep_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person:6b2fde87-5c65-ee67-6e01-b8125c43cbb6 ;
  a2a:EventKeyRef oa:event_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Event1 .

oa:relationep_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Person:794a6501-fd37-5897-4495-41ef6dcc8c77 ;
  a2a:EventKeyRef oa:event_sha_a6564821-e85f-2664-65fb-e1b36c9449cf_Event1 .

oa:source_sha_a6564821-e85f-2664-65fb-e1b36c9449cf
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Almkerk, Emmikhoven" ;
    rdfs:label "Almkerk, Emmikhoven", "1807-03-01 - 1807-03-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1807-03-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1807-03-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1807" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1807-03-01"^^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: Almkerk02, Periode: 1773-1811" ;
    a2a:Book "Dopen en trouwen (Nederduits gereformeerde gemeente)" ;
    a2a:RegistryNumber "Almkerk02" ;
    a2a:Folio "85r" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Almkerk02, Periode: 1773-1811, Dopen en trouwen (Nederduits gereformeerde gemeente), Almkerk02, 85r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/a843fa3d-d83f-f465-1c03-261d6ecc24dd.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/a6564821-e85f-2664-65fb-e1b36c9449cf" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/a843fa3d-d83f-f465-1c03-261d6ecc24dd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-05-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/a6564821-e85f-2664-65fb-e1b36c9449cf" ;
  a2a:RecordGUID "{a6564821-e85f-2664-65fb-e1b36c9449cf}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 01-03-1807<br />Plaats dopen: Almkerk<br />Religie: NG", "Bevat dopen over 1773-1811 en trouwen over 1773-1795, 1800, 1804. Vanaf 6 nov. 1774 wordt ook de geboortedatum vermeld." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2419_00002419.xml van SHA" .

