Skip to content

Commit

Permalink
Merge pull request #1249 from OpenEnergyPlatform/releases-v1.11.0
Browse files Browse the repository at this point in the history
Release branch 1.11.0 to master
  • Loading branch information
l-emele authored Jul 4, 2022
2 parents f321322 + f21ca1f commit df54dd9
Show file tree
Hide file tree
Showing 11 changed files with 738 additions and 141 deletions.
34 changes: 28 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,37 @@
All notable changes to this project will be documented in this file.

The format is inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and the versioning aim to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

Here is a template for new release sections

```
## [1.X.X] - 20XX-XX-XX

## [1.11.0] - 2022-07-04

### Added
- tangential proper part, surface, solar radiation receiving surface (#1209)
- combustion thermal energy transformation (#1210)
- measurement device (#1215)
- parameterisation, model calibration (#1216)
- scenario projection (#1217)
- import, export, electricity import, electricity export, electrical energy amount value, electricity import value, electricity export value, sirup (#1221)
- has institution -> has organisation (#1226)
- solar receiving object (#1228)
- passenger, passenger transport, energy service demand for passenger/ton-kilometre (#1234)

### Changed
### Removed
- endogenous data, exogenous data (#1216)
- origin, portion of matter (#1218)
- pv cell -> photovoltaic cell (#1220)
- is energy participant of, has energy participant (#1221)
- has participant (#1225)
- photovoltaic cell, solar thermal collector (#1228)
- public transport, private transport, vehicle (#1234)
- power capacity (#1235)
- jet fuel (#1237)
- fuel-powered electricity generation (#1240)
- charcoal, synthetic fuel, gas diesel oil, manufactured coal based gas, syngas, gasoline, kerosene, steam, compressed air, pumped water (#1243)


```

## [1.10.1] - 2022-06-14

Expand All @@ -23,6 +42,8 @@ Here is a template for new release sections
- bioenergy (#1188)
- general class axiom for energy (#1186)
- fissile material entity (#1190, #1196)
- realized in (#1197)
- frequency control and subclasses primary control, secondary control, tertiary control (#1202)

### Changed
- marine wave energy transformation, marine tidal energy transformation, marine current energy transformation (#1137)
Expand All @@ -38,6 +59,7 @@ Here is a template for new release sections
- fuel (#1184)
- fossil energy (#1185)
- origin and subclasses, energy, portion of matter (#1192)
- KSG sector buildings (#1198)
- general class axiom "combustible things" (#1195)
- has institution (#1200)
- waste fuel, liquid biofuel, solid biofuel, fossil combustion fuel, renewable fuel, synthetic fuel, volatile organic compound (#1201)
Expand Down
18 changes: 13 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Lukas"
alias: "@l-emele"
affiliation: "Öko-Institut"
orcid: "https://orcid.org/0000-0002-1720-2501"
orcid: "https://orcid.org/0000-0002-1720-2501"
- family-names: "Stappel"
given-names: "Mirjam"
alias: "@stap-m"
Expand All @@ -26,7 +26,7 @@ authors:
given-names: "Hannah"
alias: "@han-f"
affiliation: "Öko-Institut"
orcid: "https://orcid.org/0000-0003-2320-7808"
orcid: "https://orcid.org/0000-0003-2320-7808"
- family-names: "Kuckertz"
given-names: "Patrick"
alias: "@p-kuckertz"
Expand Down Expand Up @@ -111,10 +111,18 @@ authors:
given-names: "Markus"
alias: "@markus-rothkoetter"
affiliation: "Otto-von-Guericke-Universität Magdeburg"
- family-names: "Rülicke"
given-names: "Linda"
alias: "@rue-l"
affiliation: "Fraunhofer IEE"
- family-names: "Seibicke"
given-names: "Alexandra"
alias: "@Alex2448"
affiliation: "Technische Universität München"
title: "Open Energy Ontology (OEO)"
type: software
license: CC0-1.0
version: 1.9.0
version: 1.11.0
doi:
date-released: 2022-03-01
url: "https://github.com/OpenEnergyPlatform/ontology"
date-released: 2022-07-04
url: "https://github.com/OpenEnergyPlatform/ontology"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This is an interdisciplinary, open source project, help is always appreciated!

The development of the ontology happens mainly on [GitHub](https://github.com/OpenEnergyPlatform/ontology) and is supplemented by (online) developer meetings to review the progress and discuss more complicated topics.

If you're new to GitHub or ontologies check out our [how-to-help](https://github.com/OpenEnergyPlatform/ontology/wiki/How-to-help) article for some first advice and helpful links.
If you're new to GitHub or ontologies check out our ["How to participate"](https://github.com/OpenEnergyPlatform/ontology/wiki/Welcome!-How-to-participate) article for some first advice and helpful links.

Please read the [wiki](https://github.com/OpenEnergyPlatform/ontology/wiki) for information about the ontology, its standards, its best practice principles and on BFO classification.

Expand All @@ -63,5 +63,5 @@ and several [subteams](https://github.com/orgs/OpenEnergyPlatform/teams/oeo-dev/
- [@oeo-domain-expert-linked-open-data](https://github.com/orgs/OpenEnergyPlatform/teams/oeo-domain-expert-linked-open-data)
- [@oeo-domain-expert-meteorology](https://github.com/orgs/OpenEnergyPlatform/teams/oeo-domain-expert-meteorology)
- [@oeo-general-expert-formal-ontology](https://github.com/orgs/OpenEnergyPlatform/teams/oeo-general-expert-formal-ontology)
- [@oeo-general-steering-committee](https://github.com/orgs/OpenEnergyPlatform/teams/oeo-general-steering-committee)
- [@oeo-release-team](https://github.com/orgs/OpenEnergyPlatform/teams/oeo-release-team)
- [@oeo-steering-committee](https://github.com/orgs/OpenEnergyPlatform/teams/oeo-steering-committee)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.1
1.11.0
4 changes: 2 additions & 2 deletions src/ontology/edits/catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/imports/ro-module.owl" uri="../imports/ro-module.owl"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/imports/uo-module.owl" uri="../imports/uo-module.owl"/>
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base="">
<uri id="Automatically generated entry, Timestamp=1650207555249" name="http://openenergy-platform.org/ontology/oeo/oeo-physical-axioms/" uri="oeo-physical-axioms.owl"/>
<uri id="Automatically generated entry, Timestamp=1656050931153" name="http://openenergy-platform.org/ontology/oeo/oeo-physical-axioms/" uri="oeo-physical-axioms.owl"/>
</group>
</catalog>
</catalog>
49 changes: 48 additions & 1 deletion src/ontology/edits/oeo-model.omn
Original file line number Diff line number Diff line change
Expand Up @@ -1047,13 +1047,60 @@ Class: OEO_00010255
<http://purl.obolibrary.org/obo/IAO_0000118> "NDC",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/947
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1151",
rdfs:label "nationally determined contribution"@de
rdfs:label "nationally determined contribution"

SubClassOf:
OEO_00020093,
<http://purl.obolibrary.org/obo/IAO_0000136> some OEO_00000199


Class: OEO_00010260

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Parameterisation is the process of translating assumptions into exogenous data the model can use.",
<http://purl.obolibrary.org/obo/IAO_0000118> "parametrise",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1040
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1216",
rdfs:label "parameterisation"

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000015>,
<http://purl.obolibrary.org/obo/RO_0002233> some OEO_00000063,
<http://purl.obolibrary.org/obo/RO_0002234> some OEO_00030029


Class: OEO_00010261

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Model calibration is a process of varying exogenous data, so that the model reproduces the known data (e.g. historical) as far as possible, and thus a part of validation.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1040
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1216",
rdfs:label "model calibration"

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000015>,
<http://purl.obolibrary.org/obo/BFO_0000050> some OEO_00140024,
<http://purl.obolibrary.org/obo/RO_0000057> some OEO_00000274,
<http://purl.obolibrary.org/obo/RO_0000057> some OEO_00030029


Class: OEO_00010262

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A scenario projection is an intentional process in which output (endogenous) data of interest are quantified for future points in time using one or more model calculation based on a scenario.",
<http://purl.obolibrary.org/obo/IAO_0000116> "A scenario projection is an intentional process (with human participation): A scenario is either created or selected, its assumptions are translated into data sets. These datasets are quantified and serve as inputs to a model calculation which is applied to quantitatively project one or more a variables of interest into the future.
(Intentional: a research question is basis for the projection to be done)",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/970
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1217",
rdfs:label "scenario projection"

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000015>,
<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00000275,
<http://purl.obolibrary.org/obo/RO_0000057> some OEO_00000364,
<http://purl.obolibrary.org/obo/RO_0002234> some OEO_00020013


Class: OEO_00020011

SubClassOf:
Expand Down
Loading

0 comments on commit df54dd9

Please sign in to comment.