@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_882b5a8f-33cc-366b-51e5-94de2b59752e
  a a2a:Record ;
  rdfs:label "Geboorte op 20 januari 1825 te Gouda" ;
  a2a:hasPerson oa:person_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Person-6fda6ec4-30fa-f049-3c27-5faf2437ebcd, oa:person_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Person-830753c1-fcfe-9543-c09e-4a2e7bd07726, oa:person_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Person-8c5eae19-1b9d-d808-8100-3eb646169190 ;
  a2a:hasEvent oa:event_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_0, oa:relationep_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_1, oa:relationep_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_2 ;
  a2a:hasSource oa:source_smh_882b5a8f-33cc-366b-51e5-94de2b59752e .

oa:person_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Person-6fda6ec4-30fa-f049-3c27-5faf2437ebcd
  a a2a:Person ;
  rdfs:label "Maria Elgers" ;
  a2a:PersonName [
    rdfs:label "Maria Elgers" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Elgers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] .

oa:person_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Person-830753c1-fcfe-9543-c09e-4a2e7bd07726
  a a2a:Person ;
  rdfs:label "Anthonius Happel" ;
  a2a:PersonName [
    rdfs:label "Anthonius Happel" ;
    a2a:PersonNameFirstName "Anthonius" ;
    a2a:PersonNameLastName "Happel"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "19" ;
    rdfs:label "19"
  ] ;
  a2a:Profession "Pottenbakkersknegt" .

oa:person_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Person-8c5eae19-1b9d-d808-8100-3eb646169190
  a a2a:Person ;
  rdfs:label "Cornelia Happel" ;
  a2a:PersonName [
    rdfs:label "Cornelia Happel" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Happel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "1" ;
    a2a:Day "20" ;
    rdfs:label "1825-01-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "Gouwe" ;
    rdfs:label "Gouda, Gouwe"
  ] .

oa:event_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1825" ;
    a2a:Month "1" ;
    a2a:Day "20" ;
    rdfs:label "1825-01-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Person:6fda6ec4-30fa-f049-3c27-5faf2437ebcd ;
  a2a:EventKeyRef oa:event_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Event1 .

oa:relationep_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Person:830753c1-fcfe-9543-c09e-4a2e7bd07726 ;
  a2a:EventKeyRef oa:event_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Event1 .

oa:relationep_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Person:8c5eae19-1b9d-d808-8100-3eb646169190 ;
  a2a:EventKeyRef oa:event_smh_882b5a8f-33cc-366b-51e5-94de2b59752e_Event1 .

oa:source_smh_882b5a8f-33cc-366b-51e5-94de2b59752e
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1825-01-22 - 1825-01-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1825-01-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1825-01-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1825" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1825-01-22"^^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 "39" ;
    a2a:RegistryNumber "15" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 15, Periode: 1825, BS Geboorteregister, 39, 15"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/47257251-32ae-260e-f0d0-767a5e0ecb0e.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/882b5a8f-33cc-366b-51e5-94de2b59752e" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/47257251-32ae-260e-f0d0-767a5e0ecb0e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/882b5a8f-33cc-366b-51e5-94de2b59752e" ;
  a2a:RecordGUID "{882b5a8f-33cc-366b-51e5-94de2b59752e}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "15" ;
  a2a:SourceRemarkregister_periode "1825" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2127_00002127.xml van SMH" .

