@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_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d
  a a2a:Record ;
  rdfs:label "Geboorte op 18 februari 1840 te Gouda" ;
  a2a:hasPerson oa:person_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Person-2bcae25e-7bef-9ba3-d5b3-73829179a554, oa:person_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Person-8ca37a31-c586-c72e-96ec-61936d01d3bf, oa:person_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Person-82962b39-f959-fcb6-4e49-887ec05cfc6b ;
  a2a:hasEvent oa:event_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_0, oa:relationep_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_1, oa:relationep_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_2 ;
  a2a:hasSource oa:source_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d .

oa:person_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Person-2bcae25e-7bef-9ba3-d5b3-73829179a554
  a a2a:Person ;
  rdfs:label "Jacob Samuel Sanders" ;
  a2a:PersonName [
    rdfs:label "Jacob Samuel Sanders" ;
    a2a:PersonNameFirstName "Jacob Samuel" ;
    a2a:PersonNameLastName "Sanders"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1840-02-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "O, Markt 76" ;
    rdfs:label "Gouda, O, Markt 76"
  ] .

oa:person_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Person-8ca37a31-c586-c72e-96ec-61936d01d3bf
  a a2a:Person ;
  rdfs:label "Beletje Hartog Lewijt" ;
  a2a:PersonName [
    rdfs:label "Beletje Hartog Lewijt" ;
    a2a:PersonNameFirstName "Beletje Hartog" ;
    a2a:PersonNameLastName "Lewijt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Person-82962b39-f959-fcb6-4e49-887ec05cfc6b
  a a2a:Person ;
  rdfs:label "Samuel Mozes Sanders" ;
  a2a:PersonName [
    rdfs:label "Samuel Mozes Sanders" ;
    a2a:PersonNameFirstName "Samuel Mozes" ;
    a2a:PersonNameLastName "Sanders"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "Koopman" .

oa:event_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1840" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1840-02-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Person:2bcae25e-7bef-9ba3-d5b3-73829179a554 ;
  a2a:EventKeyRef oa:event_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Event1 .

oa:relationep_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Person:8ca37a31-c586-c72e-96ec-61936d01d3bf ;
  a2a:EventKeyRef oa:event_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Event1 .

oa:relationep_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Person:82962b39-f959-fcb6-4e49-887ec05cfc6b ;
  a2a:EventKeyRef oa:event_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d_Event1 .

oa:source_smh_d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1840-02-20 - 1840-02-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-02-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-02-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1840" ;
    a2a:Month "2" ;
    a2a:Day "20" ;
    rdfs:label "1840-02-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 30, Periode: 1840" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "82" ;
    a2a:RegistryNumber "30" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 30, Periode: 1840, BS Geboorteregister, 82, 30"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/1653e05c-e99f-6341-e7d4-a4270996c0f9.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/1653e05c-e99f-6341-e7d4-a4270996c0f9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d" ;
  a2a:RecordGUID "{d4a481a2-c05a-e9f9-9bc2-08b6c9ba0c0d}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "30" ;
  a2a:SourceRemarkregister_periode "1840" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2683_00002683.xml van SMH" .

