@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_2fc485ab-40db-1b09-2d11-03c8b4b58e72
  a a2a:Record ;
  rdfs:label "Doop op 11 juni 1780 te Veen" ;
  a2a:hasPerson oa:person_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Person-ee8d5523-dfa0-ce87-2b7b-821c152db142, oa:person_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Person-f30c9541-764f-0814-6c4c-c0447d4074f6, oa:person_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Person-8a9e8f48-5d26-a07b-e3b3-49da03dd78e6 ;
  a2a:hasEvent oa:event_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_0, oa:relationep_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_1, oa:relationep_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_2 ;
  a2a:hasSource oa:source_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72 .

oa:person_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Person-ee8d5523-dfa0-ce87-2b7b-821c152db142
  a a2a:Person ;
  rdfs:label "Marcus Sonneveldt" ;
  a2a:PersonName [
    rdfs:label "Marcus Sonneveldt" ;
    a2a:PersonNameFirstName "Marcus" ;
    a2a:PersonNameLastName "Sonneveldt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Person-f30c9541-764f-0814-6c4c-c0447d4074f6
  a a2a:Person ;
  rdfs:label "Geertruij Cornelia Doedijns" ;
  a2a:PersonName [
    rdfs:label "Geertruij Cornelia Doedijns" ;
    a2a:PersonNameFirstName "Geertruij Cornelia" ;
    a2a:PersonNameLastName "Doedijns"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Person-8a9e8f48-5d26-a07b-e3b3-49da03dd78e6
  a a2a:Person ;
  rdfs:label "Susanna Catharina Sonneveldt" ;
  a2a:PersonName [
    rdfs:label "Susanna Catharina Sonneveldt" ;
    a2a:PersonNameFirstName "Susanna Catharina" ;
    a2a:PersonNameLastName "Sonneveldt"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1780" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1780-06-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veen" ;
    rdfs:label "Veen"
  ] ;
  a2a:EventReligion "NG" .

oa:relationep_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Person:ee8d5523-dfa0-ce87-2b7b-821c152db142 ;
  a2a:EventKeyRef oa:event_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Event1 .

oa:relationep_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Person:f30c9541-764f-0814-6c4c-c0447d4074f6 ;
  a2a:EventKeyRef oa:event_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Event1 .

oa:relationep_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Person:8a9e8f48-5d26-a07b-e3b3-49da03dd78e6 ;
  a2a:EventKeyRef oa:event_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72_Event1 .

oa:source_sha_2fc485ab-40db-1b09-2d11-03c8b4b58e72
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Veen" ;
    rdfs:label "Veen", "1780-06-11 - 1780-06-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1780-06-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1780-06-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1780" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1780-06-11"^^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: Veen01, Periode: 1649-1820" ;
    a2a:Book "Dopen (Nederduits gereformeerde gemeente)" ;
    a2a:RegistryNumber "Veen01" ;
    a2a:Folio "80v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Veen01, Periode: 1649-1820, Dopen (Nederduits gereformeerde gemeente), Veen01, 80v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/49ae8457-a683-ee39-3b87-fd0dcfb44bce.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/2fc485ab-40db-1b09-2d11-03c8b4b58e72" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/49ae8457-a683-ee39-3b87-fd0dcfb44bce.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-04-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/2fc485ab-40db-1b09-2d11-03c8b4b58e72" ;
  a2a:RecordGUID "{2fc485ab-40db-1b09-2d11-03c8b4b58e72}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 11-06-1780<br />Plaats dopen: Veen<br />Religie: NG", "Van 1792-1810 wordt ook de geboortedatum vermeld. Na 1810 wordt alleen de geboortedatum vermeld." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2606_00002606.xml van SHA" .

