@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_d8a75bef-3b64-82aa-bddd-e3c7f410315c
  a a2a:Record ;
  rdfs:label "Geboorte op 6 oktober 1825 te Gouda" ;
  a2a:hasPerson oa:person_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Person-71e5beb1-bf88-8fac-bf50-1e5c31f37d37, oa:person_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Person-33486694-c5a6-0d19-b4bf-26d8bd14672f, oa:person_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Person-99ce9287-5807-025c-0199-27bf50e1c511 ;
  a2a:hasEvent oa:event_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_0, oa:relationep_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_1, oa:relationep_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_2 ;
  a2a:hasSource oa:source_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c .

oa:person_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Person-71e5beb1-bf88-8fac-bf50-1e5c31f37d37
  a a2a:Person ;
  rdfs:label "Cornelia van den Berg" ;
  a2a:PersonName [
    rdfs:label "Cornelia van den Berg" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Berg"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "Pijpmaakster" .

oa:person_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Person-33486694-c5a6-0d19-b4bf-26d8bd14672f
  a a2a:Person ;
  rdfs:label "Klaas Melkert" ;
  a2a:PersonName [
    rdfs:label "Klaas Melkert" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Melkert"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "Pijpmakersknegt" .

oa:person_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Person-99ce9287-5807-025c-0199-27bf50e1c511
  a a2a:Person ;
  rdfs:label "Nicolaas Melkert" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Melkert" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Melkert"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1825-10-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "Raam" ;
    rdfs:label "Gouda, Raam"
  ] .

oa:event_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1825" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1825-10-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Person:71e5beb1-bf88-8fac-bf50-1e5c31f37d37 ;
  a2a:EventKeyRef oa:event_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Event1 .

oa:relationep_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Person:33486694-c5a6-0d19-b4bf-26d8bd14672f ;
  a2a:EventKeyRef oa:event_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Event1 .

oa:relationep_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Person:99ce9287-5807-025c-0199-27bf50e1c511 ;
  a2a:EventKeyRef oa:event_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c_Event1 .

oa:source_smh_d8a75bef-3b64-82aa-bddd-e3c7f410315c
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1825-10-08 - 1825-10-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1825-10-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1825-10-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1825" ;
    a2a:Month "10" ;
    a2a:Day "8" ;
    rdfs:label "1825-10-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 15, Periode: 1825" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "411" ;
    a2a:RegistryNumber "15" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 15, Periode: 1825, BS Geboorteregister, 411, 15"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/46c03c2c-9601-4c57-c30b-e9168d1d66c0.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/d8a75bef-3b64-82aa-bddd-e3c7f410315c" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/46c03c2c-9601-4c57-c30b-e9168d1d66c0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/d8a75bef-3b64-82aa-bddd-e3c7f410315c" ;
  a2a:RecordGUID "{d8a75bef-3b64-82aa-bddd-e3c7f410315c}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "15" ;
  a2a:SourceRemarkregister_periode "1825" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2712_00002712.xml van SMH" .

