From 350a572837f1aac0d7f1c186f7fc1342b84d54b5 Mon Sep 17 00:00:00 2001 From: h-spinde Date: Fri, 21 Jul 2023 09:17:11 +0200 Subject: [PATCH 1/2] adding new classes and axioms --- src/ontology/edits/oeo-social.omn | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index e8814b16c..1af07c06f 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -355,6 +355,9 @@ Class: Class: +Class: + + Class: @@ -371,6 +374,28 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1482", SubClassOf: OEO_00020145 + + +Class: OEO_00350000 + + Annotations: + "A population count is a quantity value to measure the size of a population.", + rdfs:label "population count"@en + + SubClassOf: + OEO_00000350, + OEO_00040010 some + + +Class: OEO_00350001 + + Annotations: + "Annual GDP growth is an economic value that quantifies the difference between GDP in one year compared to the previous year.", + rdfs:label "annual GDP growth"@en + + SubClassOf: + OEO_00140012, + OEO_00040010 some Class: OEO_00000006 @@ -1609,10 +1634,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/559 alternative term: https://github.com/OpenEnergyPlatform/ontology/issues/675 https://github.com/OpenEnergyPlatform/ontology/pull/676", + rdfs:comment "has unit some currency per time unit", rdfs:label "gross domestic product"@en SubClassOf: - OEO_00140012 + OEO_00140012, + OEO_00040010 some OEO_00040004 Class: OEO_00140023 From 65cdee70e1f4c7bfba5f728100a7f2bd91e8d4b0 Mon Sep 17 00:00:00 2001 From: h-spinde Date: Fri, 21 Jul 2023 09:44:43 +0200 Subject: [PATCH 2/2] updating term tracker and changelog --- CHANGELOG.md | 2 ++ src/ontology/edits/oeo-social.omn | 10 +++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60af2c642..f5f81ae26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - life cycle assessment (#1576) - energy technology (#1591) - policy scenario, reference role, reference scenario (#1614) +- population count, annual GDP growth (#1623) ### Changed @@ -21,6 +22,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - quantity value (#1606) - secondary energy production (#1619) - hydro energy, solar energy, wind energy (#1620) +- gross domestic product (#1623) ### Removed diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 1af07c06f..5aa9a34b4 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -380,6 +380,9 @@ Class: OEO_00350000 Annotations: "A population count is a quantity value to measure the size of a population.", + " +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1487 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1623", rdfs:label "population count"@en SubClassOf: @@ -391,6 +394,9 @@ Class: OEO_00350001 Annotations: "Annual GDP growth is an economic value that quantifies the difference between GDP in one year compared to the previous year.", + " +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1487 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1623", rdfs:label "annual GDP growth"@en SubClassOf: @@ -1633,7 +1639,9 @@ Class: OEO_00140013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/559 alternative term: https://github.com/OpenEnergyPlatform/ontology/issues/675 -https://github.com/OpenEnergyPlatform/ontology/pull/676", +https://github.com/OpenEnergyPlatform/ontology/pull/676 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1487 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1623", rdfs:comment "has unit some currency per time unit", rdfs:label "gross domestic product"@en