diff --git a/CHANGELOG.md b/CHANGELOG.md index d016e530c..870a9fc0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.X.X] - 20XX-XX-XX ### Added +- economic instrument, voluntary agreement, voluntary agreement instrument, regulatory instrument, information instrument, education instrument (#1786) + ### Changed +- effort sharing, feed-in tariff, levy, market premium (#1786) + ### Removed ## [2.1.0] - 2023-12-05 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index f51459a7b..d4785bbff 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -592,13 +592,17 @@ Class: OEO_00010117 Class: OEO_00010123 Annotations: - "Effort sharing is a policy instrument that sets a common emission reduction goal for a number of countries. Each country has a national reduction goal. Under- or overachievement of that goal can be compensated by trading emission certificates.", + "Effort sharing is a regulatory instrument that sets a common emission reduction goal for a number of countries. Each country has a national reduction goal. Under- or overachievement of that goal can be compensated by various flexibilities given in the regulation."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/834 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/857", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/857 + +Make subclass of 'regulatory instrument' and improve definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1545 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1786", rdfs:label "effort sharing"@en SubClassOf: - OEO_00140151, + OEO_00010458, OEO_00000503 some OEO_00020063 @@ -770,6 +774,80 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1648", +Class: OEO_00010456 + + Annotations: + "An economic instrument is a policy instrument that creates monetary (price) incentives to stimulate transformative measures."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1545 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1786", + "Examples: subsidies for installation of renewable energy technologies, tradable permits"@en, + rdfs:label "economic instrument"@en + + SubClassOf: + OEO_00140151 + + +Class: OEO_00010457 + + Annotations: + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1545 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1786", + "A voluntary agreement is a contract between a government (institution) and one or more private institutions. The agreement's goal is to ensure transformative measures by the participating private institutions."@en, + rdfs:label "voluntary agreement"@en + + SubClassOf: + OEO_00140109 + + +Class: OEO_00010458 + + Annotations: + "A regulatory instrument is a policy instrument that stipulates rules made by a government (=institution) to control the way something is done."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1545 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1786", + rdfs:label "regulatory instrument"@en + + SubClassOf: + OEO_00140151 + + +Class: OEO_00010459 + + Annotations: + "An information instrument is a policy instrument that aims at providing knowledge to persons and/or institutions to stimulate transformative measures."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1545 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1786", + rdfs:label "information instrument"@en + + SubClassOf: + OEO_00140151 + + +Class: OEO_00010460 + + Annotations: + "An education instrument is a policy instrument that aims at teaching the necessary understanding and skills to specific groups of people so that these are enabled to perform specific transformative measures."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1545 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1786", + rdfs:label "education instrument"@en + + SubClassOf: + OEO_00140151 + + +Class: OEO_00010461 + + Annotations: + "A voluntary agreement instrument is a policy instrument that uses voluntary instruments between a government (institution) and one or more private institutions. The agreement's goal is to ensure transformative measures by the participating private institutions."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1545 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1786", + rdfs:label "voluntary agreement instrument"@en + + SubClassOf: + OEO_00140151, + some OEO_00010457 + + Class: OEO_00020015 @@ -979,41 +1057,53 @@ https://github.com/OpenEnergyPlatform/ontology/pull/800", Class: OEO_00020108 Annotations: - "A feed-in tariff is a policy instrument designed to stimulate investment in renewable energy technologies by offering long-term contracts to agents who are producers of renewable energy.", + "A feed-in tariff is an economic instrument designed to stimulate investment in renewable energy technologies by offering long-term contracts to agents who are producers of renewable energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/839 issue: https://github.com/OpenEnergyPlatform/ontology/issues/898 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909 + +Make subclass of 'economic instrument': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1545 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1786", rdfs:comment "Feed-in tariffs provide cost-based compensation to renewable energy producers, leading to price certainty and long-term contracts that help finance energy transformation units, e.g. power plants", rdfs:label "feed-in tariff"@en SubClassOf: - OEO_00140151 + OEO_00010456 Class: OEO_00020109 Annotations: - "A market premium is a policy instrument that ensures a guaranteed remuneration, e.g. a fixed feed-in tariff, by paying to the producing agent the difference between a guaranteed return on a good/product and the monetary price for which the good/product is traded on the market", + "A market premium is an economic instrument that ensures a guaranteed remuneration, e.g. a fixed feed-in tariff, by paying to the producing agent the difference between a guaranteed return on a good/product and the monetary price for which the good/product is traded on the market."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/839 issue: https://github.com/OpenEnergyPlatform/ontology/issues/899 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909 + +Make subclass of 'economic instrument': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1545 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1786", rdfs:label "market premium"@en SubClassOf: - OEO_00140151 + OEO_00010456 Class: OEO_00020110 Annotations: - "A levy is a policy instrument that consists of a compulsory financial charge imposed on an agent or institution by a governmental organisation.", + "A levy is an economic instrument that consists of a compulsory financial charge imposed on an agent or institution by a governmental organisation."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/839 issue: https://github.com/OpenEnergyPlatform/ontology/issues/900 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909 + +Make subclass of 'economic instrument': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1545 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1786", rdfs:label "levy"@en SubClassOf: - OEO_00140151 + OEO_00010456 Class: OEO_00020111 @@ -2033,6 +2123,30 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", OEO_00020145 +Class: OEO_00160006 + + Annotations: + "A market share is a quality of a market exchange which quantifies the proportion a good to the total amount of goods traded in that market exchange.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1779", + rdfs:label "market share"@en + + SubClassOf: + + + +Class: OEO_00160007 + + Annotations: + "A market share value is a fraction value that quantifies a market share.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1779", + rdfs:label "market share value"@en + + SubClassOf: + OEO_00000350 + + Class: OEO_00230013 Annotations: @@ -2310,25 +2424,3 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", OEO_00140150 -Class: OEO_00160006 - - Annotations: - "A market share is a quality of a market exchange which quantifies the proportion a good to the total amount of goods traded in that market exchange.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1779", - rdfs:label "market share"@en - - SubClassOf: - - - -Class: OEO_00160007 - - Annotations: - "A market share value is a fraction value that quantifies a market share.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1779", - rdfs:label "market share value"@en - - SubClassOf: - OEO_00000350