From 66e51dba51ca97f6c5db48dd931fadcf9b9c592e Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 12:41:11 +0200 Subject: [PATCH 001/370] Rename components in script #1154 --- src/scripts/ro/extract-ro-module.sh | 14 +++++++------- ...ohierarchy.txt => ro-extracted-n-hierarchy.txt} | 0 ...ro-extract.txt => ro-extracted-w-hierarchy.txt} | 0 3 files changed, 7 insertions(+), 7 deletions(-) rename src/scripts/ro/{ro-extract-nohierarchy.txt => ro-extracted-n-hierarchy.txt} (100%) rename src/scripts/ro/{ro-extract.txt => ro-extracted-w-hierarchy.txt} (100%) diff --git a/src/scripts/ro/extract-ro-module.sh b/src/scripts/ro/extract-ro-module.sh index 1421372f1..3a8058806 100755 --- a/src/scripts/ro/extract-ro-module.sh +++ b/src/scripts/ro/extract-ro-module.sh @@ -1,13 +1,13 @@ -curl -L http://purl.obolibrary.org/obo/ro.owl > ro.owl +curl -L http://purl.obolibrary.org/obo/ro.owl > ro-full-download.owl -robot merge --input ro.owl extract --method MIREOT --lower-terms ro-extract.txt --intermediates all --output ro-module1.owl +robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extracted-w-hierarchy.txt --intermediates all --output ro-extracted-w-hierarchy.owl -robot merge --input ro.owl extract --method MIREOT --lower-terms ro-extract-nohierarchy.txt --upper-term owl:topObjectProperty --intermediates none --output ro-module2.owl +robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extracted-n-hierarchy.txt --upper-term owl:topObjectProperty --intermediates none --output ro-extracted-n-hierarchy.owl -robot merge --input ro-module1.owl --input ro-module2.owl annotate --ontology-iri http://open-energy-ontology.org/ontology/imports/ro-module.owl --version-iri http://open-energy-ontology.org/ontology/imports/ro-module.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt." --output ../../ontology/imports/ro-module.owl +robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://open-energy-ontology.org/ontology/imports/ro-module.owl --version-iri http://open-energy-ontology.org/ontology/imports/ro-module.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt." --output ../../ontology/imports/ro-module.owl -rm ro.owl -rm ro-module1.owl -rm ro-module2.owl +rm ro-full-download.owl +rm ro-extracted-w-hierarchy.owl +rm ro-extracted-n-hierarchy.owl diff --git a/src/scripts/ro/ro-extract-nohierarchy.txt b/src/scripts/ro/ro-extracted-n-hierarchy.txt similarity index 100% rename from src/scripts/ro/ro-extract-nohierarchy.txt rename to src/scripts/ro/ro-extracted-n-hierarchy.txt diff --git a/src/scripts/ro/ro-extract.txt b/src/scripts/ro/ro-extracted-w-hierarchy.txt similarity index 100% rename from src/scripts/ro/ro-extract.txt rename to src/scripts/ro/ro-extracted-w-hierarchy.txt From 64c3b7874f31980f0eca789d5ea18e206fd528d7 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 12:42:19 +0200 Subject: [PATCH 002/370] Rename target module to `ro-extracted.owl` #1154 --- src/scripts/ro/extract-ro-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/ro/extract-ro-module.sh b/src/scripts/ro/extract-ro-module.sh index 3a8058806..2476504a9 100755 --- a/src/scripts/ro/extract-ro-module.sh +++ b/src/scripts/ro/extract-ro-module.sh @@ -4,7 +4,7 @@ robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms r robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extracted-n-hierarchy.txt --upper-term owl:topObjectProperty --intermediates none --output ro-extracted-n-hierarchy.owl -robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://open-energy-ontology.org/ontology/imports/ro-module.owl --version-iri http://open-energy-ontology.org/ontology/imports/ro-module.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt." --output ../../ontology/imports/ro-module.owl +robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://open-energy-ontology.org/ontology/imports/ro-module.owl --version-iri http://open-energy-ontology.org/ontology/imports/ro-module.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt." --output ../../ontology/imports/ro-extracted.owl rm ro-full-download.owl From 688e273368b0e03ff2dd27f83556027920726c56 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 13:06:31 +0200 Subject: [PATCH 003/370] Fix wrong IRIs of ontology #1154 --- src/scripts/ro/extract-ro-module.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/scripts/ro/extract-ro-module.sh b/src/scripts/ro/extract-ro-module.sh index 2476504a9..c185dfb71 100755 --- a/src/scripts/ro/extract-ro-module.sh +++ b/src/scripts/ro/extract-ro-module.sh @@ -4,10 +4,9 @@ robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms r robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extracted-n-hierarchy.txt --upper-term owl:topObjectProperty --intermediates none --output ro-extracted-n-hierarchy.owl -robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://open-energy-ontology.org/ontology/imports/ro-module.owl --version-iri http://open-energy-ontology.org/ontology/imports/ro-module.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt." --output ../../ontology/imports/ro-extracted.owl +robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://openenergy-platform.org/ontology/oeo/imports/ro-module.owl --version-iri http://openenergy-platform.org/ontology/oeo/dev/imports/ro-module.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt." --output ../../ontology/imports/ro-extracted.owl rm ro-full-download.owl rm ro-extracted-w-hierarchy.owl rm ro-extracted-n-hierarchy.owl - From 0b7d89ea8c82ff838197d722ecd2533448627a7d Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 13:29:34 +0200 Subject: [PATCH 004/370] Add terms to extraction lists #1154 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit with hierarchy: - has quality - causally upstream of or within - causally downstream of or within without hierarchy: - realized in ⚠: `has bearer` has now a new main label `has characteristic` covers #1154 --- src/scripts/ro/ro-extracted-n-hierarchy.txt | 2 ++ src/scripts/ro/ro-extracted-w-hierarchy.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/scripts/ro/ro-extracted-n-hierarchy.txt b/src/scripts/ro/ro-extracted-n-hierarchy.txt index e406b0a4b..52e31b6c9 100644 --- a/src/scripts/ro/ro-extracted-n-hierarchy.txt +++ b/src/scripts/ro/ro-extracted-n-hierarchy.txt @@ -4,3 +4,5 @@ http://purl.obolibrary.org/obo/RO_0002229 # ends http://purl.obolibrary.org/obo/RO_0002230 # ends with http://purl.obolibrary.org/obo/RO_0002223 # starts http://purl.obolibrary.org/obo/RO_0002224 # starts with + +http://purl.obolibrary.org/obo/BFO_0000054 # realized in \ No newline at end of file diff --git a/src/scripts/ro/ro-extracted-w-hierarchy.txt b/src/scripts/ro/ro-extracted-w-hierarchy.txt index 09684a659..76ce2c4c7 100644 --- a/src/scripts/ro/ro-extracted-w-hierarchy.txt +++ b/src/scripts/ro/ro-extracted-w-hierarchy.txt @@ -30,3 +30,6 @@ http://purl.obolibrary.org/obo/BFO_0000063 # precedes http://purl.obolibrary.org/obo/RO_0002089 # starts before http://purl.obolibrary.org/obo/RO_0002091 # starts during +http://purl.obolibrary.org/obo/RO_0002418 # causally upstream of or within +http://purl.obolibrary.org/obo/RO_0002427 # causally downstream of or within +http://purl.obolibrary.org/obo/RO_0000086 # has quality \ No newline at end of file From cb9ac4f02efaebdab8ed415f8e99b5170e77d8bf Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 13:39:25 +0200 Subject: [PATCH 005/370] Add new module `oeo-import-edits.owl` #1154 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚠: Might require a license info! covers #1154 --- src/ontology/edits/oeo-import-edits.owl | 46 +++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/ontology/edits/oeo-import-edits.owl diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl new file mode 100644 index 000000000..e4e3d3859 --- /dev/null +++ b/src/ontology/edits/oeo-import-edits.owl @@ -0,0 +1,46 @@ + + + + + Open Energy Ontology (imports-edit module) + This module contains ontology parts which extend the definitions of elements defined in imported ontologies. This is necessary to prevent manual edits on the automatically generated import modules. + +Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relation Ontology. + + + + + + + + + + + + + + + + + + + + + + + + From d9a18d6a07de541e0889d19b241d9ba5f4ed8307 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 13:42:35 +0200 Subject: [PATCH 006/370] Add new module to onolotgy as import #1154 --- src/ontology/catalog-v001.xml | 1 + src/ontology/oeo.omn | 1 + 2 files changed, 2 insertions(+) diff --git a/src/ontology/catalog-v001.xml b/src/ontology/catalog-v001.xml index d3834aa3c..1c22c2320 100644 --- a/src/ontology/catalog-v001.xml +++ b/src/ontology/catalog-v001.xml @@ -1,5 +1,6 @@ + diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index f5df60869..2b972e0fc 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -13,6 +13,7 @@ Prefix: xsd: Ontology: +Import: Import: Import: Import: From f1283b976465ee0f340cad3d262ac19de4039290 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 14:04:47 +0200 Subject: [PATCH 007/370] Move custom axioms from `ro-module` to `import-edits` #1154 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚠: Annotations are lost. Going to be restored in next commit. covers #1154 --- src/ontology/edits/oeo-import-edits.owl | 156 ++++++++++++++++++++++++ src/ontology/imports/ro-module.owl | 58 --------- 2 files changed, 156 insertions(+), 58 deletions(-) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index e4e3d3859..c0a19691d 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -38,6 +38,162 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ontology/imports/ro-module.owl b/src/ontology/imports/ro-module.owl index 17ba0691d..3cba4f54d 100644 --- a/src/ontology/imports/ro-module.owl +++ b/src/ontology/imports/ro-module.owl @@ -255,7 +255,6 @@ - is part of my brain is part of my body (continuant parthood, two material entities) my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity) @@ -373,7 +372,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1197 - participates in this blood clot participates in this blood coagulation this input material (or this output material) participates in this process @@ -382,14 +380,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1197participates_in participates in - - - - - add axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1114 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - @@ -397,7 +387,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - has participant this blood coagulation has participant this blood clot this investigation has participant this investigator @@ -408,14 +397,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138http://www.obofoundry.org/ro/#OBO_REL:has_participant has participant - - - - - add axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1114 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - @@ -436,7 +417,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - this apple has quality this red color a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist. @@ -473,7 +453,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - is location of my head is the location of my brain this cage is the location of this rat @@ -626,7 +605,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - inverse of starts with Chris Mungall @@ -656,7 +634,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - inverse of ends with Chris Mungall @@ -684,7 +661,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - p has input c iff: p is a process, c is a continuant, c is a participant in p, c is present at the start of p, and the state of c is modified during p. Chris Mungall @@ -692,14 +668,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 has input - - - - - add axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1114 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - @@ -707,7 +675,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - p has output c iff c is a participant in p, c is present at the end of p, and c is not present at the beginning of p. Chris Mungall @@ -715,14 +682,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 has output - - - - - add axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1114 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - @@ -749,14 +708,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 input of - - - - - add axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1114 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - @@ -771,14 +722,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 output of - - - - - add axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1114 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1138 - @@ -868,7 +811,6 @@ Each of these 3 primitives can be composed to yield a cross-product of different - has model From 43dc77fdbb78bee7946f2746d5d8dda466e74d90 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 14:28:57 +0200 Subject: [PATCH 008/370] Move axioms from `oeo.omn` to `import-edits` #1154 --- src/ontology/edits/oeo-import-edits.owl | 82 +++++++++++++++++++++++-- src/ontology/oeo.omn | 64 ------------------- 2 files changed, 78 insertions(+), 68 deletions(-) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index c0a19691d..6f3776cc7 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -2,6 +2,7 @@ + + + + + @@ -70,6 +77,9 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati + make inverse of has participant +issue https://github.com/OpenEnergyPlatform/ontology/issues/979 +pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 @@ -78,6 +88,13 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati + make inverse of participates in +issue https://github.com/OpenEnergyPlatform/ontology/issues/979 +pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 + +Add range axiom for `has participant` +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1157 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1225 @@ -94,13 +111,22 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati + add `Inverse Of` +issue https://github.com/OpenEnergyPlatform/ontology/issues/979 +pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 - + + + + add `Inverse Of` +issue https://github.com/OpenEnergyPlatform/ontology/issues/979 +pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 + @@ -108,13 +134,20 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati + add `Inverse Of` +issue https://github.com/OpenEnergyPlatform/ontology/issues/979 +pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 - + + add `Inverse Of` +issue https://github.com/OpenEnergyPlatform/ontology/issues/979 +pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 + @@ -122,13 +155,20 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati + add `Inverse Of` +issue https://github.com/OpenEnergyPlatform/ontology/issues/979 +pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 - + + add `Inverse Of` +issue https://github.com/OpenEnergyPlatform/ontology/issues/979 +pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 + @@ -144,6 +184,9 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati + add inverse +issue https://github.com/OpenEnergyPlatform/ontology/issues/979 +pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 @@ -156,7 +199,11 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati - + + add inverse +issue https://github.com/OpenEnergyPlatform/ontology/issues/979 +pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 + @@ -191,9 +238,36 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati + + + + + + + + + + + + + add subset of relation below 'causally related to' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 + + + add subset of relation below 'causally related to' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 + diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index 2b972e0fc..c5699496b 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -107,106 +107,42 @@ ObjectProperty: ObjectProperty: - Annotations: - "make inverse of has participant -issue https://github.com/OpenEnergyPlatform/ontology/issues/979 -pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - ObjectProperty: - Annotations: - "make inverse of participates in -issue https://github.com/OpenEnergyPlatform/ontology/issues/979 -pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 - -Add range axiom for `has participant` -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1157 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1225" - ObjectProperty: - Annotations: - "add `Inverse Of` -issue https://github.com/OpenEnergyPlatform/ontology/issues/979 -pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - ObjectProperty: - Annotations: - "add `Inverse Of` -issue https://github.com/OpenEnergyPlatform/ontology/issues/979 -pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - ObjectProperty: - Annotations: - "add `Inverse Of` -issue https://github.com/OpenEnergyPlatform/ontology/issues/979 -pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - ObjectProperty: - Annotations: - "add `Inverse Of` -issue https://github.com/OpenEnergyPlatform/ontology/issues/979 -pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - ObjectProperty: - Annotations: - "add `Inverse Of` -issue https://github.com/OpenEnergyPlatform/ontology/issues/979 -pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - ObjectProperty: - Annotations: - "add `Inverse Of` -issue https://github.com/OpenEnergyPlatform/ontology/issues/979 -pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - ObjectProperty: ObjectProperty: - Annotations: - "add inverse -issue https://github.com/OpenEnergyPlatform/ontology/issues/979 -pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - ObjectProperty: - Annotations: - "add inverse -issue https://github.com/OpenEnergyPlatform/ontology/issues/979 -pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - ObjectProperty: - Annotations: - "add subset of relation below 'causally related to' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" - ObjectProperty: - Annotations: - "add subset of relation below 'causally related to' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" - ObjectProperty: OEO_00020182 From ddf184cdcad5f9886c60271a9b4ab7c08dc6d008 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 14:29:46 +0200 Subject: [PATCH 009/370] Move axioms from `oeo-shared` to `import-edits` #1154 --- src/ontology/edits/oeo-shared.omn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 066aaa36e..9cdb42dce 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -211,12 +211,6 @@ ObjectProperty: ObjectProperty: - Domain: - - - Range: - - ObjectProperty: From c484880867f9f904e7b777e74392920471424eb6 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 14:49:23 +0200 Subject: [PATCH 010/370] Remove duplicate class declarations #1154 --- src/ontology/imports/ro-module.owl | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/ontology/imports/ro-module.owl b/src/ontology/imports/ro-module.owl index 3cba4f54d..abe513e05 100644 --- a/src/ontology/imports/ro-module.owl +++ b/src/ontology/imports/ro-module.owl @@ -928,27 +928,6 @@ Each of these 3 primitives can be composed to yield a cross-product of different /////////////////////////////////////////////////////////////////////////////////////// --> - - - - - - - - - - - - - - - - - - - - - From 9cab996b96b76f6808d4fb5a6700511dcdaa7283 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 15:41:39 +0200 Subject: [PATCH 011/370] Add `system` to extraction-list #1154 INCLUDES hierarchy so that it sorts correctly into BFO covers #1154 --- src/scripts/ro/ro-extracted-w-hierarchy.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scripts/ro/ro-extracted-w-hierarchy.txt b/src/scripts/ro/ro-extracted-w-hierarchy.txt index 76ce2c4c7..19df748e9 100644 --- a/src/scripts/ro/ro-extracted-w-hierarchy.txt +++ b/src/scripts/ro/ro-extracted-w-hierarchy.txt @@ -32,4 +32,5 @@ http://purl.obolibrary.org/obo/RO_0002091 # starts during http://purl.obolibrary.org/obo/RO_0002418 # causally upstream of or within http://purl.obolibrary.org/obo/RO_0002427 # causally downstream of or within -http://purl.obolibrary.org/obo/RO_0000086 # has quality \ No newline at end of file +http://purl.obolibrary.org/obo/RO_0000086 # has quality +http://purl.obolibrary.org/obo/RO_0002577 # system \ No newline at end of file From 84e9eb8ba68be79bb40f766d2ca9ed91710e63e0 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 16:24:39 +0200 Subject: [PATCH 012/370] Add removal script for oboInOwl:inSubset #1154 --- src/scripts/ro/extract-ro-module.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scripts/ro/extract-ro-module.sh b/src/scripts/ro/extract-ro-module.sh index c185dfb71..e1114f3e2 100755 --- a/src/scripts/ro/extract-ro-module.sh +++ b/src/scripts/ro/extract-ro-module.sh @@ -6,6 +6,8 @@ robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms r robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://openenergy-platform.org/ontology/oeo/imports/ro-module.owl --version-iri http://openenergy-platform.org/ontology/oeo/dev/imports/ro-module.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt." --output ../../ontology/imports/ro-extracted.owl +robot remove --input ro-extracted.owl --term oboInOwl:inSubset --output ro-extracted.owl + rm ro-full-download.owl rm ro-extracted-w-hierarchy.owl From 766211c31d863ad0e2ef6ff69b38307b2c292b4a Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 16:25:24 +0200 Subject: [PATCH 013/370] Add newly generated `ro-extracted.owl` --- src/ontology/imports/ro-extracted.owl | 949 ++++++++++++++++++++++++++ 1 file changed, 949 insertions(+) create mode 100644 src/ontology/imports/ro-extracted.owl diff --git a/src/ontology/imports/ro-extracted.owl b/src/ontology/imports/ro-extracted.owl new file mode 100644 index 000000000..339d7ea92 --- /dev/null +++ b/src/ontology/imports/ro-extracted.owl @@ -0,0 +1,949 @@ + + + + + This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt. + + + + + + + + + + + + + editor preferred term + + + + + + + + + example of usage + + + + + + + + has curation status + + + + + + + + + definition + + + + + + + + + editor note + + + + + + + + + term editor + + + + + + + + + alternative term + + + + + + + + + definition source + + + + + + + + + curator note + + + + + + + + + OBO foundry unique label + + + + + + + + elucidation + + + + + + + + An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context. + temporal interpretation + + https://oborel.github.io/obo-relations/temporal-semantics/ + + + + + + + + part-of is homeomorphic for independent continuants. + R is homemorphic for C iff (1) there exists some x,y such that x R y, and x and y instantiate C and (2) for all x, if x is an instance of C, and there exists some y some such that x R y, then it follows that y is an instance of C. + cjm + 2018-10-21T19:46:34Z + R homeomorphic-for C expands to: C SubClassOf R only C. Additionally, for any class D that is disjoint with C, we can also expand to C DisjointWith R some D, D DisjointWith R some C. + is homeomorphic for + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + has_related_synonym + + + + + + + + + + + + + + is defined by + + + + + is defined by + This is an experimental annotation + + + + + + + + + + + + + + + + + + + + + + + + + + is part of + my brain is part of my body (continuant parthood, two material entities) + my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity) + this day is part of this year (occurrent parthood) + a core relation that holds between a part and its whole + Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other. + Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/ + Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.) + +A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'. + part_of + + + + + + + + + part of + + + http://www.obofoundry.org/ro/#OBO_REL:part_of + + + + + + + + + has part + my body has part my brain (continuant parthood, two material entities) + my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity) + this year has part this day (occurrent parthood) + a core relation that holds between a whole and its part + Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part. + Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/ + Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.) + +A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'. + has_part + + has part + + + + + + + + + realized in + this disease is realized in this disease course + this fragility is realized in this shattering + this investigator role is realized in this investigation + is realized by + realized_in + [copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003]) + Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process + + realized in + + + + + + + + + preceded by + x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. + An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other. + is preceded by + preceded_by + http://www.obofoundry.org/ro/#OBO_REL:preceded_by + preceded by + + + + + + + + + precedes + x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. + precedes + + + + + + + + bearer of + this apple is bearer of this red color + this vase is bearer of this fragility + Inverse of characteristic_of + A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist. + bearer_of + is bearer of + + has characteristic + + + + + + + + + participates in + this blood clot participates in this blood coagulation + this input material (or this output material) participates in this process + this investigator participates in this investigation + a relation between a continuant and a process, in which the continuant is somehow involved in the process + participates_in + participates in + + + + + + + + + has participant + this blood coagulation has participant this blood clot + this investigation has participant this investigator + this process has participant this input material (or this output material) + a relation between a process and a continuant, in which the continuant is somehow involved in the process + Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time. + has_participant + http://www.obofoundry.org/ro/#OBO_REL:has_participant + has participant + + + + + + + + + this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function) + a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence + A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists. + has_function + has function + + + + + + + + + this apple has quality this red color + a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence + A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist. + has_quality + has quality + + + + + + + + + this person has role this investigator role (more colloquially: this person has this role of investigator) + a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence + A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists. + has_role + has role + + + + + + + + + a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence + has disposition + + + + + + + + + is location of + my head is the location of my brain + this cage is the location of this rat + a relation between two independent continuants, the location and the target, in which the target is entirely within the location + Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/ + location_of + + location of + + + + + + + + + located in + my brain is located in my head + this rat is located in this cage + a relation between two independent continuants, the target and the location, in which the target is entirely within the location + Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus + Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/ + located_in + + http://www.obofoundry.org/ro/#OBO_REL:located_in + located in + + + + + + + + + David Osumi-Sutherland + <= + Primitive instance level timing relation between events + before or simultaneous with + + + + + + + + + David Osumi-Sutherland + t1 simultaneous_with t2 iff:= t1 before_or_simultaneous_with t2 and not (t1 before t2) + simultaneous with + + + + + + + + + David Osumi-Sutherland + t1 before t2 iff:= t1 before_or_simulataneous_with t2 and not (t1 simultaeous_with t2) + before + + + + + + + + + David Osumi-Sutherland + X ends_after Y iff: end(Y) before_or_simultaneous_with end(X) + ends after + + + + + + + + + David Osumi-Sutherland + starts before + + + + + + + + + David Osumi-Sutherland + io + X starts_during Y iff: (start(Y) before_or_simultaneous_with start(X)) AND (start(X) before_or_simultaneous_with end(Y)) + starts during + + + + + + + + + + David Osumi-Sutherland + d + during + X happens_during Y iff: (start(Y) before_or_simultaneous_with start(X)) AND (end(X) before_or_simultaneous_with end(Y)) + happens during + + + + + + + + + David Osumi-Sutherland + o + overlaps + X ends_during Y iff: ((start(Y) before_or_simultaneous_with end(X)) AND end(X) before_or_simultaneous_with end(Y). + ends during + + + + + + + + + + Chris Mungall + + Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends. + https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1 + A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations. + temporally related to + + + + + + + + + + inverse of starts with + Chris Mungall + Allen + starts + + + + + + + + + Every insulin receptor signaling pathway starts with the binding of a ligand to the insulin receptor + + x starts with y if and only if x has part y and the time point at which x starts is equivalent to the time point at which y starts. Formally: α(y) = α(x) ∧ ω(y) < ω(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. + Chris Mungall + started by + starts with + + + + + + + + + + inverse of ends with + Chris Mungall + ends + + + + + + + + + + x ends with y if and only if x has part y and the time point at which x ends is equivalent to the time point at which y ends. Formally: α(y) > α(x) ∧ ω(y) = ω(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point. + Chris Mungall + finished by + ends with + + + + + + + + + + p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p. + Chris Mungall + consumes + has input + + + + + + + + + + p has output c iff c is a participant in p, c is present at the end of p, and c is not present in the same state at the beginning of p. + Chris Mungall + produces + has output + + + + + + + + + A grouping relationship for any relationship directly involving a function, or that holds because of a function of one of the related entities. + Chris Mungall + This is a grouping relation that collects relations used for the purpose of connecting structure and function + functionally related to + + + + + + + + + + inverse of has input + Chris Mungall + input of + + + + + + + + + + inverse of has output + Chris Mungall + output of + + + + + + + + + + This relation groups causal relations between material entities and causal relations between processes + This branch of the ontology deals with causal relations between entities. It is divided into two branches: causal relations between occurrents/processes, and causal relations between material entities. We take an 'activity flow-centric approach', with the former as primary, and define causal relations between material entities in terms of causal relations between occurrents. + +To define causal relations in an activity-flow type network, we make use of 3 primitives: + + * Temporal: how do the intervals of the two occurrents relate? + * Is the causal relation regulatory? + * Is the influence positive or negative + +The first of these can be formalized in terms of the Allen Interval Algebra. Informally, the 3 bins we care about are 'direct', 'indirect' or overlapping. Note that all causal relations should be classified under a RO temporal relation (see the branch under 'temporally related to'). Note that all causal relations are temporal, but not all temporal relations are causal. Two occurrents can be related in time without being causally connected. We take causal influence to be primitive, elucidated as being such that has the upstream changed, some qualities of the donwstream would necessarily be modified. + +For the second, we consider a relationship to be regulatory if the system in which the activities occur is capable of altering the relationship to achieve some objective. This could include changing the rate of production of a molecule. + +For the third, we consider the effect of the upstream process on the output(s) of the downstream process. If the level of output is increased, or the rate of production of the output is increased, then the direction is increased. Direction can be positive, negative or neutral or capable of either direction. Two positives in succession yield a positive, two negatives in succession yield a positive, otherwise the default assumption is that the net effect is canceled and the influence is neutral. + +Each of these 3 primitives can be composed to yield a cross-product of different relation types. + Chris Mungall + Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect. + causally related to + + + + + + + + + p 'causally upstream or within' q iff (1) the end of p is before the end of q and (2) the execution of p exerts some causal influence over the outputs of q; i.e. if p was abolished or the outputs of p were to be modified, this would necessarily affect q. + We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2 + Chris Mungall + influences (processual) + affects + causally upstream of or within + + + + + + + + + inverse of causally upstream of or within + Chris Mungall + + causally downstream of or within + + + + + + + + + p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one of direct activation or direct inhibition. p may be upstream, downstream, part of or a container of q. + Chris Mungall + + Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect. + causal relation between processes + + + + + + + + + 'lysine biosynthetic process via diaminopimelate' SubClassOf has_intermediate some diaminopimelate + p has intermediate c if and only if p has parts p1, p2 and p1 has output c, and p2 has input c + Chris Mungall + has intermediate product + has intermediate + + + + + + + + + Inverse of is-model-of + has model + + + + + + + + + + a produces b if some process that occurs_in a has_output b, where a and b are material entities. Examples: hybridoma cell line produces monoclonal antibody reagent; chondroblast produces avascular GAG-rich matrix. + Melissa Haendel + Note that this definition doesn't quite distinguish the output of a transformation process from a production process, which is related to the identity/granularity issue. + produces + + + + + + + + + + a produced_by b iff some process that occurs_in b has_output a. + Melissa Haendel + produced by + + + + + + + + + A relation between a biological, experimental, or computational artifact and an entity it is used to study, in virtue of its replicating or approximating features of the studied entity. + Matthew Brush + is used to study + The primary use case for this relation was to link a biological model system such as a cell line or model organism to a disease it is used to investigate, in virtue of the model system exhibiting features similar to that of the disease of interest. But the relation is defined more broadly to support other use cases, such as linking genes in which alterations are made to create model systems to the condition the system is used to interrogate, or computational models to real-world phenomena they are defined to simulate. + has role in modeling + + + + + + + + + p 'has primary input ot output' c iff either (a) p 'has primary input' c or (b) p 'has primary output' c. + cjm + 2018-12-13T11:26:17Z + has primary input or output + + + + + + + + + + p has primary output c if (a) p has output c and (b) the goal of process is to modify, produce, or transform c. + cjm + 2018-12-13T11:26:32Z + has primary output + + + + + p has primary output c if (a) p has output c and (b) the goal of process is to modify, produce, or transform c. + GOC:cjm + GOC:dph + GOC:kva + GOC:pt + PMID:27812932 + + + + + + + + + + p has primary input c if (a) p has input c and (b) the goal of process is to modify, consume, or transform c. + cjm + 2018-12-13T11:26:56Z + has primary input + + + + + p has primary input c if (a) p has input c and (b) the goal of process is to modify, consume, or transform c. + GOC:cjm + GOC:dph + GOC:kva + GOC:pt + PMID:27812932 + + + + + + + + + + + + + + + + + + + + An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts. + continuant + + + + + + + + + A continuant that is a bearer of quality and realizable entity entities, in which other entities inhere and which itself cannot inhere in anything. + independent continuant + + + + + + + + + An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time. + material entity + + + + + + + + + A material entity consisting of multiple components that are causally integrated. + May be replaced by a BFO class, as discussed in http://www.jbiomedsem.com/content/4/1/43 + Chris Mungall + http://www.jbiomedsem.com/content/4/1/43 + system + + + + + + + + Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving parthood or connectivity relationships + A mereological relationship or a topological relationship + + mereotopologically related to + Chris Mungall + + + + + + + From b26554ff6fd21784a3754ff34322a7922eb578b9 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 16:28:28 +0200 Subject: [PATCH 014/370] Adjust naming of extraction-lists #1154 --- src/scripts/ro/extract-ro-module.sh | 4 ++-- ...o-extracted-n-hierarchy.txt => ro-extract-n-hierarchy.txt} | 0 ...o-extracted-w-hierarchy.txt => ro-extract-w-hierarchy.txt} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/scripts/ro/{ro-extracted-n-hierarchy.txt => ro-extract-n-hierarchy.txt} (100%) rename src/scripts/ro/{ro-extracted-w-hierarchy.txt => ro-extract-w-hierarchy.txt} (100%) diff --git a/src/scripts/ro/extract-ro-module.sh b/src/scripts/ro/extract-ro-module.sh index e1114f3e2..d27f35d85 100755 --- a/src/scripts/ro/extract-ro-module.sh +++ b/src/scripts/ro/extract-ro-module.sh @@ -1,8 +1,8 @@ curl -L http://purl.obolibrary.org/obo/ro.owl > ro-full-download.owl -robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extracted-w-hierarchy.txt --intermediates all --output ro-extracted-w-hierarchy.owl +robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extract-w-hierarchy.txt --intermediates all --output ro-extracted-w-hierarchy.owl -robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extracted-n-hierarchy.txt --upper-term owl:topObjectProperty --intermediates none --output ro-extracted-n-hierarchy.owl +robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extract-n-hierarchy.txt --upper-term owl:topObjectProperty --intermediates none --output ro-extracted-n-hierarchy.owl robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://openenergy-platform.org/ontology/oeo/imports/ro-module.owl --version-iri http://openenergy-platform.org/ontology/oeo/dev/imports/ro-module.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt." --output ../../ontology/imports/ro-extracted.owl diff --git a/src/scripts/ro/ro-extracted-n-hierarchy.txt b/src/scripts/ro/ro-extract-n-hierarchy.txt similarity index 100% rename from src/scripts/ro/ro-extracted-n-hierarchy.txt rename to src/scripts/ro/ro-extract-n-hierarchy.txt diff --git a/src/scripts/ro/ro-extracted-w-hierarchy.txt b/src/scripts/ro/ro-extract-w-hierarchy.txt similarity index 100% rename from src/scripts/ro/ro-extracted-w-hierarchy.txt rename to src/scripts/ro/ro-extract-w-hierarchy.txt From 9d2e3512d4ee7ff95f189f551e76b05807b341a7 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 16:39:47 +0200 Subject: [PATCH 015/370] Fix naming + module IRI --- src/ontology/imports/ro-extracted.owl | 10 +++++----- src/scripts/ro/extract-ro-module.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ontology/imports/ro-extracted.owl b/src/ontology/imports/ro-extracted.owl index 339d7ea92..400029cd3 100644 --- a/src/ontology/imports/ro-extracted.owl +++ b/src/ontology/imports/ro-extracted.owl @@ -1,6 +1,6 @@ - - - - This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt. + + + This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the list of selected terms (ro-extract-w-hierarchy.txt, ro-extract-n-hierarchy.txt) located in the OEO-repository. diff --git a/src/scripts/ro/extract-ro-module.sh b/src/scripts/ro/extract-ro-module.sh index d27f35d85..ab725aabc 100755 --- a/src/scripts/ro/extract-ro-module.sh +++ b/src/scripts/ro/extract-ro-module.sh @@ -4,7 +4,7 @@ robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms r robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extract-n-hierarchy.txt --upper-term owl:topObjectProperty --intermediates none --output ro-extracted-n-hierarchy.owl -robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://openenergy-platform.org/ontology/oeo/imports/ro-module.owl --version-iri http://openenergy-platform.org/ontology/oeo/dev/imports/ro-module.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the term list ro-terms.txt." --output ../../ontology/imports/ro-extracted.owl +robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://openenergy-platform.org/ontology/oeo/imports/ro-extracted.owl --version-iri http://openenergy-platform.org/ontology/oeo/dev/imports/ro-extracted.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the list of selected terms (ro-extract-w-hierarchy.txt, ro-extract-n-hierarchy.txt) located in the OEO-repository." --output ../../ontology/imports/ro-extracted.owl robot remove --input ro-extracted.owl --term oboInOwl:inSubset --output ro-extracted.owl From 8ca44561b7184ef42ec9f1d5dedd96614485778f Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 17:00:18 +0200 Subject: [PATCH 016/370] Adjust import+IRIs for using `ro-extracted` #1154 --- src/ontology/catalog-v001.xml | 4 ++-- src/ontology/edits/catalog-v001.xml | 2 +- src/ontology/edits/oeo-import-edits.owl | 8 ++++---- src/ontology/edits/oeo-shared.omn | 2 +- src/ontology/oeo.omn | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/ontology/catalog-v001.xml b/src/ontology/catalog-v001.xml index 1c22c2320..afc049fe4 100644 --- a/src/ontology/catalog-v001.xml +++ b/src/ontology/catalog-v001.xml @@ -1,13 +1,13 @@ - + - + diff --git a/src/ontology/edits/catalog-v001.xml b/src/ontology/edits/catalog-v001.xml index 59a08e034..8fe1ad62b 100644 --- a/src/ontology/edits/catalog-v001.xml +++ b/src/ontology/edits/catalog-v001.xml @@ -5,7 +5,7 @@ - + diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index 6f3776cc7..90ee0843a 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -1,6 +1,6 @@ - - - + + Open Energy Ontology (imports-edit module) This module contains ontology parts which extend the definitions of elements defined in imported ontologies. This is necessary to prevent manual edits on the automatically generated import modules. diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 9cdb42dce..8a0d3612b 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -11,7 +11,7 @@ Prefix: xsd: Ontology: Import: -Import: +Import: Import: Import: Import: diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index c5699496b..8f8d5cb98 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -13,7 +13,7 @@ Prefix: xsd: Ontology: -Import: +Import: Import: Import: Import: From cb0df14557992a0d21a6030415c5da133a6d2dd8 Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 17:36:33 +0200 Subject: [PATCH 017/370] Update `CHANGELOG.md` for #1154 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdbac9fd2..4145f1349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - steam reforming process (#1251) - emission price, CO2 price, CO2 emission, CO2 emission value, carbon tax value (#1253) +- oeo-import-edits as a unified file for custom extensions of imported concepts + properties (#1268) ### Changed - energy transformation (#1251) @@ -16,6 +17,8 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - emission certificate price (#1253) - power generating unit (#1259) - heat exchanger (#1263) +- bearer of -> has characteristic (#1268) +- ro-module -> ro-extracted (#1268) ### Removed From fbbbcf77fd4b3ab2a0ca01995531300e0db6896f Mon Sep 17 00:00:00 2001 From: markus-rothkoetter Date: Fri, 12 Aug 2022 17:38:13 +0200 Subject: [PATCH 018/370] Rename script file to coherent name #1154 --- .../{extract-ro-module.sh => extract-from-relations-ontology.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/scripts/ro/{extract-ro-module.sh => extract-from-relations-ontology.sh} (100%) mode change 100755 => 100644 diff --git a/src/scripts/ro/extract-ro-module.sh b/src/scripts/ro/extract-from-relations-ontology.sh old mode 100755 new mode 100644 similarity index 100% rename from src/scripts/ro/extract-ro-module.sh rename to src/scripts/ro/extract-from-relations-ontology.sh From 2e3c33f7eb2e9b45b32d89a64012f20bb2ddc0fa Mon Sep 17 00:00:00 2001 From: stage1407 <86624154+stage1407@users.noreply.github.com> Date: Thu, 1 Sep 2022 00:00:55 +0200 Subject: [PATCH 019/370] Created script without any troubleshooting or testing --- src/scripts/etd/README.md | 0 src/scripts/etd/etd.sh | 50 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 src/scripts/etd/README.md create mode 100644 src/scripts/etd/etd.sh diff --git a/src/scripts/etd/README.md b/src/scripts/etd/README.md new file mode 100644 index 000000000..e69de29bb diff --git a/src/scripts/etd/etd.sh b/src/scripts/etd/etd.sh new file mode 100644 index 000000000..67e4998db --- /dev/null +++ b/src/scripts/etd/etd.sh @@ -0,0 +1,50 @@ +#!/bin/bash + +######################################## +# ETD SCRIPT # +######################################## + +# Getting path variables + +ETD_PATH="$PWD" +ONTO_PATH="$(dirname "$SCRIPT_PATH")""ontology" + +#TODO: TEST + +echo "$SCRIPT_PATH" +echo "$ONTO_PATH" + +# Create exported CSV from ontology + +robot merge --input "$ONTO_PATH""oeo.omn" \ + --input "$ONTO_PATH""edits/oeo-model.omn" \ + --input "$ONTO_PATH""edits/oeo-physical.omn" \ + --input "$ONTO_PATH""edits/oeo-shared.omn" \ + --input "$ONTO_PATH""edits/oeo-social.omn" \ + --include-annotations true \ + export --header "ID|LABEL|iao:definition" \ + --export "$ETD_PATH""etd.csv" + +#TODO: TEST + +# Create directory with markdown + +STRING="|ID|Name|Definition|\n|:--|:---:|----:|" + +if ! [ -e ETD.md ]; +then + cat > etd.md +fi + + + + +while IFS="," read -r rec1 rec2 rec3; +do + STRING="\n$STRING|$rec1|$rec2|$rec3|" + echo "$STRING" >> ETD.md +done < etd.csv + +#TODO: TEST + +echo "$STRING" \ No newline at end of file From 4f8fd48565a0ab825dc1905428cb5f7f13c34505 Mon Sep 17 00:00:00 2001 From: stage1407 <86624154+stage1407@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:05:53 +0200 Subject: [PATCH 020/370] Works for the most cases. --- src/scripts/etd/etd.sh | 59 ++++++++++++------------------------------ 1 file changed, 16 insertions(+), 43 deletions(-) mode change 100644 => 100755 src/scripts/etd/etd.sh diff --git a/src/scripts/etd/etd.sh b/src/scripts/etd/etd.sh old mode 100644 new mode 100755 index 67e4998db..9989bdffc --- a/src/scripts/etd/etd.sh +++ b/src/scripts/etd/etd.sh @@ -1,50 +1,23 @@ #!/bin/bash - -######################################## -# ETD SCRIPT # -######################################## - -# Getting path variables - -ETD_PATH="$PWD" -ONTO_PATH="$(dirname "$SCRIPT_PATH")""ontology" - -#TODO: TEST - -echo "$SCRIPT_PATH" -echo "$ONTO_PATH" - -# Create exported CSV from ontology - -robot merge --input "$ONTO_PATH""oeo.omn" \ - --input "$ONTO_PATH""edits/oeo-model.omn" \ +SCRIPT_PATH="$PWD" +ONTO_PATH="$(dirname "$(dirname "$SCRIPT_PATH")")""/ontology/" +robot merge --input "$ONTO_PATH""edits/oeo-model.omn" \ --input "$ONTO_PATH""edits/oeo-physical.omn" \ --input "$ONTO_PATH""edits/oeo-shared.omn" \ --input "$ONTO_PATH""edits/oeo-social.omn" \ --include-annotations true \ - export --header "ID|LABEL|iao:definition" \ + export --header "ID|LABEL|definition" \ + --prefix "OEO: http://openenergy-platform.org/ontology/oeo/OEO_" \ + --sort "LABEL" \ --export "$ETD_PATH""etd.csv" - -#TODO: TEST - -# Create directory with markdown - -STRING="|ID|Name|Definition|\n|:--|:---:|----:|" - -if ! [ -e ETD.md ]; -then - cat > etd.md -fi - - - - -while IFS="," read -r rec1 rec2 rec3; +LINE1="|ID|Name|Definition|" +LINE2="|:-|:---|:-------|" +echo "half terminated" +echo "nearly terminated" +echo $LINE1 >> ETD.md +echo $LINE2 >> ETD.md +while IFS=, read -r rec1 rec2 rec3 do - STRING="\n$STRING|$rec1|$rec2|$rec3|" - echo "$STRING" >> ETD.md -done < etd.csv - -#TODO: TEST - -echo "$STRING" \ No newline at end of file + echo "|$rec1|$rec2|$rec3|" >> ETD.md +done < <(tail -n +2 etd.csv) +rm etd.csv \ No newline at end of file From 606a80075fb9c81e107762752aed65ff83f109ab Mon Sep 17 00:00:00 2001 From: stage1407 <86624154+stage1407@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:07:43 +0200 Subject: [PATCH 021/370] Removed the 'tests' --- src/scripts/etd/etd.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scripts/etd/etd.sh b/src/scripts/etd/etd.sh index 9989bdffc..d1e877852 100755 --- a/src/scripts/etd/etd.sh +++ b/src/scripts/etd/etd.sh @@ -12,8 +12,6 @@ robot merge --input "$ONTO_PATH""edits/oeo-model.omn" \ --export "$ETD_PATH""etd.csv" LINE1="|ID|Name|Definition|" LINE2="|:-|:---|:-------|" -echo "half terminated" -echo "nearly terminated" echo $LINE1 >> ETD.md echo $LINE2 >> ETD.md while IFS=, read -r rec1 rec2 rec3 From 77e2442a45da43109e5db6777fe7bc15d66c941e Mon Sep 17 00:00:00 2001 From: stage1407 <86624154+stage1407@users.noreply.github.com> Date: Fri, 2 Sep 2022 23:15:38 +0200 Subject: [PATCH 022/370] Created README description for program, and troubleshooting. --- src/scripts/etd/ETD.md | 1518 +++++++++++++++++++++++++++++++++++++ src/scripts/etd/README.md | 1 + src/scripts/etd/etd.sh | 16 +- 3 files changed, 1528 insertions(+), 7 deletions(-) create mode 100644 src/scripts/etd/ETD.md diff --git a/src/scripts/etd/ETD.md b/src/scripts/etd/ETD.md new file mode 100644 index 000000000..583b9cbe4 --- /dev/null +++ b/src/scripts/etd/ETD.md @@ -0,0 +1,1518 @@ +|PREFIX:ID|Name|Definition| +|:--------|:---|:---------| +|OEO:00000047|AC-line|An AC-line is a powerline for transferring high voltage alternating current.| +|OEO:00000059|API|An API (Application Programming interface) is a software interface allowing two Software applications to communicate with each other.| +|OEO:00010126|Annual Emission Allocation|An Annual Emission Allocation (AEA) is an emission certificate used in the Effort Sharing Decision (ESD) and the Effort Sharing Regulation (ESR). It permits the emission of a CO2 equivalent quantity of 1 tonne.| +|OEO:00260007|CO2 emission|A CO2 emission is an emission that releases carbon dioxide.| +|OEO:00010271|CO2 emission certificate price|A CO2 emission certificate price is an emission price of an CO2 emission certificate that allows the emission of certain CO2 emission value.| +|OEO:00260008|CO2 emission value|A CO2 emission value is greenhouse gas emission value that quantifies the output of a CO2 emission process.| +|OEO:00010269|CO2 price|A CO2 price is an emission price of emitting a certain CO2 emission value.| +|OEO:00010229|CRF sector (IPCC 2006): CO2 captured|The CRF sector (IPCC 2006): 'CO2 captured' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: It encompasses the total amount of CO2 captured for storage.| +|OEO:00010228|CRF sector (IPCC 2006): CO2 emissions from biomass|The CRF sector (IPCC 2006): 'CO2 emissions from biomass' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: CO2 emissions from biomass combustion are not included in national totals, but are recorded as an information item for cross-checking purposes as well as avoiding double counting.| +|OEO:00010058|CRF sector (IPCC 2006): CO2 transport and storage|"The CRF sector (IPCC 2006) 'CO2 transport and storage' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Carbon dioxide (CO2) capture and storage (CCS) involves the capture of CO2 from anthropogenic sources, its transport to a storage location and its long-term isolation from the atmosphere. Emissions associated with CO2 transport, injection and storage are covered under category 1C. Emissions (and reductions) associated with CO2 capture should be reported under the IPCC Sector in which capture takes place (e.g. Fuel Combustion or Industrial Activities)."||| +|OEO:00010182|CRF sector (IPCC 2006): agricultural soils|The CRF sector (IPCC 2006) 'agricultural soils' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|OEO:00010047|CRF sector (IPCC 2006): agriculture|| +|OEO:00010188|CRF sector (IPCC 2006): agriculture - other|The CRF sector (IPCC 2006) 'agriculture - other' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|OEO:00010054|CRF sector (IPCC 2006): agriculture, forestry and fishing|"The CRF sector (IPCC 2006) 'agriculture, forestry and fishing' is an energy demand sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from fuel combustion in agriculture, forestry, fishing and fishing industries such as fish farms."||| +|OEO:00010175|CRF sector (IPCC 2006): biological treatment of solid waste|"The CRF sector (IPCC 2006) 'biological treatment of solid waste' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Solid waste composting and other biological treatment. Emissions from biogas facilities (anaerobic digestion) with energy production are reported in the Energy Sector (1A4)."||| +|OEO:00010165|CRF sector (IPCC 2006): cement production|"The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Process-related emissions from the production of various types of cement (ISIC: D2694)."||| +|OEO:00010166|CRF sector (IPCC 2006): chemical industry|"The CRF sector (IPCC 2006) 'chemical industry' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Greenhouse gas emissions that result from the production of various inorganic and organic chemicals."||| +|OEO:00010052|CRF sector (IPCC 2006): commercial and institutional|"The CRF sector (IPCC 2006) 'commercial and institutional' is a commercial sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from fuel combustion in commercial and institutional buildings."||| +|OEO:00010190|CRF sector (IPCC 2006): cropland|"The CRF sector (IPCC 2006) 'cropland' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions and removals from arable and tillage land, rice fields, and agro-forestry systems where vegetation falls below the thresholds used for the forest land category."||| +|OEO:00010059|CRF sector (IPCC 2006): domestic aviation|"The CRF sector (IPCC 2006) 'domestic aviation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from civil domestic passenger and freight traffic that departs and arrives in the same country (commercial, private, agriculture, etc.), including take-offs and landings for these flight stages. Note that this may include journeys of considerable length between two airports in a country (e.g. San Francisco to Honolulu). Exclude military, which should be reported under 1 A 5 b."||| +|OEO:00010062|CRF sector (IPCC 2006): domestic navigation|"The CRF sector (IPCC 2006) 'domestic navigation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from fuels used by vessels of all flags that depart and arrive in the same country (exclude fishing, which should be reported under 1 A 4 c iii, and military, which should be reported under 1 A 5 b). Note that this may include journeys of considerable length between two ports in a country (e.g. San Francisco to Honolulu)."||| +|OEO:00010170|CRF sector (IPCC 2006): electronics industry|"The CRF sector (IPCC 2006) 'electronics industry' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Several advanced electronics manufacturing processes utilise fluorinated compounds (FCs) for plasma etching intricate patterns, cleaning reactor chambers, and temperature control. The specific electronic industry sectors include semiconductor, thin-film-transistor flat panel display (TFT-FPD), and photovoltaic (PV) manufacturing (collectively termed ‘electronics industry’)."||| +|OEO:00010038|CRF sector (IPCC 2006): energy|"The CRF sector (IPCC 2006) energy is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|All GHG emissions arising from combustion and fugitive releases of fuels. Emissions from the non-energy uses of fuels are generally not included here, but reported under Industrial Processes and Product Use."||| +|OEO:00010040|CRF sector (IPCC 2006): energy industry|"The CRF sector (IPCC 2006) 'energy industry' is an energy transformation sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Comprises emissions from fuels combusted by the fuel extraction or energy-producing industries."||| +|OEO:00010179|CRF sector (IPCC 2006): enteric fermentation|"The CRF sector (IPCC 2006) 'enteric fermentation' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Methane emissions from herbivores as a by-product of enteric fermentation (a digestive process by which carbohydrates are broken down by micro-organisms into simple molecules for absorption into the bloodstream). Ruminant animals (e.g., cattle, sheep) are major sources with moderate amounts produced from non-ruminant animals (e.g., pigs, horses)."||| +|OEO:00010184|CRF sector (IPCC 2006): field burning of agricultural residues|"The CRF sector (IPCC 2006) 'field burning of agricultural residues' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|CO2 emissions from urea application"||| +|OEO:00010189|CRF sector (IPCC 2006): forest land|"The CRF sector (IPCC 2006) 'forest land' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions and removals from lands with woody vegetation consistent with thresholds used to define forest land in the national GHG inventory, sub-divided into managed and unmanaged, and possibly also by climatic region, soil type and vegetation type as appropriate. It also includes systems with vegetation that currently fall below, but are expected to later exceed, the threshold values used by a country to define the forest land category."||| +|OEO:00010039|CRF sector (IPCC 2006): fuel combustion|"The CRF sector (IPCC 2006) 'fuel combustion' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from the intentional oxidation of materials within an apparatus that is designed to raise heat and provide it either as heat or as mechanical work to a process or for use away from the apparatus."||| +|OEO:00010044|CRF sector (IPCC 2006): fuel combustion - other|"The CRF sector (IPCC 2006) 'fuel combustion' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|All remaining emissions from fuel combustion that are not specified elsewhere. Include emissions from fuel delivered to the military in the country and delivered to the military of other countries that are not engaged in multilateral operations."||| +|OEO:00010043|CRF sector (IPCC 2006): fuel combustion - other sectors|"The CRF sector (IPCC 2006) 'fuel combustion - other sectors' is an energy demand sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from combustion activities as described below, including combustion for the generation of electricity and heat for own use in these sectors."||| +|OEO:00010057|CRF sector (IPCC 2006): fugitive emissions from fuels|"The CRF sector (IPCC 2006) 'fugitive emissions from fuels' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Includes all intentional and unintentional emissions from the extraction, processing, storage and transport of solid fuel to the point of final use."||| +|OEO:00010191|CRF sector (IPCC 2006): grassland|"The CRF sector (IPCC 2006) 'grassland' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions and removals from rangelands and pasture land that is not considered cropland. It also includes systems with woody vegetation that fall below the threshold values used in the forest land category and are not expected to exceed them, without human intervention. The category also includes all grassland from wild lands to recreational areas as well as agricultural and silvi-pastural systems, subdivided into managed and unmanaged, consistent with national definitions."||| +|OEO:00010195|CRF sector (IPCC 2006): harvested wood products|"The CRF sector (IPCC 2006) 'harvested wood products' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|CO2 net emissions or removals resulting from Harvest Wood Products."||| +|OEO:00010176|CRF sector (IPCC 2006): incineration and open burning of waste|"The CRF sector (IPCC 2006) 'incineration and open burning of waste' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Incineration of waste and open burning waste, not including waste-to-energy facilities."||| +|OEO:00010230|CRF sector (IPCC 2006): indirect CO2|The CRF sector (IPCC 2006): 'indirect CO2' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: It encompasses Methane, carbon monoxide (CO) or NMVOC emissions that will eventually be oxidised to CO2 in the atmosphere.| +|OEO:00010046|CRF sector (IPCC 2006): industrial processes and product use|"The CRF sector (IPCC 2006) 'energy industrial processes and product use' (IPPU) is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|It covers greenhouse gas emissions occurring from industrial processes, from the use of greenhouse gases in products, and from non-energy uses of fossil fuel carbon."||| +|OEO:00010173|CRF sector (IPCC 2006): industrial processes and product use - other|The CRF sector (IPCC 2006) 'industrial processes and product use - other' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|OEO:00010201|CRF sector (IPCC 2006): international aviation|The CRF sector (IPCC 2006) 'international aviation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. It encompasses emissions from flights that depart in one country and arrive in a different country.| +|OEO:00010200|CRF sector (IPCC 2006): international bunkers|The CRF sector (IPCC 2006) 'international bunkers' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. It encompasses international aviation and maritime navigation.| +|OEO:00010199|CRF sector (IPCC 2006): international bunkers and multilateral operations|The CRF sector (IPCC 2006) international bunkers is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. It encompasses international bunkers and multilateral operation.| +|OEO:00010168|CRF sector (IPCC 2006): iron and steel production|"The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Carbon dioxide is the predominant gas emitted from the production of iron and steel. The sources of the carbon dioxide emissions include that from carbon-containing reducing agents such as coke and pulverized coal, and, from minerals such as limestone and dolomite added."||| +|OEO:00010048|CRF sector (IPCC 2006): land use, land-use change and forestry|The CRF sector (IPCC 2006) 'land use, land-use change and forestry' (LULUCF) is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|OEO:00010196|CRF sector (IPCC 2006): land use, land-use change and forestry - other|The CRF sector (IPCC 2006) 'land use, land-use change and forestry - other' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|OEO:00010185|CRF sector (IPCC 2006): liming|"The CRF sector (IPCC 2006) 'liming' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|CO2 emissions from the use of lime in agricultural soils, managed forest soils or lakes."||| +|OEO:00010160|CRF sector (IPCC 2006): manufacture of solid fuels and other energy industries|"The CRF sector (IPCC 2006) 'manufacture of solid fuels and other energy industries' is an energy transformation sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Combustion emissions from fuel use during the manufacture of secondary and tertiary products from solid fuels including production of charcoal."||| +|OEO:00010041|CRF sector (IPCC 2006): manufacturing industries and construction|"The CRF sector (IPCC 2006) 'manufacturing industries and construction' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from combustion of fuels in industry. Also includes combustion for the generation of electricity and heat for own use in these industries."||| +|OEO:00010180|CRF sector (IPCC 2006): manure management|"The CRF sector (IPCC 2006) 'manure management' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Methane and nitrous oxide emissions from the decomposition of manure under low oxygen or anaerobic conditions."||| +|OEO:00010202|CRF sector (IPCC 2006): maritime navigation|The CRF sector (IPCC 2006) 'maritime navigation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. Emissions from fuels used by vessels of all flags that are engaged in international water-borne navigation. The international navigation may take place at sea, on inland lakes and waterways and in coastal waters. It includes emissions from journeys that depart in one country and arrive in a different country. It excludes consumption by fishing vessels.| +|OEO:00010167|CRF sector (IPCC 2006): metal industry|"The CRF sector (IPCC 2006) 'metal industry' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Greenhouse gas emissions that result from the production of metals."||| +|OEO:00010164|CRF sector (IPCC 2006): mineral industry|"The CRF sector (IPCC 2006) 'mineral industry' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Process-related carbon dioxide (CO2) emissions resulting from the use of carbonate raw materials in the production and use of a variety of mineral industry products."||| +|OEO:00010203|CRF sector (IPCC 2006): multilateral operations|"The CRF sector (IPCC 2006) 'multilateral operation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from fuels used for aviation and waterborne navigation in multilateral operations pursuant to the Charter of the United Nations."||| +|OEO:00010169|CRF sector (IPCC 2006): non-energy products from fuels and solvent use|"The CRF sector (IPCC 2006) 'non-energy products from fuels and solvent use' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|The use of oil products and coal-derived oils primarily intended for purposes other than combustion"||| +|OEO:00010162|CRF sector (IPCC 2006): oil and natural gas|"The CRF sector (IPCC 2006) 'oil and natural gas' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Comprises fugitive emissions from all oil and natural gas activities."||| +|OEO:00010050|CRF sector (IPCC 2006): other|The CRF sector (IPCC 2006) 'other' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|OEO:00010187|CRF sector (IPCC 2006): other carbon-containing fertilizers|The CRF sector (IPCC 2006) 'other carbon-containing fertilizers' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|OEO:00010194|CRF sector (IPCC 2006): other land|"The CRF sector (IPCC 2006) 'other land' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions and removals from bare soil, rock, ice, and all unmanaged land areas that do not fall into any of the other five categories."||| +|OEO:00010172|CRF sector (IPCC 2006): other product manufacture and use|"The CRF sector (IPCC 2006) 'other product manufacture and use' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions of sulphur hexafluoride (SF6) and perfluorocarbons||| +|(PFCs) from the manufacture and use of electrical equipment and a number of other products. It also includes emissions of nitrous oxide (N2O) from several products."||| +|OEO:00010063|CRF sector (IPCC 2006): other transportation|"The CRF sector (IPCC 2006) 'other transportation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Combustion emissions from all remaining transport activities including pipeline transportation, ground activities in airports and harbours, and off-road activities not otherwise reported under 1 A 4 c Agriculture or 1 A 2. Manufacturing Industries and Construction. Military transport should be reported under 1 A 5."||| +|OEO:00010159|CRF sector (IPCC 2006): petroleum refining|"The CRF sector (IPCC 2006) 'petroleum refining' is an energy transformation sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|All combustion activities supporting the refining of petroleum products including on-site combustion for the generation of electricity and heat for own use."||| +|OEO:00010064|CRF sector (IPCC 2006): pipeline transport|"The CRF sector (IPCC 2006) 'pipeline transport' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Combustion related emissions from the operation of pump stations and maintenance of pipelines. Transport via pipelines includes transport of gases liquids, slurry and other commodities via pipelines. Distribution of natural or manufactured gas, water or steam from the distributor to final users is excluded and should be reported in 1 A 1 c ii or 1 A 4 a."||| +|OEO:00010183|CRF sector (IPCC 2006): prescribed burning of savannas|The CRF sector (IPCC 2006) 'prescribed burning of savannas' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|OEO:00010171|CRF sector (IPCC 2006): product uses as substitutes for ozone depleting substances|"The CRF sector (IPCC 2006) 'product uses as substitutes for ozone depleting substances' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Hydrofluorocarbons (HFCs) and, to a very limited extent, perfluorocarbons (PFCs), are serving as alternatives to ozone depleting substances (ODS) being phased out under the Montreal Protocol."||| +|OEO:00010158|CRF sector (IPCC 2006): public electricity and heat production|"The CRF sector (IPCC 2006) 'public electricity and heat production' is an energy transformation sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Sum of emissions from main activity producers of electricity generation, combined heat and power generation, and heat plants."||| +|OEO:00010061|CRF sector (IPCC 2006): railways|"2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/|The CRF sector (IPCC 2006) 'railways' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from railway transport for both freight and passenger traffic routes.|issue: https://github.com/OpenEnergyPlatform/ontology/issues/580||| +|pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595"||| +|OEO:00010053|CRF sector (IPCC 2006): residential|"The CRF sector (IPCC 2006) 'residential' is a household sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|All emissions from fuel combustion in households."||| +|OEO:00010181|CRF sector (IPCC 2006): rice cultivation|"The CRF sector (IPCC 2006) 'rice cultivation' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Methane (CH4) emissions from anaerobic decomposition of organic material in flooded rice fields."||| +|OEO:00010060|CRF sector (IPCC 2006): road transportation|"The CRF sector (IPCC 2006) 'road transport' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|All combustion and evaporative emissions arising from fuel use in road vehicles, including the use of agricultural vehicles on paved roads."||| +|OEO:00010193|CRF sector (IPCC 2006): settlements|"The CRF sector (IPCC 2006) 'settlements' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions and removals from all developed land, including transportation infrastructure and human settlements of any size, unless they are already included under other categories."||| +|OEO:00010161|CRF sector (IPCC 2006): solid fuels|"The CRF sector (IPCC 2006) 'solid fuels' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Includes all intentional and unintentional emissions from the extraction, processing, storage and transport of fuel to the point of final use."||| +|OEO:00010174|CRF sector (IPCC 2006): solid waste disposal|"The CRF sector (IPCC 2006) 'solid waste disposal' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Methane is produced from anaerobic microbial decomposition of organic matter in solid waste disposal sites."||| +|OEO:00010197|CRF sector (IPCC 2006): total emissions excluding LULUCF|The CRF sector (IPCC 2006) 'total emissions excluding LULUCF' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. It encompasses the following IPCC 2006 sectors: energy; industrial processes and product use; agriculture; waste; and other.| +|OEO:00010198|CRF sector (IPCC 2006): total emissions including LULUCF|The CRF sector (IPCC 2006) 'total emissions including LULUCF' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. It encompasses the following IPCC 2006 sectors: energy; industrial processes and product use; agriculture; land use, land-use change and forestry; waste; and other.| +|OEO:00010042|CRF sector (IPCC 2006): transport|"The CRF sector (IPCC 2006) 'transport' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from the combustion and evaporation of fuel for all transport activity (excluding military transport), regardless of the sector, specifiedby sub-categories below. Emissions from fuel sold to any air or marine vessel engaged in international transport (1 A 3 a i and 1 A 3 d i) should as far as possible be excluded from the totals and subtotals in this category and should be reported separately."||| +|OEO:00010186|CRF sector (IPCC 2006): urea application|The CRF sector (IPCC 2006) 'urea application' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|OEO:00010049|CRF sector (IPCC 2006): waste|"The CRF sector (IPCC 2006) 'waste' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Carbon dioxide (CO2), methane (CH4) and nitrous oxide (N2O) emissions from following categories: Solid waste disposal, Biological treatment of solid waste,||| +|Incineration and open burning of waste, Wastewater treatment and discharge."||| +|OEO:00010178|CRF sector (IPCC 2006): waste - other|The CRF sector (IPCC 2006) 'waste - other' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| +|OEO:00010177|CRF sector (IPCC 2006): waste water treatment and discharge|"The CRF sector (IPCC 2006) 'waste water treatment and discharge' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Methane is produced from anaerobic decomposition of organic matter by bacteria in sewage facilities and from food processing and other industrial facilities during wastewater treatment. N2O is also produced by bacteria||| +|(denitrification and nitrification) in wastewater treatment and discharge."||| +|OEO:00010192|CRF sector (IPCC 2006): wetlands|"The CRF sector (IPCC 2006) 'wetlands' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| +|Emissions from land that is covered or saturated by water for all or part of the year (e.g., peatland) and that does not fall into the forest land, cropland, grassland or settlements categories. The category can be subdivided into managed and unmanaged according to national definitions. It includes reservoirs as a managed sub-division and natural rivers and lakes as unmanaged sub-divisions."||| +|OEO:00000243|CRF sectors (IPCC 1996)|CRF sectors (IPCC 1996) is a version of the common reporting format that was used for national greenhouse gas inventories until the year 2014. It implements the Revised 1996 IPCC Guidelines for National Greenhouse Gas Inventories (with some deviations).| +|OEO:00000242|CRF sectors (IPCC 2006)|CRF sectors (IPCC 2006) is a version of the common reporting format that was used for national greenhouse gas inventories since the year 2015. It implements the 2006 IPCC Guidelines for National Greenhouse Gas Inventories (with some deviations).| +|OEO:00000133|DOI|"A DOI (digital object identifier) is a persistent identifier or handle used to uniquely identify objects, standardized by the International Organization for Standardization (ISO).| +|source: https://en.wikipedia.org/wiki/Digital_object_identifier"||| +|IAO:8000020|EL++ ontology module|| +|OEO:00020064|EU allowance|An EU Allowance (EUA) is an emission certificate used in the European Union Emissions Trading System (EU ETS). It permits the emission of a CO2 equivalent quantity of 1 tonne.| +|OEO:00010129|EU climate policy|The EU climate policy is the policy of the European Union for reducing greenhouse gas emissions. It uses the EU emission sector division.| +|OEO:00010130|EU emission sector division|The EU emission sector division is used in the EU climate policy.| +|OEO:00010131|EU emission sector: ETS|The EU emission sector ETS is a sector defined by the EU emission sector division that covers greenhouse gas emissions that are regulated by the European Union Emissions Trading System.| +|OEO:00010133|EU emission sector: ETS aviation|The EU emission sector ETS aviation is a transport sector defined by the EU emission sector division that covers greenhouse gas emissions regulated by the European Union Emissions Trading System and that are emitted by stationary installations.| +|OEO:00010132|EU emission sector: ETS stationary|The EU emission sector ETS stationary is a sector defined by the EU emission sector division that covers greenhouse gas emissions regulated by the European Union Emissions Trading System and that are emitted by stationary installations.| +|OEO:00010135|EU emission sector: LULUCF|The EU emission sector ETS stationary is a sector defined by the EU emission sector division that covers greenhouse gas emissions regulated by the European Union Emissions Trading System and that are emitted by stationary installations.| +|OEO:00010134|EU emission sector: effort sharing|The EU emission sector effort sharing is a sector defined by the EU emission sector division that covers greenhouse gas emissions regulated by the Effort Sharing Decision and the Effort Sharing Regulation.| +|OEO:00010124|Effort Sharing Decision|The Effort Sharing Decision (ESD) is the European effort sharing for the years 2013-2020. It covers the European Union, Norway, Iceland and Liechtenstein and the following greenhouse gases: carbon dioxide, methane, nitrous oxide, hydrofluorocarbons, perfluorocarbons and sulphur hexafluoride. Emission quantities under the ESD are calculated using global warming potentials from the Fourth IPCC Assessment Report.| +|OEO:00010125|Effort Sharing Regulation|The Effort Sharing Regulation (ESR) is the European effort sharing for the years 2021-2030. It covers the European Union, Norway, Iceland and Liechtenstein and the following greenhouse gases: carbon dioxide, methane, nitrous oxide, hydrofluorocarbons, perfluorocarbons, sulphur hexafluoride and nitrogen trifluoride. Emission quantities under the ESR are calculated using global warming potentials from the Fifth IPCC Assessment Report.| +|OEO:00010122|European Union Emissions Trading System|The European Union Emissions Trading System (EU ETS) is a policy instrument that implements an emissions trading system covering the European Union, Norway, Iceland and Liechtenstein.| +|OEO:00000202|GUI|A GUI (Graphical user interface) is a software interface allowing users to communicate with a software application through a graphical window.| +|OEO:00010163|GovReg sector division|The GovReg sector division is a sector division defined in Annex XXV, Table 1a of Commission Implementing Regulation (EU) 2020/1208. It uses CRF sectors (IPCC 2006) and adds further sectors.| +|OEO:00000126|HVDC-line|An HVDC-line is a powerline for transferring high voltage direct current.| +|OEO:00010069|KSG sector agriculture|"The KSG sector agriculture is an agriculture, forestry and land use sector defined by the KSG sector division. It is an aggregate of the following two sectors:| +|- CRF sector (IPCC 2006): agriculture, forestry and fishing (CRF 1.A.4.c)||| +|- CRF sector (IPCC 2006): agriculture (CRF 3)"||| +|OEO:00010067|KSG sector buildings|"The KSG sector buildings is a building sector defined by the KSG sector division. It is an aggregate of the following two sectors:| +|- CRF sector (IPCC 2006): commercial and institutional (CRF 1.A.4.a)||| +|- CRF sector (IPCC 2006): residential (CRF 1.A.4.b)||| +|- CRF sector (IPCC 2006): fuel combustion - other"||| +|OEO:00010056|KSG sector division|The KSG sector division is a sector division defined in annex 1 of the Bundes-Klimaschutzgesetz (KSG).| +|OEO:00010065|KSG sector energy industry|"The KSG sector energy industry is an energy transformation sector defined by the KSG sector division. It is an aggregate of the following three sectors:| +|- CRF sector (IPCC 2006): energy industry (CRF 1.A.1.a)||| +|- CRF sector (IPCC 2006): other transportation (CRF 1.A.3.e)||| +|- CRF sector (IPCC 2006): fugitive emissions from fuels (CRF 1.B)"||| +|OEO:00010066|KSG sector industry|"The KSG sector industry is an industry sector defined by the KSG sector division. It is an aggregate of the following three sectors:| +|- CRF sector (IPCC 2006): manufacturing industries and construction (CRF 1.A.2)||| +|- CRF sector (IPCC 2006): CO2 transport and storage (CRF 1.C)||| +|- CRF sector (IPCC 2006): industrial processes and product use (CRF 2)"||| +|OEO:00010071|KSG sector land use, land-use change and forestry|"The KSG sector land use, land-use change and forestry is an agriculture, forestry and land use sector defined by the KSG sector division.| +|It is equivalent to the CRF sector (IPCC 2006): land use, land-use change and forestry (CRF 4)."||| +|OEO:00010068|KSG sector transport|"The KSG sector transport is a transport sector defined by the KSG sector division. It is an aggregate of the following four sectors:| +|- CRF sector (IPCC 2006): domestic aviation (CRF 1.A.3.a)||| +|- CRF sector (IPCC 2006): road transportation (CRF 1.A.3.b)||| +|- CRF sector (IPCC 2006): railways (CRF 1.A.3.c)||| +|- CRF sector (IPCC 2006): domestic navigation (CRF 1.A.3.d)"||| +|OEO:00010070|KSG sector waste management and other|"The KSG sector waste management and other is a sector defined by the KSG sector division. It is an aggregate of the following two sectors:| +|- CRF sector (IPCC 2006): waste (CRF 5)||| +|- CRF sector (IPCC 2006): other (CRF 6)"||| +|OEO:00010204|MMR sector division|The MMR sector division is a sector division defined in Annex XII, Table 1 of Commission Implementing Regulation (EU) 749/2014. It uses CRF sectors (IPCC 2006) and adds further sectors.| +|OEO:00010205|MMR sector: M.International aviation in the EU ETS|The MMR sector 'M.International aviation in the EU ETS' is a transport sector that encompasses that part of the international aviation that is regulated by the European Union Emissions Trading System.| +|http://openenergy-platform.org/ontology/oeo/oeo-model/OEO_00010251|OEP study factsheet|An OEP study factsheet is an study factsheet hosted on the Open Energy Platform. It is used to access the Open Energy Knowledge Graph (OEKG).| +|OEO:00010009|PM10|PM10 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM10, EN 12341, with a 50 % efficiency cut-off at 10 µm aerodynamic diameter.| +|OEO:00010010|PM2.5|PM2.5 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM2,5, EN 14907, with a 50 % efficiency cut-off at 2,5 µm aerodynamic diameter.| +|OEO:00000348|PV panel|A PV panel (photovoltaic panel) is a solar power unit absorbing sunlight as a source of energy to generate electricity.| +|OEO:00010019|PtL fuel|PtL fuel is a liquid synthetic fuel produced in a power-to-liquid system from water and carbon dioxide using electrical energy.| +|OEO:00140133|RE-share|RE-share is a process attribute that indicates the fraction of renewable energy related to the total energy of an energy generation or consumption process.| +|UO:0000140|Roentgen equivalent man|A dose equivalent unit which when multiplied by hundred is equal to one sievert or 1 Sv. 1 Sv is equal to 100 rem.| +|OEO:00000374|SMES|"Superconducting magnetic energy storage (SMES) systems store energy in the magnetic field created by the flow of direct current in a superconducting coil which has been cryogenically cooled to a temperature below its superconducting critical temperature.| +| A typical smes system includes three parts: superconducting coil, power conditioning system and cryogenically cooled refrigerator. Once the superconducting coil is charged, the current will not decay and the magnetic energy can be stored indefinitely."||| +|OEO:00010247|abbreviation|An abbreviation is a symbol of a textual entity.| +|UO:0000269|absorbance unit|A dimensionless logarithmic unit assigned to a measure of absorbance of light through a partially absorbing substance, defined as -log10(I/I_0) where I = transmitted light and I_0 = incident light.| +|UO:0000129|absorbed dose unit|A unit which is a standard measure of the energy imparted by ionizing radiation to unit mass of matter such as tissue.| +|UO:0000048|acceleration unit|A unit which is a standard measure of the rate of change of velocity in either speed or direction.| +|UO:0010025|acre|An area unit which is equivalent to 1 furlong x 1 chain. This is equal to an area of 4,046.856,4224 square meters, or 43,500 square feet.| +|OEO:00000048|acronym|An acronym is an abbreviation of the title by using the first letters of each part of the title.| +|OEO:00000049|active|| +|UO:0000128|activity (of a radionuclide) unit|A unit which is a standard measure of the transformation (disintegration) rate of a radioactive substance.| +|OEO:00000051|agent|Agent is a role of a person or organisation that directs its activity towards achieving goals.| +|OEO:00140068|aggregation type|An aggregation type is a data descriptor that contains information on the aggregation method applied on a data set.| +|OEO:00010035|agriculture, forestry and land use sector|A agriculture, forestry and land use (AFOLU) sector is a sector that covers activities and natural processes from agriculture, forestry, land use and land use change.| +|OEO:00000054|air|Air is a gas mixture that forms the Earth's atmosphere.| +|OEO:00010012|air pollutant|An air pollutant is a portion of matter that participates in some air pollution.| +|OEO:00000055|air pollution|Air pollution occurs when harmful or excessive quantities of substances including gases, particles, and biological molecules are introduced into Earth's atmosphere.| +|IAO:0000064|algorithm|A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata.| +|OEO:00000056|ambient thermal energy|Ambient thermal energy is thermal energy that is stored in the ambient air, beneath the surface of solid earth or in surface water. It is captured by heat pumps.| +|OEO:00140106|ambient thermal energy transfer|Ambient thermal energy transfer is a heat transfer from the ambient air to a transportable material entity.| +|OEO:00010000|ammonia|Ammonia is a portion of matter with the chemical formula NH3. It has a gaseous normal state of matter and can act as an air pollutant. As it can be oxidised it can be used as a fuel.| +|UO:0000276|amount per container|A concentration unit which is a standard measure of the amount of a substance in a given container.| +|UO:0000011|ampere|An electric current unit which is equal to the constant current which, if maintained in two straight parallel conductors of infinite length, of negligible circular cross-section, and placed 1 m apart in vacuum, would produce between these conductors a force equal to 2 x 10^[-7] newton per meter of length.| +|OEO:00020072|analysis scope|An analysis scope is an information content entity that describes the boundaries of what a study or scenario covers.| +|IAO:8000008|analysis subset ontology module|An ontology module that is intended for usage in analysis or discovery applications.| +|OEO:00020017|analytical approach|A analytical approach is a model descriptor that contains information about the analysis strategy of a model.| +|UO:0000121|angle unit|A unit which is a standard measure of the figure or space formed by the junction of two lines or planes.| +|UO:0000019|angstrom|A length unit which is equal to 10 [-10] m.| +|UO:0000050|angular acceleration unit|A unit which is a standard measure of the rate of change of angular velocity.| +|UO:0000049|angular velocity unit|A unit which is a standard measure of the rate of angular movement about an axis; the angle rotated in a given time.| +|OEO:00020161|annual|one value per year| +|OEO:00000058|anthracite|Anthracite is a hard coal with a high caloric value due to its high carbon content (about 90 % fixed carbon).| +|OEO:00030000|anthropogenic|Anthropogenic is an origin of portions of matter or energies created by human activity.| +|UO:0000054|area density unit|A density unit which is a standard measure of the mass exerting an influence on a given area.| +|OEO:00020140|area per power unit|An area per power unit is a unit which is a measure for an area per nameplate capacity.| +|UO:0000047|area unit|A unit which is a standard measure of the amount of a 2-dimensional flat surface.| +|OEO:00020143|area value|An area value is a quantity value indicating the size of a two-dimensional spatial region.| +|OEO:00010075|areal energy density|An areal energy density is a quantity value that states a certain energy amount per area.| +|OEO:00010073|areal energy density unit|An areal energy density unit is a unit which is a measure for the energy per surface area.| +|OEO:00010074|areal power density|An areal power density is a quantity value that indicates a certain power per area.| +|OEO:00010072|areal power density unit|An areal power density unit is a unit which is a measure for the power per surface area.| +|OEO:00010077|areal solar energy density|An areal solar energy density is an areal energy density that gives the arriving solar power per area. A synonym for areal solar power density is irradiation.| +|OEO:00010076|areal solar power density|An areal solar power density is an areal power density that indicates the arriving solar power per area. A synonym for areal solar power density is irradiance.| +|OEO:00140071|arithmetic mean|average value calculated by arithmetic mean over a set of data values, e.g. within a time step or spatial region| +|OEO:00140105|artificial ambient thermal energy|Artificial ambient thermal energy is ambient thermal energy that has an anthropogenic origin.| +|OEO:00000061|artificial object|An artificial object is an object that was deliberately manufactured by humans to address a particular purpose.| +|OEO:00000062|associated gas|Associated gas is a natural gas that is a byproduct from crude oil exploitation.| +|OEO:00000063|assumption|An assumption is an information content entity about a property of a system or process. It determines a part of a scenario content.| +|UO:0000304|atto|A prefix in the metric system denoting a factor of 10 to the power of -18.| +|UO:0000044|attomole|A substance unit equal to 10^[-18] mol.| +|UO:0010043|australian metric tablespoon|An Australian metric tablespoon is a unit of measurement of volume used in Australia for cooking recipes and pharmaceutic prescriptions. It equals a 20mL volume.| +|OEO:00000064|author|An author is an agent that creates or has created written work.| +|OEO:00000066|aviation gasoline|Aviation gasoline is gasoline used as motor spirit and prepared especially for aviation piston engines, with an octane number suited to the engine, a freezing point of -60 °C and a distillation range usually within the limits of 30 °C and 180 °C.| +|OEO:00140122|award|An award is a document that signifies that a supplier for a particular commodity or service specified in a bid has been accepted.| +|IAO:8000001|base ontology module|An ontology module that comprises only of asserted axioms local to the ontology, excludes import directives, and excludes axioms or declarations from external ontologies.| +|UO:0000244|base pair|A count unit which contains one nucleotide.| +|UO:0000045|base unit|A unit which is one of a particular measure to which all measures of that type can be related.| +|OEO:00000068|battery|A battery is an energy storage object using different chemical or physical reactions to store energy.| +|OEO:00010024|battery electric vehicle|A battery electric vehicle (BEV) is an electric vehicle that stores energy in an on-board battery.| +|OEO:00000070|battery storage|A battery storage is a energy storage that uses batteries to store energy.| +|UO:0000132|becquerel|An activity (of a radionuclide) unit which is equal to the activity of a quantity of radioactive material in which one nucleus decays per second or there is one atom disintegration per second (dps).| +|OEO:00140121|bid|A bid is a document describing an offer made by an agent to another agent in an effort to exchange commodities or services via terms relating to price and quantity which will be part of the resulting contract.| +|OEO:00000071|biodiesel|Biodiesel is a portion of matter that has a liquid state of matter and has a diesel fuel role. It is produced from plants or animals and thus has a biogenic origin.| +|OEO:00010258|bioenergy|Bioenergy is chemical energy that is stored in biofuels.| +|OEO:00000072|biofuel|A biofuel is a combustion fuel that has a biogenic origin.| +|OEO:00000073|biofuel power plant|A biofuel power plant is a power plant that has biofuel power units as parts.| +|OEO:00000003|biofuel power unit|A biofuel power unit is a power generating unit using biofuel.| +|OEO:00000074|biogas|Biogas is a gas mixture produced by anaerobic digestion. It consists mainly of methane and carbon dioxide and can be used as fuel.| +|OEO:00000004|biogas power plant|A biogas power plant is a biofuel power plant that has biogas power units as parts.| +|OEO:00000005|biogas power unit|A biogas power unit is a biofuel power unit using biogas as fuel.| +|OEO:00000075|biogasoline|Biogasoline is a portion of matter that has a liquid state of matter and has a gasoline fuel role. It consists of bioethanol, biomethanol and products of these two substances. It is made from vegetable or animal material and thus has a biogenic origin.| +|OEO:00030001|biogenic|Biogenic is an origin of portions of matter made by or produced from life forms.| +|OEO:00010225|biogenic industrial waste fuel|A biogenic industrial waste fuel is an industrial waste fuel that has a biogenic origin.| +|OEO:00000356|biogenic municipal waste fuel|A biogenic municipal waste fuel is a municipal waste fuel that has a biogenic origin.| +|OEO:00010223|biogenic waste fuel|A biogenic waste fuel is a waste fuel that has a biogenic origin.| +|OEO:00010214|biomass|Biomass is a portion of matter from plants or animals and has thus has a biogenic origin.| +|OEO:00010215|biomethane|Biomethane is a gas mixture produced from biogas by removing carbon dioxide. It consists mainly of methane and can be used as fuel.| +|UO:0000232|bit|An information unit which refers to a digit in the binary numeral system, which consists of base 2 digits (ie there are only 2 possible values: 0 or 1).| +|OEO:00000077|blast furnace gas|Blast furnace gas is manufactured coal based gas produced during the combustion of coke in blast furnaces in the iron and steel industry. It is recovered and used as a fuel partly within the plant and partly in other steel industry processes or in power stations equipped to burn it. The quantity of fuel should be reported on a gross calorific value basis.| +|OEO:00140128|block size|Block size is the declared net capacity of a power generating unit.| +|OEO:00000078|boolean variable|A boolean variable is a variable that can only be true or false.| +|OEO:00020024|bottom up|| +|IAO:8000004|bridge ontology module|An ontology module that consists entirely of axioms that connect or bridge two distinct ontology modules. For example, the Uberon-to-ZFA bridge module.| +|OEO:00010034|building sector|A building sector is a sector that covers buildings.| +|UO:0000233|byte|An information unit which is equal to 8 bits.| +|OEO:00000081|c++|| +|UO:0010021|cable|A maritime length unit which is equal to 608 feet, 100 fathoms, or 185.3184 metres| +|UO:0000014|candela|A luminous intensity unit which equal to the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540 x 1012 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian.| +|UO:0000085|candela per square meter|A luminance unit which is equal to a luminous intensity of one candela radiating from a surface whose area is one square meter.| +|OEO:00020111|capacity premium|A capacity premium is a market premium that guarantees remuneration for reserving capacity of energy transformation units to be available for unexpected events.| +|OEO:00010138|carbon capture|Carbon capture is a process that captures carbon dioxide from a gas.| +|OEO:00010141|carbon capture and storage|Carbon capture and storage (CCS) is a process that combines carbon capture and carbon sequestration.| +|OEO:00000006|carbon dioxide|Carbon dioxide is a portion of matter with the chemical formula CO2. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and can work as a greenhouse gas.| +|OEO:00140083|carbon dioxide equivalent quantity|A carbon dioxide equivalent quantity is a greenhouse gas emission value that quantifies the combined effect of all emitted greenhouse gases by giving an equivalent amount of CO2 which would have the same effect on the climate.| +|OEO:00010001|carbon monoxide|Carbon monoxide is a portion of matter with the chemical formula CO. It has a gaseous normal state of matter and can act as an air pollutant.| +|OEO:00010140|carbon storage|Carbon storage is a process that stores CO2 in a geological formation.| +|OEO:00020156|carbon tax|Carbon tax is a tax for emitting CO2 or other greenhouse gases (measured in CO2 equivalent values).| +|OEO:00010270|carbon tax value|A carbon tax value is a CO2 price that is set by a carbon tax.| +|UO:0000202|catalytic (activity) concentration unit|A concentration unit which is a standard measure of the amount of the action of a catalyst in a given volume.| +|UO:0000119|catalytic activity unit|A unit which is a standard measure of the amount of the action of a catalyst.| +|UO:0000200|cell concentration unit|A concentration unit which denotes the average cell number in a given volume.| +|UO:0000316|cells per microliter|A unit of cell concentration which is equal to one cell in a volume of 1 microliter.| +|UO:0000201|cells per milliliter|A unit of cell concentration which is equal to one cell in a volume of 1 milliliter.| +|UO:0000317|cells per well|A unit of cell concentration which is equal to 1 cell in a well or discrete container of arbitrary volume.| +|OEO:00240029|cement|Cement is a portion of matter that is made from limestone and clay; other elements may be present. It is used as a building material to set as a solid mass or is used as an ingredient in making mortar or concrete. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role.| +|UO:0000298|centi|A prefix in the metric system denoting a factor of one hundred.| +|UO:0000326|centiMorgan|A unit used to express distances on a genetic map. In genetic mapping, distances between markers are determined by measuring the rate of meoitic recombination between them, which increases proportionately with the distance separating them. A cM is defined as the length of an interval in which there is a 1% probability of recombination. On the average, 1 cM is roughly equivalent to 1 megabase (Mb) of DNA, although this can vary widely due to hot and cold spots of recombination.| +|UO:0000327|centiRay|A unit of genetic map distance defined corresponding to an interval in which there is a 1% probability of X-irradiation induced breakage. To be completely specified, the unit must be qualified by the radiation in dosage in rads (e.g. cR8000), because this determines the actual breakage probability.| +|UO:0000015|centimeter|A length unit which is equal to one hundredth of a meter or 10^[-2] m.| +|UO:0000151|century|A time unit which is equal to 100 years.| +|UO:0010015|chain|A length unit which is equal to 20.1168 metres, 66 feet, or 22 yards.| +|OEO:00000084|charcoal|Charcoal is a portion of matter produced from wood via pyrolysis. It has a solid state of matter an can be used as fuel.| +|OEO:00140027|checking against empirical data|Checking against empirical data is a validation where something gets checked against empirical data.| +|OEO:00140026|checking against measurements|Checking against measurements is a validation where something gets checked by using relevant measurements.| +|OEO:00000007|chemical energy|Chemical energy is energy that is stored in the chemical bonds of a substance, which can be released by a chemical reaction.| +|OEO:00140033|chemical reaction|A chemical reaction is a transformation that involves the interconversion of chemical species.| +|OEO:00240027|chemical substance|A chemical substance is a portion of matter of constant composition and that is neither a metal or mineral. It is composed of molecular entities of the same type or of different types that is used in or produced by a chemical reaction involving changes to atoms or molecules. It is the physical output of an industrial process and has a commodity role.| +|UO:0000237|chroma sampling unit|An image resolution unit which is a standard measure of the amount of spatial detail in an image.| +|OEO:00000085|citation reference|A citation reference is a reference stating where a citation was taken from.| +|OEO:00000087|client|A client is an agent that receives a product or service.| +|OEO:00030007|climate scenario|A climate scenario is a scenario that describes a possible future state of a climate system.| +|OEO:00010092|closed-loop pumped hydro storage power plant|A closed-loop pumped hydro storage power plant is a pumped hydro storage power plant that has no natural inflows.| +|OEO:00000088|coal|Coal is a portion of matter consisting of combustible black or brownish-black sedimentary rock, formed as rock strata called coal seams.| +|OEO:00000089|coal power plant|A coal power plant is a power plant that has coal power units as parts.| +|OEO:00000008|coal power unit|A coal power unit is a power generating unit using coal as fuel.| +|OEO:00000090|code documentation|A code documentation is a documentation explaining and annotating software code.| +|OEO:00000091|code source|A code source is a data descriptor describing the origin of some code.| +|OEO:00140051|coefficient of performance value|A coefficient of performance value is a quantity value stating the ratio between the work input and the total output of an energy conversion process.| +|OEO:00000092|coin- or_cbc|| +|OEO:00000093|coke oven gas|Coke oven gas is manufactured coal based gas obtained as a by-product of the manufacture of coke oven coke for the production of iron and steel.| +|OEO:00000094|coking coal|Coking coal is hard coal that is bituminous with a quality that allows the production of a coke suitable to support a blast furnace charge. Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis.| +|OEO:00260003|cold start|A cold start is a process in which an energy transformation unit is started-up after a period of inactivity.| +|OEO:00000096|colliery gas|Colliery gas is natural gas found in coal mines (British English: colliery). The main component is methane. Synonyms are firedamp, mine gas. It is used as a fossil fuel.| +|UO:0000210|colony forming unit|A dimensionless count unit which a measure of viable bacterial numbers.| +|UO:0000213|colony forming unit per milliliter|A colony forming unit which a measure of viable bacterial numbers in one milliliter.| +|UO:0000212|colony forming unit per volume|A concentration unit which a measure of viable bacterial numbers in a given volume.| +|OEO:00240010|combined heat and power generating unit|A combined heat and power generating unit is a power generating unit that produces electrical energy and thermal energy.| +|OEO:00240009|combined heat and power generation|Combined heat and power generation (CHP) is an energy transformation that converts energy simultaneously to electrical energy and thermal energy.| +|OEO:00240011|combined heat and power plant|A combined heat and power plant (CHPP) is a power plant that has combined heat and power generating units as parts.| +|OEO:00000097|combustible energy carrier disposition|A combustible energy carrier is an energy carrier that releases energy from a material entity in form of heat or work, by chemical reaction with other substances.| +|OEO:00140038|combustion|Combustion is an exothermic redox reaction between a fuel (the reductant) and an oxidant (usually atmospheric oxygen) which is initiated by a ignition source.| +|OEO:00000099|combustion fuel|A combustion fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by chemical reaction with other substances.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010249|combustion thermal energy transformation|A combustion thermal energy transformation is an energy transformation that converts chemical energy of a combustion fuel into thermal energy.| +|OEO:00000405|commercial sector|A commercial sector is a sector that covers non-industrial commercial activities.| +|OEO:00020067|commodity|A commodity is a good that bears the commodity role.| +|OEO:00040011|commodity role|A commodity role is a good role that inheres in something that is used in commerce and is exchangeable with other commodities of the same type.| +|OEO:00010055|common reporting format|The common reporting format (CRF) is a sector division used for compiling national inventory reports on greenhouse gas emissions and providing emission relevant data in so called CRF tables.| +|OEO:00000102|compressed air|Compressed air is air that has been compressed to store energy. To discharge energy, the air is expanded.| +|UO:0000051|concentration unit|A unit which represents a standard measurement of how much of a given substance there is mixed with another substance.| +|UO:0000261|conduction unit|A unit which represents a standard measurement of the transmission of an entity through a medium.| +|UO:0000194|confluence percentage|A dimensionless percent unit which denotes the density of an attached or monolayer culture (e.g., cell culture).| +|OEO:00020035|considered region|A considered region is a spatial region that is used in an analysis.| +|OEO:00000104|constraint|A constraint is a condition that has to be fullfilled within a calculation.| +|OEO:00020176|construction time|A construction time is a time span that measures the time that is needed to construct an artificial object.| +|OEO:00000105|consumer|A consumer is a user of a commercial product or service.| +|OEO:00140039|consumption|Consumption is the process of using something and thereby reducing its amount.| +|OEO:00000107|contact person|A contact person is an agent that can be contacted for help or information about a specific service or good.| +|BFO:0000002|continuant|| +|BFO:0000140|continuant fiat boundary|b is a continuant fiat boundary = Def. b is an immaterial entity that is of zero, one or two dimensions and does not include a spatial region as part. (axiom label in BFO2 Reference: [029-001])| +|OEO:00140109|contract|A contract is a document that contains an agreement between two or more competent agents to which those agents agree to be legally bound.| +|OEO:00020147|conventional|Conventional is an origin of energies that don't replenish when transformed / consumed.| +|OEO:00020148|conventional energy carrier disposition|A conventional energy carrier disposition is an energy carrier disposition of an material entity that contains non-renewable energy.| +|OEO:00140131|conventional trader|A trader that trades the power of fossil fuel power plants.| +|OEO:00140161|cooperative programming|Cooperative programming is the process of two or more people working on program code together at the same time (according to a specified routine).| +|OEO:00020185|copyright license|A copyright license is a license that states the ownership and contractually sets the rights and obligations to use, copy, and distribute a creative work.| +|OEO:00040009|cost|Cost is an economic value that describes the amount of money needed to buy, make, or do a thing.| +|UO:0000220|coulomb|An electrical charge unit which is equal to the amount of charge transferred by a current of 1 ampere in 1 second.| +|UO:0000285|count per molar|A rate unit which is equal to one over one molar.| +|UO:0000282|count per molar second|A rate unit which is equal to one over one molar second.| +|UO:0000284|count per nanomolar|A rate unit which is equal to one over one nanomolar.| +|UO:0000281|count per nanomolar second|A rate unit which is equal to one over one nanomolar second.| +|UO:0000189|count unit|A dimensionless unit which denotes a simple count of things.| +|UO:0000148|counts per minute|An activity (of a radionuclide) unit which is equal to the number of light emissions produced by ionizing radiation in one minute.| +|OEO:00000114|cplex|| +|OEO:00140025|cross-checking against other models|Cross-checking against other models is a validation where a model gets cross-checked against other models of the domain.| +|OEO:00000115|crude oil|Crude oil is a portion of mater of fossil origin comprising a mixture of hydrocarbons and associated impurities, such as sulphur. It exists in the liquid phase under normal surface temperature and pressure and its physical characteristics (density, viscosity, etc.) are highly variable. This category includes field or lease condensate recovered from associated and non-associated gas where it is commingled with the commercial crude oil stream.| +|OEO:00000116|csv|| +|UO:0000097|cubic centimeter|A volume unit which is equal to one millionth of a cubic meter or 10^[-9] m^[3], or to 1 ml.| +|UO:0000090|cubic centimeter per mole|A molar volume unit which is equal to 1 cubic centimeter occupied by one mole of a substance in the form of a solid, liquid, or gas.| +|UO:0000100|cubic decimeter|A volume unit which is equal to one thousand of a cubic meter or 10^[-3] m^[3], or to 1 L.| +|UO:0000096|cubic meter|A volume unit which is equal to the volume of a cube with edges one meter in length. One cubic meter equals to 1000 liters.| +|UO:0000093|cubic meter per kilogram|A specific volume unit which is equal to one cubic meter volume occupied by one kilogram of a particular substance.| +|UO:0000089|cubic meter per mole|A molar volume unit which is equal to 1 cubic meter occupied by one mole of a substance in the form of a solid, liquid, or gas.| +|IAO:0000078|curation status specification|The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value.| +|IAO:8000007|curation subset ontology module|A subset ontology that is intended as a whitelist for curators using the ontology. Such a subset will exclude classes that curators should not use for curation.| +|UO:0000133|curie|An activity (of a radionuclide) unit which is equal to the activity of a quantity of radioactive material in which there are 3.7 x 10^[10] atom disintegration per second (dps).| +|UO:0000320|curie per liter|A unit of radioactivity concentration which is equal to one curie in a volume of 1 liter.| +|OEO:00040004|currency|A unit which is a measure of the medium of an exchange value, defined by reference to the geographical location of the monetary authorities responsible for it.| +|OEO:00020107|curtailment|Curtailment is a process in which a power generating unit is forced to reduce its output, in order to balance energy supply and demand or due to transmission constraints.| +|OEO:00020163|daily|one value per day| +|UO:0000221|dalton|An independently to the base SI units defined mass unit which is equal to one twelfth of the mass of an unbound atom of the carbon-12 nuclide, at rest and in its ground state.| +|OEO:00000117|dam|A dam is an artificial object that stops or restricts the flow of water or underground streams.| +|IAO:0000102|data about an ontology part|Data about an ontology part is a data item about a part of an ontology, for example a term| +|OEO:00000119|data descriptor|A data descriptor is an information content entity that contains additional information about some data.| +|OEO:00000120|data format|A data format is a data descriptor that describes in which format the data is encoded.| +|OEO:00000121|data frame|| +|IAO:0000027|data item|A data item is an information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements.| +|OEO:00020186|data license|A data license is a license that determines ownership, database protection, and permissions for data.| +|OEO:00000122|data postprocessing|Data postprocessing is data processing that transforms the output of a model calculation into a form that is suitable for presentation.| +|OEO:00000123|data preprocessing|Data preprocessing is data processing that transforms the input into a form that is useable for a model calculation.| +|OEO:00000124|data processing|| +|OEO:00000125|data processing software|data processing software is software used in the context of data processing.| +|IAO:0000100|data set|A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets.| +|OEO:00000118|database|A database is an information content entity that stores data items and data sets.| +|UO:0000033|day|A time unit which is equal to 24 hours.| +|UO:0000295|deca|A prefix in the metric system denoting a factor of ten.| +|OEO:00010212|decarbonisation pathway|A decarbonisation pathway is a policy that aims at long-term emissions reductions.| +|UO:0000296|deci|A prefix in the metric system denoting a factor of one tenth.| +|UO:0000259|decibel|A ratio unit which is an indicator of sound power per unit area.| +|UO:0000209|deciliter|A volume unit which is equal to one tenth of a liter or 10^[-1] L.| +|OEO:00230002|declared net capacity|Declared net capacity is a power capacity stating the maximum power a power generating unit or a power plant can deliver to the electrical grid. It equals the sum of the rated powers of all plant generators minus all power used internally within the plant.| +|OEO:00020173|decommissioning cost|Decommissioning costs are investment costs arising from the decommissioning of a technological device at the end of its lifetime.| +|OEO:00020177|decommissioning time|A decommissioning time is a time span that measures the time that is needed to decommission an artificial object.| +|IAO:0000420|defined class|A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal| +|UO:0000185|degree|A plane angle unit which is equal to 1/360 of a full rotation or 1.7453310^[-2] rad.| +|UO:0000027|degree Celsius|A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K.| +|UO:0000195|degree Fahrenheit|A temperature unit which is equal to 5/9ths of a kelvin. Negative 40 degrees Fahrenheit is equal to negative 40 degrees Celsius.| +|OEO:00020174|delivery cost|A delivery cost is a cost for a product or service that refers to the total unit cost of a product or commodity delivered to a certain market, city or customer. It is normally composed of all associated transport costs and the unit cost of production for that product.| +|OEO:00140125|delivery interval|A delivery interval is the duration between repeated deliveries of services or commodities.| +|OEO:00140117|delivery time|Delivery time is a one-dimensional temporal region expressing the amount of time that it takes for goods that have been bought to arrive at the place where they are wanted.| +|OEO:00140118|delivery time point|A delivery time point is a zero-dimensional temporal region expressing the point in time when goods that have been bought arrive at the place where they are wanted.| +|OEO:00140040|demand|A demand is a realizable entity that is characterised by a person, organisation or object needing it for a specific purpose.| +|OEO:00140140|demand trader|A demand trader is a trader that deals specifically with energy demand.| +|IAO:0000409|denotator type|A denotator type indicates how a term should be interpreted from an ontological perspective.| +|UO:0000182|density unit|A unit which is a standard measure of the influence exerted by some mass.| +|OEO:00140169|deterministic|| +|OEO:00140060|developable flow potential|A developable flow potential is a type of flow potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).| +|OEO:00140066|developable stock potential|A developable stock potential is a type of stock potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).| +|OEO:00000130|dict|| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010244|diesel engine|A diesel engine is an internal combustion engine that uses a diesel fuel.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010242|diesel fuel|A diesel fuel is a combustion fuel that has a diesel fuel role.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010240|diesel fuel role|A diesel fuel role is a fuel role that expresses that a portion of matter can be used in a diesel engine.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010246|diesel vehicle|A diesel vehicle is an internal combustion vehicle that has only a diesel engine as motor for propulsion.| +|UO:0000186|dimensionless unit|A unit which is a standard measure of physical quantity consisting of only a numerical number without any units.| +|OEO:00010139|direct air capture|Direct on air capture (DAC) is carbon dioxide capture from air.| +|OEO:00140143|direct marketer|A direct marketer is a trader who is the relay between the energy exchange and power plant operators.| +|IAO:0000033|directive information entity|An information content entity whose concretizations indicate to their bearer how to realize them in a process.| +|OEO:00240021|discount rate|A discount rate is an economic value with the unit percent that refers to the interest rate used in discounted cash flow (DCF) analysis to determine the present value of future cash flows.| +|UO:0000147|disintegrations per minute|An activity (of a radionuclide) unit which is equal to the activity of a quantity of radioactive material in which one nucleus decays per minute or there is one atom disintegration per minute.| +|UO:0000216|disintegrations per second|An activity (of a radionuclide) unit which is equal to the activity of a quantity of radioactive material in which one nucleus decays per second or there is one atom disintegration per second.| +|OEO:00140136|dispatch assignment|Dispatch assignment is a plan specification that refers to resource planning at a power plant (usually by the plant’s operator).| +|BFO:0000016|disposition|| +|OEO:00010136|distribution|Distribution is the process of delivering goods and services to agents| +|OEO:00000132|district heating|District heating is a grid-bound heating transfer to residential or commercial buildings.| +|IAO:0000310|document|A collection of information content entities intended to be understood together as a whole| +|UO:0000310|dosage unit|A concentration unit which is a standard measure of the amount of a toxic or pharmaceutical substance administered over time to a recipient subject, expressed in terms of the size of the subject.| +|UO:0000130|dose equivalent unit|A unit which is a standard measure of the expression of dose in terms of its biological effect.| +|UO:0000307|dose unit|A concentration unit which is a standard measure of the amount of a toxic or pharmaceutical substance administered to a recipient subject, expressed in terms of the size of the subject.| +|UO:0000240|dots per inch|A spatial resolution unit which is a standard measure of the printing resolution, in particular the number of individual dots of ink a printer or toner can produce within a linear one-inch space.| +|UO:0010032|drachm|An imperial mass unit which is equivalent to 1.771,845,195,3125 grams, or 1/256 of 1 pound.| +|OEO:00020124|due|A due is an economic value that represents a payment that an agent makes to belong to an organisation.| +|UO:0000238|dynamic range unit|An image resolution unit which is a standard measure of the amount of contrast available in a pixel.| +|UO:0000255|dyne per cm|A surface tension unit which is equal to one dyne per centimeter.| +|OEO:00020029|econometric|| +|OEO:00140059|economic flow potential|An economic flow potential is a type of flow potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).| +|OEO:00030008|economic scenario|An economic scenario is a scenario that describes a possible future state of an economic system.| +|OEO:00140065|economic stock potential|An economic stock potential is a type of stock potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).| +|OEO:00140012|economic value|An economic value is a quantity value that is economically relevant.| +|OEO:00010115|economy|An economy is a system of production, distribution, trade and consumption of goods and services.| +|IAO:8000002|editors ontology module|An ontology module that is intended to be directly edited, typically managed in source control, and typically not intended for direct consumption by end-users.| +|UO:0000260|effective dose unit|A unit which is a standard measure of the estimate of the stochastic effect that a non-uniform radiation dose has on a human.| +|OEO:00140050|efficiency value|An efficiency value is a quantity value stating the ratio between a process's inputs and the outputs that are used.| +|OEO:00010123|effort sharing|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.| +|UO:0000156|einstein per square meter per second|An irradiance unit which is equal to one einstein per square meter per second. One einstein is one mole of photons, regardless of their frequency. Therefore, the number of photons in an einstein is Avogadro's number.| +|UO:0000219|electric charge|A unit which is a standard measure of the quantity of unbalanced electricity in a body (either positive or negative) and construed as an excess or deficiency of electrons.| +|UO:0000004|electric current unit|A unit which is a standard measure of the flow of electric charge.| +|UO:0000267|electric field strength unit|The electric field strength is a unit which is a measure of the potential difference between two points some distance apart.| +|OEO:00000009|electric heat pump|An electric heat pump is a heat pump that uses electrical energy as drive energy.| +|OEO:00010027|electric motor|An electric motor is a motor that converts electrical energy into kinetic energy.| +|UO:0000217|electric potential difference unit|A unit which is a standard measure of the work done per unit charge as a charge is moved between two points in an electric field.| +|OEO:00010028|electric traction motor|An electric traction motor is an electric motor used for propulsion.| +|OEO:00000146|electric vehicle|An electric vehicle (abbreviated as EV) is a vehicle that uses one or more electric motors for propulsion.| +|UO:0000262|electrical conduction unit|A unit which represents a standard measurement of the movement of electrically charged particles through a transmission medium (electrical conductor).| +|OEO:00000139|electrical energy|Electrical energy is a form of energy derived from the potential or kinetic energy of charged particles.| +|OEO:00020204|electrical energy amount value|An electrical energy amount value is an energy amount value that measures a quantity of electrical energy.| +|OEO:00020208|electricity export|Electricity export is the export of electrical energy.| +|OEO:00020206|electricity export value|An electricity import value is an electrical energy amount value that measures the import of electrical energy.| +|OEO:00240014|electricity generation process|Electricity generation process is an energy transformation that has electrical energy as physical output.| +|OEO:00000143|electricity grid|An electricity grid is a supply grid that distributes electrical energy / electricity.| +|OEO:00000144|electricity grid component|An electricity grid component is a grid component that is part of an electricity grid.| +|OEO:00020207|electricity import|Electricity import is the import of electrical energy.| +|OEO:00020205|electricity import value|An electricity export value is an electrical energy amount value that measures the export of electrical energy.| +|OEO:00020117|electricity price|Electricity price is the monetary price per energy unit of electricity.| +|OEO:00000145|electricity sector|An electricity sector is a transformation sector that covers electricity generation and transport of electrical energy to consumers of electrical energy.| +|OEO:00000423|electricity transshipment model|An electricity transshipment model is a model that applies the transshipment problem to the electricity grid.| +|OEO:00000010|electro motive generator|An electro motive generator is a generator that converts kinetic energy into electric energy.| +|OEO:00140037|electrochemical reaction|An electrochemical reaction is a chemical reaction that describes the overall reactions of individual redox reactions being separated but connected by an external electric circuit and an intervening electrolyte.| +|UO:0000266|electronvolt|A non-SI unit of energy (eV) defined as the energy acquired by a single unbound electron when it passes through an electrostatic potential difference of one volt. An electronvolt is equal to 1.602 176 53(14) x 10^-19 J.| +|OEO:00140171|email address|An email address is an information content entity that identifies an email box to which messages are delivered.| +|OEO:00000147|emission|emission is a process releasing byproducts from human activity (e.g. production, distribution or consumption) into the environment.| +|OEO:00020063|emission certificate|An emission certificate is a licence that permits its holder/owner a specific emission value. An emission certificate can be traded at a CO2 market exchange.| +|OEO:00020154|emission certificate price|Emission certificate price is a monetary price of an emission certificate that allows the emission of a certain emission value.| +|OEO:00010213|emission constraint|An emission constraint is a constraint that determines the emissions a model calculation describes.| +|OEO:00000148|emission factor|An emission factor is a process attribute that quantifies the emissions or removals of a gas per unit activity.| +|OEO:00020075|emission market exchange|An emission market exchange is a market exchange where emission certificates are traded| +|OEO:00010268|emission price|An emission price is a monetary price of emitting a certain emission value.| +|OEO:00010079|emission quantity value|An emission quantity value is a quantity value that has a mass unit as unit. It is the quantity value of an emission value.| +|OEO:00030009|emission scenario|An emission scenario is a scenario that describes a possible emission trajectory.| +|OEO:00140081|emission value|An emission value is a process attribute that quantifies the output of an emission process. It can be calculated using the emission factor of that emission process.| +|OEO:00000149|empirical dataset|An empirical dataset is a dataset that is optained from observations in the real world.| +|OEO:00140047|end alignment|An end alignment is a time stamp alignment indicating that the time stamp marks the end of the time step.| +|OEO:00030032|ending time|An ending time is a zero-dimensional temporal region that indicates the end of a one-dimensional temporal region.| +|OEO:00030030|endogenous data|Endogenous data is a data item whose quantity value is determined by a model.| +|OEO:00000150|energy|Energy is a quality of material entities which manifests as a capacity to perform work (such as causing motion or the interaction of molecules)| +|OEO:00050019|energy amount value|An energy amount value is a quantity value that has an energy unit as unit.| +|OEO:00030017|energy autoproducer|An energy autoproducer is an organisational energy producer who produces electrical energy and/or heat wholly or partly for their own use as an activity which supports their primary activity.| +|OEO:00020039|energy carrier|An energy carrier is a material entity that has an energy carrier disposition.| +|OEO:00000151|energy carrier disposition|An energy carrier disposition is a disposition of an material entity that contains energy for conversion as usable energy.| +|OEO:00240019|energy consumption value|An energy consumption value is an energy amount value that measures the energy consumption over a time span.| +|OEO:00140049|energy conversion efficiency|Energy conversion efficiency is a process attribute describing the ratio between the input of an energy transformation and the outputs that are used.| +|OEO:00140052|energy conversion performance|Energy conversion performance is a process attribute describing the ratio between the non-heat input of an energy transformation and the outputs that are used.| +|OEO:00000011|energy converting component|An energy converting component is an artificial object that is usually a discrete part of an energy transformation unit with the function of transforming, transferring or changing a certain type of energy.| +|OEO:00140146|energy demand|Energy demand is a demand for energy.| +|OEO:00000128|energy demand sector|An energy demand sector is a sector that covers energy consumers.| +|OEO:00020065|energy market exchange|An energy market exchange is a market exchange in which energy commodities are traded.| +|OEO:00000264|energy market model|An energy market model is a model that is about the energy market.| +|OEO:00030010|energy scenario|An energy scenario is a scenario that describes a possible future state of an energy system.| +|OEO:00240024|energy service demand|An energy service demand is a demand of an agent to use energy as a means to obtain or facilitate desired end services or states.| +|OEO:00010265|energy service demand for passenger-kilometre|Energy service demand for passenger-kilometre is the energy service demand that is consumed to transport one person over a distance of one kilometre.| +|OEO:00010266|energy service demand for ton-kilometre|Energy service demand for ton-kilometre is the energy service demand that is consumed to transport one metric ton over a distance of one kilometre.| +|OEO:00000012|energy storage|Energy storage is a function of an artificial object that has been engineered to contain energy for conversion as usable energy later.| +|OEO:00000159|energy storage object|An energy storage object is an artificial object that has the function energy storage.| +|OEO:00030024|energy system|An energy system is a supply system of spatially extended linked energy sources and sinks.| +|OEO:00030015|energy system model|An energy system model is a model of an energy system.| +|OEO:00020103|energy transfer|Energy transfer is an energy transformation in form of a spatial transmission, that does not change the types of energies, apart from losses, e.g. waste heat.| +|OEO:00020003|energy transformation|Energy transformation is a transformation in which one or more certain types of energy as input result in certain types of energy as output.| +|OEO:00000158|energy transformation sector|An energy transformation sector is a sector that covers energy production, energy transformation from primary to secondary energy and transport of energy to the demand sector.| +|OEO:00020102|energy transformation unit|An energy transformation unit is an artificial object that transforms, changes or transfers a certain type of energy.| +|UO:0000111|energy unit|A unit which is a standard measure of the work done by a certain force (gravitational, electric, magnetic, force of inertia, etc).| +|OEO:00010210|energy use|Energy use is the consumption of an energy carrier making use of the energy it carries.| +|BFO:0000001|entity|| +|UO:0000181|enzyme unit|A catalytic unit activity which is equal to the amount of the enzyme that catalyzes the conversion of 1 micro mole of substrate per minute.| +|OEO:00020169|equipment cost|Equipment cost is an investment cost for acquisition of the components and machinery including environmental facilities.| +|OEO:00020001|ethanol|Ethanol is a portion of matter with the chemical formula C2H6O. It has a liquid normal state of matter and can be used as a combustion fuel.| +|OEO:00000160|eurostat energy balances|"The concept of ""energy balance"" is an accounting framework for the compilation and understanding of data on all energy products entering, exiting and being used in a country. The energy balance is the most complete statistical accounting of energy products and their flow in the economy. Columns of the energy balance represent energy products (fuels). Rows represent energy flows.| +|||| +|The energy balance expresses all forms of energy in a common accounting unit. The balance shows the relationships between supply, inputs to the energy transformation processes and their outputs as well as the actual energy consumption by different sectors of end-use."||| +|UO:0000289|exa|A prefix in the metric system denoting a factor of ten to the power of 18.| +|OEO:00050007|exajoule|An energy unit which is equal to 10^18 joules.| +|IAO:0000002|example to be eventually removed|| +|OEO:00020114|exchange rate|The exchange rate is an economic value representing the ratio at which one currency can be exchanged for another.| +|IAO:8000010|exclusion subset ontology module|A subset of an ontology that is intended to be excluded for some purpose. For example, a blacklist of classes.| +|OEO:00030029|exogenous data|Exogenous data is a data item whose quantity value is determined outside of a model and is imposed on a model.| +|OEO:00020202|export|Export is the process of selling goods or services abroad and their delivery to a foreign market.| +|OEO:00240037|export price|An export price is the monetary price for the export of a material entity.| +|UO:0000131|exposure unit|A unit which is a standard measure of the quantity that expresses the ability of radiation to ionize air and thereby create electric charges which can be collected and measured.| +|IAO:8000011|external import ontology module|An imported ontology module that is derived from an external ontology. Derivation methods include the OWLAPI SLME approach.| +|OEO:00000161|external optimiser|An external optimiser is a software external to a model that computes an optimisation.| +|OEO:00000162|factsheet|A factsheet is a document that collects information about a specific topic in a structured way.| +|IAO:0000103|failed exploratory term|The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job| +|OEO:00000163|false|| +|UO:0010020|fathom|A maritime length unit which is equal to 6.08 feet, or 1.853184 metres| +|OEO:00020126|fee|A fee is an economic value that represents an amount of money paid for a particular piece of work or for a particular right or service.| +|OEO:00020108|feed-in tariff|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.| +|UO:0000303|femto|A prefix in the metric system denoting a factor of 10 to the power of -15.| +|UO:0000026|femtogram|A mass unit which is equal to 10^[-15] g.| +|UO:0000104|femtoliter|A volume unit which is equal to 10^[-15] L.| +|UO:0000073|femtomolar|A unit of molarity which is equal to 10^[-15] M.| +|UO:0000043|femtomole|A substance unit equal to 10^[-15] mol.| +|BFO:0000024|fiat object part|| +|OEO:00000165|field photovoltaic power plant|A field photovoltaic power plant (also: solar farm, solar park) is a photovoltaic power plant that is installed out in the open on the ground.| +|OEO:00140080|final energy carrier|A final energy carrier is an energy carrier that has the disposition final energy carrier disposition.| +|OEO:00140077|final energy carrier disposition|Final energy carrier disposition is an energy carrier disposition of material entities that are delivered to energy consumers for their use.| +|OEO:00050016|final energy consumption|Final energy consumption is the consumption of energy delivered to and consumed by end users.| +|OEO:00020196|fissile material entity|A fissile material entity is a material entity that has the disposition to carry nuclear (binding) energy.| +|OEO:00020168|fixed cost|A fixed cost is a cost for operation and mantainance that does not vary with the amount of goods or services produced.| +|OEO:00000169|flow battery|A flow battery is a battery in which chemical energy is provided by two chemical components dissolved in liquids contained within the system and separated by a membrane. Ion exchange (accompanied by flow of electric current) occurs through the membrane while both liquids circulate in their own respective space.| +|OEO:00140056|flow potential|A flow potential is a potential of an input or output of a process, per time unit.| +|OEO:00140116|fluid|A fluid is a material entity which is a liquid, gas or plasma.| +|UO:0010026|fluid ounce|An imperial volume unit which is equivalent to 28.413,0625 millilitres.| +|OEO:00000013|fluorinated greenhouse gas|A fluorinated greenhouse gas is a greenhouse gas that is produced by fluorination. Hence it contains Fluor (F) atoms and is of anthropogenic origin.| +|UO:0000322|fold dilution|A unit that is the ratio of concentration of two solutions of interest, typically with one solution derived from the other by the addition of solvent.| +|UO:0010013|foot|A length unit which is equal to 0.3048 metres, or 12 inches.| +|UO:0000153|foot candle|An illuminance unit which is equal to the illuminance produced by 1 lumen evenly spread over an area 1 foot^[2]. One footcandle is equal to 10.76 lux.| +|UO:0000107|force unit|A unit which is a standard measure of the force is applied when a mass is accelerated.| +|OEO:00020105|forced outage|A forced outage is an outage of an artificial object caused by a failure.| +|OEO:00010233|forecast error|A forecast error is a quantity value that quantifies the difference between a measured and a forecasted value.| +|UO:0000318|formazin nephelometric unit|1000 formazin turbidity units (FNU) on the empirical formazin turbidity scale represents reflectance of insol. reaction products of 0.0725 g hydrazine sulfate with 0.7250 g hexamethylenetetramine diluted to 1 L.| +|OEO:00000170|fortran|| +|OEO:00030002|fossil|Fossil is a geogenic origin of portions of matter created from organic material by geological processes lasting thousands or millions of years.| +|OEO:00000014|fossil combustion fuel|A fossil combustion fuel is a combustion fuel with the origin fossil.| +|OEO:00000131|fossil diesel fuel|Diesel fuel is gas diesel oil used on-road for diesel compression ignition (cars, trucks, etc.), usually of low sulphur content.| +|OEO:00020149|fossil energy|Fossil energy is chemical energy that is stored in fossil combustion fuels and thus has a conventional origin.| +|OEO:00010015|fossil hydrogen|Fossil hydrogen is hydrogen with fossil origin. It is usually produced from fossil fuels applying the steam reforming process.| +|OEO:00010226|fossil industrial waste fuel|A fossil industrial waste fuel is an industrial waste fuel that has a fossil origin.| +|OEO:00000299|fossil municipal waste fuel|A fossil municipal waste fuel is an municipal waste fuel that has a fossil origin.| +|OEO:00010224|fossil waste fuel|A fossil waste fuel is a waste fuel that has a fossil origin.| +|UO:0000191|fraction|A dimensionless ratio unit which relates the part (the numerator) to the whole (the denominator).| +|OEO:00140127|fraction value|A fraction value is a quantity value that has a fraction as it's unit.| +|OEO:00000172|framework factsheet|A framework factsheet is a factsheet that contains information about a software framework.| +|OEO:00140005|freight transport|Freight transport is a transport process which moves goods from one place to another.| +|OEO:00160001|frequency control|Frequency control is a process that regulates the electricity output of an artificial object to maintain the equilibrium between electricity supply and demand.| +|UO:0000105|frequency unit|A unit which is a standard measure of the number of repetitive actions in a particular time.| +|OEO:00000173|fuel|A fuel is a portion of matter that has the disposition to be an energy carrier and that has a fuel role.| +|OEO:00000016|fuel cell|A fuel cell is a generator that converts chemical energy into electricity using redox reactions.| +|OEO:00010025|fuel cell electric vehicle|A fuel cell electric vehicle (FCEV) is an electric vehicle that uses electrical energy from a fuel cell.| +|OEO:00020068|fuel commodity|A fuel commodity is a commodity that is a fuel.| +|OEO:00020066|fuel commodity role|Fuel commodity role is the commodity role of fuels.| +|OEO:00160005|fuel cost|A fuel cost is a variable cost that depends on the type and amount of fuel.| +|OEO:00020060|fuel market exchange|A fuel market exchange is an energy market exchange where fuels like oil, coal, renewable fuels, and natural gas are traded.| +|OEO:00000001|fuel role|A fuel role is a role of a portion of matter that has the disposition to be an energy carrier and is used in a process that releases the carried energy by transforming the portion of matter into a different kind of portion of matter in a way that releases heat or does work.| +|OEO:00050001|fuel-powered electricity generation|Fuel-powered electricity generation is an electricity generation process that converts chemical energy from a combustion fuel to electrical energy. It causes some emission.| +|OEO:00000174|fueled power plant|A fueled power plant is a power plant that has fueled power units as parts.| +|OEO:00000175|fueled power unit|A fueled power unit is a power generating unit that uses fuel.| +|OEO:00140144|full load hours|Full load hours are a quantity value that describes the utilization of a technical device. The value of the full load hours is obtained by dividing the annual amount of energy generated by the declared net capacity of the plant.| +|BFO:0000034|function|| +|OEO:00090001|funder|A funder is a sponsor that supports by giving money.| +|UO:0010016|furlong|A length unit which is equal to 20,116.8 metres, 660 feet, or 10 chains.| +|UO:0010030|gallon|An imperial volume unit which is equivalent to 4,546.09 millilitres, or 8 pints.| +|OEO:00000180|gams|| +|OEO:00000181|gas diesel oil|Gas/diesel oil is a portion of matter that is primarily a medium distillate distilling between 180 °C and 380 °C. Includes blending components. Several grades are available depending on uses.| +|OEO:00000017|gas fired power unit|A gas fired power unit is a power generating unit using gas as fuel.| +|OEO:00020004|gas grid|A gas grid is a supply grid that distributes gaseous fuel, e.g. methane.| +|OEO:00020007|gas grid component|A gas grid component is a grid component that is part of a gas grid.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010236|gas mixture|A gas mixture is a portion of matter that is a composition of different kinds of portions of matter and that has a gaseous normal state of matter.| +|OEO:00000184|gas power plant|A gas power plant is a power plant that has gas fired power units as parts.| +|OEO:00000185|gas turbine|A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine.| +|OEO:00000182|gaseous|The state of being a gas. A portion of matter is in gaseous state if and only if it has has no definite shape and no definite volume and is not electrically conductive.| +|OEO:00010153|gaseous biofuel|| +|OEO:00010146|gaseous combustion fuel|A gaseous combustion fuel is a combustion fuel that has a gaseous state of matter under normal conditions.| +|OEO:00010148|gaseous fossil fuel|A gaseous fossil fuel is a fossil combustion fuel that has a gaseous state of matter under normal conditions.| +|OEO:00010151|gaseous renewable fuel|A gaseous renewable fuel is a renewable fuel that has a gaseous state of matter under normal conditions.| +|OEO:00010155|gaseous synthetic fuel|| +|OEO:00000183|gasoline|Gasoline (American English) or petrol (British English) is a portion of matter in the form of a transparent petroleum-derived liquid that is used primarily as a fuel in spark-ignited internal combustion engines. It consists mostly of organic compounds obtained by the fractional distillation of petroleum, enhanced with a variety of additives.|https://en.wikipedia.org/w/index.php?title=Gasoline&oldid=867948640| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010243|gasoline engine|A gasoline engine is an internal combustion engine that uses a gasoline fuel.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010241|gasoline fuel|A gasoline fuel is a combustion fuel that has a gasoline fuel role.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010239|gasoline fuel role|A gasoline fuel role is a fuel role that expresses that a portion of matter can be used in a gasoline engine.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010245|gasoline vehicle|A gasoline vehicle is an internal combustion vehicle that has only a gasoline engine as motor for propulsion.| +|OEO:00000186|gasworks gas|"Gasworks gas is manufactured coal based gas that covers all types of gases produced in public utility or private plants, whose main purpose is manufacture, transport and distribution of gas. It includes gas produced by carbonisation (including gas produced by coke ovens and transferred to gasworks gas), by total gasification with or without enrichment with oil products (LPG, residual fuel oil, etc.), and by reforming and simple mixing of gases and/or air, reported under the rows ‘from other sources’. Under the transformation sector identify amounts of gasworks gas transferred to blended natural gas which will be distributed and consumed through the natural gas grid.| +|||| +|The production of other coal gases (i.e. coke oven gas, blast furnace gas and oxygen steel furnace gas) should be reported in the columns concerning such gases, and not as production of gasworks gas. The coal gases transferred to gasworks plants should then be reported (in their own column) in the transformation sector in the gasworks plants row. The total amount of gasworks gas resulting from transfers of other coal gases should appear in the production line for gasworks gas."||| +|OEO:00000187|gdx|| +|IAO:8000014|generated ontology module|An ontology module that is automatically generated, for example via a SPARQL query or via template and a CSV.| +|OEO:00140138|generation time series|| +|OEO:00000188|generator|A generator is an energy converting component that converts other forms of energy into electrical energy.| +|BFO:0000031|generically dependent continuant|b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001])| +|OEO:00030003|geogenic|Geogenic is an origin of portions of matter or energies that are the result of geological processes.| +|OEO:00000189|geographic coordinate|A geographic coordinate is an information content entity explicitly stating the geographic position of a zero-dimensional spatial region on Earth, by using a set of numbers with respect to a geografic coordinate system.| +|OEO:00000191|geothermal energy|Geothermal energy is thermal energy that is released from within the earth's crust.| +|OEO:00020059|geothermal heat transfer|Geothermal heat transfer is a heat transfer from the earth crust to a transportable material entity. E.g. a liquid or gas.| +|OEO:00000192|geothermal power plant|A geothermal power plant is a power plant that has geothermal power units as parts.| +|OEO:00000019|geothermal power unit|A geothermal power unit is a power unit using geothermal heat.| +|OEO:00000193|german energy balances|"Das Schema der Energiebilanzen umfasst eine Matrix von 33 Spalten und 68 Zeilen (einschließlich der Summenspalten und -zeilen). In der horizontalen Gliederung (Spalten) werden die Energieträger ausgewiesen, die der energetischen und nichtenergetischen Nutzung dienen. In der vertikalen Gliederung (Zeilen) werden für die jeweiligen Energieträger Aufkommen, Umwandlung und Verwendung erfasst.| +|||| +|Als Energieträger werden alle Quellen oder Stoffe bezeichnet, in denen Energie mechanisch, thermisch, chemisch oder physikalisch gespeichert ist. Fünf Kerngruppe werden bei der Energiebilanz unterschieden:||| +|||| +| Fossile Brennstoffe||| +| Erneuerbare Energien||| +| Strom||| +| Kernbrennstoffe||| +| Fernwärme||| +|||| +|Bilanzebenen||| +|Schematische Darstellung des Bilanzraums der deutschen Arbeitsgemeinschaft Energiebilanzen||| +|Primär- und Endenergie sowie Umwandlungsverluste||| +|||| +|Die Abgrenzung erfolgt in drei Bilanzbereichen:||| +|||| +| die Primärenergiebilanz,||| +| die Umwandlungsbilanz und||| +| der Endenergieverbrauch.||| +|||| +|In der Primärenergiebilanz werden die Energieträger mit ihrem Mengenaufkommen bei der Gewinnung und Anlieferung nach folgenden Kriterien erfasst:||| +|||| +| inländische Gewinnung von Energieträgern,||| +| Außenhandel mit Energieträgern, unterteilt nach Einfuhr und Ausfuhr,||| +| Hochseebunkerungen (Heizöl, Dieselkraftstoff und Schmierstoffe für die nationale und internationale Seeschifffahrt in deutschen Häfen. Ohne Lieferungen an Binnen- und Küstenmotorschiffe und Fischerei, die zum Sektor Verkehr (Endenergieverbrauch) zählen.)||| +| Bestandsveränderungen, getrennt erfasst nach Bestandsentnahmen und -aufstockungen"||| +|UO:0000292|giga|A prefix in the metric system denoting a factor of ten to the power of 9.| +|UO:0000330|gigabasepair|A unit equal to one billion base pairs.| +|UO:0000331|gigabyte|An information unit which is equal to 1000000000 bytes.| +|OEO:00050004|gigajoule|An energy unit which is equal to 10^9 joules.| +|OEO:00050011|gigawatt-hour|An energy unit which is equal to 10^9 watt-hours.| +|UO:0010027|gill|An imperial volume unit which is equivalent to 142.065,3125 millilitres.| +|OEO:00010078|global warming potential|Global warming potential (GWP) is a quantity value that measures the the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).| +|OEO:00000195|glpk|| +|OEO:00000196|gnu|| +|OEO:00140099|goal description|A goal description is an information content entity that contains statements about a desired future state of a system that a person or organisation envisions or plans, or to which it commits.| +|OEO:00010116|good|A good is a continuant that has the good role.| +|OEO:00010117|good role|The role of a continuant over which ownership rights can be established, whose ownership can be passed from one party to another by engaging in transactions, and that is not money.| +|UO:0010031|grain|An imperial mass unit which is equivalent to 64.798,91 milligrams.| +|UO:0000021|gram|A mass unit which is equal to one thousandth of a kilogram or 10^[-3] kg.| +|UO:0000084|gram per cubic centimeter|A mass unit density which is equal to mass of an object in grams divided by the volume in cubic centimeters.| +|UO:0000208|gram per deciliter|A mass density unit which is equal to mass of an object in grams divided by the volume in deciliters.| +|UO:0000175|gram per liter|A mass unit density which is equal to mass of an object in grams divided by the volume in liters.| +|UO:0000173|gram per milliliter|A mass unit density which is equal to mass of an object in grams divided by the volume in milliliter.| +|UO:0000088|gram per mole|A molar mass unit which is equal to one gram of mass of one mole of chemical element or chemical compound.| +|UO:0000134|gray|An absorbed dose unit which is equal to the absorption of one joule of radiation energy by one kilogram of matter.| +|OEO:00000198|greenhouse effect disposition|The greenhouse effect disposition is the disposition of a gas to contribute to the greenhouse effect, when it is emitted into the atmosphere.| +|OEO:00000020|greenhouse gas|A greenhouse gas is a portion of matter that has the disposition to contribute to the greenhouse effect.| +|OEO:00000199|greenhouse gas emission|A greenhouse gas emission is an emission that releases a greenhouse gas.| +|OEO:00140082|greenhouse gas emission value|A greenhouse gas emission value is an emission value that quantifies the output of a greenhouse gas emission process.| +|OEO:00020006|grid component|A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose.| +|OEO:00000255|grid component link|A grid component link is a grid component that serves as a connection between two other grid components.| +|OEO:00020171|grid connection cost|Grid connection costs are investment costs for establishing the grid connection from the energy generating device to point of connection to national grid.| +|OEO:00000296|grid node|A grid node is a grid component of a supply grid where two or more links meet.| +|OEO:00010031|grid supplied electric vehicle|A grid supplied electric vehicle is an electric vehicle that uses electrical energy via a conductor.| +|OEO:00000129|grid transferred thermal energy|Grid transferred thermal energy is thermal energy that is transferred via the grid-bound heating process.| +|OEO:00020073|grid-bound heating|Grid-bound heating is a heat transfer over a distance via a heating grid, using steam or (hot) water.| +|OEO:00140013|gross domestic product|A gross domestic product is an economic value that represents the broadest measure of aggregate economic activity, measuring the total unduplicated market value of all final goods and services produced within a statistical area in a period.| +|OEO:00240012|gross electricity generation|Gross electricity generation is a process attribute that refers to the total amount of electrical energy produced in an electricity generation process.| +|OEO:00050017|gross inland energy consumption|Gross inland energy consumption is an energy consumption value measuring the total consumption of energy in a spatial region (e.g. a country).| +|OEO:00240018|gross national electricity consumption|Gross national electricity consumption is an energy consumption value measuring the consumption of electrical energy in a spatial region (e.g. a country), including gross electricity generation plus electricity imports, minus electricity exports. It is part of the gross inland energy consumption.| +|OEO:00140023|gross value added|Gross value added is an economic value that is the value of goods and services produced in a sector of an economy, measuring that sector's contribution to gross domestic product (GDP). It is calculated as the monetary value of products and services produced, less the value of intermediate consumption.| +|OEO:00000203|gurobi|| +|UO:0000152|half life|A time unit which represents the period over which the activity or concentration of a specified chemical or element falls to half its original activity or concentration.| +|OEO:00000204|hard coal|Hard coal is coal with a gross calorific value greater than 23 865 kJ/kg (5 700 kcal/kg) on an ashfree but moist basis and with a mean random reflectance of vitrinite of at least 0,6.| +|OEO:00000205|hard coal power plant|A hard coal power plant is a coal power plant that has hard coal power units as parts.| +|OEO:00000021|hard coal power unit|A hard coal power unit is a coal power unit using hard coal as fuel.| +|OEO:00000206|hardware|Hardware is an artificial object that is part of an electronic system.| +|UO:0000263|heat conduction unit|A unit which represents a standard measurement of the spontaneous transfer of thermal energy through matter, from a region of higher temperature to a region of lower temperature.| +|OEO:00140102|heat exchanger|A heat exchanger is an energy converting component that is used for a heat transfer process.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010248|heat generation process|A heat generation process is an energy transformation that has thermal energy as energy output.| +|OEO:00000212|heat pump|A heat pump is a heater that transforms low temperature heat to high temperature heat using external energy.| +|OEO:00140101|heat transfer|Heat transfer is an energy transfer with thermal energy as the only input and thermal energy as the only output.| +|OEO:00000210|heater|A heater is an energy converting component that converts other forms of energy into useful heat.| +|OEO:00000213|heating and cooling sector|A heating and cooling sector is a sector that covers heating and cooling activities.| +|OEO:00020005|heating grid|A heating grid is a supply grid that distributes thermal energy via circulating steam or liquids.| +|OEO:00020008|heating grid component|A heating grid component is a grid component that is part of a heating grid.| +|OEO:00000211|heating oil|Heating oil is gas diesel oil for industrial and commercial uses, marine diesel and diesel used in rail traffic, other gas oil, including heavy gas oils which distil between 380 °C and 540 °C and which are used as petrochemical feedstocks.| +|UO:0010010|hectare|An area unit which is equal to an area of 10,000 square meters. Equivalent to 2.471 acres.| +|UO:0000287|hecto|A prefix in the metric system denoting a factor of one hundred.| +|UO:0000106|hertz|A frequency unit which is equal to 1 complete cycle of a recurring phenomenon in 1 second.| +|BFO:0000182|history|| +|UO:0000032|hour|A time unit which is equal to 3600 seconds or 60 minutes.| +|OEO:00020164|hourly|one value per hour| +|OEO:00000214|household sector|A household sector is a sector that covers households.| +|OEO:00140000|hub height|Hub height is a quality of a wind energy converting unit that measures the distance between surface and centre-line of the wind rotor.| +|UO:0010037|hundredweight|An imperial mass unit which is equivalent to 50.802,345,44 kilograms, 112 pounds, or 8 stone.| +|OEO:00020026|hybrid|| +|OEO:00000218|hydro energy|Hydro energy is kinetic energy of moving liquid water which can result directly from its potential energy.| +|OEO:00110004|hydro energy transformation|Hydro energy transformation is an energy transformation that converts hydro energy.| +|OEO:00010086|hydro power plant|A hydro power plant is a power plant having an aggregate of hydro power generating units as its power generating unit parts.| +|OEO:00010085|hydro power unit|A hydro power unit is a power generating unit that uses hydro energy.| +|OEO:00010088|hydro storage power plant|A hydro storage power plant is a hydro power plant that uses the available hydro energy of a stationary water storage.| +|OEO:00140159|hydrocarbon|Hydrocarbon is a portion of matter which is member of class of organic chemical compounds composed only of the elements carbon (C) and hydrogen (H).| +|OEO:00110005|hydroelectric energy transformation|Hydroelectric energy transformation is a hydro energy transformation that converts hydro energy to electrical energy.| +|OEO:00000219|hydrofluorocarbon|Hydrofluorocarbons (HFCs) are portions of matter consisting of organic compounds that contain fluorine and hydrogen atoms, and are the most common type of organofluorine compounds. They are frequently used in air conditioning and as refrigerants in place of the older chlorofluorocarbons such as R-12 and hydrochlorofluorocarbons such as R-21.| +|OEO:00000220|hydrogen|Hydrogen is a portion of matter with the chemical formula H2. It has a gaseous normal state of matter. As it can be oxidised it can be used as a fuel.| +|OEO:00140134|hydrogen fuel cell|A hydrogen fuel cell is a fuel cell that uses hydrogen.| +|OEO:00000221|hydrogen power plant|A hydrogen power plant is a power plant that has hydrogen power units as parts.| +|OEO:00000022|hydrogen power unit|A hydrogen power unit is a power generating unit using hydrogen as fuel.| +|OEO:00000222|hydrogen turbine|A hydrogen turbine is a gas turbine fueled with hydrogen.| +|UO:0000115|illuminance unit|A unit which is a standard measure of the luminous flux incident on a unit area.| +|UO:0000236|image resolution unit|An information unit which is a standard measure of the detail an image holds.| +|BFO:0000141|immaterial entity|| +|OEO:00020201|import|Import is the process of purchasing goods or services abroad and their delivery to the domestic market.| +|IAO:8000005|import ontology module|A subset ontology module that is intended to be imported from another ontology.| +|OEO:00240036|import price|An import price is the monetary price for the import of a material entity.| +|OEO:00000225|inactive|| +|UO:0010011|inch|A length unit which is equal to 0.0254 metres.| +|BFO:0000004|independent continuant|b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002])| +|OEO:00020074|industrial grid-bound heating|Industrial grid-bound heating is a grid-bound heating transfer to industrial installations.| +|OEO:00240026|industrial material|An industrial material is a portion of matter that is the physical output of an industrial process and that has a good role.| +|OEO:00050000|industrial process|An industrial process is a process that has output object or object aggregates that are economic goods. An industrial process consists of several subprocesses. Examples of subprocesses that can be involved in an industrial process are energy transformations, mechanical operations and chemical reactions.| +|OEO:00000226|industrial waste fuel|An industrial waste fuel is waste fuel produced by industry.| +|OEO:00000227|industry sector|An industry sector is a sector that covers industrial activities with other main purposes of energy transformation.| +|OEO:00020113|inflation rate|Inflation rate is an economic value reprensenting the ratio between the monetary price for a good at two different points in time that equalises differences in monetary price levels between these two points in time.| +|IAO:0000030|information content entity|A generically dependent continuant that is about some thing.| +|UO:0000231|information unit|A unit which is a standard measure of the amount of information.| +|OEO:00020170|installation cost|Installation and development cost are investment costs incurred for setting up the installation.| +|OEO:00000228|installation guide|An installation guide is a documentation intended to help users install a Software.| +|OEO:00140069|instantaneous|value measured at or modelled for exactly one 0-dim temporal region, referenced by a time stamp, e.g. to represent a time step in a time series| +|OEO:00000238|institution|An institution is an organisation that serves a social purpose.| +|OEO:00140070|integral|sum or integral of values, e.g. within a time step or a spatial region| +|OEO:00020036|interacting region|An interacting region is a spatial region that interacts with a study region. It is part of a considered region, but not a study region.| +|OEO:00010029|internal combustion engine|An internal combustion engine is a motor that converts chemical energy into kinetic energy using a cyclic combustion process.| +|OEO:00000240|internal combustion vehicle|An internal combustion vehicle is a vehicle powered by an internal combustion engine.| +|OEO:00140004|international transport|International transport is a transport process between different countries or within the same country via another country.| +|OEO:00020167|investment cost|Investment costs are costs of a long-term commitment of financial resources in tangible or intangible assets.| +|UO:0000154|irradiance unit|A unit which is a standard measure of the power of electromagnetic radiation at a surface, per unit area.| +|OEO:00000244|java|| +|OEO:00000245|jet fuel|Jet fuel is kerosene used for aviation turbine power units. It has the same distillation characteristics between 150 °C and 300 °C (generally not above 250 °C) and flash point as kerosene. In addition, it has particular specifications (such as freezing point) which are established by the International air Transport Association (IATA).| +|UO:0000112|joule|An energy unit which is equal to the energy required when a force of 1 newton moves an object 1 meter in the direction of the force.| +|UO:0000120|katal|A catalytic unit activity which is equal to the activity of a catalyst in moles per second, such as the amount of an enzyme needed to transform one mole of substrate per second.| +|UO:0000203|katal per cubic meter|A catalytic (activity) concentration unit which is equal to 1 katal activity of a catalyst in a given volume of one cubic meter.| +|UO:0000204|katal per liter|A catalytic (activity) concentration unit which is equal to 1 katal activity of a catalyst in a given volume of one thousandth of a cubic meter.| +|UO:0000012|kelvin|A thermodynamic temperature unit which is equal to the fraction 1/273.16 of the thermodynamic temperature of the triple point of water.| +|OEO:00000246|kerosene|"Kerosene, also known as paraffin, lamp oil, and coal oil (an obsolete term), is a portion of matter consisting of combustible hydrocarbon liquid which is derived from petroleum. It is widely used as a fuel in industry as well as households. It is sometimes spelled kerosine in scientific and industrial usage.| +|[...]||| +|||| +|Kerosene is widely used to power jet engines of aircraft (jet fuel) and some rocket engines and is also commonly used as a cooking and lighting fuel and for fire toys such as poi. In parts of Asia, kerosene is sometimes used as fuel for small outboard motors or even motorcycles."||| +|UO:0000245|kibibyte|An information unit which is equal to 1024 B.| +|UO:0000294|kilo|A prefix in the metric system denoting a factor of one thousand.| +|UO:0000328|kilobasepair|A unit equal to one thousand base pairs.| +|UO:0000234|kilobyte|An information unit which is equal to 1000 bytes.| +|UO:0000222|kilodalton|A mass unit which is equal to one thousand daltons.| +|UO:0000009|kilogram|A mass unit which is equal to the mass of the International Prototype Kilogram kept by the BIPM at Svres, France.| +|UO:0000091|kilogram meter per second|A momentum unit which is equal to the momentum of a one kilogram mass object with a speed of one meter per second.| +|UO:0000083|kilogram per cubic meter|A mass unit density which is equal to mass of an object in kilograms divided by the volume in cubic meters.| +|UO:0000283|kilogram per hectare|An area density unit which is equal to the mass of an object in kilograms divided by the surface area in hectares.| +|UO:0000174|kilogram per liter|A mass unit density which is equal to mass of an object in kilograms divided by the volume in liters.| +|UO:0000184|kilogram per meter|An area density unit which is equal to the mass of an object in kilograms divided by one meter.| +|UO:0000087|kilogram per mole|A molar mass unit which is equal to one kilogram of mass of one mole of chemical element or chemical compound.| +|UO:0000086|kilogram per square meter|An area density unit which is equal to the mass of an object in kilograms divided by the surface area in meters squared.| +|OEO:00050002|kilojoule|An energy unit which is equal to 1,000 joules.| +|UO:0010008|kilometer per hour|A speed/velocity unit which is equal to the speed of an object traveling 1 kilometer distance in one hour.| +|UO:0000248|kilovolt|An electric potential difference unit which is equal to one thousand volts or 10^[3] V.| +|UO:0000230|kilovolt-hour|A magnetic flux unit which is equal to one thousand volt-hours.| +|UO:0000224|kilowatt-hour|An energy unit which is equal to 1,000 watt-hours.| +|OEO:00230020|kinetic energy|Kinetic energy is the energy that a material entity possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to a stated velocity.| +|OEO:00230016|labour force|The labour force is the population of people ages 15 and older who supply labour to the production of goods and services. It includes people who are currently employed and people who are unemployed but seeking work as well as first-time job-seekers.| +|UO:0010018|league|A length unit which is equal to 3 miles, or 4,828.032 metres| +|UO:0000001|length unit|A unit which is a standard measure of the distance between two points.| +|OEO:00140001|length value|Length value is a quantity value that has a length unit as unit.| +|OEO:00020127|levelised cost of electricity|Levelised cost of electricity are the net cost of converting energy to electricity / electric energy over the lifetime of an energy transformation unit. They are calculated considering all relevant costs including investment, operation, maintenance and fuel cost, etc.| +|OEO:00020110|levy|A levy is a policy instrument that consists of a compulsory financial charge imposed on an agent or institution by a governmental organisation.| +|OEO:00020015|licence|A licence is an information content entity that contains an official permission or permit to do, use or own something.| +|OEO:00020175|life time|A life time is a time span of an artificial object that measures the time during which the artificial object exists.| +|UO:0000157|light unit|A unit which is a standard measure of the intensity of light.| +|OEO:00000251|lignite|Lignite is coal that is non-agglomerating with a gross calorific value less than 17 435 kJ/kg (4 165 kcal/kg) and greater than 31 % volatile matter on a dry mineral matter free basis.| +|OEO:00000252|lignite power plant|A lignite power plant is a coal power plant that has lignite power units as parts.| +|OEO:00000024|lignite power unit|A lignite power unit is a coal power unit using lignite as fuel.| +|UO:0000183|linear density unit|A density unit which is a standard measure of the mass exerting an influence on a one-dimensional object.| +|OEO:00000256|liquid|The state of being liquid. A portion of matter is liquid has has no definite shape but a definite volume (at a given temperature and pressure).| +|OEO:00000257|liquid air|Liquid air is air that has a liquid state of matter.| +|OEO:00240015|liquid air production|Liquid air production is a production that produces liquid air by cooling and compressing (gaseous) air.| +|OEO:00000258|liquid biofuel|A liquid biofuel is a biofuel that has liquid as its normal state of matter.| +|OEO:00010145|liquid combustion fuel|A liquid combustion fuel is a combustion fuel that has a liquid state of matter under normal conditions.| +|OEO:00010147|liquid fossil fuel|A liquid fossil fuel is a fossil combustion fuel that has a liquid state of matter under normal conditions.| +|OEO:00010150|liquid renewable fuel|A liquid renewable fuel is a renewable fuel that has a liquid state of matter under normal conditions.| +|OEO:00010156|liquid synthetic fuel|A liquid synthetic fuel is a synthetic fuel that has a liquid state of matter under normal conditions.| +|OEO:00110000|liquid water|Liquid water is water that has a liquid state of matter.| +|OEO:00000259|liquid-metal battery|A liquid-metal battery is a battery that consists of two molten metal alloys separated by an electrolyte. The rechargeable batteries are used for electric vehicles and potentially also for grid energy storage.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010237|liquified natural gas|Liquified natural gas (LNG) is natural gas that has a liquid state of matter.| +|UO:0000099|liter|A volume unit which is equal to one thousandth of a cubic meter or 10^[-3] m^[3], or to 1 decimeter.| +|UO:0000197|liter per kilogram|A specific volume unit which is equal to one liter volume occupied by one kilogram of a particular substance.| +|OEO:00000248|lithium-ion battery|A lithium-ion battery is a battery that is rechargeable and in which lithium ions move from the negative electrode to the positive electrode during discharge, and back when charging. Li-ion batteries use an intercalated lithium compound as one electrode material.| +|UO:0000118|lumen|A luminous flux unit which is equal to the luminous flux emitted into 1 steradian by a point source of 1 candela.| +|UO:0000053|luminance unit|A unit which is a standard measure of the luminous intensity impinging on a given area.| +|UO:0000117|luminous flux unit|A unit which is a standard measure of the flow of radiant energy.| +|UO:0000007|luminous intensity unit|A unit which is a standard measure of the wavelength-weighted power emitted by a light source in a particular direction.| +|UO:0000116|lux|An illuminance unit which is equal to the illuminance produced by 1 lumen evenly spread over an area 1 m^[2].| +|UO:0000227|magnetic flux density unit|A unit which is a standard measure of the strength of a magnetic field.| +|UO:0000225|magnetic flux unit|A unit which is a standard measure of quantity of magnetism, taking account of the strength and the extent of a magnetic field.| +|OEO:00030018|main activity energy producer|A main activity energy producer is an organisational energy producer whose primary activity is electrical energy and/or heat production.| +|IAO:8000003|main release ontology module|An ontology module that is intended to be the primary release product and the one consumed by the majority of tools.| +|OEO:00000263|manufactured coal based gas|A manufactured coal based gas is a gas mixture that is manufactured from coal. It is used as fossil fuel.| +|OEO:00040008|marginal cost|Marginal cost is the economic value that corresponds to the change in the total cost that arises when the quantity produced is incremented by one unit; that is, it is the cost of producing one more unit of a good.| +|OEO:00010097|marine current energy|Marine current energy is the natural hydro energy of an ocean current.| +|OEO:00010108|marine current energy converting unit|A marine current energy converting unit is a hydro power unit that uses marine current energy.| +|OEO:00010111|marine current energy power plant|A marine current energy power plant is a power plant that has marine current energy units as parts.| +|OEO:00010098|marine current energy transformation|Marine current energy transformation is a hydroelectric energy transformation that converts marine current energy to electrical energy.| +|OEO:00010095|marine thermal energy|Marine thermal energy is a kind of natural ambient thermal energy that is present in marine water bodies.| +|OEO:00010096|marine thermal energy transfer|Marine thermal energy transfer is a heat transfer from the marine water body to a transportable material entity.| +|OEO:00010100|marine tidal energy|Marine tidal energy is the natural hydro energy of a tidal flow.| +|OEO:00010109|marine tidal energy converting unit|A marine tidal energy converting unit is a hydro power unit that uses marine tidal energy.| +|OEO:00010112|marine tidal energy power plant|A marine tidal energy power plant is a power plant that has marine tidal energy units as parts.| +|OEO:00010099|marine tidal energy transformation|Marine tidal energy transformation is a hydroelectric energy transformation that converts kinetic energy from tidal flow to electrical energy.| +|OEO:00010102|marine wave energy|Marine wave energy is the natural hydro energy of a wave.| +|OEO:00010110|marine wave energy converting unit|| +|OEO:00010113|marine wave energy power plant|A marine wave energy power plant is a power plant that has marine wave energy units as parts.| +|OEO:00010103|marine wave energy transformation|Marine wave energy transformation is a hydroelectric energy transformation that converts marine wave energy to electrical energy.| +|UO:0010019|maritime length unit|A maritime length unit is one used primarily at sea.| +|OEO:00020077|markdown|A markdown is an economic value that indicates a virtual amount deducted from an assumed or historical price to predict a price in a different context.| +|OEO:00020069|market exchange|A market exchange is an organisation that has the market exchange role.| +|OEO:00040002|market exchange role|A role of an organisation, association, or group of persons, whether incorporated or unincorporated, which constitutes, maintains, or provides a facility for bringing together purchasers and sellers of financial instruments, commodities, or other products, services, or goods, and includes the market place and facilities maintained by the exchange| +|OEO:00010083|market participant|A market participant is an agent who participates in trading in a market exchange.| +|OEO:00020109|market premium|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| +|OEO:00020128|market revenue|Market revenue is an economic value that represents the income from a trade at a market exchange.| +|OEO:00020076|markup|A markup is an economic value that indicates a virtual amount added to an assumed or historical price to predict a price in a different context.| +|UO:0000052|mass density unit|A density unit which is a standard measure of the mass of a substance in a given volume.| +|UO:0000180|mass per unit volume|A concentration unit which is a standard measure of the mass of a substance in a given volume (density).| +|UO:0000163|mass percentage|A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture.| +|UO:0000002|mass unit|A unit which is a standard measure of the amount of matter/energy of a physical object.| +|UO:0000164|mass volume percentage|A dimensionless concentration unit which denotes the mass of the substance in a mixture as a percentage of the volume of the entire mixture.| +|BFO:0000040|material entity|| +|OEO:00000266|math prog|| +|OEO:00000267|matlab|| +|OEO:00140073|maximum|maximum value within a set of data values, e.g. in a time step or spatial region| +|OEO:00010256|maximum value|A maximum value is a quantity value that represents the upper limit of an artificial object or process to contain or transform another entity.| +|OEO:00010259|measurement device|A measurement device is an artificial object that is used in some measurement process.| +|UO:0000246|mebibyte|An information unit which is equal to 1024 KiB.| +|UO:0000293|mega|A prefix in the metric system denoting a factor of million.| +|UO:0000325|megaHertz|A frequency unit which is equal to one million hertz or 10^[6] V.| +|UO:0000329|megabasepair|A unit equal to one million base pairs| +|UO:0000235|megabyte|An information unit which is equal to 1000 kB.| +|OEO:00050003|megajoule|An energy unit which is equal to 1,000,000 joules.| +|UO:0000252|megavolt|An electric potential difference unit which is equal to one million volts or 10^[6] V.| +|OEO:00050008|megawatt-hour|An energy unit which is equal to 1,000,000 watt-hours.| +|OEO:00010227|memo item|A memo item is an information content entity about a sector that describes that the sector is excluded from some kind of total and only reported to provide further information (memo).| +|OEO:00140141|merit order|A merit order is a plan specification that describes the dispatch ranking of power plants (electrical generation) based on ascending order of price.| +|IAO:0000120|metadata complete|Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete.| +|IAO:0000123|metadata incomplete|Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors.| +|OEO:00240032|metal|A metal is a portion of matter consisting of an atom of an element that exhibits typical metallic properties, being typically shiny, with high electrical and thermal conductivity.| +|OEO:00020099|meteorological year|A meteorological year is a time step in which meteorological data was collected and that has a duration of one year.| +|UO:0000008|meter|A length unit which is equal to the length of the path traveled by light in vacuum during a time interval of 1/299 792 458 of a second.| +|UO:0000094|meter per second|A speed/velocity unit which is equal to the speed of an object traveling 1 meter distance in one second.| +|UO:0000077|meter per second per second|An acceleration unit which is equal to the acceleration an object changing its velocity by 1meter/s over a time period that equals one second.| +|OEO:00010220|methanation|A methanation is a redox reaction that converts carbon dioxide and hydrogen to synthetic methane and water.| +|OEO:00000269|methanation gas storage|A methanation gas storage is a energy storage that uses carbon dioxide and hydrogen from electrolysis to produce methan and store this. The methan can then be used to produce electricity or heat in a gas generator.| +|OEO:00000025|methane|Methane is a hydrocarbon with the chemical formula CH4. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and can work as a greenhouse gas. As it can be oxidised it can be used as a fuel.| +|OEO:00020018|methodical focus|A methodical focus is a model descriptor that specifies the primary calculation method used in a model.| +|OEO:00020166|methodology|A methodology is a plan specification that describes processes that are part of a study.| +|UO:0010045|metric cup|A metric cup is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions. It equals a 250mL volume.| +|OEO:00010137|metric ton|Metric ton (t) is a a mass unit which is equal to thousand of a kilogram or 10^3 kg.| +|UO:0000299|micro|A prefix in the metric system denoting a factor of 10 to the power of -6.| +|UO:0000038|microampere|An electric current unit current which is equal to one millionth of an ampere or 10^[-6] A.| +|UO:0000146|microcurie|An activity (of a radionuclide) unit which is equal to one millionth of a curie or 10^[-6] Ci.| +|UO:0000321|microcurie per milliliter|A unit of radioactivity concentration which is equal to one micro curie in a volume of 1 liter.| +|UO:0000160|microeinstein per square meter per second|An irradiance unit which is equal to one microeinstein per square meter per second or 10^[-6] microeinstein/sm^[2].| +|UO:0000023|microgram|A mass unit which is equal to one millionth of a gram or 10^[-6] g.| +|UO:0000301|microgram per liter|A mass unit density which is equal to mass of an object in micrograms divided by the volume in liters.| +|UO:0000274|microgram per milliliter|A mass unit density which is equal to mass of an object in micrograms divided by the volume in millliters.| +|UO:0000141|microgray|An absorbed dose unit which is equal to one millionth of a gray or 10^[-6] Gy.| +|UO:0000101|microliter|A volume unit which is equal to one millionth of a liter or 10^[-6] L.| +|UO:0000199|microliter per kilogram|A specific volume unit which is equal to one millionth of a liter per kilogram or 10^[-6] l/kg.| +|UO:0000271|microliters per minute|A volumetric flow rate unit which is equal to one microliter volume through a given surface in one minute.| +|UO:0000017|micrometer|A length unit which is equal to one millionth of a meter or 10^[-6] m.| +|UO:0000070|micromolal|A molality unit which is equal to one millionth of a molal or 10^[-6] m.| +|UO:0000064|micromolar|A unit of molarity which is equal to one millionth of a molar or 10^[-6] M.| +|UO:0000039|micromole|A substance unit equal to a millionth of a mol or 10^[-6] mol.| +|UO:0010004|micromole per kilogram|A specific concentration unit which is equal to 1 micromole of a given substance per kilogram of solvent.| +|UO:0010003|micromole per litre|A specific concentration unit which is equal to 1 micromole in a given volume of one thousandth of a cubic meter.| +|UO:0000241|micron pixel|A spatial resolution unit which is equal to a pixel size of one micrometer.| +|UO:0000029|microsecond|A time unit which is equal to one millionth of a second or 10^[-6] s.| +|UO:0000139|microsievert|A dose equivalent unit which is equal to one millionth of a sievert or 10^[-6] Sv.| +|UO:0000249|microvolt|An electric potential difference unit which is equal to one millionth of a volt or 10^[-6] V.| +|OEO:00140046|middle alignment|A middle alignment is a time stamp alignment indicating that the time stamp marks the middle of the time step.| +|UO:0010017|mile|A length unit which is equal to 1,609.344 metres, or 8 furlongs.| +|UO:0000297|milli|A prefix in the metric system denoting a factor of one thousand.| +|UO:0010009|milli|A mass unit which is equal to 1/12 the mass of 12C| +|UO:0000037|milliampere|An electric current unit current which is equal to one thousandth of an ampere or 10^[-3] A.| +|UO:0000145|millicurie|An activity (of a radionuclide) unit which is equal to one thousandth of a curie or 10^[-3] Ci.| +|UO:0000022|milligram|A mass unit which is equal to one thousandth of a gram or 10^[-3] g.| +|UO:0000308|milligram per kilogram|A dose unit which is equal to 1 milligram of a toxic or pharmaceutical substance per kilogram body weight of the recipient subject.| +|UO:0000311|milligram per kilogram per day|A dosage unit which is equal to 1 milligram per day of a toxic or pharmaceutical substance per kilogram body weight of the recipient subject.| +|UO:0000273|milligram per liter|A mass unit density which is equal to mass of an object in milligrams divided by the volume in liters.| +|UO:0000176|milligram per milliliter|A mass unit density which is equal to mass of an object in milligrams divided by the volume in milliliters.| +|UO:0000309|milligram per square meter|A dose unit which is equal to 1 milligram of a toxic or pharmaceutical substance per square meter of surface area of the recipient subject.| +|UO:0000142|milligray|An absorbed dose unit which is equal to one thousandth of a gray or 10^[-3] Gy.| +|UO:0000098|milliliter|A volume unit which is equal to one thousandth of a liter or 10^[-3] L, or to 1 cubic centimeter.| +|UO:0000206|milliliter per cubic meter|A volume per unit volume unit which is equal to one millionth of a liter of solute in one cubic meter of solution.| +|UO:0000198|milliliter per kilogram|A specific volume unit which is equal to a thousandth of a liter per kilogram or 10^[-3] l/kg.| +|UO:0000207|milliliter per liter|A volume per unit volume unit which is equal to one millionth of a liter of solute in one liter of solution.| +|UO:0000016|millimeter|A length unit which is equal to one thousandth of a meter or 10^[-3] m.| +|UO:0010005|millimeters per day|A speed/velocity unit which is equal to the speed of an object traveling 1 millimeter distance in one day.| +|UO:0000272|millimetres of mercury|A unit of pressure equal to the amount of fluid pressure one millimeter deep in mercury at zero degrees centigrade on Earth.| +|UO:0000069|millimolal|A molality unit which is equal to one thousandth of a molal or 10^[-3] m.| +|UO:0000063|millimolar|A unit of molarity which is equal to one thousandth of a molar or 10^[-3] M.| +|UO:0000040|millimole|A substance unit equal to a thousandth of a mol or 10^[-3] mol.| +|UO:0000028|millisecond|A time unit which is equal to one thousandth of a second or 10^[-3] s.| +|UO:0010002|millisiemens|An electrical conduction unit which is equal to one thousandth of a siemen or 10^[-3] siemens.| +|UO:0000138|millisievert|A dose equivalent unit which is equal to one thousandth of a sievert or 10^[-3] Sv.| +|UO:0000279|milliunits per milliliter|A unit per milliliter unit which is equal to one thousandth of a unit of an agreed arbitrary amount per one milliliter.| +|UO:0000247|millivolt|An electric potential difference unit which is equal to one thousandth of a volt or 10^[-3] V.| +|OEO:00240030|mineral|A mineral is a portion of matter that is normally crystalline formed.| +|OEO:00140072|minimum|minimum value within a set of data values, e.g. in a time step or spatial region| +|UO:0000031|minute|A time unit which is equal to 60 seconds.| +|OEO:00000274|model|A model is a generically dependent continuant that is used for computing an idealised reproduction of a system and its behaviours.| +|OEO:00000275|model calculation|A model calculation is a process of solving mathematical equations of a model.| +|OEO:00010261|model calibration|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.| +|OEO:00000276|model component|A model component is a generically dependent continuant that is part of a model.| +|OEO:00020016|model descriptor|A model descriptor is an information content entity that contains information about some model.| +|OEO:00020022|model documentation|| +|OEO:00000277|model factsheet|A model factsheet is a model descriptor that contains a brief description of all relevant model information.| +|OEO:00000280|modelica|| +|OEO:00000279|modelling software|A modelling software is a software used to create and maintain a (mathematical) model.| +|OEO:00000281|modus|A modus is an information content entity describing the state of activity something has, e.g. active, inactive or passive.| +|UO:0000068|molal|A unit of concentration which expresses a concentration of a solution of 1 mole per kilogram of solvent (mol/kg).| +|UO:0000062|molar|A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L).| +|UO:0000055|molar mass unit|A unit which is a standard measure of the mass of a homogeneous substance containing 6.02 x 1023 atoms or molecules.| +|UO:0000056|molar volume unit|A unit which is a standard measure of the volume of a homogeneous substance containing 6.02 x 1023 atoms or molecules.| +|UO:0000013|mole|A substance unit which is equal to the amount of substance of a molecular system which contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12.| +|UO:0000076|mole fraction|A concentration unit which denotes the number of moles of solute as a proportion of the total number of moles in a solution.| +|UO:0000192|molecule count|A dimensionless count unit which denotes the number of molecules.| +|OEO:00000282|molten-salt battery|A molten-salt battery is a battery that uses molten salts as an electrolyte and offers both a high energy density and a high power density.| +|UO:0000057|momentum unit|A unit which is a standard measure of the quantity of motion measured by the product of mass and velocity.| +|OEO:00040003|monetary price|A monetary price is an economic value that describes the amount of money requested, expected, required or given in exchange for something else.| +|OEO:00020028|monte carlo|| +|UO:0000035|month|A time unit which is approximately equal to the length of time of one of cycle of the moon's phases which in science is taken to be equal to 30 days.| +|OEO:00020165|monthly|one value per month| +|OEO:00000285|mosek|| +|OEO:00010032|motor|A motor is an energy converting component that converts other forms of energy into kinetic energy.| +|OEO:00000286|motor gasoline|"Motor gasoline is gasoline consisting of a mixture of light hydrocarbons distilling between 35 oC and 215 oC. It is used as a fuel for land based spark ignition engines. Motor gasoline may include additives, oxygenates and octane enhancers, including lead compounds such as TEL and TML.| +|||| +|Includes motor gasoline blending components (excluding additives/oxygenates), e.g. alkylates, isomerate, reformate, cracked gasoline destined for use as finished motor gasoline."||| +|OEO:00000287|ms_ excel|| +|OEO:00000290|municipal waste fuel|A municipal waste fuel is waste fuel produced by households or non-industrial commercial activities.| +|OEO:00000291|nace_ sectors|"The Statistical classification of economic activities in the European Community, abbreviated as NACE, is the classification of economic activities in the European Union (EU); the term NACE is derived from the French Nomenclature statistique des activités économiques dans la Communauté européenne. Various NACE versions have been developed since 1970.| +|||| +|NACE is a four-digit classification providing the framework for collecting and presenting a large range of statistical data according to economic activity in the fields of economic statistics (e.g. production, employment and national accounts) and in other statistical domains developed within the European statistical system (ESS)."||| +|IAO:0000421|named class expression|A named class expression is a logical expression that is given a name. The name can be used in place of the expression.| +|OEO:00230003|nameplate capacity|Nameplate capacity is the power capacity stating the maximum power an artificial object, e.g. a power generating unit or a power plant, can generate, and the sum of the power ratings of all energy converting component of that power plant.| +|UO:0000300|nano|A prefix in the metric system denoting a factor of 10 to the power of -9.| +|UO:0000024|nanogram|A mass unit which is equal to one thousandth of one millionth of a gram or 10^[-9] g.| +|UO:0000275|nanogram per milliliter|A mass unit density which is equal to mass of an object in nanograms divided by the volume in milliliters.| +|UO:0000143|nanogray|An absorbed dose unit which is equal to one thousandth of a millionth of a gray or 10^[-9] Gy.| +|UO:0000102|nanoliter|A volume unit which is equal to one thousandth of one millionth of a liter or 10^[-9] L.| +|UO:0000018|nanometer|A length unit which is equal to one thousandth of one millionth of a meter or 10^[-9] m.| +|UO:0000071|nanomolal|A molality unit which is equal to one thousandth of one millionth of a molal or 10^[-9] m.| +|UO:0000065|nanomolar|A unit of molarity which is equal to one thousandth of one millionth of a molar or 10^[-9] M.| +|UO:0000041|nanomole|A substance unit equal to one thousandth of one millionth of a mole or 10^[-9] mol.| +|UO:0000150|nanosecond|A time unit which is equal to one thousandth of one millionth of a second or 10^[-9] s.| +|UO:0000144|nanosievert|A dose equivalent unit which is equal to one thousandth of a millionth of a sievert or 10^[-9] Sv.| +|UO:0000250|nanovolt|An electric potential difference unit which is equal to one billionth of a volt or 10^[-12] V.| +|OEO:00010255|nationally determined contribution|A nationally determined contribution (NDC) is a target description of future greenhouse gas emission reductions prepared, communicated and maintained by a party to the Paris Agreement.| +|OEO:00140104|natural ambient thermal energy|Natural ambient thermal energy is ambient thermal energy that has a renewable origin.| +|OEO:00000292|natural gas|Natural gas is a gas mixture occurring in underground deposits, whether liquefied or gaseous, and consisting mainly of methane.| +|OEO:00140135|natural gas turbine|A natural gas turbine is a gas turbine fueled with natural gas.| +|OEO:00020087|natural hydro energy|Natural hydro energy is hydro energy collected from the natural water cycle (rain water, melted snow and ice).| +|UO:0010022|nautical mile|A maritime length unit which is equal to 6,080 feet, 10 cables, or 1,853.184 metres| +|OEO:00000293|negative emission|Negative emission is the process of absorbing a substance, usually a pollutant that was emitted before.| +|OEO:00240016|net capacity factor|A net capacity factor is a fraction value that is calculated by dividing the net electricity generation over a given time step by the declared net capacity times the length of this time step.| +|OEO:00240013|net electricity generation|Net electricity generation is a process attribute that equals to gross electricity generation minus the consumption of power stations' auxiliary services.| +|UO:0000108|newton|A force unit which is equal to the force required to cause an acceleration of 1m/s2 of a mass of 1 Kg in the direction of the force.| +|UO:0000254|newton per meter|A surface tension unit which is equal to one newton per meter.| +|OEO:00010003|nitric oxide|Nitric oxide is a portion of matter with the chemical formula NO. It is a gas and can act as an air pollutant. Synonyms are nitrogen oxide or nitrogen monoxide.| +|OEO:00010004|nitrogen dioxide|Nitrogen dioxide is a portion of matter with the chemical formula NO2. It is a gas and can act as an air pollutant.| +|OEO:00010002|nitrogen oxides|Nitrogen oxides are a portion of matter consisting of compounds of nitrogen and oxygen. It is a collective term for numerous oxides of nitrogen with a gaseous normal state of matter. They can act as air pollutants.| +|OEO:00000026|nitrogen trifluoride|Nitrogen trifluoride is a portion of matter with the chemical formula NF3. It has a gaseous normal state of matter. It can work as a potent greenhouse gas and has an anthropogenic origin.| +|OEO:00000027|nitrous oxide|Nitrous oxide is a portion of matter with the chemical formula N2O. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and it can work as a greenhouse gas.| +|UO:0000278|nmole/disk|A unit which is equal to one nanomole per disk, where a disk is some physical surface/container upon which the substance is deposited.| +|OEO:00000297|non associated gas|Non associated gas is natural gas originating from fields producing hydrocarbons only in gaseous form.| +|OEO:00010211|non-energy use|Non-energy use is the consumption of an energy carrier without making use the energy it carries.| +|OEO:00240035|non-ferrous metal|A non-ferrous metal is a metal that does not contain a significant amount of iron in its chemical composition. It is the physical output of an industrial process and has a commodity role.| +|OEO:00240031|non-metallic mineral|A non-metallic mineral is a mineral that does not contain any metallic content within themselves. It is the physical output of an industrial process and has a commodity role.| +|OEO:00000298|non-methane volatile organic compound|A non-methane volatile organic compound (NMVOC) is a volatile organic compound other than methane.| +|UO:0000075|normal|A unit of concentration which is one gram equivalent of a solute per liter of solution. A gram equivalent weight or equivalent is a measure of the reactive capacity of a given molecule.| +|OEO:00000300|nuclear binding energy|Nuclear binding energy is the energy that is required to disassemble the nucleus of an atom into its component parts.| +|OEO:00000028|nuclear energy carrier disposition|A nuclear energy carrier is an energy carrier used in nuclear power stations to produce heat for steam turbines. Heat is created when the nuclear fuel undergoes nuclear fission.| +|OEO:00020054|nuclear energy transformation|Nuclear energy transformation is an energy transformation that converts nuclear binding energy to thermal energy.| +|OEO:00020053|nuclear fission|Nuclear fission is a process of nuclear reaction or a radioactive decay in which the nucleus of an atom splits into two or more smaller, lighter nuclei.| +|OEO:00000302|nuclear fuel|A nuclear fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by undergoing nuclear fission.| +|OEO:00000303|nuclear power plant|A nuclear power plant is a power plant that has nuclear power units as parts.| +|OEO:00000029|nuclear power unit|A nuclear power unit is a power generating unit using nuclear fuel.| +|BFO:0000030|object|| +|BFO:0000027|object aggregate|| +|OEO:00000304|objective function|An objective function is an information content entity stating the function that should be maximised or minimised to solve a problem.| +|OEO:00240004|objective variable|An objective variable is a variable that should be maximised or minimised to solve a problem.| +|IAO:8000018|obo basic subset ontology module|"A subset ontology that is designed for basic applications to continue to make certain simplifying assumptions; many of these simplifying assumptions were based on the initial version of the Gene Ontology, and have become enshrined in many popular and useful tools such as term enrichment tools.| +|||| +|Examples of such assumptions include: traversing the ontology graph ignoring relationship types using a naive algorithm will not lead to cycles (i.e. the ontology is a DAG); every referenced term is declared in the ontology (i.e. there are no dangling clauses).||| +|||| +|An ontology is OBO Basic if and only if it has the following characteristics:||| +|DAG||| +|Unidirectional||| +|No Dangling Clauses||| +|Fully Asserted||| +|Fully Labeled||| +|No equivalence axioms||| +|Singly labeled edges||| +|No qualifier lists||| +|No disjointness axioms||| +|No owl-axioms header||| +|No imports"||| +|IAO:0000225|obsolescence reason specification|The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value.| +|IAO:0000224|obsolete_core|Core is an instance of a grouping of terms from an ontology or ontologies. It is used by the ontology to identify main classes.| +|BFO:0000003|occurrent|| +|OEO:00010105|ocean|The ocean is a water body that consists of salt water and is covering approximately 71% of Earth's surface.| +|OEO:00010107|ocean current|An ocean current is a a water flow within a water body/marine water body/ocean that is mainly horizontally orientated.| +|OEO:00000308|offshore wind farm|An offshore wind farm is a wind farm that is build in a body of water, usually the ocean.| +|OEO:00000310|oil power plant|A oil power plant is a power plant that has oil power units as parts.| +|OEO:00000030|oil power unit|An oil power unit is a power generating unit using oil as fuel.| +|BFO:0000142|one-dimensional continuant fiat boundary|| +|BFO:0000026|one-dimensional spatial region|| +|BFO:0000038|one-dimensional temporal region|| +|OEO:00000311|onshore wind farm|An onshore wind farm is a wind farm that is build on land.| +|IAO:8000000|ontology module|| +|IAO:8000019|ontology module subsetted by OWL profile|| +|IAO:8000017|ontology module subsetted by expressivity|| +|OEO:00000312|open source|open source is a software descriptor labelling software whose source code is available online for free and can be modified or redistributed.| +|OEO:00010091|open-loop pumped hydro storage power plant|An open-loop pumped hydro storage power plant is a pumped hydro storage power plant that has natural inflows.| +|OEO:00020178|operational life time|An operational life time is the lifetime of an artificial object. It is measured from the end of construction time to the start of decommissioning time.| +|OEO:00020137|operational space requirement|An operational space requirement is space requirement that covers the area needed by an artificial object in order to operate properly.| +|OEO:00000313|optimisation|An optimisation is a model calculation with the goal to find a best choice or result for at least one variable or function in the model.| +|OEO:00000314|optimisation model|An optimisation model is a model that optimises a target function.| +|OEO:00030022|organisation|An organisation is an immaterial entity that has the organisation role and there exists some sort of legal framework that recognises the entity and its continued existence.| +|OEO:00000315|organisation role|An organisation role is a role of an aggregate of people that has a collective goal and a set of organisation rules.| +|OEO:00030016|organisational energy producer|"An organisational energy producer is an organisation that undertakes the generation of electricity and/or heat."""| +|IAO:0000121|organizational term|Term created to ease viewing/sort terms for development purpose, and will not be included in a release| +|OEO:00000316|origin|Origin is a quality of a portion of matter or energy based on where it comes from. It is inherited from its primary sources.| +|UO:0010033|ounce|An imperial mass unit which is equivalent to 28.349,523,125 grams, or 1/16 of 1 pound.| +|OMO:0001000|out of scope|The term was added to the ontology on the assumption it was in scope, but it turned out later that it was not.| +|OEO:00020104|outage|An outage is a process during which an artificial object cannot perfom or operate.| +|OEO:00020013|output data|Output data is endogenous data that is determined by a model calculation and presented as a result.| +|OEO:00140035|oxidation|Oxidation is a chemical reaction that describes the loss of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.| +|OEO:00010218|oxygen|Oxygen is a portion of matter with the chemical formula O2. It has a gaseous normal state of matter.| +|UO:0000196|pH|A dimensionless concentration notation which denotes the acidity of a solution in terms of activity of hydrogen ions (H+).| +|OEO:00240028|paper|Paper is a portion of matter that is made from cellulose fibres and other plant materials. It is used for paper-based products. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role.| +|OEO:00010260|parameterisation|Parameterisation is the process of translating assumptions into exogenous data the model can use.| +|OEO:00000318|particulate matter|Particulate matter is a portion of matter consisting of small particles. It can act as an air pollutant.| +|UO:0000170|parts per billion|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 1,000,000,000 regardless of the units of measure as long as they are the same or 1 part in 10^[9].| +|UO:0000167|parts per hundred|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 100 regardless of the units of measure as long as they are the same.| +|UO:0000169|parts per million|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 1,000,000 regardless of the units of measure used as long as they are the same or 1 part in 10^[6].| +|UO:0000166|parts per notation unit|A dimensionless concentration notation which describes the amount of one substance in another. It is the ratio of the amount of the substance of interest to the amount of that substance plus the amount of the substance.| +|UO:0000172|parts per quadrillion|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 1,000,000,000,000 regardless of the units of measure used as long as they are the same or 1 part in 10^[15].| +|UO:0000168|parts per thousand|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 1000 regardless of the units of measure as long as they are the same.| +|UO:0000171|parts per trillion|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 1,000,000,000 regardless of the units of measure used as long as they are the same or 1 part in 10^[12].| +|UO:0000110|pascal|A pressure unit which is equal to the pressure or stress on a surface caused by a force of 1 newton spread over a surface of 1 m^[2].| +|UO:0000257|pascal second|A viscosity unit which is equal to one pascale per second.| +|OEO:00010264|passenger|A passenger is an agent who travels in a vehicle.| +|OEO:00010263|passenger transport|A passenger transport is a transport process in which people are moved in a vehicle from one place to another.| +|OEO:00000319|passive|| +|OEO:00000320|peat|Peat is a or portion of matter that is a soft, porous or compressed, sedimentary deposit of plant origin with high water content (up to 90 % in the raw state) and can be used as combustion fuel. As the natural formation of peat takes at least centuries, peat is usually considered having a fossil origin.| +|IAO:0000125|pending final vetting|All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor.| +|UO:0000187|percent|A dimensionless ratio unit which denotes numbers as fractions of 100.| +|UO:0010023|perch|An area unit which is equal to an area of 25.292,852,64 square meters, or 1 square rod.| +|OEO:00000322|perfluorocarbon|Perfluorocarbons (PFCs) are portions of matter consisting of organic compounds that contain fluorine atoms but no hydrogen atoms.| +|OEO:00000323|person|A person is a human being.| +|OEO:00240038|personal living space|A personal living space is a space requirement that one person uses for living.| +|UO:0000290|peta|A prefix in the metric system denoting a factor of ten to the power of 15.| +|OEO:00050006|petajoule|An energy unit which is equal to 10^15 joules.| +|OEO:00050010|petawatt-hour|An energy unit which is equal to 10^15 watt-hours.| +|OEO:00230021|photon|A photon is a material entity that is a light particle.| +|OEO:00000032|photovoltaic cell|A photovoltaic cell (PV cell) is a generator that converts solar energy into electrical energy.| +|OEO:00020048|photovoltaic energy transformation|Photovoltaic energy transformation is a solar energy transformation that converts solar energy into electrical energy.| +|OEO:00000324|photovoltaic power plant|A photovoltaic power plant is a solar power plant that has PV panels as parts.| +|OEO:00000325|php|| +|UO:0000188|pi|A dimensionless unit which denoted an irrational real number, approximately equal to 3.14159 which is the ratio of a circle's circumference to its diameter in Euclidean geometry.| +|UO:0000302|pico|A prefix in the metric system denoting a factor of 10 to the power of -12.| +|UO:0000025|picogram|A mass unit which is equal to 10^[-12] g.| +|UO:0000103|picoliter|A volume unit which is equal to 10^[-12] L.| +|UO:0000020|picometer|A length unit which is equal to 10^[-12] m.| +|UO:0000072|picomolal|A molality unit which is equal to 10^[-12] m.| +|UO:0000066|picomolar|A unit of molarity which is equal to 10^[-12] M.| +|UO:0000042|picomole|A substance unit equal to 10^[-12] mol.| +|UO:0000030|picosecond|A time unit which is equal to 10^[-12] s.| +|UO:0000251|picovolt|An electric potential difference unit which is equal to one trillionth of a volt or 10^[-12] V.| +|UO:0010028|pint|An imperial volume unit which is equivalent to 568.261,25 millilitres.| +|UO:0000242|pixels per inch|A spatial resolution unit which is a standard measure of the resolution of a computer display, related to the size of the display in inches and the total number of pixels in the horizontal and vertical directions.| +|UO:0000243|pixels per millimeter|A spatial resolution unit which is a standard measure of the number of pixels in one millimeter length or width of a digital image divided by the physical length or width of a printed image.| +|IAO:0000226|placeholder removed|| +|IAO:0000104|plan specification|A directive information entity with action specifications and objective specifications as parts that, when concretized, is realized in a process in which the bearer tries to achieve the objectives by taking the actions specified.| +|UO:0000122|plane angle unit|A unit which is a standard measure of the angle formed by two straight lines in the same plane.| +|OEO:00140126|planned availability|Planned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year.| +|OEO:00020106|planned outage|A planned outage is an outage during which an artificial object is being maintained.| +|UO:0000211|plaque forming unit|A dimensionless count unit which a measure of plague forming units in a given volume.| +|UO:0000215|plaque forming unit per milliliter|A concentration unit which a measure of plague forming units in one milliliter.| +|UO:0000214|plaque forming unit per volume|A concentration unit which a measure of plague forming units in a given volume.| +|OEO:00000326|plasmatic|The state of being a plasma. A portion of matter is in plasmatic state if and only if it has has no definite shape and no definite volume and is electrically conductive.| +|OEO:00000327|plotting|Plotting is data processing where data is visualised in form of a diagram.| +|OEO:00010030|plug-in hybrid electric vehicle|A plug-in hybrid electric vehicle (PHEV) is a vehicle that contains both a traction motor and an internal combustion engine and can switch between their usage for propulsion. It contains a traction battery that can be charged with electrical energy from an external supply.| +|OEO:00140091|plutonium|Plutonium is a portion of matter with the chemical formula Pu. It has a solid normal state of matter.| +|UO:0000258|poise|A viscosity unit which is equal to one dyne second per square centimeter.| +|OEO:00140150|policy|A policy is a specifically dependent continuant that is a deliberate system of principles, rules and guidelines, adopted by an organisation to guide decision making with respect to particular situations and implemented to achieve stated goals.| +|OEO:00140151|policy instrument|A policy instrument is a specifically dependent continuant that is an action by the government that is intended to promote the adoption of a (transformative) measure.| +|OEO:00000328|political assumption|A political assumption is an assumption about political measures taken.| +|OEO:00000329|political party|A political party is a organisation of a group of people with common views or goals that wants to have influence in politics.| +|OEO:00000330|pollution|Pollution is an emission with a negative effect on the environment or organisms.| +|OEO:00230013|population|A population is an aggregate of people in a spatial region.| +|OEO:00000331|portion of matter|A portion of matter is an aggregate of material entities that have a state of matter.| +|OEO:00290000|potential|A potential is a maximum value that describes some upper limit in a spatial region of reference.| +|OEO:00020045|potential energy|| +|UO:0010034|pound|An imperial mass unit which is equivalent to 453.592,37 grams.| +|OEO:00000333|power|Power is the process attribute that is the amount of energy transformed or transferred per time unit.| +|OEO:00010257|power capacity|A power capacity is a maximum value of a generator or power generating unit to generate power.| +|OEO:00000334|power generating unit|A power generating unit is an energy transformation unit that contains a generator.| +|OEO:00000253|power line|A power line is a grid component link that is an uninterrupted transmission system between two nodes in an electricity grid.| +|OEO:00000031|power plant|A power plant is an energy transformation unit consisting of power generating units and a grid component that feeds electric energy into an electric grid.| +|OEO:00140130|power plant operator|A power plant operator is an agent that operates an electric utility generation station.| +|OEO:00140137|power plant portfolio|A power plant portfolio is an information content entity that describes a particular combination or mix of different power plants, e.g. renewables and fossil plants within one business unit or company or trader.| +|OEO:00140162|power plant with electro motive generator|A power plant with electromotive generator is a power plant that has an electro motive generator.| +|OEO:00230001|power rating|Power rating is a power capacity stating the maximum power an energy converting component can convert.| +|UO:0000113|power unit|A unit which is a standard measure power or the rate of doing work.| +|OEO:00010157|power value|A power value is a quantity value that has a power unit as unit.| +|OEO:00010222|power-to-ammonia process|A power-to-ammonia process is a power-to-gas process that has ammonia as output.| +|OEO:00010216|power-to-gas process|A power-to-gas process is an energy transformation that converts electrical energy to chemical energy by synthesising portions of matter into a gaseous synthetic fuel.| +|OEO:00000335|power-to-gas system|A power-to-gas system is an energy transformation unit that implements a power-to-gas process. A water electrolyser is participating in the power-to-gas process.| +|OEO:00010020|power-to-liquid system|A power-to-liquid (often abbreviated P2L or PtL) system is an energy storage object that converts electrical power to a liquid fuel.| +|OEO:00010217|power-to-methane process|A power-to-methane process is a power-to-gas process that has electrical energy as energy input, water and carbon dioxide as physical input and synthetic methane carrying chemical energy as physical output. It consists of two sub processes: an electrolysis process and a methanation.| +|UO:0000046|prefix|| +|UO:0000109|pressure unit|A unit which is a standard measure of the force applied to a given area.| +|OEO:00040007|price request|A price request is a request in which an agent asks another agent for a price.| +|OEO:00160002|primary control|A primary control is a frequency control that is decentralised and automated. It reacts within seconds to frequency deviations caused by electricity supply and demand imbalances.| +|OEO:00140078|primary energy carrier|A primary energy carrier is an energy carrier that has the disposition primary energy carrier disposition.| +|OEO:00140075|primary energy carrier disposition|Primary energy carrier disposition is an energy carrier disposition of material entities that are extracted directly from natural resources or that are natural energy flows.| +|OEO:00030028|primary energy carrier harvest|Primary energy carrier harvest is a primary energy production that collects solid biomass from its natural site.| +|OEO:00030027|primary energy carrier mining|Primary energy carrier mining is a primary energy production that recovers non-renewable energy carriers from its natural site.| +|OEO:00050018|primary energy consumption|Primary energy consumption is the total consumption of energy in a spatial region excluding the non-energetic use of fuels.| +|OEO:00030026|primary energy production|Primary energy production is a production that prepares raw material for its use as primary energy carrier.| +|OEO:00020019|primary modelling purpose|A primary modelling purpose is a model descriptor stating the main purpose of a model.| +|OEO:00090003|private funder|A private funder is a funder that gives private money.| +|OEO:00140006|private transport|A private transport is a passenger transport in which people use their own vehicle for movement e.g. bicycle, motorcycle and cars.| +|BFO:0000015|process|p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003])| +|OEO:00030019|process attribute|A process attribute is a dependent occurrent that existentially depends on a process.| +|BFO:0000035|process boundary|p is a process boundary =Def. p is a temporal part of a process & p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001])| +|BFO:0000144|process profile|b is a process_profile =Def. there is some process c such that b process_profile_of c (axiom label in BFO2 Reference: [093-002])| +|OEO:00000045|producer|A producer is an agent that makes goods.| +|OEO:00240003|production|Production is the process of combining various inputs in order to create an output that has value and can be used by other processes.| +|OEO:00000339|program parameter|A program parameter is a variable in a software.| +|IAO:0000025|programming language|A language in which source code is written that is intended to be executed/run by a software interpreter. Programming languages are ways to write instructions that specify what to do, and sometimes, how to do it.| +|OEO:00000340|project|A project is a process to achieve a specified goal that is unique in the sum of its conditions like its goal, time and cost budget and its organisation.| +|OEO:00020172|property cost|A property cost is an investment cost arising from the acquisition of a property.| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010253|propulsion|Propulsion is a process of pushing or pulling to drive an object.| +|OEO:00000341|prosumer|A prosumer is an agent who is producer and consumer at the same time.| +|OEO:00240022|protected area|A protected area is a two-dimensional spatial region recognised, dedicated and managed, through legal or other effective means, to achieve the long term conservation of nature with associated ecosystem services and cultural values.| +|OEO:00140123|provider|A provider is an agent that transfers commodities or services to other agents.| +|OEO:00090002|public funder|A public funder is a funder that gives public money.| +|OEO:00140007|public transport|A public transport is a passenger transport in which a number of passengers share a common vehicle.| +|OEO:00010090|pump|A pump is an energy converting component that converts energy into kinetic or potential energy of a fluid.| +|OEO:00020088|pumped hydro energy|Pumped hydro energy is hydro energy that results from a water flow of pumped water.| +|OEO:00010089|pumped hydro storage power plant|A pumped hydro storage power plant is a hydro storage power plant which has some pumps as parts.| +|OEO:00000343|pumped storage|A pumped storage (pumped-storage hdyroelectricity) is an energy storage that uses water from a higher reservoir to generate energy.| +|OEO:00000345|pumped water|Pumped water is liquid water which was pumped into an upper reservoir and thus contains potential energy.| +|OEO:00020115|purchasing power parity|Purchasing power parity is an economic value reprensenting the ratio between currencies that equalises differences in monetary price levels between countries for the same set of goods.| +|UO:0000193|purity percentage|A dimensionless percent unit which denotes the homogeneity of a biomaterial.| +|OEO:00000349|python|| +|BFO:0000019|quality|| +|OEO:00140098|quality control flag|A quality control flag is a data descriptor that describes the measurement quality of a data set, e.g. a time series.| +|OEO:00000350|quantity value|A quantity value is an information content entity defined by a numeral together with a unit of measurement to quantify an entity.| +|UO:0010029|quart|An imperial volume unit which is equivalent to 1,136.5225 millilitres, or two pints.| +|UO:0010036|quarter|An imperial mass unit which is equivalent to 12.700,586,36 kilograms, or 28 pounds.| +|OEO:00000351|r|| +|UO:0000135|rad|An absorbed dose unit which is equal to 0.01 gray (Gy).| +|UO:0000123|radian|A plane angle unit which is equal to the angle subtended at the center of a circle by an arc equal in length to the radius of the circle, approximately 57 degrees 17 minutes and 44.6 seconds.| +|UO:0000079|radian per second|An angular unit velocity which is equal to about 9.54930 rpm (revolutions per minute).| +|UO:0000078|radian per second per second|An angular unit acceleration which is equal to the angular acceleration of an object changing its angular velocity by 1rad/s over a time period that equals one second.| +|UO:0000161|radiance unit|A unit which is a standard measure of the power of electromagnetic radiation through space or through a material medium in the form of electromagnetic waves.| +|UO:0000159|radiant intensity unit|A unit which is a standard measure of the intensity of electromagnetic radiation.| +|OEO:00020037|radiation|Radiation is the process of emitting or transmitting energy in the form of waves or particles through a spatial region or a material entity.| +|UO:0000127|radiation unit|A unit which is a standard measure of the amount of radiation emitted by a given radiation source as well as the amount of radiation absorbed or deposited in a specific material by a radiation source.| +|OEO:00020040|radiative energy|Radiative energy is energy that has been transmitted by a radiation process.| +|UO:0000319|radioactivity concentration|A concentration unit which is a standard measure of the amount of radioactivity in a given volume.| +|OEO:00260001|ramping|Ramping is a process attribute that describes the change in power of an energy transformation unit or an energy converting component per time step.| +|UO:0000280|rate unit|A unit which represents a standard measurement occurrence of a process per unit time.| +|UO:0000190|ratio|A dimensionless unit which denotes an amount or magnitude of one quantity relative to another.| +|UO:0010006|ratio|A dimensionless ratio unit which, given a pair of quantities a and b, for which b is a multiple of a, denotes b by giving the multiplier (coefficient) c for a to result in b.| +|IAO:0000122|ready for release|"Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking ""ready_for_release"" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed ""ready_for_release"" will also derived from a chain of ancestor classes that are also ""ready_for_release."""| +|BFO:0000017|realizable entity|| +|IAO:8000013|reasoned ontology module|An ontology module that contains axioms generated by a reasoner. The generated axioms are typically direct SubClassOf axioms, but other possibilities are available.| +|OEO:00140120|receiver|A receiver is an agent who obtains information from a sender.| +|OEO:00140034|redox reaction|A redox reaction is a chemical reaction in which the oxidation of one reactant is coupled to the reduction of a second reactant.| +|OEO:00140036|reduction|Reduction is a chemical reaction that describes the gain of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.| +|OEO:00000353|reference|A reference is an information content entity naming a relevant document, position in a document or address.| +|BFO:0000145|relational quality|b is a relational quality = Def. for some independent continuants c, d and for some time t: b quality_of c at t & b quality_of d at t. (axiom label in BFO2 Reference: [057-001])| +|UO:0000314|relative fluorescence unit|A relative light unit which is a measure of relative fluorescence intensity.| +|UO:0000312|relative light unit|A derived unit which is a measure of relative light intensity, as typically measured by a luminometer, spectrophotometer, or fluorimeter in biological research applications.| +|UO:0000313|relative luminescence unit|A relative light unit which is a measure of relative luminescence intensity.| +|OEO:00020125|remuneration|A remuneration is an economic value that describes a financial compensation provided in exchange for services performed.| +|OEO:00030004|renewable|Renewable is an origin of energies that replenish on a human time scale.| +|OEO:00020085|renewable energy|A renewable energy is an energy that has renewable origin.| +|OEO:00020050|renewable energy carrier|A renewable energy carrier is an energy carrier that has a renewable energy carrier disposition.| +|OEO:00020086|renewable energy carrier disposition|A renewable energy carrier disposition is an energy carrier disposition of an material entity that contains renewable energy.| +|OEO:00000033|renewable fuel|A renewable fuel is a fuel that has a renewable origin and an renewable energy carrier disposition| +|OEO:00000355|renewable_ energy_ directive_ sectors|| +|IAO:0000088|report|a document assembled by an author for the purpose of providing information for the audience. A report is the output of a documenting process and has the objective to be consumed by a specific audience. Topic of the report is on something that has completed. A report is not a single figure. Examples of reports are journal article, patent application, grant progress report, case report (not patient record)| +|OEO:00040006|request|A request is a process whereby an agent asks another agent for something or to do something.| +|IAO:0000428|requires discussion|A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues.| +|OEO:00010084|reservoir|A reservoir is an artificial object that stores liquid water and has a dam as part.| +|OEO:00010094|reservoir hydro storage power plant|A reservoir hydro storage power plant is a hydro storage power plant that has no pump.| +|OEO:00020121|resolution|Resolution is a quality of a dataset that indicates the level of detail of the data.| +|OEO:00010093|river|A river is a water body that moves through permanent or seasonal flow process from elevated land towards lower elevations through a definite channel and empties either into a sea, lake, or another river or ends on land as bed seepage and evapotranspiration exceed water supply.| +|OEO:00020058|rock|A rock is a portion of matter that is a naturally occurring solid aggregate of minerals or mineraloid matter that is part of the earth's crust.| +|UO:0000136|roentgen|An exposure unit which is equal to the amount of radiation required to liberate positive and negative charges of one electrostatic unit of charge in 1 cm^[3] of air at standard temperature and pressure (STP). This corresponds to the generation of approximately 2.0810^[9] ion pairs.| +|BFO:0000023|role|| +|UO:0010024|rood|An area unit which is equivalent to 1 furlong x 1 rod. This is equal to an area of 1,011.714,1056 square meters, or 40 square rods.| +|OEO:00000361|rooftop photovoltaic power plant|A rooftop photovoltaic power plant is a photovoltaic power plant that is installed on top of the roof of a building.| +|OEO:00240000|rotational energy|Rotational energy is the kinetic energy that a material entity possesses due to its rotational motion.| +|UO:0000058|rotational frequency unit|A unit which is a standard measure of the number of rotations in a given time.| +|OEO:00020144|rotor diameter|Rotor diameter is a quality of a wind energy converting unit that measures the diameter of the wind rotor.| +|OEO:00000362|ruby|| +|OEO:00010087|run of river power plant|A run of river power plant is a hydro power plant that uses the momentarily available hydro energy of a river. It has either no reservoir or just has a small one with a maximum of 24 hours of storage.| +|OEO:00230015|rural population|A rural population is a population living in rural areas, as defined by national statistical offices.| +|OEO:00000364|scenario|A scenario is an information content entity that contains statements about a possible future development based on a coherent and internally consistent set of assumptions and their motivation.| +|OEO:00000365|scenario factsheet|A scenario factsheet is a factsheet that contains information about a scenario.| +|OEO:00020098|scenario horizon|A scenario horizon is a time step that is under investigation and consists entirely of one or more scenario years.| +|OEO:00010262|scenario projection|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://openenergy-platform.org/ontology/oeo/oeo-model/OEO_00010252|scenario study|A scenario study is a study that investigates one or more scenarios.| +|OEO:00020101|scenario time series|A scenario time series is a time series that contains data about a specific scenario year.| +|OEO:00020097|scenario year|A scenario year is a time step that has a duration of one year and is part of a scenario horizon.| +|UO:0000010|second|A time unit which is equal to the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.| +|OEO:00160003|secondary control|A secondary control is a frequency control that is centralised and automated. It refers to the control area of one transmission system operator. Secondary control succeeds primary control and operates for several minutes.| +|OEO:00140079|secondary energy carrier|A secondary energy carrier is an energy carrier that has the disposition secondary energy carrier disposition.| +|OEO:00140076|secondary energy carrier disposition|Secondary energy carrier disposition is an energy carrier disposition of material entities that are manufactured from primary energy carriers or from a different form of secondary energy carriers.| +|OEO:00010127|secondary energy production|Secondary energy production is the production of secondary energy carriers.| +|OEO:00000367|sector|A sector is generically dependent continuant that is a subdivision of a system.| +|OEO:00000368|sector division|A sector division is a specific way to subdivide a system.| +|OEO:00140119|sender|A sender is an agent who initiates a communication.| +|OEO:00010051|sensitivity analysis|A sensitivity analysis is the process of comparing different model calculations based on a variation of input parameters (exogenous data items).| +|OEO:00140124|service|A service is a process that is an intangible actitvity performed by some agent for the benefit of another agent.| +|UO:0000264|siemens|An electrical conduction unit which is equal to A/V.| +|UO:0000137|sievert|A dose equivalent unit which is equal to the absorption of one joule of radiation energy by one kilogram of matter.| +|OEO:00000370|simulation|A simulation is a model calculation that simulates a process or system behaviour from the real world.| +|OEO:00000371|simulation model|A simulation model is a model that simulates the behaviour of a system without a target function.| +|IAO:8000009|single layer subset ontology module|A subset ontology that is largely comprised of a single layer or strata in an ontology class hierarchy. The purpose is typically for rolling up for visualization. The classes in the layer need not be disjoint.| +|OEO:00000372|single node model|A single node model is a model where a region is represented as a single node.| +|OEO:00020210|sirup|A sirup is a portion of matter that consists mainly of water and sugar. It has a liquid state of matter.| +|BFO:0000029|site|| +|OEO:00290001|slope|A slope is a quantity value with a plane angle unit that measures the angle between the plane of a surface and the horizontal plane.| +|UO:0010039|slug|An imperial gravitational unit which is equivalent to a mass that accelerates by 1ft/s² when a force of one pound (lbf) is exerted on it.| +|OEO:00020155|social cost of carbon emission|Social cost of carbon emission is the cost the society bears for a greenhouse gas emission value.| +|OEO:00020181|social cost of emission|Social cost of emission is the cost the society bears for an emission value.| +|OEO:00000376|sodium-ion battery|A sodium-ion battery is a rechargable metal-ion battery that uses sodium ions as charge carriers.| +|OEO:00000377|sodium-sulphur battery|A sodium–sulphur battery is a type of molten-salt battery constructed from liquid sodium (Na) and sulphur (S).This type of battery has a high energy density, high efficiency of charge/discharge and long cycle life, and is fabricated from inexpensive materials. The operating temperatures of 300 to 350 °C and the highly corrosive nature of the sodium polysulphides, primarily make them suitable for stationary energy storage applications. The cell becomes more economical with increasing size.| +|IAO:0000010|software|"Software is a plan specification composed of a series of instructions that can be | +|interpreted by or directly executed by a processing unit."||| +|OEO:00000378|software descriptor|A software descriptor is an information content entity that contains additional information about the software.| +|OEO:00000379|software developer|A software developer is an agent that creates computer software.| +|OEO:00000380|software documentation|| +|OEO:00000382|software framework|A software framework is a Software that is generic and can be adapted to a specific application.| +|OEO:00000239|software interface|A software interface is a software that enables an agent to interact with it.| +|OEO:00020187|software license|A software license is a copyright license that determines ownership and permissions for software, code, or models.| +|OEO:00010081|solar chemical energy transformation|A solar chemical energy transformation is a solar energy transformation that converts solar energy into chemical energy.| +|OEO:00000384|solar energy|Solar energy is radiative energy of the sun.| +|OEO:00020046|solar energy transformation|Solar energy transformation is an energy transformation that converts solar energy.| +|OEO:00000386|solar power plant|A solar power plant is a power plant that has solar power units as parts.| +|OEO:00000034|solar power unit|A solar power unit is a power generating unit using solar power.| +|OEO:00020038|solar radiation|Solar radiation is radiation that is emitted by the sun.| +|OEO:00020199|solar radiation receiving surface|A solar radiation receiving surface is a surface that is receiving solar energy via solar radiation.| +|OEO:00020200|solar receiving object|A solar receiving object is an artificial object that has a solar radiation receiving surface as part.| +|OEO:00000387|solar thermal collector|A solar thermal collector is a heater that absorbs solar radiation to convert it into heat.| +|OEO:00000388|solar thermal energy|Solar thermal energy is thermal energy that is the physical output of a solar thermal energy transformation.| +|OEO:00020047|solar thermal energy transformation|Solar thermal energy transformation is a solar energy transformation that converts solar energy into thermal energy.| +|OEO:00000389|solar thermal power plant|A solar thermal power plant is a solar power plant that has solar thermal power units as parts.| +|OEO:00000035|solar thermal power unit|A solar thermal power unit is a solar power unit that has solar thermal collectors as parts.| +|OEO:00010080|solar-steam-electric process|A solar-steam-electric process is a solar energy transformation that converts solar energy into electrical energy. It has two partial processes: a solar thermal energy transformation and a steam-electric process.| +|OEO:00000390|solid|The state being solid. A portion of matter is in solid state if and only if it has a definite shape and volume (at a given temperature and pressure).| +|UO:0000124|solid angle unit|A unit which is a standard measure of the angle formed by three or more planes intersecting at a common point.| +|OEO:00000332|solid biofuel|Solid biomass is a portion of matter consisting of organic, non-fossil material of biological origin which may be used as fuel for heat production or electricity generation.| +|OEO:00000036|solid biomass power plant|A solid biomass power plant is a biofuel power plant that has solid biomass power units as parts.| +|OEO:00000037|solid biomass power unit|A solid biomass power unit is a biomass power unit using solid biomass as fuel.| +|OEO:00010144|solid combustion fuel|A solid combustion fuel is a combustion fuel that has a solid state of matter under normal conditions.| +|OEO:00000391|solid fossil fuel|A solid fossil fuel is a fossil fuel that has a solid state of matter under normal conditions.| +|OEO:00010149|solid renewable fuel|A solid renewable fuel is a renewable fuel that has a solid state of matter under normal conditions.| +|OEO:00010154|solid synthetic fuel|| +|OEO:00000392|solver|A solver is a software that solves a mathematical problem.| +|OEO:00020136|space requirement|A space requirement is a two-dimensional spatial region that covers the area needed by an object or object aggregate.| +|OEO:00020139|space requirement for construction|A space requirement for construction is space requirement of an artificial object that covers the area needed in order to contruct an artificial object.| +|BFO:0000006|spatial region|| +|OEO:00020123|spatial resolution|Spatial resolution is the resolution of a georeferenced dataset that indicates the geographical level of detail.| +|UO:0000239|spatial resolution unit|An image resolution unit which is a standard measure of the way luminance and chrominance may be sampled at different levels.| +|BFO:0000011|spatiotemporal region|| +|IAO:8000012|species subset ontology module|A subset ontology that is crafted to either include or exclude a taxonomic grouping of species.| +|OEO:00020141|specific space requirement|A specific space requirement is a quantity value that indicates a certain space requirement per nameplate capacity.| +|UO:0000059|specific volume unit|A unit which is a standard measure of the volume of a given mass of substance (the reciprocal of density).| +|BFO:0000020|specifically dependent continuant|b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003])| +|UO:0000060|speed/velocity unit|A unit which is a standard measure of the rate of movement. Speed is measured in the same physical units of measurement as velocity, but does not contain the element of direction that velocity has. Speed is thus the magnitude component of velocity.| +|OEO:00140009|sponsor|A sponsor is an agent that supports a person, organisation, or project by giving money, allowance of kind, services or other help.| +|OEO:00020027|spreadsheet|| +|UO:0000324|square angstrom|An area unit which is equal to an area enclosed by a square with sides each 1 angstrom long.| +|UO:0000081|square centimeter|An area unit which is equal to one ten thousandth of a square meter or 10^[-4] m^[2].| +|OEO:00020142|square kilometer|An area unit which is equal to one million square meters or 10^[6] m^[2].| +|UO:0000080|square meter|An area unit which is equal to an area enclosed by a square with sides each 1 meter long.| +|UO:0010001|square micrometer|An area unit which is equal to an area enclosed by a square with sides each 1 micrometer long.| +|UO:0000082|square millimeter|An area unit which is equal to one millionth of a square meter or 10^[-6] m^[2].| +|OEO:00140045|start alignment|A start alignment is a time stamp alignment indicating that the time stamp marks the start of the time step.| +|OEO:00030031|start time|A start time is a zero-dimensional temporal region that indicates the beginning of a one-dimensional temporal region.| +|OEO:00260002|start-up speed|Start-up speed is ramping during a cold start.| +|OEO:00000395|state of matter|In physics, a state of matter is one of the distinct forms in which matter can exist. Four states of matter are observable in everyday life: solid, liquid, gas, and plasma. Many intermediate states are known to exist, such as liquid crystal, and some states only exist under extreme conditions| +|OEO:00110001|steam|Steam is water that has a gaseous state of matter.| +|OEO:00010022|steam reformer|A steam reformer is an energy converting component that produces syngas from hydrocarbons such as natural gas.| +|OEO:00010267|steam reforming|A steam reforming process is a chemical reaction that converts hydrocarbons and steam to syngas. As it converts chemical energy and thermal energy to a different type of chemical energy (and waste heat), it is also an energy transformation process.| +|OEO:00000396|steam turbine|A steam turbine is a turbine that converts heat from pressurised steam into rotational energy.| +|OEO:00050020|steam-electric process|A steam-electric process is an energy transformation that converts thermal energy to electrical energy. A steam turbine and an electro motive generator are participating in a steam-electric process.| +|OEO:00240034|steel|Steel is a metal that consists mainly of iron and up to 2.14 % of carbon; other elements may be present. It has a solid normal state of matter. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role.| +|UO:0000125|steradian|A solid angle unit which is equal to the solid angle subtended at the center of a sphere by an area on the surface of the sphere that is equal to the radius squared.| +|OEO:00140168|stochastic|| +|OEO:00140062|stock potential|A stock potential is a potential of the stock of a source or sink.| +|UO:0010035|stone|An imperial mass unit which is equivalent to 6,350.293,18 grams, or 14 pounds.| +|OEO:00230000|storage capacity|Storage capacity is the quantity value stating the maximum energy an energy storage object can store.| +|OEO:00000399|storage unit|A storage unit is a grid component that stores energy.| +|OEO:00020011|study|A study is a project with the goal to investigate something.| +|http://openenergy-platform.org/ontology/oeo/oeo-model/OEO_00010250|study factsheet|A study factsheet is a factsheet that contains information about a scenario study.| +|OEO:00020032|study region|A study region is a spatial region that is under investigation and consists entirely of one or more subregions.| +|OEO:00020012|study report|A study report is a report that is the output from some study.| +|OEO:00020034|study subregion|A study subregion is a subregion of a study region.| +|OEO:00000401|sub bituminous coal|Sub bituminous coal is coal that is non-agglomerating with a gross calorific value between 17 435 kJ/kg (4 165 kcal/kg) and 23 865 kJ/kg (5 700 kcal/kg) containing more than 31 % volatile matter on a dry mineral matter free basis.| +|OEO:00020033|subregion|A subregion is a spatial region that is a part of spatial region.| +|IAO:8000006|subset ontology module|An ontology module that is extracted from a main ontology module and includes only a subset of entities or axioms.| +|UO:0000006|substance unit|A unit which is a standardised quantity of an element or compound with uniform composition.| +|OEO:00010007|sulphur dioxide|Sulphur dioxide is a portion of matter with the chemical formula SO2. It has a gaseous normal state of matter and can act as an air pollutant.| +|OEO:00000038|sulphur hexafluoride|Sulphur hexafluoride is a portion of matter with the chemical formula SF6. It has a gaseous normal state of matter. It can work as a potent greenhouse gas and has an anthropogenic origin.| +|OEO:00000200|supply grid|A supply grid is an object aggregate of systematically connected artificial objects that can work as a supply system.| +|OEO:00030025|supply system|A supply system is a system that connects producers and consumers.| +|OEO:00020198|surface|A surface is a tangential proper part of an object that extends in two dimensions.| +|http://opennergy-plattform.org/ontology/oeo/OEO_00290002|surface azimuth angle|A surface azimuth angle is a quantity value with a plane angle unit that measures the deviation of the projection on a horizontal plane of the normal to the plane from the local meridian, with zero due south, east negative, and west positive.| +|UO:0000253|surface tension unit|A unit which is a standard measure of the ability of a liguid to attraction of molecules at its surface as a result of unbalanced molecular cohesive forces.| +|OEO:00140061|sustainable flow potential|A sustainable flow potential is a type of flow potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.| +|OEO:00140067|sustainable stock potential|A sustainable stock potential is a type of stock potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.| +|OEO:00020009|switchyard|A switchyard is an electricity grid component that connects different levels of voltage| +|IAO:0000028|symbol|An information content entity that is a mark(s) or character(s) used as a conventional representation of another entity.| +|OEO:00140160|syngas|Syngas is a gas mixture consisting primarily of hydrogen, carbon monoxide, and very often carbon dioxide, that can be used as fuel.| +|OEO:00030005|synthetic|Synthetic is an anthropogenic origin of portions of matter created artificially by a chemical process.| +|OEO:00010221|synthetic ammonia|Synthetic ammonia is ammonia that has a synthetic origin.| +|OEO:00000403|synthetic dataset|A synthetic dataset is a dataset that is obtained by artificially creating data items. It is constructed to be an estimation of a real world dataset.| +|OEO:00010017|synthetic fuel|A synthetic fuel is a fuel produced from one or more portion(s) of matter using electric energy.| +|OEO:00010016|synthetic hydrogen|Synthetic hydrogen is hydrogen with synthetic origin. It is usually produced from water applying the water electrolysis process.| +|OEO:00010018|synthetic methane|Synthetic methane is methane that has a synthetic origin.| +|RO:0002577|system|A material entity consisting of multiple components that are causally integrated.| +|OEO:00020116|system cost|System cost are total costs of a system.| +|UO:0010042|tablespoon|A metric tablespoon is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions. It equals a 15mL volume.| +|OEO:00020197|tangential proper part|A tangential proper part is a fiat object part of an entity which shares a boundary with that entity.| +|OEO:00020093|target description|A target description is an information content entity that contains statements about a desired future state of a system that a person or organisation commits to in a legally binding way.| +|OEO:00020112|tax|A tax is a levy whose returns are used by the government to finance expenditures for the common welfare.| +|IAO:8000016|taxonomic bridge ontology module|| +|UO:0010040|teaspoon|A metric teaspoon is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions. It equals a 5mL volume.| +|OEO:00140058|technological flow potential|A technological flow potential is a type of a flow potential derived from a theoretical flow potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.| +|OEO:00140064|technological stock potential|A technological stock potential is a type of a stock potential derived from a theoretical stock potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.| +|OEO:00000407|technology|A Technology is an information content entity that specifies how to create an artificial object.| +|UO:0000005|temperature unit|A unit which is a standard measure of the average kinetic energy of the particles in a sample of matter.| +|IAO:8000015|template generated ontology module|An ontology module that is automatically generated from a template specification and fillers for slots in that template.| +|BFO:0000008|temporal region|| +|OEO:00020122|temporal resolution|Temporal resolution is the resolution of a time series that indicates time-dependent the level of detail.| +|UO:0000291|tera|A prefix in the metric system denoting a factor of ten to the power of 12.| +|UO:0000332|terabyte|An information unit which is equal to 1000 gigabytes.| +|OEO:00050005|terajoule|An energy unit which is equal to 10^12 joules.| +|OEO:00050009|terawatt-hour|An energy unit which is equal to 10^12 watt-hours.| +|IAO:0000228|term imported|| +|IAO:0000229|term split|| +|IAO:0000227|terms merged|| +|OEO:00160004|tertiary control|A tertiary control is a frequency control that is either automated or manual. It takes over from secondary control to equalise electricity supply and demand imbalances that last for more than 15 minutes.| +|UO:0000228|tesla|A magnetic flux density unit which is equal to one weber per square meter.| +|OEO:00000408|test dataset|A test dataset is a data set used for testing.| +|IAO:0000300|textual entity|A textual entity is a part of a manifestation (FRBR sense), a generically dependent continuant whose concretizations are patterns of glyphs intended to be interpreted as words, formulas, etc.| +|OEO:00140057|theoretical flow potential|A theoretical flow potential is a type of flow potential that identifies the physical upper limit of an input or output of a process in a spatial region of reference per unit time.| +|OEO:00140063|theoretical stock potential|A theoretical stock potential is a type of stock potential that identifies the physical upper limit of a stock of a source or sink in a spatial region of reference.| +|OEO:00000207|thermal energy|Thermal energy is the energy that a material entity contains in the undirected motion of its constituent parts (e.g. molecules and atoms).| +|OEO:00000039|thermal energy storage|A thermal energy storage is an energy storage that stores thermal energy for later use.| +|OEO:00140092|thorium|Thorium is a portion of matter with the chemical formula Th. It has a solid normal state of matter.| +|UO:0010012|thou|A length unit which is equal to 0.0254 millimetres.| +|BFO:0000028|three-dimensional spatial region|| +|OEO:00010101|tidal flow|Tidal flow is a water flow during which movements of water masses caused by varying gravitational and rotational forces from sun and moon, combined with the rotation of the earth, cause waters to undergo periodic depth oscillations (tides).| +|OEO:00030034|time series|A time series is a data set that references to a set of time steps or zero-dimensional temporal regions.| +|OEO:00030035|time span|A time span is a quantity value indicating the duration of a one-dimensional temporal region, measured in a time unit.| +|OEO:00140043|time stamp|A time stamp is a zero-dimensional temporal region that is used to describe a time step.| +|OEO:00140044|time stamp alignment|A time stamp alignment is a data descriptor that indicates the position of a time stamp in a time step.| +|OEO:00030033|time step|A time step is a one-dimensional temporal region that has a start time and an endtime and thus a finite duration.| +|UO:0000003|time unit|A unit which is a standard measure of the dimension in which events occur in sequence.| +|IAO:0000423|to be replaced with external ontology term|Terms with this status should eventually replaced with a term from another ontology.| +|UO:0010038|ton|An imperial mass unit which is equivalent to 1,016.046,9088 kilograms, or 2,240 pounds.| +|UO:0000323|ton per hectare|An area density unit which is equal to the mass of an object in tons divided by the surface area in hectares.| +|OEO:00020023|top down|| +|OEO:00010208|total emissions excluding LULUCF and including international aviation|'Total emissions excluding LULUCF and including international aviation' is a sector that encompasses 'CRF sector (IPCC 2006): total emissions excluding LULUCF' and 'CRF sector (IPCC 2006): international aviation'.| +|OEO:00010206|total emissions excluding LULUCF and including international bunkers|'Total emissions excluding LULUCF and including international aviation' is a sector that encompasses 'CRF sector (IPCC 2006): total emissions excluding LULUCF' and 'CRF sector (IPCC 2006): international bunkers'.| +|OEO:00010209|total emissions including LULUCF and including international aviation|'Total emissions excluding LULUCF and including international aviation' is a sector that 'CRF sector (IPCC 2006): total emissions including LULUCF' and 'CRF sector (IPCC 2006): international aviation'.| +|OEO:00010207|total emissions including LULUCF and including international bunkers|'Total emissions excluding LULUCF and including international aviation' is a sector that 'CRF sector (IPCC 2006): total emissions including LULUCF' and 'CRF sector (IPCC 2006): international bunkers'.| +|OEO:00010026|traction battery|| +|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010254|traction motor|A traction motor is a motor that is used for propulsion.| +|OEO:00010082|trade|A trade is a process in which one commodity or service is exchanged for another commodity or service.| +|OEO:00040005|trader|A trader is a market participant that engages in the transfer of financial assets in any financial market on behalf of a client or a financial services provider.| +|OEO:00000419|transformation|A transformation is a process that transforms one or more inputs into at least one output.| +|OEO:00140149|transformative measure|A transformative measure is a process that is an activity that has a direct impact on a specific variable in question.| +|OEO:00000420|transformer|A transformer is an electricity grid component that passively transfers electrical energy from one electrical circuit to another.| +|OEO:00140003|transport|Transport is the process of moving people or goods from one place to another.| +|OEO:00000422|transport sector|A transport sector is a sector that covers transport of people and/or goods.| +|OEO:00000424|true|| +|UO:0000315|turbidity unit|A unit used to indicate the clarity of water or other solutions or suspensions, as measured by the ability of the solution or suspension to scatter light of a defined wavelength range.| +|OEO:00000425|turbine|A turbine is an energy converting component that converts energy from a moving fluid flow into rotational energy.| +|UO:0000092|turns per second|A rotational frequency unit which is equal to the number complete turn in a period of time that equals to 1 second.| +|BFO:0000146|two-dimensional continuant fiat boundary|| +|BFO:0000009|two-dimensional spatial region|| +|OEO:00000426|txt|| +|OEO:00020091|typical day|A typical day is a typical period with the duration of one day.| +|OEO:00020089|typical period|A typical period is a time series that represents a couple of real time periods that have certain characteristics in common, e.g. seasonal specifications, weekly routines, etc. It doesn't refer to a real date. Typical periods are used to reduce computing time of energy system models.| +|OEO:00020090|typical year|A typical year is a typical period with the duration of one year.| +|UO:0000277|ug/disk|A unit which is equal to one microgram per disk, where a disk is some physical surface/container upon which the substance is deposited.| +|OEO:00140167|uncertainty approach|An uncertainty approach is a model descriptor that specifies how a model deals with uncertainty.| +|IAO:0000124|uncurated|Nothing done yet beyond assigning a unique class ID and proposing a preferred term.| +|OEO:00000429|underground hydrogen storage|An underground hydrogen storage is an energy storage object that stores hydrogen underground. Examples are underground caverns, salt domes and depleted oil/gas fields.| +|UO:0000000|unit of measurement|A unit of measurement is a standardised quantity of a quantifiable entity.| +|UO:0000067|unit of molality|A concentration unit which is a standard measure of the number of moles of a given substance per kilogram of solvent.| +|UO:0000061|unit of molarity|A concentration unit which is a standard measure of the number of moles of a given substance per liter of solution.| +|UO:0000074|unit of normality|A unit of concentration which highlights the chemical nature of salts.| +|UO:0000179|unit per liter|A unit per milliliter unit which is equal to one unit of an agreed arbitrary amount per one liter.| +|UO:0000178|unit per milliliter|A unit per milliliter unit which is equal to one unit of an agreed arbitrary amount per one milliliter.| +|UO:0000177|unit per volume unit|A concentration unit which is a standard measure of the number of units, as an agreed arbitrary amount, of a given substance per a specific volume of solution.| +|UO:0010046|united states customary cup|A United States customary units cup is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions in America. It equals a 236.59 mL volume.| +|UO:0010044|united states customary tablespoon|A United States customary units tablespoon is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions in America. It equals a 14.79 mL volume.| +|UO:0010041|united states customary teaspoon|A United States customary units teaspoon is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions in America. It equals a 4.93 mL volume.| +|UO:0010047|united states fda cup|A United States FDA cup is a unit of measurement of volume used by the US Federal Department of Agriculture as a nutritional serving measure. It equals a 240 mL volume.| +|IAO:0000410|universal|| +|OEO:00140129|unplanned availability|Unplanned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year, but is not operation.| +|OEO:00000040|uranium|Uranium is a portion of matter that has the atomic number 92. It is a silver-grey metal.| +|OEO:00230014|urban population|An urban population is a population living in urban areas, as defined by national statistical offices.| +|OEO:00000431|user|A user is an agent that employs an aid, tool or information system to achieve a goal/benefit.| +|OEO:00000432|user documentation|A user documentation is a documentation intended to assist users in using the software.| +|OEO:00140024|validation|Validation is the process of checking if something works correctly.| +|OEO:00000435|variable|A variable is an information content entity that represents a changeable value, vector, matrix or function within a mathematical expression.| +|OEO:00020145|variable cost|A variable cost is a cost that depends on an amount of goods or services.| +|OEO:00020146|variable production cost|Variable costs are costs that depend on the amount of goods or services produced and which are payed by the producer.| +|OEO:00000288|vba|| +|OEO:00010023|vehicle|A vehicle is an artificial object that is used for transporting people or goods.| +|UO:0000256|viscosity unit|A unit which is a standard measure of the internal resistance of fluids to flow.| +|OEO:00000437|volatile organic compound|A volatile organic compound (VOC) is a portion of matter consisting of organic compounds that is capable of producing photochemical oxidants by reactions with nitrogen oxides in the presence of sunlight. Hence it can act as an air pollutant.| +|OEO:00010011|volatility|The volatility disposition is the disposition of a portion of matter to sublimate or evaporate from the solid or liquid form and enter the surrounding air.| +|UO:0000218|volt|An electric potential difference unit which is equal to the work per unit charge. One volt is the potential difference required to move one coulomb of charge between two points in a circuit while using one joule of energy.| +|UO:0000268|volt per meter|The volt per meter is a unit of electric field strength equal to the a potential difference of 1 volt existing between two points that are 1 meter apart.| +|UO:0000229|volt-hour|A magnetic flux unit which is equal to 3600 Wb.| +|UO:0010007|volt-second per square centimeter|An electrical mobility unit which is equal to one volt second per square centimeter.| +|UO:0000205|volume per unit volume|A dimensionless concentration unit which denotes the given volume of the solute in the total volume of the resulting solution.| +|UO:0000165|volume percentage|A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution.| +|UO:0000095|volume unit|A unit which is a standard measure of the amount of space occupied by any substance, whether solid, liquid, or gas.| +|UO:0000270|volumetric flow rate unit|A unit which is a standard measure of the volume of fluid which passes through a given surface per unit time .| +|OEO:00090000|volumetric flow rate value|A volumetric flow rate value is a quantity value that has a volumetric flow rate unit as unit.| +|OEO:00010036|waste and wastewater sector|A waste and wastewater sector is a sector that covers activities related the collection and treatment of waste and wastewater.| +|OEO:00000439|waste fuel|A waste fuel is a fuel in which the material entity is waste.| +|OEO:00000440|waste power plant|A waste power plant is a power plant that has waste power units as parts.| +|OEO:00000041|waste power unit|A waste power unit is a power generating unit using waste as fuel.| +|OEO:00000042|waste role|A waste role is a role of an object aggregate that has been discarded after primary use.| +|OEO:00010114|waste thermal energy|Waste thermal energy is thermal energy that is the physical output of an energy transformation process and that is released into the environment unused.| +|OEO:00000441|water|Water is a portion of matter with the chemical formula H2O. It has a liquid normal state of matter.| +|OEO:00010104|water body|A water body is an accumulation of liquid water of varying size on the surface of the Earth.| +|OEO:00010021|water electrolyser|A water electrolyser is an energy converting component that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).| +|OEO:00010219|water electrolysis process|A water electrolysis process is an energy transformation that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).| +|OEO:00110002|water flow|Water flow is a process of liquid water moving.| +|OEO:00110003|water flow rate|Water flow rate is the process attribute of water flow that quantifies the water volume per time unit.| +|OEO:00000442|water turbine|A water turbine is a turbine converting potential energy and kinetic energy of water into rotational energy.| +|UO:0000114|watt|A power unit which is equal to the power used when work is done at the rate of 1 joule per second.| +|UO:0000265|watt per meter kelvin|An heat conduction unit which is equal to one watt divided by meter kelvin.| +|UO:0000155|watt per square meter|An irradiance unit which is equal to 1 watt of radiant power incident per one square meter surface area.| +|UO:0000162|watt per steradian|A radiant intensity unit which is equal to one kilogram meter squared per second cubed per steradian.| +|UO:0000158|watt per steradian per square meter|A radiance unit which is equal to one watt of radiant power incident per steradian solid angle per one square meter projected area of the source, as viewed from the given direction.| +|UO:0000223|watt-hour|An energy unit which is equal to the amount of electrical energy equivalent to a one-watt load drawing power for one hour.| +|OEO:00010106|wave|A wave is a water flow that is at the surface of a water body/marine water body/ocean and that is mainly vertically orientated.| +|OEO:00020100|weather time series|A weather time series is a time series that contains data about a specific meteorological year.| +|UO:0000226|weber|A magnetic flux unit which is equal to the amount of flux that when linked with a single turn of wire for an interval of one second will induce an electromotive force of one volt.| +|UO:0000034|week|A time unit which is equal to 7 days.| +|OEO:00020162|weekly|one value per week| +|OEO:00000043|wind|Wind is a process of air naturally moving.| +|OEO:00000446|wind energy|Wind energy is the kinetic energy of moving air.| +|OEO:00000044|wind energy converting unit|A wind energy converting unit is a power generating unit that uses wind energy.| +|OEO:00020043|wind energy transformation|Wind energy transformation is an energy transformation that converts wind energy to electrical energy.| +|OEO:00000447|wind farm|A wind farm is a power plant that has wind energy converting units as parts.| +|OEO:00000448|wind rotor|A wind rotor (or wind turbine) is a turbine that converts the wind's kinetic energy into rotational energy.| +|OEO:00000449|wood|Wood is a biomass from trees. It has a solid state of matter an can be used as fuel.| +|OEO:00230017|working age population|The working age population is the population of people aged 15 to 65.| +|IAO:0000590|written name|A textual entity that denotes a particular in reality.| +|OEO:00000450|xlsx|| +|OEO:00000451|xml|| +|UO:0010014|yard|A length unit which is equal to 0.9144 metres, or 3 feet.| +|UO:0000036|year|A time unit which is equal to 12 months which in science is taken to be equal to 365.25 days.| +|OEO:00140139|yield profile|A yield profile is a generation time series of a particular renewable power plant.| +|UO:0000306|yocto|A prefix in the metric system denoting a factor of 10 to the power of -24.| +|UO:0000286|yotta|A prefix in the metric system denoting a factor of ten to the power of 24.| +|UO:0000305|zepto|A prefix in the metric system denoting a factor of 10 to the power of -21.| +|BFO:0000147|zero-dimensional continuant fiat boundary|| +|BFO:0000018|zero-dimensional spatial region|| +|BFO:0000148|zero-dimensional temporal region|| +|UO:0000288|zetta|A prefix in the metric system denoting a factor of ten to the power of 21.| diff --git a/src/scripts/etd/README.md b/src/scripts/etd/README.md index e69de29bb..903b982bb 100644 --- a/src/scripts/etd/README.md +++ b/src/scripts/etd/README.md @@ -0,0 +1 @@ +This script generates a glossary for existing terms and definitions formatted in a table in a markdown file. \ No newline at end of file diff --git a/src/scripts/etd/etd.sh b/src/scripts/etd/etd.sh index d1e877852..99c6c72d7 100755 --- a/src/scripts/etd/etd.sh +++ b/src/scripts/etd/etd.sh @@ -1,7 +1,9 @@ #!/bin/bash +rm ETD.md SCRIPT_PATH="$PWD" ONTO_PATH="$(dirname "$(dirname "$SCRIPT_PATH")")""/ontology/" -robot merge --input "$ONTO_PATH""edits/oeo-model.omn" \ +robot merge --input "$ONTO_PATH""oeo.omn" \ + --input "$ONTO_PATH""edits/oeo-model.omn" \ --input "$ONTO_PATH""edits/oeo-physical.omn" \ --input "$ONTO_PATH""edits/oeo-shared.omn" \ --input "$ONTO_PATH""edits/oeo-social.omn" \ @@ -9,13 +11,13 @@ robot merge --input "$ONTO_PATH""edits/oeo-model.omn" \ export --header "ID|LABEL|definition" \ --prefix "OEO: http://openenergy-platform.org/ontology/oeo/OEO_" \ --sort "LABEL" \ - --export "$ETD_PATH""etd.csv" -LINE1="|ID|Name|Definition|" -LINE2="|:-|:---|:-------|" + --export "$ETD_PATH""etd.tsv" +LINE1="|PREFIX:ID|Name|Definition|" +LINE2="|:--------|:---|:---------|" echo $LINE1 >> ETD.md echo $LINE2 >> ETD.md -while IFS=, read -r rec1 rec2 rec3 +while IFS=$'\t' read -r rec1 rec2 rec3 do echo "|$rec1|$rec2|$rec3|" >> ETD.md -done < <(tail -n +2 etd.csv) -rm etd.csv \ No newline at end of file +done < <(tail -n +2 etd.tsv) +rm etd.tsv \ No newline at end of file From 22fe7a498a45aefc5484b2e9bd3acc48b3cdc693 Mon Sep 17 00:00:00 2001 From: stage1407 <86624154+stage1407@users.noreply.github.com> Date: Sat, 3 Sep 2022 23:17:47 +0200 Subject: [PATCH 023/370] Some troubleshooting changes --- src/scripts/etd/ETD.md | 1518 ---------------------------------------- src/scripts/etd/etd.sh | 38 +- 2 files changed, 32 insertions(+), 1524 deletions(-) delete mode 100644 src/scripts/etd/ETD.md diff --git a/src/scripts/etd/ETD.md b/src/scripts/etd/ETD.md deleted file mode 100644 index 583b9cbe4..000000000 --- a/src/scripts/etd/ETD.md +++ /dev/null @@ -1,1518 +0,0 @@ -|PREFIX:ID|Name|Definition| -|:--------|:---|:---------| -|OEO:00000047|AC-line|An AC-line is a powerline for transferring high voltage alternating current.| -|OEO:00000059|API|An API (Application Programming interface) is a software interface allowing two Software applications to communicate with each other.| -|OEO:00010126|Annual Emission Allocation|An Annual Emission Allocation (AEA) is an emission certificate used in the Effort Sharing Decision (ESD) and the Effort Sharing Regulation (ESR). It permits the emission of a CO2 equivalent quantity of 1 tonne.| -|OEO:00260007|CO2 emission|A CO2 emission is an emission that releases carbon dioxide.| -|OEO:00010271|CO2 emission certificate price|A CO2 emission certificate price is an emission price of an CO2 emission certificate that allows the emission of certain CO2 emission value.| -|OEO:00260008|CO2 emission value|A CO2 emission value is greenhouse gas emission value that quantifies the output of a CO2 emission process.| -|OEO:00010269|CO2 price|A CO2 price is an emission price of emitting a certain CO2 emission value.| -|OEO:00010229|CRF sector (IPCC 2006): CO2 captured|The CRF sector (IPCC 2006): 'CO2 captured' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: It encompasses the total amount of CO2 captured for storage.| -|OEO:00010228|CRF sector (IPCC 2006): CO2 emissions from biomass|The CRF sector (IPCC 2006): 'CO2 emissions from biomass' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: CO2 emissions from biomass combustion are not included in national totals, but are recorded as an information item for cross-checking purposes as well as avoiding double counting.| -|OEO:00010058|CRF sector (IPCC 2006): CO2 transport and storage|"The CRF sector (IPCC 2006) 'CO2 transport and storage' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Carbon dioxide (CO2) capture and storage (CCS) involves the capture of CO2 from anthropogenic sources, its transport to a storage location and its long-term isolation from the atmosphere. Emissions associated with CO2 transport, injection and storage are covered under category 1C. Emissions (and reductions) associated with CO2 capture should be reported under the IPCC Sector in which capture takes place (e.g. Fuel Combustion or Industrial Activities)."||| -|OEO:00010182|CRF sector (IPCC 2006): agricultural soils|The CRF sector (IPCC 2006) 'agricultural soils' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|OEO:00010047|CRF sector (IPCC 2006): agriculture|| -|OEO:00010188|CRF sector (IPCC 2006): agriculture - other|The CRF sector (IPCC 2006) 'agriculture - other' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|OEO:00010054|CRF sector (IPCC 2006): agriculture, forestry and fishing|"The CRF sector (IPCC 2006) 'agriculture, forestry and fishing' is an energy demand sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from fuel combustion in agriculture, forestry, fishing and fishing industries such as fish farms."||| -|OEO:00010175|CRF sector (IPCC 2006): biological treatment of solid waste|"The CRF sector (IPCC 2006) 'biological treatment of solid waste' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Solid waste composting and other biological treatment. Emissions from biogas facilities (anaerobic digestion) with energy production are reported in the Energy Sector (1A4)."||| -|OEO:00010165|CRF sector (IPCC 2006): cement production|"The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Process-related emissions from the production of various types of cement (ISIC: D2694)."||| -|OEO:00010166|CRF sector (IPCC 2006): chemical industry|"The CRF sector (IPCC 2006) 'chemical industry' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Greenhouse gas emissions that result from the production of various inorganic and organic chemicals."||| -|OEO:00010052|CRF sector (IPCC 2006): commercial and institutional|"The CRF sector (IPCC 2006) 'commercial and institutional' is a commercial sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from fuel combustion in commercial and institutional buildings."||| -|OEO:00010190|CRF sector (IPCC 2006): cropland|"The CRF sector (IPCC 2006) 'cropland' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions and removals from arable and tillage land, rice fields, and agro-forestry systems where vegetation falls below the thresholds used for the forest land category."||| -|OEO:00010059|CRF sector (IPCC 2006): domestic aviation|"The CRF sector (IPCC 2006) 'domestic aviation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from civil domestic passenger and freight traffic that departs and arrives in the same country (commercial, private, agriculture, etc.), including take-offs and landings for these flight stages. Note that this may include journeys of considerable length between two airports in a country (e.g. San Francisco to Honolulu). Exclude military, which should be reported under 1 A 5 b."||| -|OEO:00010062|CRF sector (IPCC 2006): domestic navigation|"The CRF sector (IPCC 2006) 'domestic navigation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from fuels used by vessels of all flags that depart and arrive in the same country (exclude fishing, which should be reported under 1 A 4 c iii, and military, which should be reported under 1 A 5 b). Note that this may include journeys of considerable length between two ports in a country (e.g. San Francisco to Honolulu)."||| -|OEO:00010170|CRF sector (IPCC 2006): electronics industry|"The CRF sector (IPCC 2006) 'electronics industry' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Several advanced electronics manufacturing processes utilise fluorinated compounds (FCs) for plasma etching intricate patterns, cleaning reactor chambers, and temperature control. The specific electronic industry sectors include semiconductor, thin-film-transistor flat panel display (TFT-FPD), and photovoltaic (PV) manufacturing (collectively termed ‘electronics industry’)."||| -|OEO:00010038|CRF sector (IPCC 2006): energy|"The CRF sector (IPCC 2006) energy is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|All GHG emissions arising from combustion and fugitive releases of fuels. Emissions from the non-energy uses of fuels are generally not included here, but reported under Industrial Processes and Product Use."||| -|OEO:00010040|CRF sector (IPCC 2006): energy industry|"The CRF sector (IPCC 2006) 'energy industry' is an energy transformation sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Comprises emissions from fuels combusted by the fuel extraction or energy-producing industries."||| -|OEO:00010179|CRF sector (IPCC 2006): enteric fermentation|"The CRF sector (IPCC 2006) 'enteric fermentation' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Methane emissions from herbivores as a by-product of enteric fermentation (a digestive process by which carbohydrates are broken down by micro-organisms into simple molecules for absorption into the bloodstream). Ruminant animals (e.g., cattle, sheep) are major sources with moderate amounts produced from non-ruminant animals (e.g., pigs, horses)."||| -|OEO:00010184|CRF sector (IPCC 2006): field burning of agricultural residues|"The CRF sector (IPCC 2006) 'field burning of agricultural residues' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|CO2 emissions from urea application"||| -|OEO:00010189|CRF sector (IPCC 2006): forest land|"The CRF sector (IPCC 2006) 'forest land' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions and removals from lands with woody vegetation consistent with thresholds used to define forest land in the national GHG inventory, sub-divided into managed and unmanaged, and possibly also by climatic region, soil type and vegetation type as appropriate. It also includes systems with vegetation that currently fall below, but are expected to later exceed, the threshold values used by a country to define the forest land category."||| -|OEO:00010039|CRF sector (IPCC 2006): fuel combustion|"The CRF sector (IPCC 2006) 'fuel combustion' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from the intentional oxidation of materials within an apparatus that is designed to raise heat and provide it either as heat or as mechanical work to a process or for use away from the apparatus."||| -|OEO:00010044|CRF sector (IPCC 2006): fuel combustion - other|"The CRF sector (IPCC 2006) 'fuel combustion' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|All remaining emissions from fuel combustion that are not specified elsewhere. Include emissions from fuel delivered to the military in the country and delivered to the military of other countries that are not engaged in multilateral operations."||| -|OEO:00010043|CRF sector (IPCC 2006): fuel combustion - other sectors|"The CRF sector (IPCC 2006) 'fuel combustion - other sectors' is an energy demand sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from combustion activities as described below, including combustion for the generation of electricity and heat for own use in these sectors."||| -|OEO:00010057|CRF sector (IPCC 2006): fugitive emissions from fuels|"The CRF sector (IPCC 2006) 'fugitive emissions from fuels' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Includes all intentional and unintentional emissions from the extraction, processing, storage and transport of solid fuel to the point of final use."||| -|OEO:00010191|CRF sector (IPCC 2006): grassland|"The CRF sector (IPCC 2006) 'grassland' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions and removals from rangelands and pasture land that is not considered cropland. It also includes systems with woody vegetation that fall below the threshold values used in the forest land category and are not expected to exceed them, without human intervention. The category also includes all grassland from wild lands to recreational areas as well as agricultural and silvi-pastural systems, subdivided into managed and unmanaged, consistent with national definitions."||| -|OEO:00010195|CRF sector (IPCC 2006): harvested wood products|"The CRF sector (IPCC 2006) 'harvested wood products' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|CO2 net emissions or removals resulting from Harvest Wood Products."||| -|OEO:00010176|CRF sector (IPCC 2006): incineration and open burning of waste|"The CRF sector (IPCC 2006) 'incineration and open burning of waste' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Incineration of waste and open burning waste, not including waste-to-energy facilities."||| -|OEO:00010230|CRF sector (IPCC 2006): indirect CO2|The CRF sector (IPCC 2006): 'indirect CO2' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: It encompasses Methane, carbon monoxide (CO) or NMVOC emissions that will eventually be oxidised to CO2 in the atmosphere.| -|OEO:00010046|CRF sector (IPCC 2006): industrial processes and product use|"The CRF sector (IPCC 2006) 'energy industrial processes and product use' (IPPU) is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|It covers greenhouse gas emissions occurring from industrial processes, from the use of greenhouse gases in products, and from non-energy uses of fossil fuel carbon."||| -|OEO:00010173|CRF sector (IPCC 2006): industrial processes and product use - other|The CRF sector (IPCC 2006) 'industrial processes and product use - other' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|OEO:00010201|CRF sector (IPCC 2006): international aviation|The CRF sector (IPCC 2006) 'international aviation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. It encompasses emissions from flights that depart in one country and arrive in a different country.| -|OEO:00010200|CRF sector (IPCC 2006): international bunkers|The CRF sector (IPCC 2006) 'international bunkers' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. It encompasses international aviation and maritime navigation.| -|OEO:00010199|CRF sector (IPCC 2006): international bunkers and multilateral operations|The CRF sector (IPCC 2006) international bunkers is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. It encompasses international bunkers and multilateral operation.| -|OEO:00010168|CRF sector (IPCC 2006): iron and steel production|"The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Carbon dioxide is the predominant gas emitted from the production of iron and steel. The sources of the carbon dioxide emissions include that from carbon-containing reducing agents such as coke and pulverized coal, and, from minerals such as limestone and dolomite added."||| -|OEO:00010048|CRF sector (IPCC 2006): land use, land-use change and forestry|The CRF sector (IPCC 2006) 'land use, land-use change and forestry' (LULUCF) is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|OEO:00010196|CRF sector (IPCC 2006): land use, land-use change and forestry - other|The CRF sector (IPCC 2006) 'land use, land-use change and forestry - other' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|OEO:00010185|CRF sector (IPCC 2006): liming|"The CRF sector (IPCC 2006) 'liming' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|CO2 emissions from the use of lime in agricultural soils, managed forest soils or lakes."||| -|OEO:00010160|CRF sector (IPCC 2006): manufacture of solid fuels and other energy industries|"The CRF sector (IPCC 2006) 'manufacture of solid fuels and other energy industries' is an energy transformation sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Combustion emissions from fuel use during the manufacture of secondary and tertiary products from solid fuels including production of charcoal."||| -|OEO:00010041|CRF sector (IPCC 2006): manufacturing industries and construction|"The CRF sector (IPCC 2006) 'manufacturing industries and construction' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from combustion of fuels in industry. Also includes combustion for the generation of electricity and heat for own use in these industries."||| -|OEO:00010180|CRF sector (IPCC 2006): manure management|"The CRF sector (IPCC 2006) 'manure management' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Methane and nitrous oxide emissions from the decomposition of manure under low oxygen or anaerobic conditions."||| -|OEO:00010202|CRF sector (IPCC 2006): maritime navigation|The CRF sector (IPCC 2006) 'maritime navigation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. Emissions from fuels used by vessels of all flags that are engaged in international water-borne navigation. The international navigation may take place at sea, on inland lakes and waterways and in coastal waters. It includes emissions from journeys that depart in one country and arrive in a different country. It excludes consumption by fishing vessels.| -|OEO:00010167|CRF sector (IPCC 2006): metal industry|"The CRF sector (IPCC 2006) 'metal industry' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Greenhouse gas emissions that result from the production of metals."||| -|OEO:00010164|CRF sector (IPCC 2006): mineral industry|"The CRF sector (IPCC 2006) 'mineral industry' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Process-related carbon dioxide (CO2) emissions resulting from the use of carbonate raw materials in the production and use of a variety of mineral industry products."||| -|OEO:00010203|CRF sector (IPCC 2006): multilateral operations|"The CRF sector (IPCC 2006) 'multilateral operation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from fuels used for aviation and waterborne navigation in multilateral operations pursuant to the Charter of the United Nations."||| -|OEO:00010169|CRF sector (IPCC 2006): non-energy products from fuels and solvent use|"The CRF sector (IPCC 2006) 'non-energy products from fuels and solvent use' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|The use of oil products and coal-derived oils primarily intended for purposes other than combustion"||| -|OEO:00010162|CRF sector (IPCC 2006): oil and natural gas|"The CRF sector (IPCC 2006) 'oil and natural gas' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Comprises fugitive emissions from all oil and natural gas activities."||| -|OEO:00010050|CRF sector (IPCC 2006): other|The CRF sector (IPCC 2006) 'other' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|OEO:00010187|CRF sector (IPCC 2006): other carbon-containing fertilizers|The CRF sector (IPCC 2006) 'other carbon-containing fertilizers' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|OEO:00010194|CRF sector (IPCC 2006): other land|"The CRF sector (IPCC 2006) 'other land' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions and removals from bare soil, rock, ice, and all unmanaged land areas that do not fall into any of the other five categories."||| -|OEO:00010172|CRF sector (IPCC 2006): other product manufacture and use|"The CRF sector (IPCC 2006) 'other product manufacture and use' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions of sulphur hexafluoride (SF6) and perfluorocarbons||| -|(PFCs) from the manufacture and use of electrical equipment and a number of other products. It also includes emissions of nitrous oxide (N2O) from several products."||| -|OEO:00010063|CRF sector (IPCC 2006): other transportation|"The CRF sector (IPCC 2006) 'other transportation' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Combustion emissions from all remaining transport activities including pipeline transportation, ground activities in airports and harbours, and off-road activities not otherwise reported under 1 A 4 c Agriculture or 1 A 2. Manufacturing Industries and Construction. Military transport should be reported under 1 A 5."||| -|OEO:00010159|CRF sector (IPCC 2006): petroleum refining|"The CRF sector (IPCC 2006) 'petroleum refining' is an energy transformation sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|All combustion activities supporting the refining of petroleum products including on-site combustion for the generation of electricity and heat for own use."||| -|OEO:00010064|CRF sector (IPCC 2006): pipeline transport|"The CRF sector (IPCC 2006) 'pipeline transport' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Combustion related emissions from the operation of pump stations and maintenance of pipelines. Transport via pipelines includes transport of gases liquids, slurry and other commodities via pipelines. Distribution of natural or manufactured gas, water or steam from the distributor to final users is excluded and should be reported in 1 A 1 c ii or 1 A 4 a."||| -|OEO:00010183|CRF sector (IPCC 2006): prescribed burning of savannas|The CRF sector (IPCC 2006) 'prescribed burning of savannas' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|OEO:00010171|CRF sector (IPCC 2006): product uses as substitutes for ozone depleting substances|"The CRF sector (IPCC 2006) 'product uses as substitutes for ozone depleting substances' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Hydrofluorocarbons (HFCs) and, to a very limited extent, perfluorocarbons (PFCs), are serving as alternatives to ozone depleting substances (ODS) being phased out under the Montreal Protocol."||| -|OEO:00010158|CRF sector (IPCC 2006): public electricity and heat production|"The CRF sector (IPCC 2006) 'public electricity and heat production' is an energy transformation sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Sum of emissions from main activity producers of electricity generation, combined heat and power generation, and heat plants."||| -|OEO:00010061|CRF sector (IPCC 2006): railways|"2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/|The CRF sector (IPCC 2006) 'railways' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from railway transport for both freight and passenger traffic routes.|issue: https://github.com/OpenEnergyPlatform/ontology/issues/580||| -|pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595"||| -|OEO:00010053|CRF sector (IPCC 2006): residential|"The CRF sector (IPCC 2006) 'residential' is a household sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|All emissions from fuel combustion in households."||| -|OEO:00010181|CRF sector (IPCC 2006): rice cultivation|"The CRF sector (IPCC 2006) 'rice cultivation' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Methane (CH4) emissions from anaerobic decomposition of organic material in flooded rice fields."||| -|OEO:00010060|CRF sector (IPCC 2006): road transportation|"The CRF sector (IPCC 2006) 'road transport' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|All combustion and evaporative emissions arising from fuel use in road vehicles, including the use of agricultural vehicles on paved roads."||| -|OEO:00010193|CRF sector (IPCC 2006): settlements|"The CRF sector (IPCC 2006) 'settlements' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions and removals from all developed land, including transportation infrastructure and human settlements of any size, unless they are already included under other categories."||| -|OEO:00010161|CRF sector (IPCC 2006): solid fuels|"The CRF sector (IPCC 2006) 'solid fuels' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Includes all intentional and unintentional emissions from the extraction, processing, storage and transport of fuel to the point of final use."||| -|OEO:00010174|CRF sector (IPCC 2006): solid waste disposal|"The CRF sector (IPCC 2006) 'solid waste disposal' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Methane is produced from anaerobic microbial decomposition of organic matter in solid waste disposal sites."||| -|OEO:00010197|CRF sector (IPCC 2006): total emissions excluding LULUCF|The CRF sector (IPCC 2006) 'total emissions excluding LULUCF' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. It encompasses the following IPCC 2006 sectors: energy; industrial processes and product use; agriculture; waste; and other.| -|OEO:00010198|CRF sector (IPCC 2006): total emissions including LULUCF|The CRF sector (IPCC 2006) 'total emissions including LULUCF' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories. It encompasses the following IPCC 2006 sectors: energy; industrial processes and product use; agriculture; land use, land-use change and forestry; waste; and other.| -|OEO:00010042|CRF sector (IPCC 2006): transport|"The CRF sector (IPCC 2006) 'transport' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from the combustion and evaporation of fuel for all transport activity (excluding military transport), regardless of the sector, specifiedby sub-categories below. Emissions from fuel sold to any air or marine vessel engaged in international transport (1 A 3 a i and 1 A 3 d i) should as far as possible be excluded from the totals and subtotals in this category and should be reported separately."||| -|OEO:00010186|CRF sector (IPCC 2006): urea application|The CRF sector (IPCC 2006) 'urea application' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|OEO:00010049|CRF sector (IPCC 2006): waste|"The CRF sector (IPCC 2006) 'waste' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Carbon dioxide (CO2), methane (CH4) and nitrous oxide (N2O) emissions from following categories: Solid waste disposal, Biological treatment of solid waste,||| -|Incineration and open burning of waste, Wastewater treatment and discharge."||| -|OEO:00010178|CRF sector (IPCC 2006): waste - other|The CRF sector (IPCC 2006) 'waste - other' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories| -|OEO:00010177|CRF sector (IPCC 2006): waste water treatment and discharge|"The CRF sector (IPCC 2006) 'waste water treatment and discharge' is a waste and wastewater sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Methane is produced from anaerobic decomposition of organic matter by bacteria in sewage facilities and from food processing and other industrial facilities during wastewater treatment. N2O is also produced by bacteria||| -|(denitrification and nitrification) in wastewater treatment and discharge."||| -|OEO:00010192|CRF sector (IPCC 2006): wetlands|"The CRF sector (IPCC 2006) 'wetlands' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:| -|Emissions from land that is covered or saturated by water for all or part of the year (e.g., peatland) and that does not fall into the forest land, cropland, grassland or settlements categories. The category can be subdivided into managed and unmanaged according to national definitions. It includes reservoirs as a managed sub-division and natural rivers and lakes as unmanaged sub-divisions."||| -|OEO:00000243|CRF sectors (IPCC 1996)|CRF sectors (IPCC 1996) is a version of the common reporting format that was used for national greenhouse gas inventories until the year 2014. It implements the Revised 1996 IPCC Guidelines for National Greenhouse Gas Inventories (with some deviations).| -|OEO:00000242|CRF sectors (IPCC 2006)|CRF sectors (IPCC 2006) is a version of the common reporting format that was used for national greenhouse gas inventories since the year 2015. It implements the 2006 IPCC Guidelines for National Greenhouse Gas Inventories (with some deviations).| -|OEO:00000133|DOI|"A DOI (digital object identifier) is a persistent identifier or handle used to uniquely identify objects, standardized by the International Organization for Standardization (ISO).| -|source: https://en.wikipedia.org/wiki/Digital_object_identifier"||| -|IAO:8000020|EL++ ontology module|| -|OEO:00020064|EU allowance|An EU Allowance (EUA) is an emission certificate used in the European Union Emissions Trading System (EU ETS). It permits the emission of a CO2 equivalent quantity of 1 tonne.| -|OEO:00010129|EU climate policy|The EU climate policy is the policy of the European Union for reducing greenhouse gas emissions. It uses the EU emission sector division.| -|OEO:00010130|EU emission sector division|The EU emission sector division is used in the EU climate policy.| -|OEO:00010131|EU emission sector: ETS|The EU emission sector ETS is a sector defined by the EU emission sector division that covers greenhouse gas emissions that are regulated by the European Union Emissions Trading System.| -|OEO:00010133|EU emission sector: ETS aviation|The EU emission sector ETS aviation is a transport sector defined by the EU emission sector division that covers greenhouse gas emissions regulated by the European Union Emissions Trading System and that are emitted by stationary installations.| -|OEO:00010132|EU emission sector: ETS stationary|The EU emission sector ETS stationary is a sector defined by the EU emission sector division that covers greenhouse gas emissions regulated by the European Union Emissions Trading System and that are emitted by stationary installations.| -|OEO:00010135|EU emission sector: LULUCF|The EU emission sector ETS stationary is a sector defined by the EU emission sector division that covers greenhouse gas emissions regulated by the European Union Emissions Trading System and that are emitted by stationary installations.| -|OEO:00010134|EU emission sector: effort sharing|The EU emission sector effort sharing is a sector defined by the EU emission sector division that covers greenhouse gas emissions regulated by the Effort Sharing Decision and the Effort Sharing Regulation.| -|OEO:00010124|Effort Sharing Decision|The Effort Sharing Decision (ESD) is the European effort sharing for the years 2013-2020. It covers the European Union, Norway, Iceland and Liechtenstein and the following greenhouse gases: carbon dioxide, methane, nitrous oxide, hydrofluorocarbons, perfluorocarbons and sulphur hexafluoride. Emission quantities under the ESD are calculated using global warming potentials from the Fourth IPCC Assessment Report.| -|OEO:00010125|Effort Sharing Regulation|The Effort Sharing Regulation (ESR) is the European effort sharing for the years 2021-2030. It covers the European Union, Norway, Iceland and Liechtenstein and the following greenhouse gases: carbon dioxide, methane, nitrous oxide, hydrofluorocarbons, perfluorocarbons, sulphur hexafluoride and nitrogen trifluoride. Emission quantities under the ESR are calculated using global warming potentials from the Fifth IPCC Assessment Report.| -|OEO:00010122|European Union Emissions Trading System|The European Union Emissions Trading System (EU ETS) is a policy instrument that implements an emissions trading system covering the European Union, Norway, Iceland and Liechtenstein.| -|OEO:00000202|GUI|A GUI (Graphical user interface) is a software interface allowing users to communicate with a software application through a graphical window.| -|OEO:00010163|GovReg sector division|The GovReg sector division is a sector division defined in Annex XXV, Table 1a of Commission Implementing Regulation (EU) 2020/1208. It uses CRF sectors (IPCC 2006) and adds further sectors.| -|OEO:00000126|HVDC-line|An HVDC-line is a powerline for transferring high voltage direct current.| -|OEO:00010069|KSG sector agriculture|"The KSG sector agriculture is an agriculture, forestry and land use sector defined by the KSG sector division. It is an aggregate of the following two sectors:| -|- CRF sector (IPCC 2006): agriculture, forestry and fishing (CRF 1.A.4.c)||| -|- CRF sector (IPCC 2006): agriculture (CRF 3)"||| -|OEO:00010067|KSG sector buildings|"The KSG sector buildings is a building sector defined by the KSG sector division. It is an aggregate of the following two sectors:| -|- CRF sector (IPCC 2006): commercial and institutional (CRF 1.A.4.a)||| -|- CRF sector (IPCC 2006): residential (CRF 1.A.4.b)||| -|- CRF sector (IPCC 2006): fuel combustion - other"||| -|OEO:00010056|KSG sector division|The KSG sector division is a sector division defined in annex 1 of the Bundes-Klimaschutzgesetz (KSG).| -|OEO:00010065|KSG sector energy industry|"The KSG sector energy industry is an energy transformation sector defined by the KSG sector division. It is an aggregate of the following three sectors:| -|- CRF sector (IPCC 2006): energy industry (CRF 1.A.1.a)||| -|- CRF sector (IPCC 2006): other transportation (CRF 1.A.3.e)||| -|- CRF sector (IPCC 2006): fugitive emissions from fuels (CRF 1.B)"||| -|OEO:00010066|KSG sector industry|"The KSG sector industry is an industry sector defined by the KSG sector division. It is an aggregate of the following three sectors:| -|- CRF sector (IPCC 2006): manufacturing industries and construction (CRF 1.A.2)||| -|- CRF sector (IPCC 2006): CO2 transport and storage (CRF 1.C)||| -|- CRF sector (IPCC 2006): industrial processes and product use (CRF 2)"||| -|OEO:00010071|KSG sector land use, land-use change and forestry|"The KSG sector land use, land-use change and forestry is an agriculture, forestry and land use sector defined by the KSG sector division.| -|It is equivalent to the CRF sector (IPCC 2006): land use, land-use change and forestry (CRF 4)."||| -|OEO:00010068|KSG sector transport|"The KSG sector transport is a transport sector defined by the KSG sector division. It is an aggregate of the following four sectors:| -|- CRF sector (IPCC 2006): domestic aviation (CRF 1.A.3.a)||| -|- CRF sector (IPCC 2006): road transportation (CRF 1.A.3.b)||| -|- CRF sector (IPCC 2006): railways (CRF 1.A.3.c)||| -|- CRF sector (IPCC 2006): domestic navigation (CRF 1.A.3.d)"||| -|OEO:00010070|KSG sector waste management and other|"The KSG sector waste management and other is a sector defined by the KSG sector division. It is an aggregate of the following two sectors:| -|- CRF sector (IPCC 2006): waste (CRF 5)||| -|- CRF sector (IPCC 2006): other (CRF 6)"||| -|OEO:00010204|MMR sector division|The MMR sector division is a sector division defined in Annex XII, Table 1 of Commission Implementing Regulation (EU) 749/2014. It uses CRF sectors (IPCC 2006) and adds further sectors.| -|OEO:00010205|MMR sector: M.International aviation in the EU ETS|The MMR sector 'M.International aviation in the EU ETS' is a transport sector that encompasses that part of the international aviation that is regulated by the European Union Emissions Trading System.| -|http://openenergy-platform.org/ontology/oeo/oeo-model/OEO_00010251|OEP study factsheet|An OEP study factsheet is an study factsheet hosted on the Open Energy Platform. It is used to access the Open Energy Knowledge Graph (OEKG).| -|OEO:00010009|PM10|PM10 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM10, EN 12341, with a 50 % efficiency cut-off at 10 µm aerodynamic diameter.| -|OEO:00010010|PM2.5|PM2.5 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM2,5, EN 14907, with a 50 % efficiency cut-off at 2,5 µm aerodynamic diameter.| -|OEO:00000348|PV panel|A PV panel (photovoltaic panel) is a solar power unit absorbing sunlight as a source of energy to generate electricity.| -|OEO:00010019|PtL fuel|PtL fuel is a liquid synthetic fuel produced in a power-to-liquid system from water and carbon dioxide using electrical energy.| -|OEO:00140133|RE-share|RE-share is a process attribute that indicates the fraction of renewable energy related to the total energy of an energy generation or consumption process.| -|UO:0000140|Roentgen equivalent man|A dose equivalent unit which when multiplied by hundred is equal to one sievert or 1 Sv. 1 Sv is equal to 100 rem.| -|OEO:00000374|SMES|"Superconducting magnetic energy storage (SMES) systems store energy in the magnetic field created by the flow of direct current in a superconducting coil which has been cryogenically cooled to a temperature below its superconducting critical temperature.| -| A typical smes system includes three parts: superconducting coil, power conditioning system and cryogenically cooled refrigerator. Once the superconducting coil is charged, the current will not decay and the magnetic energy can be stored indefinitely."||| -|OEO:00010247|abbreviation|An abbreviation is a symbol of a textual entity.| -|UO:0000269|absorbance unit|A dimensionless logarithmic unit assigned to a measure of absorbance of light through a partially absorbing substance, defined as -log10(I/I_0) where I = transmitted light and I_0 = incident light.| -|UO:0000129|absorbed dose unit|A unit which is a standard measure of the energy imparted by ionizing radiation to unit mass of matter such as tissue.| -|UO:0000048|acceleration unit|A unit which is a standard measure of the rate of change of velocity in either speed or direction.| -|UO:0010025|acre|An area unit which is equivalent to 1 furlong x 1 chain. This is equal to an area of 4,046.856,4224 square meters, or 43,500 square feet.| -|OEO:00000048|acronym|An acronym is an abbreviation of the title by using the first letters of each part of the title.| -|OEO:00000049|active|| -|UO:0000128|activity (of a radionuclide) unit|A unit which is a standard measure of the transformation (disintegration) rate of a radioactive substance.| -|OEO:00000051|agent|Agent is a role of a person or organisation that directs its activity towards achieving goals.| -|OEO:00140068|aggregation type|An aggregation type is a data descriptor that contains information on the aggregation method applied on a data set.| -|OEO:00010035|agriculture, forestry and land use sector|A agriculture, forestry and land use (AFOLU) sector is a sector that covers activities and natural processes from agriculture, forestry, land use and land use change.| -|OEO:00000054|air|Air is a gas mixture that forms the Earth's atmosphere.| -|OEO:00010012|air pollutant|An air pollutant is a portion of matter that participates in some air pollution.| -|OEO:00000055|air pollution|Air pollution occurs when harmful or excessive quantities of substances including gases, particles, and biological molecules are introduced into Earth's atmosphere.| -|IAO:0000064|algorithm|A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata.| -|OEO:00000056|ambient thermal energy|Ambient thermal energy is thermal energy that is stored in the ambient air, beneath the surface of solid earth or in surface water. It is captured by heat pumps.| -|OEO:00140106|ambient thermal energy transfer|Ambient thermal energy transfer is a heat transfer from the ambient air to a transportable material entity.| -|OEO:00010000|ammonia|Ammonia is a portion of matter with the chemical formula NH3. It has a gaseous normal state of matter and can act as an air pollutant. As it can be oxidised it can be used as a fuel.| -|UO:0000276|amount per container|A concentration unit which is a standard measure of the amount of a substance in a given container.| -|UO:0000011|ampere|An electric current unit which is equal to the constant current which, if maintained in two straight parallel conductors of infinite length, of negligible circular cross-section, and placed 1 m apart in vacuum, would produce between these conductors a force equal to 2 x 10^[-7] newton per meter of length.| -|OEO:00020072|analysis scope|An analysis scope is an information content entity that describes the boundaries of what a study or scenario covers.| -|IAO:8000008|analysis subset ontology module|An ontology module that is intended for usage in analysis or discovery applications.| -|OEO:00020017|analytical approach|A analytical approach is a model descriptor that contains information about the analysis strategy of a model.| -|UO:0000121|angle unit|A unit which is a standard measure of the figure or space formed by the junction of two lines or planes.| -|UO:0000019|angstrom|A length unit which is equal to 10 [-10] m.| -|UO:0000050|angular acceleration unit|A unit which is a standard measure of the rate of change of angular velocity.| -|UO:0000049|angular velocity unit|A unit which is a standard measure of the rate of angular movement about an axis; the angle rotated in a given time.| -|OEO:00020161|annual|one value per year| -|OEO:00000058|anthracite|Anthracite is a hard coal with a high caloric value due to its high carbon content (about 90 % fixed carbon).| -|OEO:00030000|anthropogenic|Anthropogenic is an origin of portions of matter or energies created by human activity.| -|UO:0000054|area density unit|A density unit which is a standard measure of the mass exerting an influence on a given area.| -|OEO:00020140|area per power unit|An area per power unit is a unit which is a measure for an area per nameplate capacity.| -|UO:0000047|area unit|A unit which is a standard measure of the amount of a 2-dimensional flat surface.| -|OEO:00020143|area value|An area value is a quantity value indicating the size of a two-dimensional spatial region.| -|OEO:00010075|areal energy density|An areal energy density is a quantity value that states a certain energy amount per area.| -|OEO:00010073|areal energy density unit|An areal energy density unit is a unit which is a measure for the energy per surface area.| -|OEO:00010074|areal power density|An areal power density is a quantity value that indicates a certain power per area.| -|OEO:00010072|areal power density unit|An areal power density unit is a unit which is a measure for the power per surface area.| -|OEO:00010077|areal solar energy density|An areal solar energy density is an areal energy density that gives the arriving solar power per area. A synonym for areal solar power density is irradiation.| -|OEO:00010076|areal solar power density|An areal solar power density is an areal power density that indicates the arriving solar power per area. A synonym for areal solar power density is irradiance.| -|OEO:00140071|arithmetic mean|average value calculated by arithmetic mean over a set of data values, e.g. within a time step or spatial region| -|OEO:00140105|artificial ambient thermal energy|Artificial ambient thermal energy is ambient thermal energy that has an anthropogenic origin.| -|OEO:00000061|artificial object|An artificial object is an object that was deliberately manufactured by humans to address a particular purpose.| -|OEO:00000062|associated gas|Associated gas is a natural gas that is a byproduct from crude oil exploitation.| -|OEO:00000063|assumption|An assumption is an information content entity about a property of a system or process. It determines a part of a scenario content.| -|UO:0000304|atto|A prefix in the metric system denoting a factor of 10 to the power of -18.| -|UO:0000044|attomole|A substance unit equal to 10^[-18] mol.| -|UO:0010043|australian metric tablespoon|An Australian metric tablespoon is a unit of measurement of volume used in Australia for cooking recipes and pharmaceutic prescriptions. It equals a 20mL volume.| -|OEO:00000064|author|An author is an agent that creates or has created written work.| -|OEO:00000066|aviation gasoline|Aviation gasoline is gasoline used as motor spirit and prepared especially for aviation piston engines, with an octane number suited to the engine, a freezing point of -60 °C and a distillation range usually within the limits of 30 °C and 180 °C.| -|OEO:00140122|award|An award is a document that signifies that a supplier for a particular commodity or service specified in a bid has been accepted.| -|IAO:8000001|base ontology module|An ontology module that comprises only of asserted axioms local to the ontology, excludes import directives, and excludes axioms or declarations from external ontologies.| -|UO:0000244|base pair|A count unit which contains one nucleotide.| -|UO:0000045|base unit|A unit which is one of a particular measure to which all measures of that type can be related.| -|OEO:00000068|battery|A battery is an energy storage object using different chemical or physical reactions to store energy.| -|OEO:00010024|battery electric vehicle|A battery electric vehicle (BEV) is an electric vehicle that stores energy in an on-board battery.| -|OEO:00000070|battery storage|A battery storage is a energy storage that uses batteries to store energy.| -|UO:0000132|becquerel|An activity (of a radionuclide) unit which is equal to the activity of a quantity of radioactive material in which one nucleus decays per second or there is one atom disintegration per second (dps).| -|OEO:00140121|bid|A bid is a document describing an offer made by an agent to another agent in an effort to exchange commodities or services via terms relating to price and quantity which will be part of the resulting contract.| -|OEO:00000071|biodiesel|Biodiesel is a portion of matter that has a liquid state of matter and has a diesel fuel role. It is produced from plants or animals and thus has a biogenic origin.| -|OEO:00010258|bioenergy|Bioenergy is chemical energy that is stored in biofuels.| -|OEO:00000072|biofuel|A biofuel is a combustion fuel that has a biogenic origin.| -|OEO:00000073|biofuel power plant|A biofuel power plant is a power plant that has biofuel power units as parts.| -|OEO:00000003|biofuel power unit|A biofuel power unit is a power generating unit using biofuel.| -|OEO:00000074|biogas|Biogas is a gas mixture produced by anaerobic digestion. It consists mainly of methane and carbon dioxide and can be used as fuel.| -|OEO:00000004|biogas power plant|A biogas power plant is a biofuel power plant that has biogas power units as parts.| -|OEO:00000005|biogas power unit|A biogas power unit is a biofuel power unit using biogas as fuel.| -|OEO:00000075|biogasoline|Biogasoline is a portion of matter that has a liquid state of matter and has a gasoline fuel role. It consists of bioethanol, biomethanol and products of these two substances. It is made from vegetable or animal material and thus has a biogenic origin.| -|OEO:00030001|biogenic|Biogenic is an origin of portions of matter made by or produced from life forms.| -|OEO:00010225|biogenic industrial waste fuel|A biogenic industrial waste fuel is an industrial waste fuel that has a biogenic origin.| -|OEO:00000356|biogenic municipal waste fuel|A biogenic municipal waste fuel is a municipal waste fuel that has a biogenic origin.| -|OEO:00010223|biogenic waste fuel|A biogenic waste fuel is a waste fuel that has a biogenic origin.| -|OEO:00010214|biomass|Biomass is a portion of matter from plants or animals and has thus has a biogenic origin.| -|OEO:00010215|biomethane|Biomethane is a gas mixture produced from biogas by removing carbon dioxide. It consists mainly of methane and can be used as fuel.| -|UO:0000232|bit|An information unit which refers to a digit in the binary numeral system, which consists of base 2 digits (ie there are only 2 possible values: 0 or 1).| -|OEO:00000077|blast furnace gas|Blast furnace gas is manufactured coal based gas produced during the combustion of coke in blast furnaces in the iron and steel industry. It is recovered and used as a fuel partly within the plant and partly in other steel industry processes or in power stations equipped to burn it. The quantity of fuel should be reported on a gross calorific value basis.| -|OEO:00140128|block size|Block size is the declared net capacity of a power generating unit.| -|OEO:00000078|boolean variable|A boolean variable is a variable that can only be true or false.| -|OEO:00020024|bottom up|| -|IAO:8000004|bridge ontology module|An ontology module that consists entirely of axioms that connect or bridge two distinct ontology modules. For example, the Uberon-to-ZFA bridge module.| -|OEO:00010034|building sector|A building sector is a sector that covers buildings.| -|UO:0000233|byte|An information unit which is equal to 8 bits.| -|OEO:00000081|c++|| -|UO:0010021|cable|A maritime length unit which is equal to 608 feet, 100 fathoms, or 185.3184 metres| -|UO:0000014|candela|A luminous intensity unit which equal to the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540 x 1012 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian.| -|UO:0000085|candela per square meter|A luminance unit which is equal to a luminous intensity of one candela radiating from a surface whose area is one square meter.| -|OEO:00020111|capacity premium|A capacity premium is a market premium that guarantees remuneration for reserving capacity of energy transformation units to be available for unexpected events.| -|OEO:00010138|carbon capture|Carbon capture is a process that captures carbon dioxide from a gas.| -|OEO:00010141|carbon capture and storage|Carbon capture and storage (CCS) is a process that combines carbon capture and carbon sequestration.| -|OEO:00000006|carbon dioxide|Carbon dioxide is a portion of matter with the chemical formula CO2. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and can work as a greenhouse gas.| -|OEO:00140083|carbon dioxide equivalent quantity|A carbon dioxide equivalent quantity is a greenhouse gas emission value that quantifies the combined effect of all emitted greenhouse gases by giving an equivalent amount of CO2 which would have the same effect on the climate.| -|OEO:00010001|carbon monoxide|Carbon monoxide is a portion of matter with the chemical formula CO. It has a gaseous normal state of matter and can act as an air pollutant.| -|OEO:00010140|carbon storage|Carbon storage is a process that stores CO2 in a geological formation.| -|OEO:00020156|carbon tax|Carbon tax is a tax for emitting CO2 or other greenhouse gases (measured in CO2 equivalent values).| -|OEO:00010270|carbon tax value|A carbon tax value is a CO2 price that is set by a carbon tax.| -|UO:0000202|catalytic (activity) concentration unit|A concentration unit which is a standard measure of the amount of the action of a catalyst in a given volume.| -|UO:0000119|catalytic activity unit|A unit which is a standard measure of the amount of the action of a catalyst.| -|UO:0000200|cell concentration unit|A concentration unit which denotes the average cell number in a given volume.| -|UO:0000316|cells per microliter|A unit of cell concentration which is equal to one cell in a volume of 1 microliter.| -|UO:0000201|cells per milliliter|A unit of cell concentration which is equal to one cell in a volume of 1 milliliter.| -|UO:0000317|cells per well|A unit of cell concentration which is equal to 1 cell in a well or discrete container of arbitrary volume.| -|OEO:00240029|cement|Cement is a portion of matter that is made from limestone and clay; other elements may be present. It is used as a building material to set as a solid mass or is used as an ingredient in making mortar or concrete. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role.| -|UO:0000298|centi|A prefix in the metric system denoting a factor of one hundred.| -|UO:0000326|centiMorgan|A unit used to express distances on a genetic map. In genetic mapping, distances between markers are determined by measuring the rate of meoitic recombination between them, which increases proportionately with the distance separating them. A cM is defined as the length of an interval in which there is a 1% probability of recombination. On the average, 1 cM is roughly equivalent to 1 megabase (Mb) of DNA, although this can vary widely due to hot and cold spots of recombination.| -|UO:0000327|centiRay|A unit of genetic map distance defined corresponding to an interval in which there is a 1% probability of X-irradiation induced breakage. To be completely specified, the unit must be qualified by the radiation in dosage in rads (e.g. cR8000), because this determines the actual breakage probability.| -|UO:0000015|centimeter|A length unit which is equal to one hundredth of a meter or 10^[-2] m.| -|UO:0000151|century|A time unit which is equal to 100 years.| -|UO:0010015|chain|A length unit which is equal to 20.1168 metres, 66 feet, or 22 yards.| -|OEO:00000084|charcoal|Charcoal is a portion of matter produced from wood via pyrolysis. It has a solid state of matter an can be used as fuel.| -|OEO:00140027|checking against empirical data|Checking against empirical data is a validation where something gets checked against empirical data.| -|OEO:00140026|checking against measurements|Checking against measurements is a validation where something gets checked by using relevant measurements.| -|OEO:00000007|chemical energy|Chemical energy is energy that is stored in the chemical bonds of a substance, which can be released by a chemical reaction.| -|OEO:00140033|chemical reaction|A chemical reaction is a transformation that involves the interconversion of chemical species.| -|OEO:00240027|chemical substance|A chemical substance is a portion of matter of constant composition and that is neither a metal or mineral. It is composed of molecular entities of the same type or of different types that is used in or produced by a chemical reaction involving changes to atoms or molecules. It is the physical output of an industrial process and has a commodity role.| -|UO:0000237|chroma sampling unit|An image resolution unit which is a standard measure of the amount of spatial detail in an image.| -|OEO:00000085|citation reference|A citation reference is a reference stating where a citation was taken from.| -|OEO:00000087|client|A client is an agent that receives a product or service.| -|OEO:00030007|climate scenario|A climate scenario is a scenario that describes a possible future state of a climate system.| -|OEO:00010092|closed-loop pumped hydro storage power plant|A closed-loop pumped hydro storage power plant is a pumped hydro storage power plant that has no natural inflows.| -|OEO:00000088|coal|Coal is a portion of matter consisting of combustible black or brownish-black sedimentary rock, formed as rock strata called coal seams.| -|OEO:00000089|coal power plant|A coal power plant is a power plant that has coal power units as parts.| -|OEO:00000008|coal power unit|A coal power unit is a power generating unit using coal as fuel.| -|OEO:00000090|code documentation|A code documentation is a documentation explaining and annotating software code.| -|OEO:00000091|code source|A code source is a data descriptor describing the origin of some code.| -|OEO:00140051|coefficient of performance value|A coefficient of performance value is a quantity value stating the ratio between the work input and the total output of an energy conversion process.| -|OEO:00000092|coin- or_cbc|| -|OEO:00000093|coke oven gas|Coke oven gas is manufactured coal based gas obtained as a by-product of the manufacture of coke oven coke for the production of iron and steel.| -|OEO:00000094|coking coal|Coking coal is hard coal that is bituminous with a quality that allows the production of a coke suitable to support a blast furnace charge. Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis.| -|OEO:00260003|cold start|A cold start is a process in which an energy transformation unit is started-up after a period of inactivity.| -|OEO:00000096|colliery gas|Colliery gas is natural gas found in coal mines (British English: colliery). The main component is methane. Synonyms are firedamp, mine gas. It is used as a fossil fuel.| -|UO:0000210|colony forming unit|A dimensionless count unit which a measure of viable bacterial numbers.| -|UO:0000213|colony forming unit per milliliter|A colony forming unit which a measure of viable bacterial numbers in one milliliter.| -|UO:0000212|colony forming unit per volume|A concentration unit which a measure of viable bacterial numbers in a given volume.| -|OEO:00240010|combined heat and power generating unit|A combined heat and power generating unit is a power generating unit that produces electrical energy and thermal energy.| -|OEO:00240009|combined heat and power generation|Combined heat and power generation (CHP) is an energy transformation that converts energy simultaneously to electrical energy and thermal energy.| -|OEO:00240011|combined heat and power plant|A combined heat and power plant (CHPP) is a power plant that has combined heat and power generating units as parts.| -|OEO:00000097|combustible energy carrier disposition|A combustible energy carrier is an energy carrier that releases energy from a material entity in form of heat or work, by chemical reaction with other substances.| -|OEO:00140038|combustion|Combustion is an exothermic redox reaction between a fuel (the reductant) and an oxidant (usually atmospheric oxygen) which is initiated by a ignition source.| -|OEO:00000099|combustion fuel|A combustion fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by chemical reaction with other substances.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010249|combustion thermal energy transformation|A combustion thermal energy transformation is an energy transformation that converts chemical energy of a combustion fuel into thermal energy.| -|OEO:00000405|commercial sector|A commercial sector is a sector that covers non-industrial commercial activities.| -|OEO:00020067|commodity|A commodity is a good that bears the commodity role.| -|OEO:00040011|commodity role|A commodity role is a good role that inheres in something that is used in commerce and is exchangeable with other commodities of the same type.| -|OEO:00010055|common reporting format|The common reporting format (CRF) is a sector division used for compiling national inventory reports on greenhouse gas emissions and providing emission relevant data in so called CRF tables.| -|OEO:00000102|compressed air|Compressed air is air that has been compressed to store energy. To discharge energy, the air is expanded.| -|UO:0000051|concentration unit|A unit which represents a standard measurement of how much of a given substance there is mixed with another substance.| -|UO:0000261|conduction unit|A unit which represents a standard measurement of the transmission of an entity through a medium.| -|UO:0000194|confluence percentage|A dimensionless percent unit which denotes the density of an attached or monolayer culture (e.g., cell culture).| -|OEO:00020035|considered region|A considered region is a spatial region that is used in an analysis.| -|OEO:00000104|constraint|A constraint is a condition that has to be fullfilled within a calculation.| -|OEO:00020176|construction time|A construction time is a time span that measures the time that is needed to construct an artificial object.| -|OEO:00000105|consumer|A consumer is a user of a commercial product or service.| -|OEO:00140039|consumption|Consumption is the process of using something and thereby reducing its amount.| -|OEO:00000107|contact person|A contact person is an agent that can be contacted for help or information about a specific service or good.| -|BFO:0000002|continuant|| -|BFO:0000140|continuant fiat boundary|b is a continuant fiat boundary = Def. b is an immaterial entity that is of zero, one or two dimensions and does not include a spatial region as part. (axiom label in BFO2 Reference: [029-001])| -|OEO:00140109|contract|A contract is a document that contains an agreement between two or more competent agents to which those agents agree to be legally bound.| -|OEO:00020147|conventional|Conventional is an origin of energies that don't replenish when transformed / consumed.| -|OEO:00020148|conventional energy carrier disposition|A conventional energy carrier disposition is an energy carrier disposition of an material entity that contains non-renewable energy.| -|OEO:00140131|conventional trader|A trader that trades the power of fossil fuel power plants.| -|OEO:00140161|cooperative programming|Cooperative programming is the process of two or more people working on program code together at the same time (according to a specified routine).| -|OEO:00020185|copyright license|A copyright license is a license that states the ownership and contractually sets the rights and obligations to use, copy, and distribute a creative work.| -|OEO:00040009|cost|Cost is an economic value that describes the amount of money needed to buy, make, or do a thing.| -|UO:0000220|coulomb|An electrical charge unit which is equal to the amount of charge transferred by a current of 1 ampere in 1 second.| -|UO:0000285|count per molar|A rate unit which is equal to one over one molar.| -|UO:0000282|count per molar second|A rate unit which is equal to one over one molar second.| -|UO:0000284|count per nanomolar|A rate unit which is equal to one over one nanomolar.| -|UO:0000281|count per nanomolar second|A rate unit which is equal to one over one nanomolar second.| -|UO:0000189|count unit|A dimensionless unit which denotes a simple count of things.| -|UO:0000148|counts per minute|An activity (of a radionuclide) unit which is equal to the number of light emissions produced by ionizing radiation in one minute.| -|OEO:00000114|cplex|| -|OEO:00140025|cross-checking against other models|Cross-checking against other models is a validation where a model gets cross-checked against other models of the domain.| -|OEO:00000115|crude oil|Crude oil is a portion of mater of fossil origin comprising a mixture of hydrocarbons and associated impurities, such as sulphur. It exists in the liquid phase under normal surface temperature and pressure and its physical characteristics (density, viscosity, etc.) are highly variable. This category includes field or lease condensate recovered from associated and non-associated gas where it is commingled with the commercial crude oil stream.| -|OEO:00000116|csv|| -|UO:0000097|cubic centimeter|A volume unit which is equal to one millionth of a cubic meter or 10^[-9] m^[3], or to 1 ml.| -|UO:0000090|cubic centimeter per mole|A molar volume unit which is equal to 1 cubic centimeter occupied by one mole of a substance in the form of a solid, liquid, or gas.| -|UO:0000100|cubic decimeter|A volume unit which is equal to one thousand of a cubic meter or 10^[-3] m^[3], or to 1 L.| -|UO:0000096|cubic meter|A volume unit which is equal to the volume of a cube with edges one meter in length. One cubic meter equals to 1000 liters.| -|UO:0000093|cubic meter per kilogram|A specific volume unit which is equal to one cubic meter volume occupied by one kilogram of a particular substance.| -|UO:0000089|cubic meter per mole|A molar volume unit which is equal to 1 cubic meter occupied by one mole of a substance in the form of a solid, liquid, or gas.| -|IAO:0000078|curation status specification|The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value.| -|IAO:8000007|curation subset ontology module|A subset ontology that is intended as a whitelist for curators using the ontology. Such a subset will exclude classes that curators should not use for curation.| -|UO:0000133|curie|An activity (of a radionuclide) unit which is equal to the activity of a quantity of radioactive material in which there are 3.7 x 10^[10] atom disintegration per second (dps).| -|UO:0000320|curie per liter|A unit of radioactivity concentration which is equal to one curie in a volume of 1 liter.| -|OEO:00040004|currency|A unit which is a measure of the medium of an exchange value, defined by reference to the geographical location of the monetary authorities responsible for it.| -|OEO:00020107|curtailment|Curtailment is a process in which a power generating unit is forced to reduce its output, in order to balance energy supply and demand or due to transmission constraints.| -|OEO:00020163|daily|one value per day| -|UO:0000221|dalton|An independently to the base SI units defined mass unit which is equal to one twelfth of the mass of an unbound atom of the carbon-12 nuclide, at rest and in its ground state.| -|OEO:00000117|dam|A dam is an artificial object that stops or restricts the flow of water or underground streams.| -|IAO:0000102|data about an ontology part|Data about an ontology part is a data item about a part of an ontology, for example a term| -|OEO:00000119|data descriptor|A data descriptor is an information content entity that contains additional information about some data.| -|OEO:00000120|data format|A data format is a data descriptor that describes in which format the data is encoded.| -|OEO:00000121|data frame|| -|IAO:0000027|data item|A data item is an information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements.| -|OEO:00020186|data license|A data license is a license that determines ownership, database protection, and permissions for data.| -|OEO:00000122|data postprocessing|Data postprocessing is data processing that transforms the output of a model calculation into a form that is suitable for presentation.| -|OEO:00000123|data preprocessing|Data preprocessing is data processing that transforms the input into a form that is useable for a model calculation.| -|OEO:00000124|data processing|| -|OEO:00000125|data processing software|data processing software is software used in the context of data processing.| -|IAO:0000100|data set|A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets.| -|OEO:00000118|database|A database is an information content entity that stores data items and data sets.| -|UO:0000033|day|A time unit which is equal to 24 hours.| -|UO:0000295|deca|A prefix in the metric system denoting a factor of ten.| -|OEO:00010212|decarbonisation pathway|A decarbonisation pathway is a policy that aims at long-term emissions reductions.| -|UO:0000296|deci|A prefix in the metric system denoting a factor of one tenth.| -|UO:0000259|decibel|A ratio unit which is an indicator of sound power per unit area.| -|UO:0000209|deciliter|A volume unit which is equal to one tenth of a liter or 10^[-1] L.| -|OEO:00230002|declared net capacity|Declared net capacity is a power capacity stating the maximum power a power generating unit or a power plant can deliver to the electrical grid. It equals the sum of the rated powers of all plant generators minus all power used internally within the plant.| -|OEO:00020173|decommissioning cost|Decommissioning costs are investment costs arising from the decommissioning of a technological device at the end of its lifetime.| -|OEO:00020177|decommissioning time|A decommissioning time is a time span that measures the time that is needed to decommission an artificial object.| -|IAO:0000420|defined class|A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal| -|UO:0000185|degree|A plane angle unit which is equal to 1/360 of a full rotation or 1.7453310^[-2] rad.| -|UO:0000027|degree Celsius|A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K.| -|UO:0000195|degree Fahrenheit|A temperature unit which is equal to 5/9ths of a kelvin. Negative 40 degrees Fahrenheit is equal to negative 40 degrees Celsius.| -|OEO:00020174|delivery cost|A delivery cost is a cost for a product or service that refers to the total unit cost of a product or commodity delivered to a certain market, city or customer. It is normally composed of all associated transport costs and the unit cost of production for that product.| -|OEO:00140125|delivery interval|A delivery interval is the duration between repeated deliveries of services or commodities.| -|OEO:00140117|delivery time|Delivery time is a one-dimensional temporal region expressing the amount of time that it takes for goods that have been bought to arrive at the place where they are wanted.| -|OEO:00140118|delivery time point|A delivery time point is a zero-dimensional temporal region expressing the point in time when goods that have been bought arrive at the place where they are wanted.| -|OEO:00140040|demand|A demand is a realizable entity that is characterised by a person, organisation or object needing it for a specific purpose.| -|OEO:00140140|demand trader|A demand trader is a trader that deals specifically with energy demand.| -|IAO:0000409|denotator type|A denotator type indicates how a term should be interpreted from an ontological perspective.| -|UO:0000182|density unit|A unit which is a standard measure of the influence exerted by some mass.| -|OEO:00140169|deterministic|| -|OEO:00140060|developable flow potential|A developable flow potential is a type of flow potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).| -|OEO:00140066|developable stock potential|A developable stock potential is a type of stock potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).| -|OEO:00000130|dict|| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010244|diesel engine|A diesel engine is an internal combustion engine that uses a diesel fuel.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010242|diesel fuel|A diesel fuel is a combustion fuel that has a diesel fuel role.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010240|diesel fuel role|A diesel fuel role is a fuel role that expresses that a portion of matter can be used in a diesel engine.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010246|diesel vehicle|A diesel vehicle is an internal combustion vehicle that has only a diesel engine as motor for propulsion.| -|UO:0000186|dimensionless unit|A unit which is a standard measure of physical quantity consisting of only a numerical number without any units.| -|OEO:00010139|direct air capture|Direct on air capture (DAC) is carbon dioxide capture from air.| -|OEO:00140143|direct marketer|A direct marketer is a trader who is the relay between the energy exchange and power plant operators.| -|IAO:0000033|directive information entity|An information content entity whose concretizations indicate to their bearer how to realize them in a process.| -|OEO:00240021|discount rate|A discount rate is an economic value with the unit percent that refers to the interest rate used in discounted cash flow (DCF) analysis to determine the present value of future cash flows.| -|UO:0000147|disintegrations per minute|An activity (of a radionuclide) unit which is equal to the activity of a quantity of radioactive material in which one nucleus decays per minute or there is one atom disintegration per minute.| -|UO:0000216|disintegrations per second|An activity (of a radionuclide) unit which is equal to the activity of a quantity of radioactive material in which one nucleus decays per second or there is one atom disintegration per second.| -|OEO:00140136|dispatch assignment|Dispatch assignment is a plan specification that refers to resource planning at a power plant (usually by the plant’s operator).| -|BFO:0000016|disposition|| -|OEO:00010136|distribution|Distribution is the process of delivering goods and services to agents| -|OEO:00000132|district heating|District heating is a grid-bound heating transfer to residential or commercial buildings.| -|IAO:0000310|document|A collection of information content entities intended to be understood together as a whole| -|UO:0000310|dosage unit|A concentration unit which is a standard measure of the amount of a toxic or pharmaceutical substance administered over time to a recipient subject, expressed in terms of the size of the subject.| -|UO:0000130|dose equivalent unit|A unit which is a standard measure of the expression of dose in terms of its biological effect.| -|UO:0000307|dose unit|A concentration unit which is a standard measure of the amount of a toxic or pharmaceutical substance administered to a recipient subject, expressed in terms of the size of the subject.| -|UO:0000240|dots per inch|A spatial resolution unit which is a standard measure of the printing resolution, in particular the number of individual dots of ink a printer or toner can produce within a linear one-inch space.| -|UO:0010032|drachm|An imperial mass unit which is equivalent to 1.771,845,195,3125 grams, or 1/256 of 1 pound.| -|OEO:00020124|due|A due is an economic value that represents a payment that an agent makes to belong to an organisation.| -|UO:0000238|dynamic range unit|An image resolution unit which is a standard measure of the amount of contrast available in a pixel.| -|UO:0000255|dyne per cm|A surface tension unit which is equal to one dyne per centimeter.| -|OEO:00020029|econometric|| -|OEO:00140059|economic flow potential|An economic flow potential is a type of flow potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).| -|OEO:00030008|economic scenario|An economic scenario is a scenario that describes a possible future state of an economic system.| -|OEO:00140065|economic stock potential|An economic stock potential is a type of stock potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).| -|OEO:00140012|economic value|An economic value is a quantity value that is economically relevant.| -|OEO:00010115|economy|An economy is a system of production, distribution, trade and consumption of goods and services.| -|IAO:8000002|editors ontology module|An ontology module that is intended to be directly edited, typically managed in source control, and typically not intended for direct consumption by end-users.| -|UO:0000260|effective dose unit|A unit which is a standard measure of the estimate of the stochastic effect that a non-uniform radiation dose has on a human.| -|OEO:00140050|efficiency value|An efficiency value is a quantity value stating the ratio between a process's inputs and the outputs that are used.| -|OEO:00010123|effort sharing|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.| -|UO:0000156|einstein per square meter per second|An irradiance unit which is equal to one einstein per square meter per second. One einstein is one mole of photons, regardless of their frequency. Therefore, the number of photons in an einstein is Avogadro's number.| -|UO:0000219|electric charge|A unit which is a standard measure of the quantity of unbalanced electricity in a body (either positive or negative) and construed as an excess or deficiency of electrons.| -|UO:0000004|electric current unit|A unit which is a standard measure of the flow of electric charge.| -|UO:0000267|electric field strength unit|The electric field strength is a unit which is a measure of the potential difference between two points some distance apart.| -|OEO:00000009|electric heat pump|An electric heat pump is a heat pump that uses electrical energy as drive energy.| -|OEO:00010027|electric motor|An electric motor is a motor that converts electrical energy into kinetic energy.| -|UO:0000217|electric potential difference unit|A unit which is a standard measure of the work done per unit charge as a charge is moved between two points in an electric field.| -|OEO:00010028|electric traction motor|An electric traction motor is an electric motor used for propulsion.| -|OEO:00000146|electric vehicle|An electric vehicle (abbreviated as EV) is a vehicle that uses one or more electric motors for propulsion.| -|UO:0000262|electrical conduction unit|A unit which represents a standard measurement of the movement of electrically charged particles through a transmission medium (electrical conductor).| -|OEO:00000139|electrical energy|Electrical energy is a form of energy derived from the potential or kinetic energy of charged particles.| -|OEO:00020204|electrical energy amount value|An electrical energy amount value is an energy amount value that measures a quantity of electrical energy.| -|OEO:00020208|electricity export|Electricity export is the export of electrical energy.| -|OEO:00020206|electricity export value|An electricity import value is an electrical energy amount value that measures the import of electrical energy.| -|OEO:00240014|electricity generation process|Electricity generation process is an energy transformation that has electrical energy as physical output.| -|OEO:00000143|electricity grid|An electricity grid is a supply grid that distributes electrical energy / electricity.| -|OEO:00000144|electricity grid component|An electricity grid component is a grid component that is part of an electricity grid.| -|OEO:00020207|electricity import|Electricity import is the import of electrical energy.| -|OEO:00020205|electricity import value|An electricity export value is an electrical energy amount value that measures the export of electrical energy.| -|OEO:00020117|electricity price|Electricity price is the monetary price per energy unit of electricity.| -|OEO:00000145|electricity sector|An electricity sector is a transformation sector that covers electricity generation and transport of electrical energy to consumers of electrical energy.| -|OEO:00000423|electricity transshipment model|An electricity transshipment model is a model that applies the transshipment problem to the electricity grid.| -|OEO:00000010|electro motive generator|An electro motive generator is a generator that converts kinetic energy into electric energy.| -|OEO:00140037|electrochemical reaction|An electrochemical reaction is a chemical reaction that describes the overall reactions of individual redox reactions being separated but connected by an external electric circuit and an intervening electrolyte.| -|UO:0000266|electronvolt|A non-SI unit of energy (eV) defined as the energy acquired by a single unbound electron when it passes through an electrostatic potential difference of one volt. An electronvolt is equal to 1.602 176 53(14) x 10^-19 J.| -|OEO:00140171|email address|An email address is an information content entity that identifies an email box to which messages are delivered.| -|OEO:00000147|emission|emission is a process releasing byproducts from human activity (e.g. production, distribution or consumption) into the environment.| -|OEO:00020063|emission certificate|An emission certificate is a licence that permits its holder/owner a specific emission value. An emission certificate can be traded at a CO2 market exchange.| -|OEO:00020154|emission certificate price|Emission certificate price is a monetary price of an emission certificate that allows the emission of a certain emission value.| -|OEO:00010213|emission constraint|An emission constraint is a constraint that determines the emissions a model calculation describes.| -|OEO:00000148|emission factor|An emission factor is a process attribute that quantifies the emissions or removals of a gas per unit activity.| -|OEO:00020075|emission market exchange|An emission market exchange is a market exchange where emission certificates are traded| -|OEO:00010268|emission price|An emission price is a monetary price of emitting a certain emission value.| -|OEO:00010079|emission quantity value|An emission quantity value is a quantity value that has a mass unit as unit. It is the quantity value of an emission value.| -|OEO:00030009|emission scenario|An emission scenario is a scenario that describes a possible emission trajectory.| -|OEO:00140081|emission value|An emission value is a process attribute that quantifies the output of an emission process. It can be calculated using the emission factor of that emission process.| -|OEO:00000149|empirical dataset|An empirical dataset is a dataset that is optained from observations in the real world.| -|OEO:00140047|end alignment|An end alignment is a time stamp alignment indicating that the time stamp marks the end of the time step.| -|OEO:00030032|ending time|An ending time is a zero-dimensional temporal region that indicates the end of a one-dimensional temporal region.| -|OEO:00030030|endogenous data|Endogenous data is a data item whose quantity value is determined by a model.| -|OEO:00000150|energy|Energy is a quality of material entities which manifests as a capacity to perform work (such as causing motion or the interaction of molecules)| -|OEO:00050019|energy amount value|An energy amount value is a quantity value that has an energy unit as unit.| -|OEO:00030017|energy autoproducer|An energy autoproducer is an organisational energy producer who produces electrical energy and/or heat wholly or partly for their own use as an activity which supports their primary activity.| -|OEO:00020039|energy carrier|An energy carrier is a material entity that has an energy carrier disposition.| -|OEO:00000151|energy carrier disposition|An energy carrier disposition is a disposition of an material entity that contains energy for conversion as usable energy.| -|OEO:00240019|energy consumption value|An energy consumption value is an energy amount value that measures the energy consumption over a time span.| -|OEO:00140049|energy conversion efficiency|Energy conversion efficiency is a process attribute describing the ratio between the input of an energy transformation and the outputs that are used.| -|OEO:00140052|energy conversion performance|Energy conversion performance is a process attribute describing the ratio between the non-heat input of an energy transformation and the outputs that are used.| -|OEO:00000011|energy converting component|An energy converting component is an artificial object that is usually a discrete part of an energy transformation unit with the function of transforming, transferring or changing a certain type of energy.| -|OEO:00140146|energy demand|Energy demand is a demand for energy.| -|OEO:00000128|energy demand sector|An energy demand sector is a sector that covers energy consumers.| -|OEO:00020065|energy market exchange|An energy market exchange is a market exchange in which energy commodities are traded.| -|OEO:00000264|energy market model|An energy market model is a model that is about the energy market.| -|OEO:00030010|energy scenario|An energy scenario is a scenario that describes a possible future state of an energy system.| -|OEO:00240024|energy service demand|An energy service demand is a demand of an agent to use energy as a means to obtain or facilitate desired end services or states.| -|OEO:00010265|energy service demand for passenger-kilometre|Energy service demand for passenger-kilometre is the energy service demand that is consumed to transport one person over a distance of one kilometre.| -|OEO:00010266|energy service demand for ton-kilometre|Energy service demand for ton-kilometre is the energy service demand that is consumed to transport one metric ton over a distance of one kilometre.| -|OEO:00000012|energy storage|Energy storage is a function of an artificial object that has been engineered to contain energy for conversion as usable energy later.| -|OEO:00000159|energy storage object|An energy storage object is an artificial object that has the function energy storage.| -|OEO:00030024|energy system|An energy system is a supply system of spatially extended linked energy sources and sinks.| -|OEO:00030015|energy system model|An energy system model is a model of an energy system.| -|OEO:00020103|energy transfer|Energy transfer is an energy transformation in form of a spatial transmission, that does not change the types of energies, apart from losses, e.g. waste heat.| -|OEO:00020003|energy transformation|Energy transformation is a transformation in which one or more certain types of energy as input result in certain types of energy as output.| -|OEO:00000158|energy transformation sector|An energy transformation sector is a sector that covers energy production, energy transformation from primary to secondary energy and transport of energy to the demand sector.| -|OEO:00020102|energy transformation unit|An energy transformation unit is an artificial object that transforms, changes or transfers a certain type of energy.| -|UO:0000111|energy unit|A unit which is a standard measure of the work done by a certain force (gravitational, electric, magnetic, force of inertia, etc).| -|OEO:00010210|energy use|Energy use is the consumption of an energy carrier making use of the energy it carries.| -|BFO:0000001|entity|| -|UO:0000181|enzyme unit|A catalytic unit activity which is equal to the amount of the enzyme that catalyzes the conversion of 1 micro mole of substrate per minute.| -|OEO:00020169|equipment cost|Equipment cost is an investment cost for acquisition of the components and machinery including environmental facilities.| -|OEO:00020001|ethanol|Ethanol is a portion of matter with the chemical formula C2H6O. It has a liquid normal state of matter and can be used as a combustion fuel.| -|OEO:00000160|eurostat energy balances|"The concept of ""energy balance"" is an accounting framework for the compilation and understanding of data on all energy products entering, exiting and being used in a country. The energy balance is the most complete statistical accounting of energy products and their flow in the economy. Columns of the energy balance represent energy products (fuels). Rows represent energy flows.| -|||| -|The energy balance expresses all forms of energy in a common accounting unit. The balance shows the relationships between supply, inputs to the energy transformation processes and their outputs as well as the actual energy consumption by different sectors of end-use."||| -|UO:0000289|exa|A prefix in the metric system denoting a factor of ten to the power of 18.| -|OEO:00050007|exajoule|An energy unit which is equal to 10^18 joules.| -|IAO:0000002|example to be eventually removed|| -|OEO:00020114|exchange rate|The exchange rate is an economic value representing the ratio at which one currency can be exchanged for another.| -|IAO:8000010|exclusion subset ontology module|A subset of an ontology that is intended to be excluded for some purpose. For example, a blacklist of classes.| -|OEO:00030029|exogenous data|Exogenous data is a data item whose quantity value is determined outside of a model and is imposed on a model.| -|OEO:00020202|export|Export is the process of selling goods or services abroad and their delivery to a foreign market.| -|OEO:00240037|export price|An export price is the monetary price for the export of a material entity.| -|UO:0000131|exposure unit|A unit which is a standard measure of the quantity that expresses the ability of radiation to ionize air and thereby create electric charges which can be collected and measured.| -|IAO:8000011|external import ontology module|An imported ontology module that is derived from an external ontology. Derivation methods include the OWLAPI SLME approach.| -|OEO:00000161|external optimiser|An external optimiser is a software external to a model that computes an optimisation.| -|OEO:00000162|factsheet|A factsheet is a document that collects information about a specific topic in a structured way.| -|IAO:0000103|failed exploratory term|The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job| -|OEO:00000163|false|| -|UO:0010020|fathom|A maritime length unit which is equal to 6.08 feet, or 1.853184 metres| -|OEO:00020126|fee|A fee is an economic value that represents an amount of money paid for a particular piece of work or for a particular right or service.| -|OEO:00020108|feed-in tariff|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.| -|UO:0000303|femto|A prefix in the metric system denoting a factor of 10 to the power of -15.| -|UO:0000026|femtogram|A mass unit which is equal to 10^[-15] g.| -|UO:0000104|femtoliter|A volume unit which is equal to 10^[-15] L.| -|UO:0000073|femtomolar|A unit of molarity which is equal to 10^[-15] M.| -|UO:0000043|femtomole|A substance unit equal to 10^[-15] mol.| -|BFO:0000024|fiat object part|| -|OEO:00000165|field photovoltaic power plant|A field photovoltaic power plant (also: solar farm, solar park) is a photovoltaic power plant that is installed out in the open on the ground.| -|OEO:00140080|final energy carrier|A final energy carrier is an energy carrier that has the disposition final energy carrier disposition.| -|OEO:00140077|final energy carrier disposition|Final energy carrier disposition is an energy carrier disposition of material entities that are delivered to energy consumers for their use.| -|OEO:00050016|final energy consumption|Final energy consumption is the consumption of energy delivered to and consumed by end users.| -|OEO:00020196|fissile material entity|A fissile material entity is a material entity that has the disposition to carry nuclear (binding) energy.| -|OEO:00020168|fixed cost|A fixed cost is a cost for operation and mantainance that does not vary with the amount of goods or services produced.| -|OEO:00000169|flow battery|A flow battery is a battery in which chemical energy is provided by two chemical components dissolved in liquids contained within the system and separated by a membrane. Ion exchange (accompanied by flow of electric current) occurs through the membrane while both liquids circulate in their own respective space.| -|OEO:00140056|flow potential|A flow potential is a potential of an input or output of a process, per time unit.| -|OEO:00140116|fluid|A fluid is a material entity which is a liquid, gas or plasma.| -|UO:0010026|fluid ounce|An imperial volume unit which is equivalent to 28.413,0625 millilitres.| -|OEO:00000013|fluorinated greenhouse gas|A fluorinated greenhouse gas is a greenhouse gas that is produced by fluorination. Hence it contains Fluor (F) atoms and is of anthropogenic origin.| -|UO:0000322|fold dilution|A unit that is the ratio of concentration of two solutions of interest, typically with one solution derived from the other by the addition of solvent.| -|UO:0010013|foot|A length unit which is equal to 0.3048 metres, or 12 inches.| -|UO:0000153|foot candle|An illuminance unit which is equal to the illuminance produced by 1 lumen evenly spread over an area 1 foot^[2]. One footcandle is equal to 10.76 lux.| -|UO:0000107|force unit|A unit which is a standard measure of the force is applied when a mass is accelerated.| -|OEO:00020105|forced outage|A forced outage is an outage of an artificial object caused by a failure.| -|OEO:00010233|forecast error|A forecast error is a quantity value that quantifies the difference between a measured and a forecasted value.| -|UO:0000318|formazin nephelometric unit|1000 formazin turbidity units (FNU) on the empirical formazin turbidity scale represents reflectance of insol. reaction products of 0.0725 g hydrazine sulfate with 0.7250 g hexamethylenetetramine diluted to 1 L.| -|OEO:00000170|fortran|| -|OEO:00030002|fossil|Fossil is a geogenic origin of portions of matter created from organic material by geological processes lasting thousands or millions of years.| -|OEO:00000014|fossil combustion fuel|A fossil combustion fuel is a combustion fuel with the origin fossil.| -|OEO:00000131|fossil diesel fuel|Diesel fuel is gas diesel oil used on-road for diesel compression ignition (cars, trucks, etc.), usually of low sulphur content.| -|OEO:00020149|fossil energy|Fossil energy is chemical energy that is stored in fossil combustion fuels and thus has a conventional origin.| -|OEO:00010015|fossil hydrogen|Fossil hydrogen is hydrogen with fossil origin. It is usually produced from fossil fuels applying the steam reforming process.| -|OEO:00010226|fossil industrial waste fuel|A fossil industrial waste fuel is an industrial waste fuel that has a fossil origin.| -|OEO:00000299|fossil municipal waste fuel|A fossil municipal waste fuel is an municipal waste fuel that has a fossil origin.| -|OEO:00010224|fossil waste fuel|A fossil waste fuel is a waste fuel that has a fossil origin.| -|UO:0000191|fraction|A dimensionless ratio unit which relates the part (the numerator) to the whole (the denominator).| -|OEO:00140127|fraction value|A fraction value is a quantity value that has a fraction as it's unit.| -|OEO:00000172|framework factsheet|A framework factsheet is a factsheet that contains information about a software framework.| -|OEO:00140005|freight transport|Freight transport is a transport process which moves goods from one place to another.| -|OEO:00160001|frequency control|Frequency control is a process that regulates the electricity output of an artificial object to maintain the equilibrium between electricity supply and demand.| -|UO:0000105|frequency unit|A unit which is a standard measure of the number of repetitive actions in a particular time.| -|OEO:00000173|fuel|A fuel is a portion of matter that has the disposition to be an energy carrier and that has a fuel role.| -|OEO:00000016|fuel cell|A fuel cell is a generator that converts chemical energy into electricity using redox reactions.| -|OEO:00010025|fuel cell electric vehicle|A fuel cell electric vehicle (FCEV) is an electric vehicle that uses electrical energy from a fuel cell.| -|OEO:00020068|fuel commodity|A fuel commodity is a commodity that is a fuel.| -|OEO:00020066|fuel commodity role|Fuel commodity role is the commodity role of fuels.| -|OEO:00160005|fuel cost|A fuel cost is a variable cost that depends on the type and amount of fuel.| -|OEO:00020060|fuel market exchange|A fuel market exchange is an energy market exchange where fuels like oil, coal, renewable fuels, and natural gas are traded.| -|OEO:00000001|fuel role|A fuel role is a role of a portion of matter that has the disposition to be an energy carrier and is used in a process that releases the carried energy by transforming the portion of matter into a different kind of portion of matter in a way that releases heat or does work.| -|OEO:00050001|fuel-powered electricity generation|Fuel-powered electricity generation is an electricity generation process that converts chemical energy from a combustion fuel to electrical energy. It causes some emission.| -|OEO:00000174|fueled power plant|A fueled power plant is a power plant that has fueled power units as parts.| -|OEO:00000175|fueled power unit|A fueled power unit is a power generating unit that uses fuel.| -|OEO:00140144|full load hours|Full load hours are a quantity value that describes the utilization of a technical device. The value of the full load hours is obtained by dividing the annual amount of energy generated by the declared net capacity of the plant.| -|BFO:0000034|function|| -|OEO:00090001|funder|A funder is a sponsor that supports by giving money.| -|UO:0010016|furlong|A length unit which is equal to 20,116.8 metres, 660 feet, or 10 chains.| -|UO:0010030|gallon|An imperial volume unit which is equivalent to 4,546.09 millilitres, or 8 pints.| -|OEO:00000180|gams|| -|OEO:00000181|gas diesel oil|Gas/diesel oil is a portion of matter that is primarily a medium distillate distilling between 180 °C and 380 °C. Includes blending components. Several grades are available depending on uses.| -|OEO:00000017|gas fired power unit|A gas fired power unit is a power generating unit using gas as fuel.| -|OEO:00020004|gas grid|A gas grid is a supply grid that distributes gaseous fuel, e.g. methane.| -|OEO:00020007|gas grid component|A gas grid component is a grid component that is part of a gas grid.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010236|gas mixture|A gas mixture is a portion of matter that is a composition of different kinds of portions of matter and that has a gaseous normal state of matter.| -|OEO:00000184|gas power plant|A gas power plant is a power plant that has gas fired power units as parts.| -|OEO:00000185|gas turbine|A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine.| -|OEO:00000182|gaseous|The state of being a gas. A portion of matter is in gaseous state if and only if it has has no definite shape and no definite volume and is not electrically conductive.| -|OEO:00010153|gaseous biofuel|| -|OEO:00010146|gaseous combustion fuel|A gaseous combustion fuel is a combustion fuel that has a gaseous state of matter under normal conditions.| -|OEO:00010148|gaseous fossil fuel|A gaseous fossil fuel is a fossil combustion fuel that has a gaseous state of matter under normal conditions.| -|OEO:00010151|gaseous renewable fuel|A gaseous renewable fuel is a renewable fuel that has a gaseous state of matter under normal conditions.| -|OEO:00010155|gaseous synthetic fuel|| -|OEO:00000183|gasoline|Gasoline (American English) or petrol (British English) is a portion of matter in the form of a transparent petroleum-derived liquid that is used primarily as a fuel in spark-ignited internal combustion engines. It consists mostly of organic compounds obtained by the fractional distillation of petroleum, enhanced with a variety of additives.|https://en.wikipedia.org/w/index.php?title=Gasoline&oldid=867948640| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010243|gasoline engine|A gasoline engine is an internal combustion engine that uses a gasoline fuel.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010241|gasoline fuel|A gasoline fuel is a combustion fuel that has a gasoline fuel role.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010239|gasoline fuel role|A gasoline fuel role is a fuel role that expresses that a portion of matter can be used in a gasoline engine.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010245|gasoline vehicle|A gasoline vehicle is an internal combustion vehicle that has only a gasoline engine as motor for propulsion.| -|OEO:00000186|gasworks gas|"Gasworks gas is manufactured coal based gas that covers all types of gases produced in public utility or private plants, whose main purpose is manufacture, transport and distribution of gas. It includes gas produced by carbonisation (including gas produced by coke ovens and transferred to gasworks gas), by total gasification with or without enrichment with oil products (LPG, residual fuel oil, etc.), and by reforming and simple mixing of gases and/or air, reported under the rows ‘from other sources’. Under the transformation sector identify amounts of gasworks gas transferred to blended natural gas which will be distributed and consumed through the natural gas grid.| -|||| -|The production of other coal gases (i.e. coke oven gas, blast furnace gas and oxygen steel furnace gas) should be reported in the columns concerning such gases, and not as production of gasworks gas. The coal gases transferred to gasworks plants should then be reported (in their own column) in the transformation sector in the gasworks plants row. The total amount of gasworks gas resulting from transfers of other coal gases should appear in the production line for gasworks gas."||| -|OEO:00000187|gdx|| -|IAO:8000014|generated ontology module|An ontology module that is automatically generated, for example via a SPARQL query or via template and a CSV.| -|OEO:00140138|generation time series|| -|OEO:00000188|generator|A generator is an energy converting component that converts other forms of energy into electrical energy.| -|BFO:0000031|generically dependent continuant|b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001])| -|OEO:00030003|geogenic|Geogenic is an origin of portions of matter or energies that are the result of geological processes.| -|OEO:00000189|geographic coordinate|A geographic coordinate is an information content entity explicitly stating the geographic position of a zero-dimensional spatial region on Earth, by using a set of numbers with respect to a geografic coordinate system.| -|OEO:00000191|geothermal energy|Geothermal energy is thermal energy that is released from within the earth's crust.| -|OEO:00020059|geothermal heat transfer|Geothermal heat transfer is a heat transfer from the earth crust to a transportable material entity. E.g. a liquid or gas.| -|OEO:00000192|geothermal power plant|A geothermal power plant is a power plant that has geothermal power units as parts.| -|OEO:00000019|geothermal power unit|A geothermal power unit is a power unit using geothermal heat.| -|OEO:00000193|german energy balances|"Das Schema der Energiebilanzen umfasst eine Matrix von 33 Spalten und 68 Zeilen (einschließlich der Summenspalten und -zeilen). In der horizontalen Gliederung (Spalten) werden die Energieträger ausgewiesen, die der energetischen und nichtenergetischen Nutzung dienen. In der vertikalen Gliederung (Zeilen) werden für die jeweiligen Energieträger Aufkommen, Umwandlung und Verwendung erfasst.| -|||| -|Als Energieträger werden alle Quellen oder Stoffe bezeichnet, in denen Energie mechanisch, thermisch, chemisch oder physikalisch gespeichert ist. Fünf Kerngruppe werden bei der Energiebilanz unterschieden:||| -|||| -| Fossile Brennstoffe||| -| Erneuerbare Energien||| -| Strom||| -| Kernbrennstoffe||| -| Fernwärme||| -|||| -|Bilanzebenen||| -|Schematische Darstellung des Bilanzraums der deutschen Arbeitsgemeinschaft Energiebilanzen||| -|Primär- und Endenergie sowie Umwandlungsverluste||| -|||| -|Die Abgrenzung erfolgt in drei Bilanzbereichen:||| -|||| -| die Primärenergiebilanz,||| -| die Umwandlungsbilanz und||| -| der Endenergieverbrauch.||| -|||| -|In der Primärenergiebilanz werden die Energieträger mit ihrem Mengenaufkommen bei der Gewinnung und Anlieferung nach folgenden Kriterien erfasst:||| -|||| -| inländische Gewinnung von Energieträgern,||| -| Außenhandel mit Energieträgern, unterteilt nach Einfuhr und Ausfuhr,||| -| Hochseebunkerungen (Heizöl, Dieselkraftstoff und Schmierstoffe für die nationale und internationale Seeschifffahrt in deutschen Häfen. Ohne Lieferungen an Binnen- und Küstenmotorschiffe und Fischerei, die zum Sektor Verkehr (Endenergieverbrauch) zählen.)||| -| Bestandsveränderungen, getrennt erfasst nach Bestandsentnahmen und -aufstockungen"||| -|UO:0000292|giga|A prefix in the metric system denoting a factor of ten to the power of 9.| -|UO:0000330|gigabasepair|A unit equal to one billion base pairs.| -|UO:0000331|gigabyte|An information unit which is equal to 1000000000 bytes.| -|OEO:00050004|gigajoule|An energy unit which is equal to 10^9 joules.| -|OEO:00050011|gigawatt-hour|An energy unit which is equal to 10^9 watt-hours.| -|UO:0010027|gill|An imperial volume unit which is equivalent to 142.065,3125 millilitres.| -|OEO:00010078|global warming potential|Global warming potential (GWP) is a quantity value that measures the the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).| -|OEO:00000195|glpk|| -|OEO:00000196|gnu|| -|OEO:00140099|goal description|A goal description is an information content entity that contains statements about a desired future state of a system that a person or organisation envisions or plans, or to which it commits.| -|OEO:00010116|good|A good is a continuant that has the good role.| -|OEO:00010117|good role|The role of a continuant over which ownership rights can be established, whose ownership can be passed from one party to another by engaging in transactions, and that is not money.| -|UO:0010031|grain|An imperial mass unit which is equivalent to 64.798,91 milligrams.| -|UO:0000021|gram|A mass unit which is equal to one thousandth of a kilogram or 10^[-3] kg.| -|UO:0000084|gram per cubic centimeter|A mass unit density which is equal to mass of an object in grams divided by the volume in cubic centimeters.| -|UO:0000208|gram per deciliter|A mass density unit which is equal to mass of an object in grams divided by the volume in deciliters.| -|UO:0000175|gram per liter|A mass unit density which is equal to mass of an object in grams divided by the volume in liters.| -|UO:0000173|gram per milliliter|A mass unit density which is equal to mass of an object in grams divided by the volume in milliliter.| -|UO:0000088|gram per mole|A molar mass unit which is equal to one gram of mass of one mole of chemical element or chemical compound.| -|UO:0000134|gray|An absorbed dose unit which is equal to the absorption of one joule of radiation energy by one kilogram of matter.| -|OEO:00000198|greenhouse effect disposition|The greenhouse effect disposition is the disposition of a gas to contribute to the greenhouse effect, when it is emitted into the atmosphere.| -|OEO:00000020|greenhouse gas|A greenhouse gas is a portion of matter that has the disposition to contribute to the greenhouse effect.| -|OEO:00000199|greenhouse gas emission|A greenhouse gas emission is an emission that releases a greenhouse gas.| -|OEO:00140082|greenhouse gas emission value|A greenhouse gas emission value is an emission value that quantifies the output of a greenhouse gas emission process.| -|OEO:00020006|grid component|A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose.| -|OEO:00000255|grid component link|A grid component link is a grid component that serves as a connection between two other grid components.| -|OEO:00020171|grid connection cost|Grid connection costs are investment costs for establishing the grid connection from the energy generating device to point of connection to national grid.| -|OEO:00000296|grid node|A grid node is a grid component of a supply grid where two or more links meet.| -|OEO:00010031|grid supplied electric vehicle|A grid supplied electric vehicle is an electric vehicle that uses electrical energy via a conductor.| -|OEO:00000129|grid transferred thermal energy|Grid transferred thermal energy is thermal energy that is transferred via the grid-bound heating process.| -|OEO:00020073|grid-bound heating|Grid-bound heating is a heat transfer over a distance via a heating grid, using steam or (hot) water.| -|OEO:00140013|gross domestic product|A gross domestic product is an economic value that represents the broadest measure of aggregate economic activity, measuring the total unduplicated market value of all final goods and services produced within a statistical area in a period.| -|OEO:00240012|gross electricity generation|Gross electricity generation is a process attribute that refers to the total amount of electrical energy produced in an electricity generation process.| -|OEO:00050017|gross inland energy consumption|Gross inland energy consumption is an energy consumption value measuring the total consumption of energy in a spatial region (e.g. a country).| -|OEO:00240018|gross national electricity consumption|Gross national electricity consumption is an energy consumption value measuring the consumption of electrical energy in a spatial region (e.g. a country), including gross electricity generation plus electricity imports, minus electricity exports. It is part of the gross inland energy consumption.| -|OEO:00140023|gross value added|Gross value added is an economic value that is the value of goods and services produced in a sector of an economy, measuring that sector's contribution to gross domestic product (GDP). It is calculated as the monetary value of products and services produced, less the value of intermediate consumption.| -|OEO:00000203|gurobi|| -|UO:0000152|half life|A time unit which represents the period over which the activity or concentration of a specified chemical or element falls to half its original activity or concentration.| -|OEO:00000204|hard coal|Hard coal is coal with a gross calorific value greater than 23 865 kJ/kg (5 700 kcal/kg) on an ashfree but moist basis and with a mean random reflectance of vitrinite of at least 0,6.| -|OEO:00000205|hard coal power plant|A hard coal power plant is a coal power plant that has hard coal power units as parts.| -|OEO:00000021|hard coal power unit|A hard coal power unit is a coal power unit using hard coal as fuel.| -|OEO:00000206|hardware|Hardware is an artificial object that is part of an electronic system.| -|UO:0000263|heat conduction unit|A unit which represents a standard measurement of the spontaneous transfer of thermal energy through matter, from a region of higher temperature to a region of lower temperature.| -|OEO:00140102|heat exchanger|A heat exchanger is an energy converting component that is used for a heat transfer process.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010248|heat generation process|A heat generation process is an energy transformation that has thermal energy as energy output.| -|OEO:00000212|heat pump|A heat pump is a heater that transforms low temperature heat to high temperature heat using external energy.| -|OEO:00140101|heat transfer|Heat transfer is an energy transfer with thermal energy as the only input and thermal energy as the only output.| -|OEO:00000210|heater|A heater is an energy converting component that converts other forms of energy into useful heat.| -|OEO:00000213|heating and cooling sector|A heating and cooling sector is a sector that covers heating and cooling activities.| -|OEO:00020005|heating grid|A heating grid is a supply grid that distributes thermal energy via circulating steam or liquids.| -|OEO:00020008|heating grid component|A heating grid component is a grid component that is part of a heating grid.| -|OEO:00000211|heating oil|Heating oil is gas diesel oil for industrial and commercial uses, marine diesel and diesel used in rail traffic, other gas oil, including heavy gas oils which distil between 380 °C and 540 °C and which are used as petrochemical feedstocks.| -|UO:0010010|hectare|An area unit which is equal to an area of 10,000 square meters. Equivalent to 2.471 acres.| -|UO:0000287|hecto|A prefix in the metric system denoting a factor of one hundred.| -|UO:0000106|hertz|A frequency unit which is equal to 1 complete cycle of a recurring phenomenon in 1 second.| -|BFO:0000182|history|| -|UO:0000032|hour|A time unit which is equal to 3600 seconds or 60 minutes.| -|OEO:00020164|hourly|one value per hour| -|OEO:00000214|household sector|A household sector is a sector that covers households.| -|OEO:00140000|hub height|Hub height is a quality of a wind energy converting unit that measures the distance between surface and centre-line of the wind rotor.| -|UO:0010037|hundredweight|An imperial mass unit which is equivalent to 50.802,345,44 kilograms, 112 pounds, or 8 stone.| -|OEO:00020026|hybrid|| -|OEO:00000218|hydro energy|Hydro energy is kinetic energy of moving liquid water which can result directly from its potential energy.| -|OEO:00110004|hydro energy transformation|Hydro energy transformation is an energy transformation that converts hydro energy.| -|OEO:00010086|hydro power plant|A hydro power plant is a power plant having an aggregate of hydro power generating units as its power generating unit parts.| -|OEO:00010085|hydro power unit|A hydro power unit is a power generating unit that uses hydro energy.| -|OEO:00010088|hydro storage power plant|A hydro storage power plant is a hydro power plant that uses the available hydro energy of a stationary water storage.| -|OEO:00140159|hydrocarbon|Hydrocarbon is a portion of matter which is member of class of organic chemical compounds composed only of the elements carbon (C) and hydrogen (H).| -|OEO:00110005|hydroelectric energy transformation|Hydroelectric energy transformation is a hydro energy transformation that converts hydro energy to electrical energy.| -|OEO:00000219|hydrofluorocarbon|Hydrofluorocarbons (HFCs) are portions of matter consisting of organic compounds that contain fluorine and hydrogen atoms, and are the most common type of organofluorine compounds. They are frequently used in air conditioning and as refrigerants in place of the older chlorofluorocarbons such as R-12 and hydrochlorofluorocarbons such as R-21.| -|OEO:00000220|hydrogen|Hydrogen is a portion of matter with the chemical formula H2. It has a gaseous normal state of matter. As it can be oxidised it can be used as a fuel.| -|OEO:00140134|hydrogen fuel cell|A hydrogen fuel cell is a fuel cell that uses hydrogen.| -|OEO:00000221|hydrogen power plant|A hydrogen power plant is a power plant that has hydrogen power units as parts.| -|OEO:00000022|hydrogen power unit|A hydrogen power unit is a power generating unit using hydrogen as fuel.| -|OEO:00000222|hydrogen turbine|A hydrogen turbine is a gas turbine fueled with hydrogen.| -|UO:0000115|illuminance unit|A unit which is a standard measure of the luminous flux incident on a unit area.| -|UO:0000236|image resolution unit|An information unit which is a standard measure of the detail an image holds.| -|BFO:0000141|immaterial entity|| -|OEO:00020201|import|Import is the process of purchasing goods or services abroad and their delivery to the domestic market.| -|IAO:8000005|import ontology module|A subset ontology module that is intended to be imported from another ontology.| -|OEO:00240036|import price|An import price is the monetary price for the import of a material entity.| -|OEO:00000225|inactive|| -|UO:0010011|inch|A length unit which is equal to 0.0254 metres.| -|BFO:0000004|independent continuant|b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002])| -|OEO:00020074|industrial grid-bound heating|Industrial grid-bound heating is a grid-bound heating transfer to industrial installations.| -|OEO:00240026|industrial material|An industrial material is a portion of matter that is the physical output of an industrial process and that has a good role.| -|OEO:00050000|industrial process|An industrial process is a process that has output object or object aggregates that are economic goods. An industrial process consists of several subprocesses. Examples of subprocesses that can be involved in an industrial process are energy transformations, mechanical operations and chemical reactions.| -|OEO:00000226|industrial waste fuel|An industrial waste fuel is waste fuel produced by industry.| -|OEO:00000227|industry sector|An industry sector is a sector that covers industrial activities with other main purposes of energy transformation.| -|OEO:00020113|inflation rate|Inflation rate is an economic value reprensenting the ratio between the monetary price for a good at two different points in time that equalises differences in monetary price levels between these two points in time.| -|IAO:0000030|information content entity|A generically dependent continuant that is about some thing.| -|UO:0000231|information unit|A unit which is a standard measure of the amount of information.| -|OEO:00020170|installation cost|Installation and development cost are investment costs incurred for setting up the installation.| -|OEO:00000228|installation guide|An installation guide is a documentation intended to help users install a Software.| -|OEO:00140069|instantaneous|value measured at or modelled for exactly one 0-dim temporal region, referenced by a time stamp, e.g. to represent a time step in a time series| -|OEO:00000238|institution|An institution is an organisation that serves a social purpose.| -|OEO:00140070|integral|sum or integral of values, e.g. within a time step or a spatial region| -|OEO:00020036|interacting region|An interacting region is a spatial region that interacts with a study region. It is part of a considered region, but not a study region.| -|OEO:00010029|internal combustion engine|An internal combustion engine is a motor that converts chemical energy into kinetic energy using a cyclic combustion process.| -|OEO:00000240|internal combustion vehicle|An internal combustion vehicle is a vehicle powered by an internal combustion engine.| -|OEO:00140004|international transport|International transport is a transport process between different countries or within the same country via another country.| -|OEO:00020167|investment cost|Investment costs are costs of a long-term commitment of financial resources in tangible or intangible assets.| -|UO:0000154|irradiance unit|A unit which is a standard measure of the power of electromagnetic radiation at a surface, per unit area.| -|OEO:00000244|java|| -|OEO:00000245|jet fuel|Jet fuel is kerosene used for aviation turbine power units. It has the same distillation characteristics between 150 °C and 300 °C (generally not above 250 °C) and flash point as kerosene. In addition, it has particular specifications (such as freezing point) which are established by the International air Transport Association (IATA).| -|UO:0000112|joule|An energy unit which is equal to the energy required when a force of 1 newton moves an object 1 meter in the direction of the force.| -|UO:0000120|katal|A catalytic unit activity which is equal to the activity of a catalyst in moles per second, such as the amount of an enzyme needed to transform one mole of substrate per second.| -|UO:0000203|katal per cubic meter|A catalytic (activity) concentration unit which is equal to 1 katal activity of a catalyst in a given volume of one cubic meter.| -|UO:0000204|katal per liter|A catalytic (activity) concentration unit which is equal to 1 katal activity of a catalyst in a given volume of one thousandth of a cubic meter.| -|UO:0000012|kelvin|A thermodynamic temperature unit which is equal to the fraction 1/273.16 of the thermodynamic temperature of the triple point of water.| -|OEO:00000246|kerosene|"Kerosene, also known as paraffin, lamp oil, and coal oil (an obsolete term), is a portion of matter consisting of combustible hydrocarbon liquid which is derived from petroleum. It is widely used as a fuel in industry as well as households. It is sometimes spelled kerosine in scientific and industrial usage.| -|[...]||| -|||| -|Kerosene is widely used to power jet engines of aircraft (jet fuel) and some rocket engines and is also commonly used as a cooking and lighting fuel and for fire toys such as poi. In parts of Asia, kerosene is sometimes used as fuel for small outboard motors or even motorcycles."||| -|UO:0000245|kibibyte|An information unit which is equal to 1024 B.| -|UO:0000294|kilo|A prefix in the metric system denoting a factor of one thousand.| -|UO:0000328|kilobasepair|A unit equal to one thousand base pairs.| -|UO:0000234|kilobyte|An information unit which is equal to 1000 bytes.| -|UO:0000222|kilodalton|A mass unit which is equal to one thousand daltons.| -|UO:0000009|kilogram|A mass unit which is equal to the mass of the International Prototype Kilogram kept by the BIPM at Svres, France.| -|UO:0000091|kilogram meter per second|A momentum unit which is equal to the momentum of a one kilogram mass object with a speed of one meter per second.| -|UO:0000083|kilogram per cubic meter|A mass unit density which is equal to mass of an object in kilograms divided by the volume in cubic meters.| -|UO:0000283|kilogram per hectare|An area density unit which is equal to the mass of an object in kilograms divided by the surface area in hectares.| -|UO:0000174|kilogram per liter|A mass unit density which is equal to mass of an object in kilograms divided by the volume in liters.| -|UO:0000184|kilogram per meter|An area density unit which is equal to the mass of an object in kilograms divided by one meter.| -|UO:0000087|kilogram per mole|A molar mass unit which is equal to one kilogram of mass of one mole of chemical element or chemical compound.| -|UO:0000086|kilogram per square meter|An area density unit which is equal to the mass of an object in kilograms divided by the surface area in meters squared.| -|OEO:00050002|kilojoule|An energy unit which is equal to 1,000 joules.| -|UO:0010008|kilometer per hour|A speed/velocity unit which is equal to the speed of an object traveling 1 kilometer distance in one hour.| -|UO:0000248|kilovolt|An electric potential difference unit which is equal to one thousand volts or 10^[3] V.| -|UO:0000230|kilovolt-hour|A magnetic flux unit which is equal to one thousand volt-hours.| -|UO:0000224|kilowatt-hour|An energy unit which is equal to 1,000 watt-hours.| -|OEO:00230020|kinetic energy|Kinetic energy is the energy that a material entity possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to a stated velocity.| -|OEO:00230016|labour force|The labour force is the population of people ages 15 and older who supply labour to the production of goods and services. It includes people who are currently employed and people who are unemployed but seeking work as well as first-time job-seekers.| -|UO:0010018|league|A length unit which is equal to 3 miles, or 4,828.032 metres| -|UO:0000001|length unit|A unit which is a standard measure of the distance between two points.| -|OEO:00140001|length value|Length value is a quantity value that has a length unit as unit.| -|OEO:00020127|levelised cost of electricity|Levelised cost of electricity are the net cost of converting energy to electricity / electric energy over the lifetime of an energy transformation unit. They are calculated considering all relevant costs including investment, operation, maintenance and fuel cost, etc.| -|OEO:00020110|levy|A levy is a policy instrument that consists of a compulsory financial charge imposed on an agent or institution by a governmental organisation.| -|OEO:00020015|licence|A licence is an information content entity that contains an official permission or permit to do, use or own something.| -|OEO:00020175|life time|A life time is a time span of an artificial object that measures the time during which the artificial object exists.| -|UO:0000157|light unit|A unit which is a standard measure of the intensity of light.| -|OEO:00000251|lignite|Lignite is coal that is non-agglomerating with a gross calorific value less than 17 435 kJ/kg (4 165 kcal/kg) and greater than 31 % volatile matter on a dry mineral matter free basis.| -|OEO:00000252|lignite power plant|A lignite power plant is a coal power plant that has lignite power units as parts.| -|OEO:00000024|lignite power unit|A lignite power unit is a coal power unit using lignite as fuel.| -|UO:0000183|linear density unit|A density unit which is a standard measure of the mass exerting an influence on a one-dimensional object.| -|OEO:00000256|liquid|The state of being liquid. A portion of matter is liquid has has no definite shape but a definite volume (at a given temperature and pressure).| -|OEO:00000257|liquid air|Liquid air is air that has a liquid state of matter.| -|OEO:00240015|liquid air production|Liquid air production is a production that produces liquid air by cooling and compressing (gaseous) air.| -|OEO:00000258|liquid biofuel|A liquid biofuel is a biofuel that has liquid as its normal state of matter.| -|OEO:00010145|liquid combustion fuel|A liquid combustion fuel is a combustion fuel that has a liquid state of matter under normal conditions.| -|OEO:00010147|liquid fossil fuel|A liquid fossil fuel is a fossil combustion fuel that has a liquid state of matter under normal conditions.| -|OEO:00010150|liquid renewable fuel|A liquid renewable fuel is a renewable fuel that has a liquid state of matter under normal conditions.| -|OEO:00010156|liquid synthetic fuel|A liquid synthetic fuel is a synthetic fuel that has a liquid state of matter under normal conditions.| -|OEO:00110000|liquid water|Liquid water is water that has a liquid state of matter.| -|OEO:00000259|liquid-metal battery|A liquid-metal battery is a battery that consists of two molten metal alloys separated by an electrolyte. The rechargeable batteries are used for electric vehicles and potentially also for grid energy storage.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010237|liquified natural gas|Liquified natural gas (LNG) is natural gas that has a liquid state of matter.| -|UO:0000099|liter|A volume unit which is equal to one thousandth of a cubic meter or 10^[-3] m^[3], or to 1 decimeter.| -|UO:0000197|liter per kilogram|A specific volume unit which is equal to one liter volume occupied by one kilogram of a particular substance.| -|OEO:00000248|lithium-ion battery|A lithium-ion battery is a battery that is rechargeable and in which lithium ions move from the negative electrode to the positive electrode during discharge, and back when charging. Li-ion batteries use an intercalated lithium compound as one electrode material.| -|UO:0000118|lumen|A luminous flux unit which is equal to the luminous flux emitted into 1 steradian by a point source of 1 candela.| -|UO:0000053|luminance unit|A unit which is a standard measure of the luminous intensity impinging on a given area.| -|UO:0000117|luminous flux unit|A unit which is a standard measure of the flow of radiant energy.| -|UO:0000007|luminous intensity unit|A unit which is a standard measure of the wavelength-weighted power emitted by a light source in a particular direction.| -|UO:0000116|lux|An illuminance unit which is equal to the illuminance produced by 1 lumen evenly spread over an area 1 m^[2].| -|UO:0000227|magnetic flux density unit|A unit which is a standard measure of the strength of a magnetic field.| -|UO:0000225|magnetic flux unit|A unit which is a standard measure of quantity of magnetism, taking account of the strength and the extent of a magnetic field.| -|OEO:00030018|main activity energy producer|A main activity energy producer is an organisational energy producer whose primary activity is electrical energy and/or heat production.| -|IAO:8000003|main release ontology module|An ontology module that is intended to be the primary release product and the one consumed by the majority of tools.| -|OEO:00000263|manufactured coal based gas|A manufactured coal based gas is a gas mixture that is manufactured from coal. It is used as fossil fuel.| -|OEO:00040008|marginal cost|Marginal cost is the economic value that corresponds to the change in the total cost that arises when the quantity produced is incremented by one unit; that is, it is the cost of producing one more unit of a good.| -|OEO:00010097|marine current energy|Marine current energy is the natural hydro energy of an ocean current.| -|OEO:00010108|marine current energy converting unit|A marine current energy converting unit is a hydro power unit that uses marine current energy.| -|OEO:00010111|marine current energy power plant|A marine current energy power plant is a power plant that has marine current energy units as parts.| -|OEO:00010098|marine current energy transformation|Marine current energy transformation is a hydroelectric energy transformation that converts marine current energy to electrical energy.| -|OEO:00010095|marine thermal energy|Marine thermal energy is a kind of natural ambient thermal energy that is present in marine water bodies.| -|OEO:00010096|marine thermal energy transfer|Marine thermal energy transfer is a heat transfer from the marine water body to a transportable material entity.| -|OEO:00010100|marine tidal energy|Marine tidal energy is the natural hydro energy of a tidal flow.| -|OEO:00010109|marine tidal energy converting unit|A marine tidal energy converting unit is a hydro power unit that uses marine tidal energy.| -|OEO:00010112|marine tidal energy power plant|A marine tidal energy power plant is a power plant that has marine tidal energy units as parts.| -|OEO:00010099|marine tidal energy transformation|Marine tidal energy transformation is a hydroelectric energy transformation that converts kinetic energy from tidal flow to electrical energy.| -|OEO:00010102|marine wave energy|Marine wave energy is the natural hydro energy of a wave.| -|OEO:00010110|marine wave energy converting unit|| -|OEO:00010113|marine wave energy power plant|A marine wave energy power plant is a power plant that has marine wave energy units as parts.| -|OEO:00010103|marine wave energy transformation|Marine wave energy transformation is a hydroelectric energy transformation that converts marine wave energy to electrical energy.| -|UO:0010019|maritime length unit|A maritime length unit is one used primarily at sea.| -|OEO:00020077|markdown|A markdown is an economic value that indicates a virtual amount deducted from an assumed or historical price to predict a price in a different context.| -|OEO:00020069|market exchange|A market exchange is an organisation that has the market exchange role.| -|OEO:00040002|market exchange role|A role of an organisation, association, or group of persons, whether incorporated or unincorporated, which constitutes, maintains, or provides a facility for bringing together purchasers and sellers of financial instruments, commodities, or other products, services, or goods, and includes the market place and facilities maintained by the exchange| -|OEO:00010083|market participant|A market participant is an agent who participates in trading in a market exchange.| -|OEO:00020109|market premium|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| -|OEO:00020128|market revenue|Market revenue is an economic value that represents the income from a trade at a market exchange.| -|OEO:00020076|markup|A markup is an economic value that indicates a virtual amount added to an assumed or historical price to predict a price in a different context.| -|UO:0000052|mass density unit|A density unit which is a standard measure of the mass of a substance in a given volume.| -|UO:0000180|mass per unit volume|A concentration unit which is a standard measure of the mass of a substance in a given volume (density).| -|UO:0000163|mass percentage|A dimensionless concentration unit which denotes the mass of a substance in a mixture as a percentage of the mass of the entire mixture.| -|UO:0000002|mass unit|A unit which is a standard measure of the amount of matter/energy of a physical object.| -|UO:0000164|mass volume percentage|A dimensionless concentration unit which denotes the mass of the substance in a mixture as a percentage of the volume of the entire mixture.| -|BFO:0000040|material entity|| -|OEO:00000266|math prog|| -|OEO:00000267|matlab|| -|OEO:00140073|maximum|maximum value within a set of data values, e.g. in a time step or spatial region| -|OEO:00010256|maximum value|A maximum value is a quantity value that represents the upper limit of an artificial object or process to contain or transform another entity.| -|OEO:00010259|measurement device|A measurement device is an artificial object that is used in some measurement process.| -|UO:0000246|mebibyte|An information unit which is equal to 1024 KiB.| -|UO:0000293|mega|A prefix in the metric system denoting a factor of million.| -|UO:0000325|megaHertz|A frequency unit which is equal to one million hertz or 10^[6] V.| -|UO:0000329|megabasepair|A unit equal to one million base pairs| -|UO:0000235|megabyte|An information unit which is equal to 1000 kB.| -|OEO:00050003|megajoule|An energy unit which is equal to 1,000,000 joules.| -|UO:0000252|megavolt|An electric potential difference unit which is equal to one million volts or 10^[6] V.| -|OEO:00050008|megawatt-hour|An energy unit which is equal to 1,000,000 watt-hours.| -|OEO:00010227|memo item|A memo item is an information content entity about a sector that describes that the sector is excluded from some kind of total and only reported to provide further information (memo).| -|OEO:00140141|merit order|A merit order is a plan specification that describes the dispatch ranking of power plants (electrical generation) based on ascending order of price.| -|IAO:0000120|metadata complete|Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete.| -|IAO:0000123|metadata incomplete|Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors.| -|OEO:00240032|metal|A metal is a portion of matter consisting of an atom of an element that exhibits typical metallic properties, being typically shiny, with high electrical and thermal conductivity.| -|OEO:00020099|meteorological year|A meteorological year is a time step in which meteorological data was collected and that has a duration of one year.| -|UO:0000008|meter|A length unit which is equal to the length of the path traveled by light in vacuum during a time interval of 1/299 792 458 of a second.| -|UO:0000094|meter per second|A speed/velocity unit which is equal to the speed of an object traveling 1 meter distance in one second.| -|UO:0000077|meter per second per second|An acceleration unit which is equal to the acceleration an object changing its velocity by 1meter/s over a time period that equals one second.| -|OEO:00010220|methanation|A methanation is a redox reaction that converts carbon dioxide and hydrogen to synthetic methane and water.| -|OEO:00000269|methanation gas storage|A methanation gas storage is a energy storage that uses carbon dioxide and hydrogen from electrolysis to produce methan and store this. The methan can then be used to produce electricity or heat in a gas generator.| -|OEO:00000025|methane|Methane is a hydrocarbon with the chemical formula CH4. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and can work as a greenhouse gas. As it can be oxidised it can be used as a fuel.| -|OEO:00020018|methodical focus|A methodical focus is a model descriptor that specifies the primary calculation method used in a model.| -|OEO:00020166|methodology|A methodology is a plan specification that describes processes that are part of a study.| -|UO:0010045|metric cup|A metric cup is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions. It equals a 250mL volume.| -|OEO:00010137|metric ton|Metric ton (t) is a a mass unit which is equal to thousand of a kilogram or 10^3 kg.| -|UO:0000299|micro|A prefix in the metric system denoting a factor of 10 to the power of -6.| -|UO:0000038|microampere|An electric current unit current which is equal to one millionth of an ampere or 10^[-6] A.| -|UO:0000146|microcurie|An activity (of a radionuclide) unit which is equal to one millionth of a curie or 10^[-6] Ci.| -|UO:0000321|microcurie per milliliter|A unit of radioactivity concentration which is equal to one micro curie in a volume of 1 liter.| -|UO:0000160|microeinstein per square meter per second|An irradiance unit which is equal to one microeinstein per square meter per second or 10^[-6] microeinstein/sm^[2].| -|UO:0000023|microgram|A mass unit which is equal to one millionth of a gram or 10^[-6] g.| -|UO:0000301|microgram per liter|A mass unit density which is equal to mass of an object in micrograms divided by the volume in liters.| -|UO:0000274|microgram per milliliter|A mass unit density which is equal to mass of an object in micrograms divided by the volume in millliters.| -|UO:0000141|microgray|An absorbed dose unit which is equal to one millionth of a gray or 10^[-6] Gy.| -|UO:0000101|microliter|A volume unit which is equal to one millionth of a liter or 10^[-6] L.| -|UO:0000199|microliter per kilogram|A specific volume unit which is equal to one millionth of a liter per kilogram or 10^[-6] l/kg.| -|UO:0000271|microliters per minute|A volumetric flow rate unit which is equal to one microliter volume through a given surface in one minute.| -|UO:0000017|micrometer|A length unit which is equal to one millionth of a meter or 10^[-6] m.| -|UO:0000070|micromolal|A molality unit which is equal to one millionth of a molal or 10^[-6] m.| -|UO:0000064|micromolar|A unit of molarity which is equal to one millionth of a molar or 10^[-6] M.| -|UO:0000039|micromole|A substance unit equal to a millionth of a mol or 10^[-6] mol.| -|UO:0010004|micromole per kilogram|A specific concentration unit which is equal to 1 micromole of a given substance per kilogram of solvent.| -|UO:0010003|micromole per litre|A specific concentration unit which is equal to 1 micromole in a given volume of one thousandth of a cubic meter.| -|UO:0000241|micron pixel|A spatial resolution unit which is equal to a pixel size of one micrometer.| -|UO:0000029|microsecond|A time unit which is equal to one millionth of a second or 10^[-6] s.| -|UO:0000139|microsievert|A dose equivalent unit which is equal to one millionth of a sievert or 10^[-6] Sv.| -|UO:0000249|microvolt|An electric potential difference unit which is equal to one millionth of a volt or 10^[-6] V.| -|OEO:00140046|middle alignment|A middle alignment is a time stamp alignment indicating that the time stamp marks the middle of the time step.| -|UO:0010017|mile|A length unit which is equal to 1,609.344 metres, or 8 furlongs.| -|UO:0000297|milli|A prefix in the metric system denoting a factor of one thousand.| -|UO:0010009|milli|A mass unit which is equal to 1/12 the mass of 12C| -|UO:0000037|milliampere|An electric current unit current which is equal to one thousandth of an ampere or 10^[-3] A.| -|UO:0000145|millicurie|An activity (of a radionuclide) unit which is equal to one thousandth of a curie or 10^[-3] Ci.| -|UO:0000022|milligram|A mass unit which is equal to one thousandth of a gram or 10^[-3] g.| -|UO:0000308|milligram per kilogram|A dose unit which is equal to 1 milligram of a toxic or pharmaceutical substance per kilogram body weight of the recipient subject.| -|UO:0000311|milligram per kilogram per day|A dosage unit which is equal to 1 milligram per day of a toxic or pharmaceutical substance per kilogram body weight of the recipient subject.| -|UO:0000273|milligram per liter|A mass unit density which is equal to mass of an object in milligrams divided by the volume in liters.| -|UO:0000176|milligram per milliliter|A mass unit density which is equal to mass of an object in milligrams divided by the volume in milliliters.| -|UO:0000309|milligram per square meter|A dose unit which is equal to 1 milligram of a toxic or pharmaceutical substance per square meter of surface area of the recipient subject.| -|UO:0000142|milligray|An absorbed dose unit which is equal to one thousandth of a gray or 10^[-3] Gy.| -|UO:0000098|milliliter|A volume unit which is equal to one thousandth of a liter or 10^[-3] L, or to 1 cubic centimeter.| -|UO:0000206|milliliter per cubic meter|A volume per unit volume unit which is equal to one millionth of a liter of solute in one cubic meter of solution.| -|UO:0000198|milliliter per kilogram|A specific volume unit which is equal to a thousandth of a liter per kilogram or 10^[-3] l/kg.| -|UO:0000207|milliliter per liter|A volume per unit volume unit which is equal to one millionth of a liter of solute in one liter of solution.| -|UO:0000016|millimeter|A length unit which is equal to one thousandth of a meter or 10^[-3] m.| -|UO:0010005|millimeters per day|A speed/velocity unit which is equal to the speed of an object traveling 1 millimeter distance in one day.| -|UO:0000272|millimetres of mercury|A unit of pressure equal to the amount of fluid pressure one millimeter deep in mercury at zero degrees centigrade on Earth.| -|UO:0000069|millimolal|A molality unit which is equal to one thousandth of a molal or 10^[-3] m.| -|UO:0000063|millimolar|A unit of molarity which is equal to one thousandth of a molar or 10^[-3] M.| -|UO:0000040|millimole|A substance unit equal to a thousandth of a mol or 10^[-3] mol.| -|UO:0000028|millisecond|A time unit which is equal to one thousandth of a second or 10^[-3] s.| -|UO:0010002|millisiemens|An electrical conduction unit which is equal to one thousandth of a siemen or 10^[-3] siemens.| -|UO:0000138|millisievert|A dose equivalent unit which is equal to one thousandth of a sievert or 10^[-3] Sv.| -|UO:0000279|milliunits per milliliter|A unit per milliliter unit which is equal to one thousandth of a unit of an agreed arbitrary amount per one milliliter.| -|UO:0000247|millivolt|An electric potential difference unit which is equal to one thousandth of a volt or 10^[-3] V.| -|OEO:00240030|mineral|A mineral is a portion of matter that is normally crystalline formed.| -|OEO:00140072|minimum|minimum value within a set of data values, e.g. in a time step or spatial region| -|UO:0000031|minute|A time unit which is equal to 60 seconds.| -|OEO:00000274|model|A model is a generically dependent continuant that is used for computing an idealised reproduction of a system and its behaviours.| -|OEO:00000275|model calculation|A model calculation is a process of solving mathematical equations of a model.| -|OEO:00010261|model calibration|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.| -|OEO:00000276|model component|A model component is a generically dependent continuant that is part of a model.| -|OEO:00020016|model descriptor|A model descriptor is an information content entity that contains information about some model.| -|OEO:00020022|model documentation|| -|OEO:00000277|model factsheet|A model factsheet is a model descriptor that contains a brief description of all relevant model information.| -|OEO:00000280|modelica|| -|OEO:00000279|modelling software|A modelling software is a software used to create and maintain a (mathematical) model.| -|OEO:00000281|modus|A modus is an information content entity describing the state of activity something has, e.g. active, inactive or passive.| -|UO:0000068|molal|A unit of concentration which expresses a concentration of a solution of 1 mole per kilogram of solvent (mol/kg).| -|UO:0000062|molar|A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L).| -|UO:0000055|molar mass unit|A unit which is a standard measure of the mass of a homogeneous substance containing 6.02 x 1023 atoms or molecules.| -|UO:0000056|molar volume unit|A unit which is a standard measure of the volume of a homogeneous substance containing 6.02 x 1023 atoms or molecules.| -|UO:0000013|mole|A substance unit which is equal to the amount of substance of a molecular system which contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12.| -|UO:0000076|mole fraction|A concentration unit which denotes the number of moles of solute as a proportion of the total number of moles in a solution.| -|UO:0000192|molecule count|A dimensionless count unit which denotes the number of molecules.| -|OEO:00000282|molten-salt battery|A molten-salt battery is a battery that uses molten salts as an electrolyte and offers both a high energy density and a high power density.| -|UO:0000057|momentum unit|A unit which is a standard measure of the quantity of motion measured by the product of mass and velocity.| -|OEO:00040003|monetary price|A monetary price is an economic value that describes the amount of money requested, expected, required or given in exchange for something else.| -|OEO:00020028|monte carlo|| -|UO:0000035|month|A time unit which is approximately equal to the length of time of one of cycle of the moon's phases which in science is taken to be equal to 30 days.| -|OEO:00020165|monthly|one value per month| -|OEO:00000285|mosek|| -|OEO:00010032|motor|A motor is an energy converting component that converts other forms of energy into kinetic energy.| -|OEO:00000286|motor gasoline|"Motor gasoline is gasoline consisting of a mixture of light hydrocarbons distilling between 35 oC and 215 oC. It is used as a fuel for land based spark ignition engines. Motor gasoline may include additives, oxygenates and octane enhancers, including lead compounds such as TEL and TML.| -|||| -|Includes motor gasoline blending components (excluding additives/oxygenates), e.g. alkylates, isomerate, reformate, cracked gasoline destined for use as finished motor gasoline."||| -|OEO:00000287|ms_ excel|| -|OEO:00000290|municipal waste fuel|A municipal waste fuel is waste fuel produced by households or non-industrial commercial activities.| -|OEO:00000291|nace_ sectors|"The Statistical classification of economic activities in the European Community, abbreviated as NACE, is the classification of economic activities in the European Union (EU); the term NACE is derived from the French Nomenclature statistique des activités économiques dans la Communauté européenne. Various NACE versions have been developed since 1970.| -|||| -|NACE is a four-digit classification providing the framework for collecting and presenting a large range of statistical data according to economic activity in the fields of economic statistics (e.g. production, employment and national accounts) and in other statistical domains developed within the European statistical system (ESS)."||| -|IAO:0000421|named class expression|A named class expression is a logical expression that is given a name. The name can be used in place of the expression.| -|OEO:00230003|nameplate capacity|Nameplate capacity is the power capacity stating the maximum power an artificial object, e.g. a power generating unit or a power plant, can generate, and the sum of the power ratings of all energy converting component of that power plant.| -|UO:0000300|nano|A prefix in the metric system denoting a factor of 10 to the power of -9.| -|UO:0000024|nanogram|A mass unit which is equal to one thousandth of one millionth of a gram or 10^[-9] g.| -|UO:0000275|nanogram per milliliter|A mass unit density which is equal to mass of an object in nanograms divided by the volume in milliliters.| -|UO:0000143|nanogray|An absorbed dose unit which is equal to one thousandth of a millionth of a gray or 10^[-9] Gy.| -|UO:0000102|nanoliter|A volume unit which is equal to one thousandth of one millionth of a liter or 10^[-9] L.| -|UO:0000018|nanometer|A length unit which is equal to one thousandth of one millionth of a meter or 10^[-9] m.| -|UO:0000071|nanomolal|A molality unit which is equal to one thousandth of one millionth of a molal or 10^[-9] m.| -|UO:0000065|nanomolar|A unit of molarity which is equal to one thousandth of one millionth of a molar or 10^[-9] M.| -|UO:0000041|nanomole|A substance unit equal to one thousandth of one millionth of a mole or 10^[-9] mol.| -|UO:0000150|nanosecond|A time unit which is equal to one thousandth of one millionth of a second or 10^[-9] s.| -|UO:0000144|nanosievert|A dose equivalent unit which is equal to one thousandth of a millionth of a sievert or 10^[-9] Sv.| -|UO:0000250|nanovolt|An electric potential difference unit which is equal to one billionth of a volt or 10^[-12] V.| -|OEO:00010255|nationally determined contribution|A nationally determined contribution (NDC) is a target description of future greenhouse gas emission reductions prepared, communicated and maintained by a party to the Paris Agreement.| -|OEO:00140104|natural ambient thermal energy|Natural ambient thermal energy is ambient thermal energy that has a renewable origin.| -|OEO:00000292|natural gas|Natural gas is a gas mixture occurring in underground deposits, whether liquefied or gaseous, and consisting mainly of methane.| -|OEO:00140135|natural gas turbine|A natural gas turbine is a gas turbine fueled with natural gas.| -|OEO:00020087|natural hydro energy|Natural hydro energy is hydro energy collected from the natural water cycle (rain water, melted snow and ice).| -|UO:0010022|nautical mile|A maritime length unit which is equal to 6,080 feet, 10 cables, or 1,853.184 metres| -|OEO:00000293|negative emission|Negative emission is the process of absorbing a substance, usually a pollutant that was emitted before.| -|OEO:00240016|net capacity factor|A net capacity factor is a fraction value that is calculated by dividing the net electricity generation over a given time step by the declared net capacity times the length of this time step.| -|OEO:00240013|net electricity generation|Net electricity generation is a process attribute that equals to gross electricity generation minus the consumption of power stations' auxiliary services.| -|UO:0000108|newton|A force unit which is equal to the force required to cause an acceleration of 1m/s2 of a mass of 1 Kg in the direction of the force.| -|UO:0000254|newton per meter|A surface tension unit which is equal to one newton per meter.| -|OEO:00010003|nitric oxide|Nitric oxide is a portion of matter with the chemical formula NO. It is a gas and can act as an air pollutant. Synonyms are nitrogen oxide or nitrogen monoxide.| -|OEO:00010004|nitrogen dioxide|Nitrogen dioxide is a portion of matter with the chemical formula NO2. It is a gas and can act as an air pollutant.| -|OEO:00010002|nitrogen oxides|Nitrogen oxides are a portion of matter consisting of compounds of nitrogen and oxygen. It is a collective term for numerous oxides of nitrogen with a gaseous normal state of matter. They can act as air pollutants.| -|OEO:00000026|nitrogen trifluoride|Nitrogen trifluoride is a portion of matter with the chemical formula NF3. It has a gaseous normal state of matter. It can work as a potent greenhouse gas and has an anthropogenic origin.| -|OEO:00000027|nitrous oxide|Nitrous oxide is a portion of matter with the chemical formula N2O. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and it can work as a greenhouse gas.| -|UO:0000278|nmole/disk|A unit which is equal to one nanomole per disk, where a disk is some physical surface/container upon which the substance is deposited.| -|OEO:00000297|non associated gas|Non associated gas is natural gas originating from fields producing hydrocarbons only in gaseous form.| -|OEO:00010211|non-energy use|Non-energy use is the consumption of an energy carrier without making use the energy it carries.| -|OEO:00240035|non-ferrous metal|A non-ferrous metal is a metal that does not contain a significant amount of iron in its chemical composition. It is the physical output of an industrial process and has a commodity role.| -|OEO:00240031|non-metallic mineral|A non-metallic mineral is a mineral that does not contain any metallic content within themselves. It is the physical output of an industrial process and has a commodity role.| -|OEO:00000298|non-methane volatile organic compound|A non-methane volatile organic compound (NMVOC) is a volatile organic compound other than methane.| -|UO:0000075|normal|A unit of concentration which is one gram equivalent of a solute per liter of solution. A gram equivalent weight or equivalent is a measure of the reactive capacity of a given molecule.| -|OEO:00000300|nuclear binding energy|Nuclear binding energy is the energy that is required to disassemble the nucleus of an atom into its component parts.| -|OEO:00000028|nuclear energy carrier disposition|A nuclear energy carrier is an energy carrier used in nuclear power stations to produce heat for steam turbines. Heat is created when the nuclear fuel undergoes nuclear fission.| -|OEO:00020054|nuclear energy transformation|Nuclear energy transformation is an energy transformation that converts nuclear binding energy to thermal energy.| -|OEO:00020053|nuclear fission|Nuclear fission is a process of nuclear reaction or a radioactive decay in which the nucleus of an atom splits into two or more smaller, lighter nuclei.| -|OEO:00000302|nuclear fuel|A nuclear fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by undergoing nuclear fission.| -|OEO:00000303|nuclear power plant|A nuclear power plant is a power plant that has nuclear power units as parts.| -|OEO:00000029|nuclear power unit|A nuclear power unit is a power generating unit using nuclear fuel.| -|BFO:0000030|object|| -|BFO:0000027|object aggregate|| -|OEO:00000304|objective function|An objective function is an information content entity stating the function that should be maximised or minimised to solve a problem.| -|OEO:00240004|objective variable|An objective variable is a variable that should be maximised or minimised to solve a problem.| -|IAO:8000018|obo basic subset ontology module|"A subset ontology that is designed for basic applications to continue to make certain simplifying assumptions; many of these simplifying assumptions were based on the initial version of the Gene Ontology, and have become enshrined in many popular and useful tools such as term enrichment tools.| -|||| -|Examples of such assumptions include: traversing the ontology graph ignoring relationship types using a naive algorithm will not lead to cycles (i.e. the ontology is a DAG); every referenced term is declared in the ontology (i.e. there are no dangling clauses).||| -|||| -|An ontology is OBO Basic if and only if it has the following characteristics:||| -|DAG||| -|Unidirectional||| -|No Dangling Clauses||| -|Fully Asserted||| -|Fully Labeled||| -|No equivalence axioms||| -|Singly labeled edges||| -|No qualifier lists||| -|No disjointness axioms||| -|No owl-axioms header||| -|No imports"||| -|IAO:0000225|obsolescence reason specification|The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value.| -|IAO:0000224|obsolete_core|Core is an instance of a grouping of terms from an ontology or ontologies. It is used by the ontology to identify main classes.| -|BFO:0000003|occurrent|| -|OEO:00010105|ocean|The ocean is a water body that consists of salt water and is covering approximately 71% of Earth's surface.| -|OEO:00010107|ocean current|An ocean current is a a water flow within a water body/marine water body/ocean that is mainly horizontally orientated.| -|OEO:00000308|offshore wind farm|An offshore wind farm is a wind farm that is build in a body of water, usually the ocean.| -|OEO:00000310|oil power plant|A oil power plant is a power plant that has oil power units as parts.| -|OEO:00000030|oil power unit|An oil power unit is a power generating unit using oil as fuel.| -|BFO:0000142|one-dimensional continuant fiat boundary|| -|BFO:0000026|one-dimensional spatial region|| -|BFO:0000038|one-dimensional temporal region|| -|OEO:00000311|onshore wind farm|An onshore wind farm is a wind farm that is build on land.| -|IAO:8000000|ontology module|| -|IAO:8000019|ontology module subsetted by OWL profile|| -|IAO:8000017|ontology module subsetted by expressivity|| -|OEO:00000312|open source|open source is a software descriptor labelling software whose source code is available online for free and can be modified or redistributed.| -|OEO:00010091|open-loop pumped hydro storage power plant|An open-loop pumped hydro storage power plant is a pumped hydro storage power plant that has natural inflows.| -|OEO:00020178|operational life time|An operational life time is the lifetime of an artificial object. It is measured from the end of construction time to the start of decommissioning time.| -|OEO:00020137|operational space requirement|An operational space requirement is space requirement that covers the area needed by an artificial object in order to operate properly.| -|OEO:00000313|optimisation|An optimisation is a model calculation with the goal to find a best choice or result for at least one variable or function in the model.| -|OEO:00000314|optimisation model|An optimisation model is a model that optimises a target function.| -|OEO:00030022|organisation|An organisation is an immaterial entity that has the organisation role and there exists some sort of legal framework that recognises the entity and its continued existence.| -|OEO:00000315|organisation role|An organisation role is a role of an aggregate of people that has a collective goal and a set of organisation rules.| -|OEO:00030016|organisational energy producer|"An organisational energy producer is an organisation that undertakes the generation of electricity and/or heat."""| -|IAO:0000121|organizational term|Term created to ease viewing/sort terms for development purpose, and will not be included in a release| -|OEO:00000316|origin|Origin is a quality of a portion of matter or energy based on where it comes from. It is inherited from its primary sources.| -|UO:0010033|ounce|An imperial mass unit which is equivalent to 28.349,523,125 grams, or 1/16 of 1 pound.| -|OMO:0001000|out of scope|The term was added to the ontology on the assumption it was in scope, but it turned out later that it was not.| -|OEO:00020104|outage|An outage is a process during which an artificial object cannot perfom or operate.| -|OEO:00020013|output data|Output data is endogenous data that is determined by a model calculation and presented as a result.| -|OEO:00140035|oxidation|Oxidation is a chemical reaction that describes the loss of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.| -|OEO:00010218|oxygen|Oxygen is a portion of matter with the chemical formula O2. It has a gaseous normal state of matter.| -|UO:0000196|pH|A dimensionless concentration notation which denotes the acidity of a solution in terms of activity of hydrogen ions (H+).| -|OEO:00240028|paper|Paper is a portion of matter that is made from cellulose fibres and other plant materials. It is used for paper-based products. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role.| -|OEO:00010260|parameterisation|Parameterisation is the process of translating assumptions into exogenous data the model can use.| -|OEO:00000318|particulate matter|Particulate matter is a portion of matter consisting of small particles. It can act as an air pollutant.| -|UO:0000170|parts per billion|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 1,000,000,000 regardless of the units of measure as long as they are the same or 1 part in 10^[9].| -|UO:0000167|parts per hundred|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 100 regardless of the units of measure as long as they are the same.| -|UO:0000169|parts per million|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 1,000,000 regardless of the units of measure used as long as they are the same or 1 part in 10^[6].| -|UO:0000166|parts per notation unit|A dimensionless concentration notation which describes the amount of one substance in another. It is the ratio of the amount of the substance of interest to the amount of that substance plus the amount of the substance.| -|UO:0000172|parts per quadrillion|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 1,000,000,000,000 regardless of the units of measure used as long as they are the same or 1 part in 10^[15].| -|UO:0000168|parts per thousand|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 1000 regardless of the units of measure as long as they are the same.| -|UO:0000171|parts per trillion|A dimensionless concentration notation which denotes the amount of a given substance in a total amount of 1,000,000,000 regardless of the units of measure used as long as they are the same or 1 part in 10^[12].| -|UO:0000110|pascal|A pressure unit which is equal to the pressure or stress on a surface caused by a force of 1 newton spread over a surface of 1 m^[2].| -|UO:0000257|pascal second|A viscosity unit which is equal to one pascale per second.| -|OEO:00010264|passenger|A passenger is an agent who travels in a vehicle.| -|OEO:00010263|passenger transport|A passenger transport is a transport process in which people are moved in a vehicle from one place to another.| -|OEO:00000319|passive|| -|OEO:00000320|peat|Peat is a or portion of matter that is a soft, porous or compressed, sedimentary deposit of plant origin with high water content (up to 90 % in the raw state) and can be used as combustion fuel. As the natural formation of peat takes at least centuries, peat is usually considered having a fossil origin.| -|IAO:0000125|pending final vetting|All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor.| -|UO:0000187|percent|A dimensionless ratio unit which denotes numbers as fractions of 100.| -|UO:0010023|perch|An area unit which is equal to an area of 25.292,852,64 square meters, or 1 square rod.| -|OEO:00000322|perfluorocarbon|Perfluorocarbons (PFCs) are portions of matter consisting of organic compounds that contain fluorine atoms but no hydrogen atoms.| -|OEO:00000323|person|A person is a human being.| -|OEO:00240038|personal living space|A personal living space is a space requirement that one person uses for living.| -|UO:0000290|peta|A prefix in the metric system denoting a factor of ten to the power of 15.| -|OEO:00050006|petajoule|An energy unit which is equal to 10^15 joules.| -|OEO:00050010|petawatt-hour|An energy unit which is equal to 10^15 watt-hours.| -|OEO:00230021|photon|A photon is a material entity that is a light particle.| -|OEO:00000032|photovoltaic cell|A photovoltaic cell (PV cell) is a generator that converts solar energy into electrical energy.| -|OEO:00020048|photovoltaic energy transformation|Photovoltaic energy transformation is a solar energy transformation that converts solar energy into electrical energy.| -|OEO:00000324|photovoltaic power plant|A photovoltaic power plant is a solar power plant that has PV panels as parts.| -|OEO:00000325|php|| -|UO:0000188|pi|A dimensionless unit which denoted an irrational real number, approximately equal to 3.14159 which is the ratio of a circle's circumference to its diameter in Euclidean geometry.| -|UO:0000302|pico|A prefix in the metric system denoting a factor of 10 to the power of -12.| -|UO:0000025|picogram|A mass unit which is equal to 10^[-12] g.| -|UO:0000103|picoliter|A volume unit which is equal to 10^[-12] L.| -|UO:0000020|picometer|A length unit which is equal to 10^[-12] m.| -|UO:0000072|picomolal|A molality unit which is equal to 10^[-12] m.| -|UO:0000066|picomolar|A unit of molarity which is equal to 10^[-12] M.| -|UO:0000042|picomole|A substance unit equal to 10^[-12] mol.| -|UO:0000030|picosecond|A time unit which is equal to 10^[-12] s.| -|UO:0000251|picovolt|An electric potential difference unit which is equal to one trillionth of a volt or 10^[-12] V.| -|UO:0010028|pint|An imperial volume unit which is equivalent to 568.261,25 millilitres.| -|UO:0000242|pixels per inch|A spatial resolution unit which is a standard measure of the resolution of a computer display, related to the size of the display in inches and the total number of pixels in the horizontal and vertical directions.| -|UO:0000243|pixels per millimeter|A spatial resolution unit which is a standard measure of the number of pixels in one millimeter length or width of a digital image divided by the physical length or width of a printed image.| -|IAO:0000226|placeholder removed|| -|IAO:0000104|plan specification|A directive information entity with action specifications and objective specifications as parts that, when concretized, is realized in a process in which the bearer tries to achieve the objectives by taking the actions specified.| -|UO:0000122|plane angle unit|A unit which is a standard measure of the angle formed by two straight lines in the same plane.| -|OEO:00140126|planned availability|Planned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year.| -|OEO:00020106|planned outage|A planned outage is an outage during which an artificial object is being maintained.| -|UO:0000211|plaque forming unit|A dimensionless count unit which a measure of plague forming units in a given volume.| -|UO:0000215|plaque forming unit per milliliter|A concentration unit which a measure of plague forming units in one milliliter.| -|UO:0000214|plaque forming unit per volume|A concentration unit which a measure of plague forming units in a given volume.| -|OEO:00000326|plasmatic|The state of being a plasma. A portion of matter is in plasmatic state if and only if it has has no definite shape and no definite volume and is electrically conductive.| -|OEO:00000327|plotting|Plotting is data processing where data is visualised in form of a diagram.| -|OEO:00010030|plug-in hybrid electric vehicle|A plug-in hybrid electric vehicle (PHEV) is a vehicle that contains both a traction motor and an internal combustion engine and can switch between their usage for propulsion. It contains a traction battery that can be charged with electrical energy from an external supply.| -|OEO:00140091|plutonium|Plutonium is a portion of matter with the chemical formula Pu. It has a solid normal state of matter.| -|UO:0000258|poise|A viscosity unit which is equal to one dyne second per square centimeter.| -|OEO:00140150|policy|A policy is a specifically dependent continuant that is a deliberate system of principles, rules and guidelines, adopted by an organisation to guide decision making with respect to particular situations and implemented to achieve stated goals.| -|OEO:00140151|policy instrument|A policy instrument is a specifically dependent continuant that is an action by the government that is intended to promote the adoption of a (transformative) measure.| -|OEO:00000328|political assumption|A political assumption is an assumption about political measures taken.| -|OEO:00000329|political party|A political party is a organisation of a group of people with common views or goals that wants to have influence in politics.| -|OEO:00000330|pollution|Pollution is an emission with a negative effect on the environment or organisms.| -|OEO:00230013|population|A population is an aggregate of people in a spatial region.| -|OEO:00000331|portion of matter|A portion of matter is an aggregate of material entities that have a state of matter.| -|OEO:00290000|potential|A potential is a maximum value that describes some upper limit in a spatial region of reference.| -|OEO:00020045|potential energy|| -|UO:0010034|pound|An imperial mass unit which is equivalent to 453.592,37 grams.| -|OEO:00000333|power|Power is the process attribute that is the amount of energy transformed or transferred per time unit.| -|OEO:00010257|power capacity|A power capacity is a maximum value of a generator or power generating unit to generate power.| -|OEO:00000334|power generating unit|A power generating unit is an energy transformation unit that contains a generator.| -|OEO:00000253|power line|A power line is a grid component link that is an uninterrupted transmission system between two nodes in an electricity grid.| -|OEO:00000031|power plant|A power plant is an energy transformation unit consisting of power generating units and a grid component that feeds electric energy into an electric grid.| -|OEO:00140130|power plant operator|A power plant operator is an agent that operates an electric utility generation station.| -|OEO:00140137|power plant portfolio|A power plant portfolio is an information content entity that describes a particular combination or mix of different power plants, e.g. renewables and fossil plants within one business unit or company or trader.| -|OEO:00140162|power plant with electro motive generator|A power plant with electromotive generator is a power plant that has an electro motive generator.| -|OEO:00230001|power rating|Power rating is a power capacity stating the maximum power an energy converting component can convert.| -|UO:0000113|power unit|A unit which is a standard measure power or the rate of doing work.| -|OEO:00010157|power value|A power value is a quantity value that has a power unit as unit.| -|OEO:00010222|power-to-ammonia process|A power-to-ammonia process is a power-to-gas process that has ammonia as output.| -|OEO:00010216|power-to-gas process|A power-to-gas process is an energy transformation that converts electrical energy to chemical energy by synthesising portions of matter into a gaseous synthetic fuel.| -|OEO:00000335|power-to-gas system|A power-to-gas system is an energy transformation unit that implements a power-to-gas process. A water electrolyser is participating in the power-to-gas process.| -|OEO:00010020|power-to-liquid system|A power-to-liquid (often abbreviated P2L or PtL) system is an energy storage object that converts electrical power to a liquid fuel.| -|OEO:00010217|power-to-methane process|A power-to-methane process is a power-to-gas process that has electrical energy as energy input, water and carbon dioxide as physical input and synthetic methane carrying chemical energy as physical output. It consists of two sub processes: an electrolysis process and a methanation.| -|UO:0000046|prefix|| -|UO:0000109|pressure unit|A unit which is a standard measure of the force applied to a given area.| -|OEO:00040007|price request|A price request is a request in which an agent asks another agent for a price.| -|OEO:00160002|primary control|A primary control is a frequency control that is decentralised and automated. It reacts within seconds to frequency deviations caused by electricity supply and demand imbalances.| -|OEO:00140078|primary energy carrier|A primary energy carrier is an energy carrier that has the disposition primary energy carrier disposition.| -|OEO:00140075|primary energy carrier disposition|Primary energy carrier disposition is an energy carrier disposition of material entities that are extracted directly from natural resources or that are natural energy flows.| -|OEO:00030028|primary energy carrier harvest|Primary energy carrier harvest is a primary energy production that collects solid biomass from its natural site.| -|OEO:00030027|primary energy carrier mining|Primary energy carrier mining is a primary energy production that recovers non-renewable energy carriers from its natural site.| -|OEO:00050018|primary energy consumption|Primary energy consumption is the total consumption of energy in a spatial region excluding the non-energetic use of fuels.| -|OEO:00030026|primary energy production|Primary energy production is a production that prepares raw material for its use as primary energy carrier.| -|OEO:00020019|primary modelling purpose|A primary modelling purpose is a model descriptor stating the main purpose of a model.| -|OEO:00090003|private funder|A private funder is a funder that gives private money.| -|OEO:00140006|private transport|A private transport is a passenger transport in which people use their own vehicle for movement e.g. bicycle, motorcycle and cars.| -|BFO:0000015|process|p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003])| -|OEO:00030019|process attribute|A process attribute is a dependent occurrent that existentially depends on a process.| -|BFO:0000035|process boundary|p is a process boundary =Def. p is a temporal part of a process & p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001])| -|BFO:0000144|process profile|b is a process_profile =Def. there is some process c such that b process_profile_of c (axiom label in BFO2 Reference: [093-002])| -|OEO:00000045|producer|A producer is an agent that makes goods.| -|OEO:00240003|production|Production is the process of combining various inputs in order to create an output that has value and can be used by other processes.| -|OEO:00000339|program parameter|A program parameter is a variable in a software.| -|IAO:0000025|programming language|A language in which source code is written that is intended to be executed/run by a software interpreter. Programming languages are ways to write instructions that specify what to do, and sometimes, how to do it.| -|OEO:00000340|project|A project is a process to achieve a specified goal that is unique in the sum of its conditions like its goal, time and cost budget and its organisation.| -|OEO:00020172|property cost|A property cost is an investment cost arising from the acquisition of a property.| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010253|propulsion|Propulsion is a process of pushing or pulling to drive an object.| -|OEO:00000341|prosumer|A prosumer is an agent who is producer and consumer at the same time.| -|OEO:00240022|protected area|A protected area is a two-dimensional spatial region recognised, dedicated and managed, through legal or other effective means, to achieve the long term conservation of nature with associated ecosystem services and cultural values.| -|OEO:00140123|provider|A provider is an agent that transfers commodities or services to other agents.| -|OEO:00090002|public funder|A public funder is a funder that gives public money.| -|OEO:00140007|public transport|A public transport is a passenger transport in which a number of passengers share a common vehicle.| -|OEO:00010090|pump|A pump is an energy converting component that converts energy into kinetic or potential energy of a fluid.| -|OEO:00020088|pumped hydro energy|Pumped hydro energy is hydro energy that results from a water flow of pumped water.| -|OEO:00010089|pumped hydro storage power plant|A pumped hydro storage power plant is a hydro storage power plant which has some pumps as parts.| -|OEO:00000343|pumped storage|A pumped storage (pumped-storage hdyroelectricity) is an energy storage that uses water from a higher reservoir to generate energy.| -|OEO:00000345|pumped water|Pumped water is liquid water which was pumped into an upper reservoir and thus contains potential energy.| -|OEO:00020115|purchasing power parity|Purchasing power parity is an economic value reprensenting the ratio between currencies that equalises differences in monetary price levels between countries for the same set of goods.| -|UO:0000193|purity percentage|A dimensionless percent unit which denotes the homogeneity of a biomaterial.| -|OEO:00000349|python|| -|BFO:0000019|quality|| -|OEO:00140098|quality control flag|A quality control flag is a data descriptor that describes the measurement quality of a data set, e.g. a time series.| -|OEO:00000350|quantity value|A quantity value is an information content entity defined by a numeral together with a unit of measurement to quantify an entity.| -|UO:0010029|quart|An imperial volume unit which is equivalent to 1,136.5225 millilitres, or two pints.| -|UO:0010036|quarter|An imperial mass unit which is equivalent to 12.700,586,36 kilograms, or 28 pounds.| -|OEO:00000351|r|| -|UO:0000135|rad|An absorbed dose unit which is equal to 0.01 gray (Gy).| -|UO:0000123|radian|A plane angle unit which is equal to the angle subtended at the center of a circle by an arc equal in length to the radius of the circle, approximately 57 degrees 17 minutes and 44.6 seconds.| -|UO:0000079|radian per second|An angular unit velocity which is equal to about 9.54930 rpm (revolutions per minute).| -|UO:0000078|radian per second per second|An angular unit acceleration which is equal to the angular acceleration of an object changing its angular velocity by 1rad/s over a time period that equals one second.| -|UO:0000161|radiance unit|A unit which is a standard measure of the power of electromagnetic radiation through space or through a material medium in the form of electromagnetic waves.| -|UO:0000159|radiant intensity unit|A unit which is a standard measure of the intensity of electromagnetic radiation.| -|OEO:00020037|radiation|Radiation is the process of emitting or transmitting energy in the form of waves or particles through a spatial region or a material entity.| -|UO:0000127|radiation unit|A unit which is a standard measure of the amount of radiation emitted by a given radiation source as well as the amount of radiation absorbed or deposited in a specific material by a radiation source.| -|OEO:00020040|radiative energy|Radiative energy is energy that has been transmitted by a radiation process.| -|UO:0000319|radioactivity concentration|A concentration unit which is a standard measure of the amount of radioactivity in a given volume.| -|OEO:00260001|ramping|Ramping is a process attribute that describes the change in power of an energy transformation unit or an energy converting component per time step.| -|UO:0000280|rate unit|A unit which represents a standard measurement occurrence of a process per unit time.| -|UO:0000190|ratio|A dimensionless unit which denotes an amount or magnitude of one quantity relative to another.| -|UO:0010006|ratio|A dimensionless ratio unit which, given a pair of quantities a and b, for which b is a multiple of a, denotes b by giving the multiplier (coefficient) c for a to result in b.| -|IAO:0000122|ready for release|"Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking ""ready_for_release"" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed ""ready_for_release"" will also derived from a chain of ancestor classes that are also ""ready_for_release."""| -|BFO:0000017|realizable entity|| -|IAO:8000013|reasoned ontology module|An ontology module that contains axioms generated by a reasoner. The generated axioms are typically direct SubClassOf axioms, but other possibilities are available.| -|OEO:00140120|receiver|A receiver is an agent who obtains information from a sender.| -|OEO:00140034|redox reaction|A redox reaction is a chemical reaction in which the oxidation of one reactant is coupled to the reduction of a second reactant.| -|OEO:00140036|reduction|Reduction is a chemical reaction that describes the gain of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.| -|OEO:00000353|reference|A reference is an information content entity naming a relevant document, position in a document or address.| -|BFO:0000145|relational quality|b is a relational quality = Def. for some independent continuants c, d and for some time t: b quality_of c at t & b quality_of d at t. (axiom label in BFO2 Reference: [057-001])| -|UO:0000314|relative fluorescence unit|A relative light unit which is a measure of relative fluorescence intensity.| -|UO:0000312|relative light unit|A derived unit which is a measure of relative light intensity, as typically measured by a luminometer, spectrophotometer, or fluorimeter in biological research applications.| -|UO:0000313|relative luminescence unit|A relative light unit which is a measure of relative luminescence intensity.| -|OEO:00020125|remuneration|A remuneration is an economic value that describes a financial compensation provided in exchange for services performed.| -|OEO:00030004|renewable|Renewable is an origin of energies that replenish on a human time scale.| -|OEO:00020085|renewable energy|A renewable energy is an energy that has renewable origin.| -|OEO:00020050|renewable energy carrier|A renewable energy carrier is an energy carrier that has a renewable energy carrier disposition.| -|OEO:00020086|renewable energy carrier disposition|A renewable energy carrier disposition is an energy carrier disposition of an material entity that contains renewable energy.| -|OEO:00000033|renewable fuel|A renewable fuel is a fuel that has a renewable origin and an renewable energy carrier disposition| -|OEO:00000355|renewable_ energy_ directive_ sectors|| -|IAO:0000088|report|a document assembled by an author for the purpose of providing information for the audience. A report is the output of a documenting process and has the objective to be consumed by a specific audience. Topic of the report is on something that has completed. A report is not a single figure. Examples of reports are journal article, patent application, grant progress report, case report (not patient record)| -|OEO:00040006|request|A request is a process whereby an agent asks another agent for something or to do something.| -|IAO:0000428|requires discussion|A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues.| -|OEO:00010084|reservoir|A reservoir is an artificial object that stores liquid water and has a dam as part.| -|OEO:00010094|reservoir hydro storage power plant|A reservoir hydro storage power plant is a hydro storage power plant that has no pump.| -|OEO:00020121|resolution|Resolution is a quality of a dataset that indicates the level of detail of the data.| -|OEO:00010093|river|A river is a water body that moves through permanent or seasonal flow process from elevated land towards lower elevations through a definite channel and empties either into a sea, lake, or another river or ends on land as bed seepage and evapotranspiration exceed water supply.| -|OEO:00020058|rock|A rock is a portion of matter that is a naturally occurring solid aggregate of minerals or mineraloid matter that is part of the earth's crust.| -|UO:0000136|roentgen|An exposure unit which is equal to the amount of radiation required to liberate positive and negative charges of one electrostatic unit of charge in 1 cm^[3] of air at standard temperature and pressure (STP). This corresponds to the generation of approximately 2.0810^[9] ion pairs.| -|BFO:0000023|role|| -|UO:0010024|rood|An area unit which is equivalent to 1 furlong x 1 rod. This is equal to an area of 1,011.714,1056 square meters, or 40 square rods.| -|OEO:00000361|rooftop photovoltaic power plant|A rooftop photovoltaic power plant is a photovoltaic power plant that is installed on top of the roof of a building.| -|OEO:00240000|rotational energy|Rotational energy is the kinetic energy that a material entity possesses due to its rotational motion.| -|UO:0000058|rotational frequency unit|A unit which is a standard measure of the number of rotations in a given time.| -|OEO:00020144|rotor diameter|Rotor diameter is a quality of a wind energy converting unit that measures the diameter of the wind rotor.| -|OEO:00000362|ruby|| -|OEO:00010087|run of river power plant|A run of river power plant is a hydro power plant that uses the momentarily available hydro energy of a river. It has either no reservoir or just has a small one with a maximum of 24 hours of storage.| -|OEO:00230015|rural population|A rural population is a population living in rural areas, as defined by national statistical offices.| -|OEO:00000364|scenario|A scenario is an information content entity that contains statements about a possible future development based on a coherent and internally consistent set of assumptions and their motivation.| -|OEO:00000365|scenario factsheet|A scenario factsheet is a factsheet that contains information about a scenario.| -|OEO:00020098|scenario horizon|A scenario horizon is a time step that is under investigation and consists entirely of one or more scenario years.| -|OEO:00010262|scenario projection|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://openenergy-platform.org/ontology/oeo/oeo-model/OEO_00010252|scenario study|A scenario study is a study that investigates one or more scenarios.| -|OEO:00020101|scenario time series|A scenario time series is a time series that contains data about a specific scenario year.| -|OEO:00020097|scenario year|A scenario year is a time step that has a duration of one year and is part of a scenario horizon.| -|UO:0000010|second|A time unit which is equal to the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.| -|OEO:00160003|secondary control|A secondary control is a frequency control that is centralised and automated. It refers to the control area of one transmission system operator. Secondary control succeeds primary control and operates for several minutes.| -|OEO:00140079|secondary energy carrier|A secondary energy carrier is an energy carrier that has the disposition secondary energy carrier disposition.| -|OEO:00140076|secondary energy carrier disposition|Secondary energy carrier disposition is an energy carrier disposition of material entities that are manufactured from primary energy carriers or from a different form of secondary energy carriers.| -|OEO:00010127|secondary energy production|Secondary energy production is the production of secondary energy carriers.| -|OEO:00000367|sector|A sector is generically dependent continuant that is a subdivision of a system.| -|OEO:00000368|sector division|A sector division is a specific way to subdivide a system.| -|OEO:00140119|sender|A sender is an agent who initiates a communication.| -|OEO:00010051|sensitivity analysis|A sensitivity analysis is the process of comparing different model calculations based on a variation of input parameters (exogenous data items).| -|OEO:00140124|service|A service is a process that is an intangible actitvity performed by some agent for the benefit of another agent.| -|UO:0000264|siemens|An electrical conduction unit which is equal to A/V.| -|UO:0000137|sievert|A dose equivalent unit which is equal to the absorption of one joule of radiation energy by one kilogram of matter.| -|OEO:00000370|simulation|A simulation is a model calculation that simulates a process or system behaviour from the real world.| -|OEO:00000371|simulation model|A simulation model is a model that simulates the behaviour of a system without a target function.| -|IAO:8000009|single layer subset ontology module|A subset ontology that is largely comprised of a single layer or strata in an ontology class hierarchy. The purpose is typically for rolling up for visualization. The classes in the layer need not be disjoint.| -|OEO:00000372|single node model|A single node model is a model where a region is represented as a single node.| -|OEO:00020210|sirup|A sirup is a portion of matter that consists mainly of water and sugar. It has a liquid state of matter.| -|BFO:0000029|site|| -|OEO:00290001|slope|A slope is a quantity value with a plane angle unit that measures the angle between the plane of a surface and the horizontal plane.| -|UO:0010039|slug|An imperial gravitational unit which is equivalent to a mass that accelerates by 1ft/s² when a force of one pound (lbf) is exerted on it.| -|OEO:00020155|social cost of carbon emission|Social cost of carbon emission is the cost the society bears for a greenhouse gas emission value.| -|OEO:00020181|social cost of emission|Social cost of emission is the cost the society bears for an emission value.| -|OEO:00000376|sodium-ion battery|A sodium-ion battery is a rechargable metal-ion battery that uses sodium ions as charge carriers.| -|OEO:00000377|sodium-sulphur battery|A sodium–sulphur battery is a type of molten-salt battery constructed from liquid sodium (Na) and sulphur (S).This type of battery has a high energy density, high efficiency of charge/discharge and long cycle life, and is fabricated from inexpensive materials. The operating temperatures of 300 to 350 °C and the highly corrosive nature of the sodium polysulphides, primarily make them suitable for stationary energy storage applications. The cell becomes more economical with increasing size.| -|IAO:0000010|software|"Software is a plan specification composed of a series of instructions that can be | -|interpreted by or directly executed by a processing unit."||| -|OEO:00000378|software descriptor|A software descriptor is an information content entity that contains additional information about the software.| -|OEO:00000379|software developer|A software developer is an agent that creates computer software.| -|OEO:00000380|software documentation|| -|OEO:00000382|software framework|A software framework is a Software that is generic and can be adapted to a specific application.| -|OEO:00000239|software interface|A software interface is a software that enables an agent to interact with it.| -|OEO:00020187|software license|A software license is a copyright license that determines ownership and permissions for software, code, or models.| -|OEO:00010081|solar chemical energy transformation|A solar chemical energy transformation is a solar energy transformation that converts solar energy into chemical energy.| -|OEO:00000384|solar energy|Solar energy is radiative energy of the sun.| -|OEO:00020046|solar energy transformation|Solar energy transformation is an energy transformation that converts solar energy.| -|OEO:00000386|solar power plant|A solar power plant is a power plant that has solar power units as parts.| -|OEO:00000034|solar power unit|A solar power unit is a power generating unit using solar power.| -|OEO:00020038|solar radiation|Solar radiation is radiation that is emitted by the sun.| -|OEO:00020199|solar radiation receiving surface|A solar radiation receiving surface is a surface that is receiving solar energy via solar radiation.| -|OEO:00020200|solar receiving object|A solar receiving object is an artificial object that has a solar radiation receiving surface as part.| -|OEO:00000387|solar thermal collector|A solar thermal collector is a heater that absorbs solar radiation to convert it into heat.| -|OEO:00000388|solar thermal energy|Solar thermal energy is thermal energy that is the physical output of a solar thermal energy transformation.| -|OEO:00020047|solar thermal energy transformation|Solar thermal energy transformation is a solar energy transformation that converts solar energy into thermal energy.| -|OEO:00000389|solar thermal power plant|A solar thermal power plant is a solar power plant that has solar thermal power units as parts.| -|OEO:00000035|solar thermal power unit|A solar thermal power unit is a solar power unit that has solar thermal collectors as parts.| -|OEO:00010080|solar-steam-electric process|A solar-steam-electric process is a solar energy transformation that converts solar energy into electrical energy. It has two partial processes: a solar thermal energy transformation and a steam-electric process.| -|OEO:00000390|solid|The state being solid. A portion of matter is in solid state if and only if it has a definite shape and volume (at a given temperature and pressure).| -|UO:0000124|solid angle unit|A unit which is a standard measure of the angle formed by three or more planes intersecting at a common point.| -|OEO:00000332|solid biofuel|Solid biomass is a portion of matter consisting of organic, non-fossil material of biological origin which may be used as fuel for heat production or electricity generation.| -|OEO:00000036|solid biomass power plant|A solid biomass power plant is a biofuel power plant that has solid biomass power units as parts.| -|OEO:00000037|solid biomass power unit|A solid biomass power unit is a biomass power unit using solid biomass as fuel.| -|OEO:00010144|solid combustion fuel|A solid combustion fuel is a combustion fuel that has a solid state of matter under normal conditions.| -|OEO:00000391|solid fossil fuel|A solid fossil fuel is a fossil fuel that has a solid state of matter under normal conditions.| -|OEO:00010149|solid renewable fuel|A solid renewable fuel is a renewable fuel that has a solid state of matter under normal conditions.| -|OEO:00010154|solid synthetic fuel|| -|OEO:00000392|solver|A solver is a software that solves a mathematical problem.| -|OEO:00020136|space requirement|A space requirement is a two-dimensional spatial region that covers the area needed by an object or object aggregate.| -|OEO:00020139|space requirement for construction|A space requirement for construction is space requirement of an artificial object that covers the area needed in order to contruct an artificial object.| -|BFO:0000006|spatial region|| -|OEO:00020123|spatial resolution|Spatial resolution is the resolution of a georeferenced dataset that indicates the geographical level of detail.| -|UO:0000239|spatial resolution unit|An image resolution unit which is a standard measure of the way luminance and chrominance may be sampled at different levels.| -|BFO:0000011|spatiotemporal region|| -|IAO:8000012|species subset ontology module|A subset ontology that is crafted to either include or exclude a taxonomic grouping of species.| -|OEO:00020141|specific space requirement|A specific space requirement is a quantity value that indicates a certain space requirement per nameplate capacity.| -|UO:0000059|specific volume unit|A unit which is a standard measure of the volume of a given mass of substance (the reciprocal of density).| -|BFO:0000020|specifically dependent continuant|b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003])| -|UO:0000060|speed/velocity unit|A unit which is a standard measure of the rate of movement. Speed is measured in the same physical units of measurement as velocity, but does not contain the element of direction that velocity has. Speed is thus the magnitude component of velocity.| -|OEO:00140009|sponsor|A sponsor is an agent that supports a person, organisation, or project by giving money, allowance of kind, services or other help.| -|OEO:00020027|spreadsheet|| -|UO:0000324|square angstrom|An area unit which is equal to an area enclosed by a square with sides each 1 angstrom long.| -|UO:0000081|square centimeter|An area unit which is equal to one ten thousandth of a square meter or 10^[-4] m^[2].| -|OEO:00020142|square kilometer|An area unit which is equal to one million square meters or 10^[6] m^[2].| -|UO:0000080|square meter|An area unit which is equal to an area enclosed by a square with sides each 1 meter long.| -|UO:0010001|square micrometer|An area unit which is equal to an area enclosed by a square with sides each 1 micrometer long.| -|UO:0000082|square millimeter|An area unit which is equal to one millionth of a square meter or 10^[-6] m^[2].| -|OEO:00140045|start alignment|A start alignment is a time stamp alignment indicating that the time stamp marks the start of the time step.| -|OEO:00030031|start time|A start time is a zero-dimensional temporal region that indicates the beginning of a one-dimensional temporal region.| -|OEO:00260002|start-up speed|Start-up speed is ramping during a cold start.| -|OEO:00000395|state of matter|In physics, a state of matter is one of the distinct forms in which matter can exist. Four states of matter are observable in everyday life: solid, liquid, gas, and plasma. Many intermediate states are known to exist, such as liquid crystal, and some states only exist under extreme conditions| -|OEO:00110001|steam|Steam is water that has a gaseous state of matter.| -|OEO:00010022|steam reformer|A steam reformer is an energy converting component that produces syngas from hydrocarbons such as natural gas.| -|OEO:00010267|steam reforming|A steam reforming process is a chemical reaction that converts hydrocarbons and steam to syngas. As it converts chemical energy and thermal energy to a different type of chemical energy (and waste heat), it is also an energy transformation process.| -|OEO:00000396|steam turbine|A steam turbine is a turbine that converts heat from pressurised steam into rotational energy.| -|OEO:00050020|steam-electric process|A steam-electric process is an energy transformation that converts thermal energy to electrical energy. A steam turbine and an electro motive generator are participating in a steam-electric process.| -|OEO:00240034|steel|Steel is a metal that consists mainly of iron and up to 2.14 % of carbon; other elements may be present. It has a solid normal state of matter. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role.| -|UO:0000125|steradian|A solid angle unit which is equal to the solid angle subtended at the center of a sphere by an area on the surface of the sphere that is equal to the radius squared.| -|OEO:00140168|stochastic|| -|OEO:00140062|stock potential|A stock potential is a potential of the stock of a source or sink.| -|UO:0010035|stone|An imperial mass unit which is equivalent to 6,350.293,18 grams, or 14 pounds.| -|OEO:00230000|storage capacity|Storage capacity is the quantity value stating the maximum energy an energy storage object can store.| -|OEO:00000399|storage unit|A storage unit is a grid component that stores energy.| -|OEO:00020011|study|A study is a project with the goal to investigate something.| -|http://openenergy-platform.org/ontology/oeo/oeo-model/OEO_00010250|study factsheet|A study factsheet is a factsheet that contains information about a scenario study.| -|OEO:00020032|study region|A study region is a spatial region that is under investigation and consists entirely of one or more subregions.| -|OEO:00020012|study report|A study report is a report that is the output from some study.| -|OEO:00020034|study subregion|A study subregion is a subregion of a study region.| -|OEO:00000401|sub bituminous coal|Sub bituminous coal is coal that is non-agglomerating with a gross calorific value between 17 435 kJ/kg (4 165 kcal/kg) and 23 865 kJ/kg (5 700 kcal/kg) containing more than 31 % volatile matter on a dry mineral matter free basis.| -|OEO:00020033|subregion|A subregion is a spatial region that is a part of spatial region.| -|IAO:8000006|subset ontology module|An ontology module that is extracted from a main ontology module and includes only a subset of entities or axioms.| -|UO:0000006|substance unit|A unit which is a standardised quantity of an element or compound with uniform composition.| -|OEO:00010007|sulphur dioxide|Sulphur dioxide is a portion of matter with the chemical formula SO2. It has a gaseous normal state of matter and can act as an air pollutant.| -|OEO:00000038|sulphur hexafluoride|Sulphur hexafluoride is a portion of matter with the chemical formula SF6. It has a gaseous normal state of matter. It can work as a potent greenhouse gas and has an anthropogenic origin.| -|OEO:00000200|supply grid|A supply grid is an object aggregate of systematically connected artificial objects that can work as a supply system.| -|OEO:00030025|supply system|A supply system is a system that connects producers and consumers.| -|OEO:00020198|surface|A surface is a tangential proper part of an object that extends in two dimensions.| -|http://opennergy-plattform.org/ontology/oeo/OEO_00290002|surface azimuth angle|A surface azimuth angle is a quantity value with a plane angle unit that measures the deviation of the projection on a horizontal plane of the normal to the plane from the local meridian, with zero due south, east negative, and west positive.| -|UO:0000253|surface tension unit|A unit which is a standard measure of the ability of a liguid to attraction of molecules at its surface as a result of unbalanced molecular cohesive forces.| -|OEO:00140061|sustainable flow potential|A sustainable flow potential is a type of flow potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.| -|OEO:00140067|sustainable stock potential|A sustainable stock potential is a type of stock potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.| -|OEO:00020009|switchyard|A switchyard is an electricity grid component that connects different levels of voltage| -|IAO:0000028|symbol|An information content entity that is a mark(s) or character(s) used as a conventional representation of another entity.| -|OEO:00140160|syngas|Syngas is a gas mixture consisting primarily of hydrogen, carbon monoxide, and very often carbon dioxide, that can be used as fuel.| -|OEO:00030005|synthetic|Synthetic is an anthropogenic origin of portions of matter created artificially by a chemical process.| -|OEO:00010221|synthetic ammonia|Synthetic ammonia is ammonia that has a synthetic origin.| -|OEO:00000403|synthetic dataset|A synthetic dataset is a dataset that is obtained by artificially creating data items. It is constructed to be an estimation of a real world dataset.| -|OEO:00010017|synthetic fuel|A synthetic fuel is a fuel produced from one or more portion(s) of matter using electric energy.| -|OEO:00010016|synthetic hydrogen|Synthetic hydrogen is hydrogen with synthetic origin. It is usually produced from water applying the water electrolysis process.| -|OEO:00010018|synthetic methane|Synthetic methane is methane that has a synthetic origin.| -|RO:0002577|system|A material entity consisting of multiple components that are causally integrated.| -|OEO:00020116|system cost|System cost are total costs of a system.| -|UO:0010042|tablespoon|A metric tablespoon is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions. It equals a 15mL volume.| -|OEO:00020197|tangential proper part|A tangential proper part is a fiat object part of an entity which shares a boundary with that entity.| -|OEO:00020093|target description|A target description is an information content entity that contains statements about a desired future state of a system that a person or organisation commits to in a legally binding way.| -|OEO:00020112|tax|A tax is a levy whose returns are used by the government to finance expenditures for the common welfare.| -|IAO:8000016|taxonomic bridge ontology module|| -|UO:0010040|teaspoon|A metric teaspoon is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions. It equals a 5mL volume.| -|OEO:00140058|technological flow potential|A technological flow potential is a type of a flow potential derived from a theoretical flow potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.| -|OEO:00140064|technological stock potential|A technological stock potential is a type of a stock potential derived from a theoretical stock potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.| -|OEO:00000407|technology|A Technology is an information content entity that specifies how to create an artificial object.| -|UO:0000005|temperature unit|A unit which is a standard measure of the average kinetic energy of the particles in a sample of matter.| -|IAO:8000015|template generated ontology module|An ontology module that is automatically generated from a template specification and fillers for slots in that template.| -|BFO:0000008|temporal region|| -|OEO:00020122|temporal resolution|Temporal resolution is the resolution of a time series that indicates time-dependent the level of detail.| -|UO:0000291|tera|A prefix in the metric system denoting a factor of ten to the power of 12.| -|UO:0000332|terabyte|An information unit which is equal to 1000 gigabytes.| -|OEO:00050005|terajoule|An energy unit which is equal to 10^12 joules.| -|OEO:00050009|terawatt-hour|An energy unit which is equal to 10^12 watt-hours.| -|IAO:0000228|term imported|| -|IAO:0000229|term split|| -|IAO:0000227|terms merged|| -|OEO:00160004|tertiary control|A tertiary control is a frequency control that is either automated or manual. It takes over from secondary control to equalise electricity supply and demand imbalances that last for more than 15 minutes.| -|UO:0000228|tesla|A magnetic flux density unit which is equal to one weber per square meter.| -|OEO:00000408|test dataset|A test dataset is a data set used for testing.| -|IAO:0000300|textual entity|A textual entity is a part of a manifestation (FRBR sense), a generically dependent continuant whose concretizations are patterns of glyphs intended to be interpreted as words, formulas, etc.| -|OEO:00140057|theoretical flow potential|A theoretical flow potential is a type of flow potential that identifies the physical upper limit of an input or output of a process in a spatial region of reference per unit time.| -|OEO:00140063|theoretical stock potential|A theoretical stock potential is a type of stock potential that identifies the physical upper limit of a stock of a source or sink in a spatial region of reference.| -|OEO:00000207|thermal energy|Thermal energy is the energy that a material entity contains in the undirected motion of its constituent parts (e.g. molecules and atoms).| -|OEO:00000039|thermal energy storage|A thermal energy storage is an energy storage that stores thermal energy for later use.| -|OEO:00140092|thorium|Thorium is a portion of matter with the chemical formula Th. It has a solid normal state of matter.| -|UO:0010012|thou|A length unit which is equal to 0.0254 millimetres.| -|BFO:0000028|three-dimensional spatial region|| -|OEO:00010101|tidal flow|Tidal flow is a water flow during which movements of water masses caused by varying gravitational and rotational forces from sun and moon, combined with the rotation of the earth, cause waters to undergo periodic depth oscillations (tides).| -|OEO:00030034|time series|A time series is a data set that references to a set of time steps or zero-dimensional temporal regions.| -|OEO:00030035|time span|A time span is a quantity value indicating the duration of a one-dimensional temporal region, measured in a time unit.| -|OEO:00140043|time stamp|A time stamp is a zero-dimensional temporal region that is used to describe a time step.| -|OEO:00140044|time stamp alignment|A time stamp alignment is a data descriptor that indicates the position of a time stamp in a time step.| -|OEO:00030033|time step|A time step is a one-dimensional temporal region that has a start time and an endtime and thus a finite duration.| -|UO:0000003|time unit|A unit which is a standard measure of the dimension in which events occur in sequence.| -|IAO:0000423|to be replaced with external ontology term|Terms with this status should eventually replaced with a term from another ontology.| -|UO:0010038|ton|An imperial mass unit which is equivalent to 1,016.046,9088 kilograms, or 2,240 pounds.| -|UO:0000323|ton per hectare|An area density unit which is equal to the mass of an object in tons divided by the surface area in hectares.| -|OEO:00020023|top down|| -|OEO:00010208|total emissions excluding LULUCF and including international aviation|'Total emissions excluding LULUCF and including international aviation' is a sector that encompasses 'CRF sector (IPCC 2006): total emissions excluding LULUCF' and 'CRF sector (IPCC 2006): international aviation'.| -|OEO:00010206|total emissions excluding LULUCF and including international bunkers|'Total emissions excluding LULUCF and including international aviation' is a sector that encompasses 'CRF sector (IPCC 2006): total emissions excluding LULUCF' and 'CRF sector (IPCC 2006): international bunkers'.| -|OEO:00010209|total emissions including LULUCF and including international aviation|'Total emissions excluding LULUCF and including international aviation' is a sector that 'CRF sector (IPCC 2006): total emissions including LULUCF' and 'CRF sector (IPCC 2006): international aviation'.| -|OEO:00010207|total emissions including LULUCF and including international bunkers|'Total emissions excluding LULUCF and including international aviation' is a sector that 'CRF sector (IPCC 2006): total emissions including LULUCF' and 'CRF sector (IPCC 2006): international bunkers'.| -|OEO:00010026|traction battery|| -|http://openenergy-platform.org/ontology/oeo/oeo-physical/OEO_00010254|traction motor|A traction motor is a motor that is used for propulsion.| -|OEO:00010082|trade|A trade is a process in which one commodity or service is exchanged for another commodity or service.| -|OEO:00040005|trader|A trader is a market participant that engages in the transfer of financial assets in any financial market on behalf of a client or a financial services provider.| -|OEO:00000419|transformation|A transformation is a process that transforms one or more inputs into at least one output.| -|OEO:00140149|transformative measure|A transformative measure is a process that is an activity that has a direct impact on a specific variable in question.| -|OEO:00000420|transformer|A transformer is an electricity grid component that passively transfers electrical energy from one electrical circuit to another.| -|OEO:00140003|transport|Transport is the process of moving people or goods from one place to another.| -|OEO:00000422|transport sector|A transport sector is a sector that covers transport of people and/or goods.| -|OEO:00000424|true|| -|UO:0000315|turbidity unit|A unit used to indicate the clarity of water or other solutions or suspensions, as measured by the ability of the solution or suspension to scatter light of a defined wavelength range.| -|OEO:00000425|turbine|A turbine is an energy converting component that converts energy from a moving fluid flow into rotational energy.| -|UO:0000092|turns per second|A rotational frequency unit which is equal to the number complete turn in a period of time that equals to 1 second.| -|BFO:0000146|two-dimensional continuant fiat boundary|| -|BFO:0000009|two-dimensional spatial region|| -|OEO:00000426|txt|| -|OEO:00020091|typical day|A typical day is a typical period with the duration of one day.| -|OEO:00020089|typical period|A typical period is a time series that represents a couple of real time periods that have certain characteristics in common, e.g. seasonal specifications, weekly routines, etc. It doesn't refer to a real date. Typical periods are used to reduce computing time of energy system models.| -|OEO:00020090|typical year|A typical year is a typical period with the duration of one year.| -|UO:0000277|ug/disk|A unit which is equal to one microgram per disk, where a disk is some physical surface/container upon which the substance is deposited.| -|OEO:00140167|uncertainty approach|An uncertainty approach is a model descriptor that specifies how a model deals with uncertainty.| -|IAO:0000124|uncurated|Nothing done yet beyond assigning a unique class ID and proposing a preferred term.| -|OEO:00000429|underground hydrogen storage|An underground hydrogen storage is an energy storage object that stores hydrogen underground. Examples are underground caverns, salt domes and depleted oil/gas fields.| -|UO:0000000|unit of measurement|A unit of measurement is a standardised quantity of a quantifiable entity.| -|UO:0000067|unit of molality|A concentration unit which is a standard measure of the number of moles of a given substance per kilogram of solvent.| -|UO:0000061|unit of molarity|A concentration unit which is a standard measure of the number of moles of a given substance per liter of solution.| -|UO:0000074|unit of normality|A unit of concentration which highlights the chemical nature of salts.| -|UO:0000179|unit per liter|A unit per milliliter unit which is equal to one unit of an agreed arbitrary amount per one liter.| -|UO:0000178|unit per milliliter|A unit per milliliter unit which is equal to one unit of an agreed arbitrary amount per one milliliter.| -|UO:0000177|unit per volume unit|A concentration unit which is a standard measure of the number of units, as an agreed arbitrary amount, of a given substance per a specific volume of solution.| -|UO:0010046|united states customary cup|A United States customary units cup is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions in America. It equals a 236.59 mL volume.| -|UO:0010044|united states customary tablespoon|A United States customary units tablespoon is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions in America. It equals a 14.79 mL volume.| -|UO:0010041|united states customary teaspoon|A United States customary units teaspoon is a unit of measurement of volume widely used in cooking recipes and pharmaceutic prescriptions in America. It equals a 4.93 mL volume.| -|UO:0010047|united states fda cup|A United States FDA cup is a unit of measurement of volume used by the US Federal Department of Agriculture as a nutritional serving measure. It equals a 240 mL volume.| -|IAO:0000410|universal|| -|OEO:00140129|unplanned availability|Unplanned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year, but is not operation.| -|OEO:00000040|uranium|Uranium is a portion of matter that has the atomic number 92. It is a silver-grey metal.| -|OEO:00230014|urban population|An urban population is a population living in urban areas, as defined by national statistical offices.| -|OEO:00000431|user|A user is an agent that employs an aid, tool or information system to achieve a goal/benefit.| -|OEO:00000432|user documentation|A user documentation is a documentation intended to assist users in using the software.| -|OEO:00140024|validation|Validation is the process of checking if something works correctly.| -|OEO:00000435|variable|A variable is an information content entity that represents a changeable value, vector, matrix or function within a mathematical expression.| -|OEO:00020145|variable cost|A variable cost is a cost that depends on an amount of goods or services.| -|OEO:00020146|variable production cost|Variable costs are costs that depend on the amount of goods or services produced and which are payed by the producer.| -|OEO:00000288|vba|| -|OEO:00010023|vehicle|A vehicle is an artificial object that is used for transporting people or goods.| -|UO:0000256|viscosity unit|A unit which is a standard measure of the internal resistance of fluids to flow.| -|OEO:00000437|volatile organic compound|A volatile organic compound (VOC) is a portion of matter consisting of organic compounds that is capable of producing photochemical oxidants by reactions with nitrogen oxides in the presence of sunlight. Hence it can act as an air pollutant.| -|OEO:00010011|volatility|The volatility disposition is the disposition of a portion of matter to sublimate or evaporate from the solid or liquid form and enter the surrounding air.| -|UO:0000218|volt|An electric potential difference unit which is equal to the work per unit charge. One volt is the potential difference required to move one coulomb of charge between two points in a circuit while using one joule of energy.| -|UO:0000268|volt per meter|The volt per meter is a unit of electric field strength equal to the a potential difference of 1 volt existing between two points that are 1 meter apart.| -|UO:0000229|volt-hour|A magnetic flux unit which is equal to 3600 Wb.| -|UO:0010007|volt-second per square centimeter|An electrical mobility unit which is equal to one volt second per square centimeter.| -|UO:0000205|volume per unit volume|A dimensionless concentration unit which denotes the given volume of the solute in the total volume of the resulting solution.| -|UO:0000165|volume percentage|A dimensionless concentration unit which denotes the volume of the solute in mL per 100 mL of the resulting solution.| -|UO:0000095|volume unit|A unit which is a standard measure of the amount of space occupied by any substance, whether solid, liquid, or gas.| -|UO:0000270|volumetric flow rate unit|A unit which is a standard measure of the volume of fluid which passes through a given surface per unit time .| -|OEO:00090000|volumetric flow rate value|A volumetric flow rate value is a quantity value that has a volumetric flow rate unit as unit.| -|OEO:00010036|waste and wastewater sector|A waste and wastewater sector is a sector that covers activities related the collection and treatment of waste and wastewater.| -|OEO:00000439|waste fuel|A waste fuel is a fuel in which the material entity is waste.| -|OEO:00000440|waste power plant|A waste power plant is a power plant that has waste power units as parts.| -|OEO:00000041|waste power unit|A waste power unit is a power generating unit using waste as fuel.| -|OEO:00000042|waste role|A waste role is a role of an object aggregate that has been discarded after primary use.| -|OEO:00010114|waste thermal energy|Waste thermal energy is thermal energy that is the physical output of an energy transformation process and that is released into the environment unused.| -|OEO:00000441|water|Water is a portion of matter with the chemical formula H2O. It has a liquid normal state of matter.| -|OEO:00010104|water body|A water body is an accumulation of liquid water of varying size on the surface of the Earth.| -|OEO:00010021|water electrolyser|A water electrolyser is an energy converting component that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).| -|OEO:00010219|water electrolysis process|A water electrolysis process is an energy transformation that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).| -|OEO:00110002|water flow|Water flow is a process of liquid water moving.| -|OEO:00110003|water flow rate|Water flow rate is the process attribute of water flow that quantifies the water volume per time unit.| -|OEO:00000442|water turbine|A water turbine is a turbine converting potential energy and kinetic energy of water into rotational energy.| -|UO:0000114|watt|A power unit which is equal to the power used when work is done at the rate of 1 joule per second.| -|UO:0000265|watt per meter kelvin|An heat conduction unit which is equal to one watt divided by meter kelvin.| -|UO:0000155|watt per square meter|An irradiance unit which is equal to 1 watt of radiant power incident per one square meter surface area.| -|UO:0000162|watt per steradian|A radiant intensity unit which is equal to one kilogram meter squared per second cubed per steradian.| -|UO:0000158|watt per steradian per square meter|A radiance unit which is equal to one watt of radiant power incident per steradian solid angle per one square meter projected area of the source, as viewed from the given direction.| -|UO:0000223|watt-hour|An energy unit which is equal to the amount of electrical energy equivalent to a one-watt load drawing power for one hour.| -|OEO:00010106|wave|A wave is a water flow that is at the surface of a water body/marine water body/ocean and that is mainly vertically orientated.| -|OEO:00020100|weather time series|A weather time series is a time series that contains data about a specific meteorological year.| -|UO:0000226|weber|A magnetic flux unit which is equal to the amount of flux that when linked with a single turn of wire for an interval of one second will induce an electromotive force of one volt.| -|UO:0000034|week|A time unit which is equal to 7 days.| -|OEO:00020162|weekly|one value per week| -|OEO:00000043|wind|Wind is a process of air naturally moving.| -|OEO:00000446|wind energy|Wind energy is the kinetic energy of moving air.| -|OEO:00000044|wind energy converting unit|A wind energy converting unit is a power generating unit that uses wind energy.| -|OEO:00020043|wind energy transformation|Wind energy transformation is an energy transformation that converts wind energy to electrical energy.| -|OEO:00000447|wind farm|A wind farm is a power plant that has wind energy converting units as parts.| -|OEO:00000448|wind rotor|A wind rotor (or wind turbine) is a turbine that converts the wind's kinetic energy into rotational energy.| -|OEO:00000449|wood|Wood is a biomass from trees. It has a solid state of matter an can be used as fuel.| -|OEO:00230017|working age population|The working age population is the population of people aged 15 to 65.| -|IAO:0000590|written name|A textual entity that denotes a particular in reality.| -|OEO:00000450|xlsx|| -|OEO:00000451|xml|| -|UO:0010014|yard|A length unit which is equal to 0.9144 metres, or 3 feet.| -|UO:0000036|year|A time unit which is equal to 12 months which in science is taken to be equal to 365.25 days.| -|OEO:00140139|yield profile|A yield profile is a generation time series of a particular renewable power plant.| -|UO:0000306|yocto|A prefix in the metric system denoting a factor of 10 to the power of -24.| -|UO:0000286|yotta|A prefix in the metric system denoting a factor of ten to the power of 24.| -|UO:0000305|zepto|A prefix in the metric system denoting a factor of 10 to the power of -21.| -|BFO:0000147|zero-dimensional continuant fiat boundary|| -|BFO:0000018|zero-dimensional spatial region|| -|BFO:0000148|zero-dimensional temporal region|| -|UO:0000288|zetta|A prefix in the metric system denoting a factor of ten to the power of 21.| diff --git a/src/scripts/etd/etd.sh b/src/scripts/etd/etd.sh index 99c6c72d7..8472c41db 100755 --- a/src/scripts/etd/etd.sh +++ b/src/scripts/etd/etd.sh @@ -1,5 +1,8 @@ #!/bin/bash -rm ETD.md +if [ -e ETD.md ] +then + rm ETD.md +fi SCRIPT_PATH="$PWD" ONTO_PATH="$(dirname "$(dirname "$SCRIPT_PATH")")""/ontology/" robot merge --input "$ONTO_PATH""oeo.omn" \ @@ -11,13 +14,36 @@ robot merge --input "$ONTO_PATH""oeo.omn" \ export --header "ID|LABEL|definition" \ --prefix "OEO: http://openenergy-platform.org/ontology/oeo/OEO_" \ --sort "LABEL" \ - --export "$ETD_PATH""etd.tsv" + --export "$ETD_PATH""etd.csv" LINE1="|PREFIX:ID|Name|Definition|" LINE2="|:--------|:---|:---------|" echo $LINE1 >> ETD.md echo $LINE2 >> ETD.md -while IFS=$'\t' read -r rec1 rec2 rec3 +while read -r line do - echo "|$rec1|$rec2|$rec3|" >> ETD.md -done < <(tail -n +2 etd.tsv) -rm etd.tsv \ No newline at end of file + STRING="|" + j=true + for (( i=0; i<${#line}; i++ )); do + CHAR="${line:$i:1}" + if [ "$CHAR" = "\"" ] + then + # negate j + if $j + then + j=false + else + j=true + fi + echo "$STRING" + echo $j + fi + if [ "$CHAR" = "," ] && $j + then + STRING="$STRING""|" + else + STRING="$STRING""$CHAR" + fi + done + echo "$STRING""|" >> ETD.md +done < <(tail -n +2 etd.csv) +rm etd.csv \ No newline at end of file From 028524d3aff5495c6709e459e47572ae9c3ede29 Mon Sep 17 00:00:00 2001 From: stage1407 Date: Sun, 2 Oct 2022 22:33:56 +0200 Subject: [PATCH 024/370] formatting errors fixed. --- src/scripts/etd/README.md | 7 ++++++- src/scripts/etd/etd.py | 11 +++++++++++ src/scripts/etd/etd.sh | 36 +++--------------------------------- 3 files changed, 20 insertions(+), 34 deletions(-) create mode 100644 src/scripts/etd/etd.py diff --git a/src/scripts/etd/README.md b/src/scripts/etd/README.md index 903b982bb..a857ac0af 100644 --- a/src/scripts/etd/README.md +++ b/src/scripts/etd/README.md @@ -1 +1,6 @@ -This script generates a glossary for existing terms and definitions formatted in a table in a markdown file. \ No newline at end of file +This script generates a glossary for existing terms and definitions formatted in a table in a markdown file. + +Guide: + +1. Make sure you installed python3 and the python module pandas +2. Call the bash script etd.sh in the directory: ontology/src/scripts/etd \ No newline at end of file diff --git a/src/scripts/etd/etd.py b/src/scripts/etd/etd.py new file mode 100644 index 000000000..262f37a74 --- /dev/null +++ b/src/scripts/etd/etd.py @@ -0,0 +1,11 @@ +import os +import pandas as pd +import warnings + +warnings.filterwarnings("ignore") + +if __name__ == '__main__': + cwd = os.getcwd() + df = pd.read_excel('etd.xlsx') + df = df.replace('\n', '
', regex=True) + df.to_markdown(buf=cwd + "/ETD.md", index=False) \ No newline at end of file diff --git a/src/scripts/etd/etd.sh b/src/scripts/etd/etd.sh index 8472c41db..276a12008 100755 --- a/src/scripts/etd/etd.sh +++ b/src/scripts/etd/etd.sh @@ -14,36 +14,6 @@ robot merge --input "$ONTO_PATH""oeo.omn" \ export --header "ID|LABEL|definition" \ --prefix "OEO: http://openenergy-platform.org/ontology/oeo/OEO_" \ --sort "LABEL" \ - --export "$ETD_PATH""etd.csv" -LINE1="|PREFIX:ID|Name|Definition|" -LINE2="|:--------|:---|:---------|" -echo $LINE1 >> ETD.md -echo $LINE2 >> ETD.md -while read -r line -do - STRING="|" - j=true - for (( i=0; i<${#line}; i++ )); do - CHAR="${line:$i:1}" - if [ "$CHAR" = "\"" ] - then - # negate j - if $j - then - j=false - else - j=true - fi - echo "$STRING" - echo $j - fi - if [ "$CHAR" = "," ] && $j - then - STRING="$STRING""|" - else - STRING="$STRING""$CHAR" - fi - done - echo "$STRING""|" >> ETD.md -done < <(tail -n +2 etd.csv) -rm etd.csv \ No newline at end of file + --export "$ETD_PATH""etd.xlsx" +python3 etd.py +rm etd.xlsx \ No newline at end of file From e57bab23d2b517c623b0973246dbb67f1c2810eb Mon Sep 17 00:00:00 2001 From: stage1407 <86624154+stage1407@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:06:21 +0200 Subject: [PATCH 025/370] Update README.md Last adaptions --- src/scripts/etd/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scripts/etd/README.md b/src/scripts/etd/README.md index a857ac0af..e6e960721 100644 --- a/src/scripts/etd/README.md +++ b/src/scripts/etd/README.md @@ -1,6 +1,7 @@ This script generates a glossary for existing terms and definitions formatted in a table in a markdown file. +The markdown file will be created in the same path (/ontology/src/scripts/etd/). Guide: 1. Make sure you installed python3 and the python module pandas -2. Call the bash script etd.sh in the directory: ontology/src/scripts/etd \ No newline at end of file +2. Call the bash script etd.sh in the directory: ontology/src/scripts/etd From 3162ca7be31d81862b5e6fec23d42d5e2cb42e00 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 12:59:10 +0200 Subject: [PATCH 026/370] Added requirements.txt for scripts --- src/scripts/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/scripts/requirements.txt diff --git a/src/scripts/requirements.txt b/src/scripts/requirements.txt new file mode 100644 index 000000000..d2a0c938b --- /dev/null +++ b/src/scripts/requirements.txt @@ -0,0 +1,3 @@ +pandas +tabulate +openpyxl \ No newline at end of file From 58953d0d3e60918a99b652365c5c93a510a96786 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 13:16:44 +0200 Subject: [PATCH 027/370] Added Github action to build ETD --- .github/workflows/PostReleaseScripts.yml | 44 ++++++++++++++++++++++++ src/scripts/etd/etd.py | 4 +-- 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/PostReleaseScripts.yml diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml new file mode 100644 index 000000000..433e28a4f --- /dev/null +++ b/.github/workflows/PostReleaseScripts.yml @@ -0,0 +1,44 @@ +name: Post Release Scripts +on: [push] +# First we test the setup, to see if the files are building correctly once that is checked we introduce the wiki upload each release. +# on: +# push: +# tags: +# - "v*" +jobs: + exportTermsDefinitions: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 + with: + python-version: '3.7' + architecture: x64 + - uses: actions/setup-java@v2 + with: + distribution: 'adopt' + java-version: '11' + - name: install python dependencies + run: pip install src/scripts/requirements.txt + - name: setup robot + - run: | + wget https://github.com/ontodev/robot/releases/download/v1.9.0/robot.jar -O src/robot.jar + curl https://raw.githubusercontent.com/ontodev/robot/master/bin/robot > src/robot + - name: Build ETD + run: | + robot merge --input "src/ontology/oeo.omn" \ + --input "src/ontology/edits/oeo-model.omn" \ + --input "src/ontology/edits/oeo-physical.omn" \ + --input "src/ontology/edits/oeo-shared.omn" \ + --input "src/ontology/edits/oeo-social.omn" \ + --include-annotations true \ + export --header "ID|LABEL|definition" \ + --prefix "OEO: http://openenergy-platform.org/ontology/oeo/OEO_" \ + --sort "LABEL" \ + --export "src/scripts/etd/etd.xlsx" + python src/scripts/etd/etd.py + - name: Upload Artifacts + uses: actions/upload-artifact@v3 + with: + name: ETD + path: src/scripts/etd/ETD.md diff --git a/src/scripts/etd/etd.py b/src/scripts/etd/etd.py index 262f37a74..931095fac 100644 --- a/src/scripts/etd/etd.py +++ b/src/scripts/etd/etd.py @@ -6,6 +6,6 @@ if __name__ == '__main__': cwd = os.getcwd() - df = pd.read_excel('etd.xlsx') + df = pd.read_excel('src/scripts/etd/etd.xlsx') df = df.replace('\n', '
', regex=True) - df.to_markdown(buf=cwd + "/ETD.md", index=False) \ No newline at end of file + df.to_markdown(buf=cwd + "src/scripts/etd/ETD.md", index=False) \ No newline at end of file From 259f43af6c553274fa4551aa5b988e08bad26211 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 13:20:45 +0200 Subject: [PATCH 028/370] Rebased with dev --- .github/workflows/PostReleaseScripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 433e28a4f..820d51186 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -26,7 +26,7 @@ jobs: curl https://raw.githubusercontent.com/ontodev/robot/master/bin/robot > src/robot - name: Build ETD run: | - robot merge --input "src/ontology/oeo.omn" \ + src/robot merge --input "src/ontology/oeo.omn" \ --input "src/ontology/edits/oeo-model.omn" \ --input "src/ontology/edits/oeo-physical.omn" \ --input "src/ontology/edits/oeo-shared.omn" \ From 797bbd45dde14b5bc358439d3565eb3c25a614dc Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 13:26:54 +0200 Subject: [PATCH 029/370] Triggering the workflow from mr --- .github/workflows/PostReleaseScripts.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 820d51186..8ab8d32e6 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -1,5 +1,10 @@ name: Post Release Scripts -on: [push] +on: + workflow_dispatch: {} + push: + branches: + - 'feature-1020-export-of-existing-terms-and-definitions' + # First we test the setup, to see if the files are building correctly once that is checked we introduce the wiki upload each release. # on: # push: From 6f851bc2cdfc383566a792e562e8dc5dfd01d542 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 13:33:22 +0200 Subject: [PATCH 030/370] Fixed typo in action --- .github/workflows/PostReleaseScripts.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 8ab8d32e6..d11570602 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -26,10 +26,10 @@ jobs: - name: install python dependencies run: pip install src/scripts/requirements.txt - name: setup robot - - run: | + run: | wget https://github.com/ontodev/robot/releases/download/v1.9.0/robot.jar -O src/robot.jar curl https://raw.githubusercontent.com/ontodev/robot/master/bin/robot > src/robot - - name: Build ETD + - name: Build ETD xlsx run: | src/robot merge --input "src/ontology/oeo.omn" \ --input "src/ontology/edits/oeo-model.omn" \ @@ -41,6 +41,8 @@ jobs: --prefix "OEO: http://openenergy-platform.org/ontology/oeo/OEO_" \ --sort "LABEL" \ --export "src/scripts/etd/etd.xlsx" + - name: Build ETD md + run: | python src/scripts/etd/etd.py - name: Upload Artifacts uses: actions/upload-artifact@v3 From 85c0a97b4dbab799af48651428aad9e38f933e55 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 13:34:17 +0200 Subject: [PATCH 031/370] Added pip -r flag --- .github/workflows/PostReleaseScripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index d11570602..29fc1b791 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -24,7 +24,7 @@ jobs: distribution: 'adopt' java-version: '11' - name: install python dependencies - run: pip install src/scripts/requirements.txt + run: pip install -r src/scripts/requirements.txt - name: setup robot run: | wget https://github.com/ontodev/robot/releases/download/v1.9.0/robot.jar -O src/robot.jar From 42deded614772f01936b16ce9728692a5433b823 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 13:36:13 +0200 Subject: [PATCH 032/370] Added java command to robot --- .github/workflows/PostReleaseScripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 29fc1b791..f2ded291b 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -31,7 +31,7 @@ jobs: curl https://raw.githubusercontent.com/ontodev/robot/master/bin/robot > src/robot - name: Build ETD xlsx run: | - src/robot merge --input "src/ontology/oeo.omn" \ + java -jar src/robot merge --input "src/ontology/oeo.omn" \ --input "src/ontology/edits/oeo-model.omn" \ --input "src/ontology/edits/oeo-physical.omn" \ --input "src/ontology/edits/oeo-shared.omn" \ From a2fbea3ff13524e93b5b96486685029d15fd8e6c Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 13:39:32 +0200 Subject: [PATCH 033/370] Removed default robot sh script --- .github/workflows/PostReleaseScripts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index f2ded291b..4fbe8c36e 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -28,10 +28,9 @@ jobs: - name: setup robot run: | wget https://github.com/ontodev/robot/releases/download/v1.9.0/robot.jar -O src/robot.jar - curl https://raw.githubusercontent.com/ontodev/robot/master/bin/robot > src/robot - name: Build ETD xlsx run: | - java -jar src/robot merge --input "src/ontology/oeo.omn" \ + java -jar src/robot.jar merge --input "src/ontology/oeo.omn" \ --input "src/ontology/edits/oeo-model.omn" \ --input "src/ontology/edits/oeo-physical.omn" \ --input "src/ontology/edits/oeo-shared.omn" \ From 5d016802a57ca6aa53ed00dd7a2a1c1121b4b469 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 13:41:38 +0200 Subject: [PATCH 034/370] Added missing separator --- src/scripts/etd/etd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/etd/etd.py b/src/scripts/etd/etd.py index 931095fac..9ea6a11a3 100644 --- a/src/scripts/etd/etd.py +++ b/src/scripts/etd/etd.py @@ -8,4 +8,4 @@ cwd = os.getcwd() df = pd.read_excel('src/scripts/etd/etd.xlsx') df = df.replace('\n', '
', regex=True) - df.to_markdown(buf=cwd + "src/scripts/etd/ETD.md", index=False) \ No newline at end of file + df.to_markdown(buf=cwd + "/src/scripts/etd/ETD.md", index=False) \ No newline at end of file From 3fa0985830bd63d7c9a11b23d8e71ff85d83dbac Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 14:50:55 +0200 Subject: [PATCH 035/370] Added links to ETD --- src/scripts/etd/etd.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/scripts/etd/etd.py b/src/scripts/etd/etd.py index 9ea6a11a3..efea79d67 100644 --- a/src/scripts/etd/etd.py +++ b/src/scripts/etd/etd.py @@ -1,11 +1,20 @@ import os import pandas as pd import warnings - +import re warnings.filterwarnings("ignore") +BASE_IRI = "http://openenergy-platform.org/ontology/oeo/" if __name__ == '__main__': cwd = os.getcwd() df = pd.read_excel('src/scripts/etd/etd.xlsx') df = df.replace('\n', '
', regex=True) - df.to_markdown(buf=cwd + "/src/scripts/etd/ETD.md", index=False) \ No newline at end of file + buffer = df.to_markdown(index=False) + buffer = re.sub(r"(?s)(http:\/\/openenergy-platform.org\/ontology\/oeo\/?)\w+-\w+\/(\w+)(?=_)_(\d+?)(?=\s)", r"\2:\3", buffer) + # There is a weird typo in surface azimuth angle ? + buffer = re.sub(r"(?s)(http:\/\/opennergy-plattform.org\/ontology\/oeo\/?)\/(\w+)(?=_)_(\d+?)(?=\s)", r"\2:\3", buffer) + # Remove the thing above when the typo is fixed + output =re.sub(r"(?s)(\w+?)(?=:):(\d+?)(?=\s)", r"[\1:\2]({}".format(BASE_IRI)+ r"\1_\2)", buffer) + #df.to_markdown(buf=cwd + "/src/scripts/etd/ETD.md", index=False) + with open(cwd + "/src/scripts/etd/ETD.md", "w") as fil: + fil.write(output) \ No newline at end of file From 1336b32e166db4f665df3534ef8039330fe605c8 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 14:56:09 +0200 Subject: [PATCH 036/370] Fixed typo in class IRI --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bf07cc163..40921dc79 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -830,7 +830,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1135", OEO_00010032 -Class: +Class: Annotations: "A surface azimuth angle is a quantity value with a plane angle unit that measures the deviation of the projection on a horizontal plane of the normal to the plane from the local meridian, with zero due south, east negative, and west positive."@en, From cefd52af646a8e4fa27bc690d3e75654925bae19 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 15:07:24 +0200 Subject: [PATCH 037/370] First attempt to publish ETD to wiki --- .github/workflows/PostReleaseScripts.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 4fbe8c36e..51fa5492d 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -48,3 +48,16 @@ jobs: with: name: ETD path: src/scripts/etd/ETD.md + - name: Checkout wiki + uses: actions/checkout@v2 + with: + repository: ${{github.repository}}.wiki + path: wiki + - name: Push list to wiki + run: | + cp src/scripts/etd/ETD.md wiki/ETD.md + cd wiki + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git add wiki/ETD.md + git diff-index --quiet HEAD || git commit -m "Add changes" && git push From 8bcae92a3e1313d7d4d370b27485bd1b658b62a2 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 15:11:03 +0200 Subject: [PATCH 038/370] Changed relative paths of ETD --- .github/workflows/PostReleaseScripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 51fa5492d..443b50631 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -55,8 +55,8 @@ jobs: path: wiki - name: Push list to wiki run: | - cp src/scripts/etd/ETD.md wiki/ETD.md cd wiki + cp ../src/scripts/etd/ETD.md ETD.md git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add wiki/ETD.md From 30ae2f3630834661f619730d478f9e45a05d1d8d Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 15:12:32 +0200 Subject: [PATCH 039/370] Fixed add path --- .github/workflows/PostReleaseScripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 443b50631..8459c742a 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -59,5 +59,5 @@ jobs: cp ../src/scripts/etd/ETD.md ETD.md git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add wiki/ETD.md + git add ETD.md git diff-index --quiet HEAD || git commit -m "Add changes" && git push From c555c74c05e32cf7d64c55195db1410bb5a9e881 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 15:19:06 +0200 Subject: [PATCH 040/370] Now the Existing Term and Definitions will only trigger on release --- .github/workflows/PostReleaseScripts.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 8459c742a..c812b260e 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -1,15 +1,14 @@ name: Post Release Scripts -on: - workflow_dispatch: {} - push: - branches: - - 'feature-1020-export-of-existing-terms-and-definitions' - -# First we test the setup, to see if the files are building correctly once that is checked we introduce the wiki upload each release. # on: -# push: -# tags: -# - "v*" +# workflow_dispatch: {} +# push: +# branches: +# - 'feature-1020-export-of-existing-terms-and-definitions' +# First we test the setup, to see if the files are building correctly once that is checked we introduce the wiki upload each release. +on: + push: + tags: + - "v*" jobs: exportTermsDefinitions: runs-on: ubuntu-latest From dd440352affb0f27872394cdf1dd5fe1d161e3b7 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 15:26:27 +0200 Subject: [PATCH 041/370] Changed name of ETD to Existing terms and definitions --- .github/workflows/PostReleaseScripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index c812b260e..2939f1883 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -55,7 +55,7 @@ jobs: - name: Push list to wiki run: | cd wiki - cp ../src/scripts/etd/ETD.md ETD.md + cp ../src/scripts/etd/ETD.md Existing-terms-and-definitions.md git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add ETD.md From 328163a46366d7cca3c4a8d71e6955ca8b178100 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 16:32:11 +0200 Subject: [PATCH 042/370] Divided list into different pages per letter --- .github/workflows/PostReleaseScripts.yml | 2 +- src/scripts/etd/etd.py | 41 ++++++++++++++++++------ 2 files changed, 33 insertions(+), 10 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 2939f1883..15db329d0 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -55,7 +55,7 @@ jobs: - name: Push list to wiki run: | cd wiki - cp ../src/scripts/etd/ETD.md Existing-terms-and-definitions.md + cp ../src/scripts/etd/glossary/. . git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add ETD.md diff --git a/src/scripts/etd/etd.py b/src/scripts/etd/etd.py index efea79d67..1dcc14d5f 100644 --- a/src/scripts/etd/etd.py +++ b/src/scripts/etd/etd.py @@ -2,19 +2,42 @@ import pandas as pd import warnings import re +import string +import pathlib warnings.filterwarnings("ignore") +GLOSSARY_HEADER = """# Existing Terms and Definitions + +""" +BASE_LINK_WIKI = "https://github.com/OpenEnergyPlatform/ontology/wiki/" BASE_IRI = "http://openenergy-platform.org/ontology/oeo/" + if __name__ == '__main__': cwd = os.getcwd() df = pd.read_excel('src/scripts/etd/etd.xlsx') + df = df.replace('\n', '
', regex=True) - buffer = df.to_markdown(index=False) - buffer = re.sub(r"(?s)(http:\/\/openenergy-platform.org\/ontology\/oeo\/?)\w+-\w+\/(\w+)(?=_)_(\d+?)(?=\s)", r"\2:\3", buffer) - # There is a weird typo in surface azimuth angle ? - buffer = re.sub(r"(?s)(http:\/\/opennergy-plattform.org\/ontology\/oeo\/?)\/(\w+)(?=_)_(\d+?)(?=\s)", r"\2:\3", buffer) - # Remove the thing above when the typo is fixed - output =re.sub(r"(?s)(\w+?)(?=:):(\d+?)(?=\s)", r"[\1:\2]({}".format(BASE_IRI)+ r"\1_\2)", buffer) - #df.to_markdown(buf=cwd + "/src/scripts/etd/ETD.md", index=False) - with open(cwd + "/src/scripts/etd/ETD.md", "w") as fil: - fil.write(output) \ No newline at end of file + df = df.sort_values("LABEL", key=lambda col: col.str.strip().str.lower()) + # Create one table per letter: + + pathlib.Path("/src/scripts/etd/glossary/").mkdir(parents=True, exist_ok=True) + + header = GLOSSARY_HEADER + " ".join([f"[{letter}]({BASE_LINK_WIKI}{letter})" for letter in string.ascii_uppercase]) + "\n" + + with open(cwd + "/src/scripts/etd/glossary/glossary.md", "w") as fil: + fil.write(header) + + for letter in string.ascii_lowercase: + current_df = df[df["LABEL"].str.lower().str.startswith(letter)] + if current_df.empty: + continue + buffer = current_df.to_markdown(index=False) + buffer = re.sub(r"(?s)(http:\/\/openenergy-platform.org\/ontology\/oeo\/?)\w+-\w+\/(\w+)(?=_)_(\d+?)(?=\s)", r"\2:\3", buffer) + # There is a weird typo in surface azimuth angle ? + buffer = re.sub(r"(?s)(http:\/\/opennergy-plattform.org\/ontology\/oeo\/?)\/(\w+)(?=_)_(\d+?)(?=\s)", r"\2:\3", buffer) + # Remove the thing above when the typo is fixed + output =re.sub(r"(?s)(\w+?)(?=:):(\d+?)(?=\s)", r"[\1:\2]({}".format(BASE_IRI)+ r"\1_\2)", buffer) + #df.to_markdown(buf=cwd + "/src/scripts/etd/ETD.md", index=False) + output = header + output + with open(cwd + f"/src/scripts/etd/glossary/{letter.capitalize()}.md", "w") as fil: + fil.write(output) \ No newline at end of file From bf7ceff1ed048cc6d241f90b35f6d44fb43033f2 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 16:33:19 +0200 Subject: [PATCH 043/370] Testing glossary building --- .github/workflows/PostReleaseScripts.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 15db329d0..97a24ed54 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -1,14 +1,14 @@ name: Post Release Scripts -# on: -# workflow_dispatch: {} -# push: -# branches: -# - 'feature-1020-export-of-existing-terms-and-definitions' -# First we test the setup, to see if the files are building correctly once that is checked we introduce the wiki upload each release. on: - push: - tags: - - "v*" + workflow_dispatch: {} + push: + branches: + - 'feature-1020-export-of-existing-terms-and-definitions' +# First we test the setup, to see if the files are building correctly once that is checked we introduce the wiki upload each release. +# on: +# push: +# tags: +# - "v*" jobs: exportTermsDefinitions: runs-on: ubuntu-latest From 4d5efe222cfa5838ee702bb4e8a820ac590fc859 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 16:35:24 +0200 Subject: [PATCH 044/370] Typo in glossary path --- src/scripts/etd/etd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/etd/etd.py b/src/scripts/etd/etd.py index 1dcc14d5f..99262d0b9 100644 --- a/src/scripts/etd/etd.py +++ b/src/scripts/etd/etd.py @@ -20,13 +20,13 @@ df = df.sort_values("LABEL", key=lambda col: col.str.strip().str.lower()) # Create one table per letter: - pathlib.Path("/src/scripts/etd/glossary/").mkdir(parents=True, exist_ok=True) + pathlib.Path(cwd + "/src/scripts/etd/glossary/").mkdir(parents=True, exist_ok=True) header = GLOSSARY_HEADER + " ".join([f"[{letter}]({BASE_LINK_WIKI}{letter})" for letter in string.ascii_uppercase]) + "\n" with open(cwd + "/src/scripts/etd/glossary/glossary.md", "w") as fil: fil.write(header) - + for letter in string.ascii_lowercase: current_df = df[df["LABEL"].str.lower().str.startswith(letter)] if current_df.empty: From a3c02b75ffd79f195e6a855ca12bdc2bccd594c4 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 16:37:06 +0200 Subject: [PATCH 045/370] Added recursive copy to action --- .github/workflows/PostReleaseScripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 97a24ed54..5c9d47918 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -55,7 +55,7 @@ jobs: - name: Push list to wiki run: | cd wiki - cp ../src/scripts/etd/glossary/. . + cp -a ../src/scripts/etd/glossary/. . git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add ETD.md From a2df02bcc219e7f954c0075660b993d00cc75483 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 16:39:26 +0200 Subject: [PATCH 046/370] Add to wiki command updated --- .github/workflows/PostReleaseScripts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 5c9d47918..2aada2f98 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -46,7 +46,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: ETD - path: src/scripts/etd/ETD.md + path: src/scripts/etd/glossary - name: Checkout wiki uses: actions/checkout@v2 with: @@ -58,5 +58,5 @@ jobs: cp -a ../src/scripts/etd/glossary/. . git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add ETD.md + git add . git diff-index --quiet HEAD || git commit -m "Add changes" && git push From acc5f649b41479683e2a8ee444faa1406987e5d9 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 7 Oct 2022 16:44:05 +0200 Subject: [PATCH 047/370] Build only in release --- .github/workflows/PostReleaseScripts.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 2aada2f98..2806a909d 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -1,14 +1,14 @@ name: Post Release Scripts -on: - workflow_dispatch: {} - push: - branches: - - 'feature-1020-export-of-existing-terms-and-definitions' -# First we test the setup, to see if the files are building correctly once that is checked we introduce the wiki upload each release. # on: -# push: -# tags: -# - "v*" +# workflow_dispatch: {} +# push: +# branches: +# - 'feature-1020-export-of-existing-terms-and-definitions' +# First we test the setup, to see if the files are building correctly once that is checked we introduce the wiki upload each release. +on: + push: + tags: + - "v*" jobs: exportTermsDefinitions: runs-on: ubuntu-latest From 9d6fdc6e95061b4480e72bae1012b84f0e7eba35 Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 21 Oct 2022 09:57:25 +0200 Subject: [PATCH 048/370] add subrelations of is about for bundle dev #1335 --- src/ontology/edits/oeo-model.omn | 80 +++++++++++++++++++++++++ src/ontology/edits/oeo-model.properties | 5 ++ 2 files changed, 85 insertions(+) create mode 100644 src/ontology/edits/oeo-model.properties diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 186709fd1..4207cbb0a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -194,6 +194,86 @@ ObjectProperty: OEO_00000522 ObjectProperty: OEO_00020056 +ObjectProperty: OEO_00020220 + + Annotations: + "An is-about-relation between a scenario and a study region to indicated the study region of a scenario.", + rdfs:label "has study region"@de + + SubPropertyOf: + + + Domain: + OEO_00000364 + + Range: + OEO_00020032 + + +ObjectProperty: OEO_00020221 + + Annotations: + "An is-about-relation between a scenario and a considered region to indicated a considered region of a scenario.", + rdfs:label "has considered region"@de + + SubPropertyOf: + + + Domain: + OEO_00000364 + + Range: + OEO_00020035 + + +ObjectProperty: OEO_00020222 + + Annotations: + "An is-about-relation between a scenario and an interacting region to indicated an interacting region of a scenario.", + rdfs:label "has interacting region"@de + + SubPropertyOf: + + + Domain: + OEO_00000364 + + Range: + OEO_00020036 + + +ObjectProperty: OEO_00020223 + + Annotations: + "An is-about-relation between a scenario and a study subregion to indicated a study subregion of a scenario.", + rdfs:label "has study subregion"@de + + SubPropertyOf: + + + Domain: + OEO_00000364 + + Range: + OEO_00020034 + + +ObjectProperty: OEO_00020224 + + Annotations: + "An is-about-relation between a scenario and a scenario year to indicated the scenario year of a scenario.", + rdfs:label "has scenario year"@de + + SubPropertyOf: + + + Domain: + OEO_00000364 + + Range: + OEO_00020097 + + ObjectProperty: OEO_00040010 diff --git a/src/ontology/edits/oeo-model.properties b/src/ontology/edits/oeo-model.properties new file mode 100644 index 000000000..ab4ad012e --- /dev/null +++ b/src/ontology/edits/oeo-model.properties @@ -0,0 +1,5 @@ +#Fri Oct 21 09:55:57 CEST 2022 +jdbc.url= +jdbc.driver= +jdbc.user= +jdbc.password= From 1836a8996e620fe632dc62aba978040fe6f6ea78 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:17:30 +0200 Subject: [PATCH 049/370] Update src/ontology/edits/oeo-model.omn --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 4207cbb0a..6c906b284 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -214,7 +214,7 @@ ObjectProperty: OEO_00020221 Annotations: "An is-about-relation between a scenario and a considered region to indicated a considered region of a scenario.", - rdfs:label "has considered region"@de + rdfs:label "has considered region" SubPropertyOf: From 40f4d497e618083bcaaf9495cafaa32137a10be5 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:17:35 +0200 Subject: [PATCH 050/370] Update src/ontology/edits/oeo-model.omn --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 6c906b284..260a3cf9f 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -198,7 +198,7 @@ ObjectProperty: OEO_00020220 Annotations: "An is-about-relation between a scenario and a study region to indicated the study region of a scenario.", - rdfs:label "has study region"@de + rdfs:label "has study region" SubPropertyOf: From 8ddfbf236fba0f98c841756aee94b16685f45a5e Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:17:41 +0200 Subject: [PATCH 051/370] Update src/ontology/edits/oeo-model.omn --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 260a3cf9f..246ea19be 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -246,7 +246,7 @@ ObjectProperty: OEO_00020223 Annotations: "An is-about-relation between a scenario and a study subregion to indicated a study subregion of a scenario.", - rdfs:label "has study subregion"@de + rdfs:label "has study subregion" SubPropertyOf: From fb2d37ba5bd863f6e7670502bdd17f10478a3956 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:17:46 +0200 Subject: [PATCH 052/370] Update src/ontology/edits/oeo-model.omn --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 246ea19be..b8cc28f5a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -230,7 +230,7 @@ ObjectProperty: OEO_00020222 Annotations: "An is-about-relation between a scenario and an interacting region to indicated an interacting region of a scenario.", - rdfs:label "has interacting region"@de + rdfs:label "has interacting region" SubPropertyOf: From c9edccb5c3ad16ca82d1012abea9908892625aa2 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:17:53 +0200 Subject: [PATCH 053/370] Update src/ontology/edits/oeo-model.omn --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index b8cc28f5a..0482f40fa 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -262,7 +262,7 @@ ObjectProperty: OEO_00020224 Annotations: "An is-about-relation between a scenario and a scenario year to indicated the scenario year of a scenario.", - rdfs:label "has scenario year"@de + rdfs:label "has scenario year" SubPropertyOf: From 70252288908c6b783a3bd6d8b372e9a5b81e420a Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 21 Oct 2022 13:16:25 +0200 Subject: [PATCH 054/370] termtracker and changelog #1335 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-model.omn | 10 ++++++++++ src/ontology/edits/oeo-model.properties | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b237989c..bfd480a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - data file format, and subclasses (#1326) - mineral oil, mineral oil product, mineral oil refinery, mineral oil refining, mineral oil refining sector (#1331) - international transport sector (#1334) +- has study region, has study subregio, has considered region, has interacting region, has scenario year (#1347) ### Changed - github: update the description of the readme file (#1292) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 0482f40fa..c4bea19a0 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -198,6 +198,8 @@ ObjectProperty: OEO_00020220 Annotations: "An is-about-relation between a scenario and a study region to indicated the study region of a scenario.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has study region" SubPropertyOf: @@ -214,6 +216,8 @@ ObjectProperty: OEO_00020221 Annotations: "An is-about-relation between a scenario and a considered region to indicated a considered region of a scenario.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has considered region" SubPropertyOf: @@ -230,6 +234,8 @@ ObjectProperty: OEO_00020222 Annotations: "An is-about-relation between a scenario and an interacting region to indicated an interacting region of a scenario.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has interacting region" SubPropertyOf: @@ -246,6 +252,8 @@ ObjectProperty: OEO_00020223 Annotations: "An is-about-relation between a scenario and a study subregion to indicated a study subregion of a scenario.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has study subregion" SubPropertyOf: @@ -262,6 +270,8 @@ ObjectProperty: OEO_00020224 Annotations: "An is-about-relation between a scenario and a scenario year to indicated the scenario year of a scenario.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has scenario year" SubPropertyOf: diff --git a/src/ontology/edits/oeo-model.properties b/src/ontology/edits/oeo-model.properties index ab4ad012e..a6d3b5d83 100644 --- a/src/ontology/edits/oeo-model.properties +++ b/src/ontology/edits/oeo-model.properties @@ -1,4 +1,4 @@ -#Fri Oct 21 09:55:57 CEST 2022 +#Fri Oct 21 13:13:26 CEST 2022 jdbc.url= jdbc.driver= jdbc.user= From 5714218b58b07ed8210f6dd9cf15faebd2ad8081 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 10:22:40 +0200 Subject: [PATCH 055/370] Add tank and fuel tank --- src/ontology/edits/oeo-physical.omn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bf1b8181a..fd26a2ad9 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10528,6 +10528,26 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", OEO_00010278 +Class: OEO_00320055 + + Annotations: + "A tank is an artificial object that stores a liquid or gaseous portion of matter.", + rdfs:label "tank" + + SubClassOf: + OEO_00000061 + + +Class: OEO_00320056 + + Annotations: + "A fuel tank is a tank that stores a combustion fuel.", + rdfs:label "fuel tank" + + SubClassOf: + OEO_00320055 + + Individual: OEO_00000182 Annotations: From 739be98428972f73c50c8886e3558352093babda Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 10:36:42 +0200 Subject: [PATCH 056/370] Add volume --- src/ontology/edits/oeo-shared.omn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 58051d7d0..02236cd5b 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -910,6 +910,9 @@ Class: Class: +Class: + + Class: @@ -1002,6 +1005,9 @@ Class: Class: +Class: + + Class: @@ -2732,6 +2738,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1314", OEO_00010121 some OEO_00010023 +Class: OEO_00320057 + + Annotations: + "A volume is a quantity value indicating the size of a three-dimensional spatial region.", + rdfs:label "volume" + + SubClassOf: + OEO_00000350, + OEO_00020056 some , + OEO_00040010 some + + Individual: OEO_00020161 Annotations: From deeeae5e8ddcdda285ccfdf72860fdc6aacb62a7 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 10:46:34 +0200 Subject: [PATCH 057/370] Add axioms --- src/ontology/edits/oeo-physical.omn | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index fd26a2ad9..a3259ccbd 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2943,7 +2943,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", SubClassOf: OEO_00010023, - OEO_00000503 some OEO_00000099 + OEO_00000503 some OEO_00000099, + some OEO_00320056 Class: OEO_00000245 @@ -4728,7 +4729,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", SubClassOf: OEO_00000146, - OEO_00000503 some OEO_00000220 + OEO_00000503 some OEO_00000220, + some OEO_00320056 Class: OEO_00010026 @@ -4834,7 +4836,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", OEO_00010023, OEO_00000503 some OEO_00000099, OEO_00000503 some OEO_00000139, - some OEO_00010026 + some OEO_00010026, + some OEO_00320056 Class: OEO_00010031 @@ -6508,7 +6511,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "tank ship"@en SubClassOf: - OEO_00010288 + OEO_00010288, + some OEO_00320055 Class: OEO_00010291 @@ -10535,7 +10539,8 @@ Class: OEO_00320055 rdfs:label "tank" SubClassOf: - OEO_00000061 + OEO_00000061, + OEO_00140002 some OEO_00320057 Class: OEO_00320056 @@ -10545,9 +10550,13 @@ Class: OEO_00320056 rdfs:label "fuel tank" SubClassOf: - OEO_00320055 + OEO_00320055, + OEO_00140002 some OEO_00230000 +Class: OEO_00320057 + + Individual: OEO_00000182 Annotations: From 7fd66ca520f7d81a03fcbc8f32fdb19dd638a232 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 10:49:18 +0200 Subject: [PATCH 058/370] Revert "Add volume" This reverts commit 739be98428972f73c50c8886e3558352093babda. --- src/ontology/edits/oeo-shared.omn | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 02236cd5b..58051d7d0 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -910,9 +910,6 @@ Class: Class: -Class: - - Class: @@ -1005,9 +1002,6 @@ Class: Class: -Class: - - Class: @@ -2738,18 +2732,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1314", OEO_00010121 some OEO_00010023 -Class: OEO_00320057 - - Annotations: - "A volume is a quantity value indicating the size of a three-dimensional spatial region.", - rdfs:label "volume" - - SubClassOf: - OEO_00000350, - OEO_00020056 some , - OEO_00040010 some - - Individual: OEO_00020161 Annotations: From 464f61c34fc42c014c70d2891a6abd92805fff4c Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 10:54:20 +0200 Subject: [PATCH 059/370] Add volume in oeo-physical --- src/ontology/edits/oeo-physical.omn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index a3259ccbd..dfb0d7c16 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -877,6 +877,9 @@ Class: Class: +Class: + + Class: @@ -922,6 +925,9 @@ Class: Class: +Class: + + Class: @@ -10556,6 +10562,15 @@ Class: OEO_00320056 Class: OEO_00320057 + Annotations: + "A volume is a quantity value indicating the size of a three-dimensional spatial region.", + rdfs:label "volume" + + SubClassOf: + OEO_00000350, + OEO_00020056 some , + OEO_00040010 some + Individual: OEO_00000182 From 89d8f9e3a5e8944d6a3e4d4523a198eeb2d9e839 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 11:13:28 +0200 Subject: [PATCH 060/370] Add term tracker items --- src/ontology/edits/oeo-physical.omn | 30 +++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index dfb0d7c16..6ac1d878b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2938,7 +2938,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293 Adapt definition and convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315 + +Add fuel tank axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1301 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", rdfs:label "internal combustion vehicle" EquivalentTo: @@ -4726,7 +4730,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/655 Convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315 + +Add fuel tank axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1301 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", rdfs:label "fuel cell electric vehicle"@en EquivalentTo: @@ -4828,7 +4836,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 Convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315 + +Add fuel tank axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1301 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", rdfs:label "plug-in hybrid electric vehicle"@en EquivalentTo: @@ -6513,7 +6525,11 @@ Class: OEO_00010290 Annotations: "A tank ship is a cargo ship used for the transport of liquid goods.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293 + +Add tank axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1301 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", rdfs:label "tank ship"@en SubClassOf: @@ -10542,6 +10558,8 @@ Class: OEO_00320055 Annotations: "A tank is an artificial object that stores a liquid or gaseous portion of matter.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1301 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", rdfs:label "tank" SubClassOf: @@ -10553,6 +10571,8 @@ Class: OEO_00320056 Annotations: "A fuel tank is a tank that stores a combustion fuel.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1301 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", rdfs:label "fuel tank" SubClassOf: @@ -10564,6 +10584,8 @@ Class: OEO_00320057 Annotations: "A volume is a quantity value indicating the size of a three-dimensional spatial region.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1301 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", rdfs:label "volume" SubClassOf: From 6c118bc5d59f210c7269f1a720dafb0431f20977 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 11:16:57 +0200 Subject: [PATCH 061/370] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138b3878d..14b135562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - mineral oil, mineral oil product, mineral oil refinery, mineral oil refining, mineral oil refining sector (#1331) - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) +- tank, fuel tank, volume (#1356) ### Changed - github: update the description of the readme file (#1292) @@ -57,6 +58,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - CRF sector (IPCC 2006): international bunkers / international aviation / maritime bunkers; MMR sector: M.International aviation in the EU ETS (#1334) - final energy consumption (#1340) - fuel cell (#1341) +- internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship (#1356) ### Removed From 89948366fcf32c4b6b842f4dd69abda988e557a7 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 13:24:44 +0200 Subject: [PATCH 062/370] Add filling station --- src/ontology/edits/oeo-physical.omn | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bf1b8181a..46baae8bc 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10528,6 +10528,28 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", OEO_00010278 +Class: OEO_00320058 + + Annotations: + "A filling station is energy transformation unit that transfers fuel into the fuel tank of a vehicle.", + rdfs:label "filling station" + + SubClassOf: + OEO_00020102, + some OEO_00320016, + some OEO_00320039 + + +Class: OEO_00320059 + + Annotations: + "A hydrogen station is a filling station that transfers hydrogen.", + rdfs:label "hydrogen station" + + SubClassOf: + OEO_00320058 + + Individual: OEO_00000182 Annotations: From a42ff0b7b62ea286742436ba37f69148c71a1071 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 13:33:17 +0200 Subject: [PATCH 063/370] Add hydrogen transport --- src/ontology/edits/oeo-physical.omn | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 46baae8bc..541af2e1e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10547,7 +10547,19 @@ Class: OEO_00320059 rdfs:label "hydrogen station" SubClassOf: - OEO_00320058 + OEO_00320058, + some OEO_00320060 + + +Class: OEO_00320060 + + Annotations: + "Hydrogen transport is the combustion fuel transport of hydrogen.", + rdfs:label "hydrogen transport" + + SubClassOf: + OEO_00320039, + some OEO_00000220 Individual: OEO_00000182 From ada74127f815a70a57eca2ec5c261eabced45a7b Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 13:48:19 +0200 Subject: [PATCH 064/370] Add term tracker items --- src/ontology/edits/oeo-physical.omn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 541af2e1e..0da48cae2 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10532,6 +10532,8 @@ Class: OEO_00320058 Annotations: "A filling station is energy transformation unit that transfers fuel into the fuel tank of a vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1308 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", rdfs:label "filling station" SubClassOf: @@ -10544,6 +10546,8 @@ Class: OEO_00320059 Annotations: "A hydrogen station is a filling station that transfers hydrogen.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1308 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", rdfs:label "hydrogen station" SubClassOf: @@ -10555,6 +10559,8 @@ Class: OEO_00320060 Annotations: "Hydrogen transport is the combustion fuel transport of hydrogen.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1308 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", rdfs:label "hydrogen transport" SubClassOf: From 3c5fbe6bbb25093090fa821aa3c9fc745bb7003f Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 13:49:02 +0200 Subject: [PATCH 065/370] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138b3878d..eec76e46f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - mineral oil, mineral oil product, mineral oil refinery, mineral oil refining, mineral oil refining sector (#1331) - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) +- filling station, hydrogen station, hydrogen transport (#1357) ### Changed - github: update the description of the readme file (#1292) From 6544e9fd5dd3658974c99a939ecc23d5a0fee898 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 26 Oct 2022 13:57:37 +0200 Subject: [PATCH 066/370] Add has fuel tank axiom to gas turbine vehicle --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b135562..11aed4e73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - CRF sector (IPCC 2006): international bunkers / international aviation / maritime bunkers; MMR sector: M.International aviation in the EU ETS (#1334) - final energy consumption (#1340) - fuel cell (#1341) -- internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship (#1356) +- internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 6ac1d878b..67b875468 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6687,7 +6687,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", and ( some ))) SubClassOf: - OEO_00010023 + OEO_00010023, + some OEO_00320056 Class: OEO_00010302 From 61596036a790f7a61e5a12ecca8b6aed38e1273b Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Fri, 28 Oct 2022 03:23:52 +0200 Subject: [PATCH 067/370] add heat generating unit to change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138b3878d..7c419ad47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - mineral oil, mineral oil product, mineral oil refinery, mineral oil refining, mineral oil refining sector (#1331) - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) +- heat generating unit (#1254) ### Changed - github: update the description of the readme file (#1292) From 1c73b9ed723e0524eef95587b308c6a2919337ed Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 28 Oct 2022 10:46:56 +0200 Subject: [PATCH 068/370] Rearrange CHANGELOG.md slightly --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11aed4e73..d17b961b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - internal combustion engine (#1285) - analysis scope (#1286) - diesel fuel, diesel fuel role, diesel engine, diesel vehicle (#1288, #1315) -- internal combustion vehicle (#1293, #1315) +- internal combustion vehicle (#1293, #1315,#1356) - scenario (#1296) - heat transfer (#1299) - bottom up, hybrid, top down (#1302) @@ -58,7 +58,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - CRF sector (IPCC 2006): international bunkers / international aviation / maritime bunkers; MMR sector: M.International aviation in the EU ETS (#1334) - final energy consumption (#1340) - fuel cell (#1341) -- internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) +- plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) ### Removed From c0c9fd8d13b62951007f42e41d84dc34c39b40bb Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 18:00:35 +0200 Subject: [PATCH 069/370] add general heat concepts --- CHANGELOG.md | 3 +- src/ontology/edits/oeo-physical.omn | 158 ++++++++++++++++++++++++++-- src/ontology/oeo.omn | 130 +++++++++++------------ 3 files changed, 214 insertions(+), 77 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c419ad47..a2715733d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - mineral oil, mineral oil product, mineral oil refinery, mineral oil refining, mineral oil refining sector (#1331) - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) -- heat generating unit (#1254) +- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, combustion-based heater, electrical heater (#1254) ### Changed - github: update the description of the readme file (#1292) @@ -58,6 +58,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - CRF sector (IPCC 2006): international bunkers / international aviation / maritime bunkers; MMR sector: M.International aviation in the EU ETS (#1334) - final energy consumption (#1340) - fuel cell (#1341) +- power plant, combined heat and power plant, combined heat and power generating unit (#1254) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bf1b8181a..e113079de 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1417,14 +1417,16 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 subclass of energy transformation unit -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +more precise axioms +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "power plant" SubClassOf: OEO_00020102, - some OEO_00000334, - some OEO_00020006, - some OEO_00020003 + some OEO_00000144, + some OEO_00000334 Class: OEO_00000032 @@ -9388,20 +9390,28 @@ Class: OEO_00240010 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined heat and power generating unit is a power generating unit that produces electrical energy and thermal energy."@en, + "A combined heat and power generating unit is an energy transformation unit that produces electrical energy and thermal energy."@en, "co-generating power unit"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 change produces energy axioms to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +change to a subclass of energy transformation unit +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "combined heat and power generating unit" SubClassOf: - OEO_00000334, + OEO_00020102, OEO_00010235 some OEO_00000139, OEO_00010235 some OEO_00000207, + some OEO_00000188, + some + (OEO_00000210 or OEO_00140102), + some OEO_00020107, some OEO_00240009 @@ -9409,15 +9419,23 @@ Class: OEO_00240011 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined heat and power plant (CHPP) is a power plant that has combined heat and power generating units as parts."@en, + "A combined heat and power plant (CHPP) is an energy transformation unit consisting of combined heat and power generating units, a grid component that feeds electric energy into an electric grid, and a grid component that feeds thermal energy into a heating grid."@en, "CHPP"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 + +change to a subclass of energy transformation unit and more precise defintion +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "combined heat and power plant" SubClassOf: - OEO_00000031, - some OEO_00240010 + OEO_00020102, + some OEO_00000144, + some OEO_00020008, + some OEO_00240010, + some OEO_00310008, + some OEO_00240009 Class: OEO_00240012 @@ -9746,6 +9764,124 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1112", OEO_00040010 some +Class: OEO_00310008 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat generating unit is an energy transformation unit that contains a heat exchanger or heater."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "heat generating unit" + + SubClassOf: + OEO_00020102, + OEO_00010235 some OEO_00000207, + some + (OEO_00000210 or OEO_00140102), + some + + +Class: OEO_00310009 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A rotary heat exchanger is a heat exchanger that uses a wheel for a heat transfer process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "rotary heat exchanger" + + SubClassOf: + OEO_00140102 + + +Class: OEO_00310010 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A plate heat exchanger is a heat exchanger that uses a plate for a heat transfer process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "plate heat exchanger" + + SubClassOf: + OEO_00140102 + + +Class: OEO_00310011 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat plant is an energy transformation unit consisting of heat generating units and a grid component that feeds thermal energy into a heating grid."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "heat plant" + + SubClassOf: + OEO_00020102, + some OEO_00020008, + some OEO_00310008, + some + + +Class: OEO_00310012 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat transfer unit is a heat generating unit that can contain a heater or a heat exchanger."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "heat transfer unit" + + SubClassOf: + OEO_00310008, + (not ( some OEO_00000210)) + and ( some OEO_00140102) + + +Class: OEO_00310013 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A boiler is a heater that increases the thermal energy of fluids."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "boiler" + + SubClassOf: + OEO_00000210, + (OEO_00000503 some OEO_00000331) + and (OEO_00000531 value OEO_00000256) + + +Class: OEO_00310014 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A combustion-based heater is a heater that increases the thermal energy using combustion."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "combustion-based heater" + + SubClassOf: + OEO_00000210, + OEO_00010234 some OEO_00000007, + some + + +Class: OEO_00310015 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electrical heater is a heater that increases the thermal energy using electric energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "electrical heater" + + SubClassOf: + OEO_00000210, + OEO_00010234 some OEO_00000139 + + Class: OEO_00320004 Annotations: diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index faeda3733..450e5c26b 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -76,48 +76,48 @@ AnnotationProperty: AnnotationProperty: dc:contributor - + AnnotationProperty: dc:description - + AnnotationProperty: dct:license - + AnnotationProperty: dct:title - + AnnotationProperty: rdfs:comment - + AnnotationProperty: rdfs:isDefinedBy - + AnnotationProperty: rdfs:label - + Datatype: rdf:PlainLiteral - + ObjectProperty: - + ObjectProperty: - + ObjectProperty: - + ObjectProperty: - Annotations: + Annotations: "make inverse of has participant issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "make inverse of participates in issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 @@ -125,142 +125,142 @@ pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 Add range axiom for `has participant` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1157 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1225" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - + ObjectProperty: - Annotations: + Annotations: "add inverse issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add inverse issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add subset of relation below 'causally related to' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" - - + + ObjectProperty: - Annotations: + Annotations: "add subset of relation below 'causally related to' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" - - + + ObjectProperty: OEO_00020182 - + ObjectProperty: owl:topObjectProperty - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: From 35791b8c92837df546c3e95316267c7dba6d2aef Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 18:11:25 +0200 Subject: [PATCH 070/370] git merge dev --- .idea/modules.xml | 8 ++++++++ src/ontology/edits/oeo-physical.omn | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .idea/modules.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..b03535e60 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 5920692c3..3607703c6 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -7339,7 +7339,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", SubClassOf: OEO_00000061, - + OEO_00010235 some OEO_00010114, + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" some OEO_00000011, From cf4748208d2db2c99387236aa838049d2d14d3cf Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 18:33:00 +0200 Subject: [PATCH 071/370] add geothermal concepts --- .idea/ontology.iml | 8 ++ src/ontology/edits/oeo-physical.omn | 162 ++++++++++++++++------------ 2 files changed, 103 insertions(+), 67 deletions(-) create mode 100644 .idea/ontology.iml diff --git a/.idea/ontology.iml b/.idea/ontology.iml new file mode 100644 index 000000000..d0876a78d --- /dev/null +++ b/.idea/ontology.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3607703c6..0054f6aff 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -7340,7 +7340,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" some OEO_00000011, @@ -9764,191 +9764,219 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1112", Class: OEO_00310000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A datacenter is an artificial object that houses computer systems and associated components."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "data center" - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00310001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sewage plant is an artificial object that removes contaminants from wastewater to produce an effluent that is suitable for discharge to the surrounding environment or an intended reuse application."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "sewage plant" - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00000503 some OEO_00000441, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00310004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Industrial waste thermal energy is waste thermal energy that is energy output of some industrial process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "industrial waste thermal energy" - - SubClassOf: + + SubClassOf: OEO_00010114, OEO_00020184 some OEO_00050000 - - + + Class: OEO_00310005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Recovered heat is a thermal energy that is physical output of an energy transformation process and that is recovered and would otherwise be emitted in the environment as waste thermal energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "recovered heat" - - SubClassOf: + + SubClassOf: OEO_00000207 - - + + Class: OEO_00310006 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Aerothermal energy is a natural ambient thermal energy that is stored in the air of a natural environment."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "aerothermal energy" - - SubClassOf: + + SubClassOf: OEO_00140104 - - + + Class: OEO_00310008 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat generating unit is an energy transformation unit that contains a heat exchanger or heater."@en, + "A heat generating unit is an energy transformation unit that can contain a heat exchanger or a heater."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "heat generating unit" - - SubClassOf: + + SubClassOf: OEO_00020102, OEO_00010235 some OEO_00000207, - some + some (OEO_00000210 or OEO_00140102), some - - + + Class: OEO_00310009 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A rotary heat exchanger is a heat exchanger that uses a wheel for a heat transfer process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "rotary heat exchanger" - - SubClassOf: + + SubClassOf: OEO_00140102 - - + + Class: OEO_00310010 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A plate heat exchanger is a heat exchanger that uses a plate for a heat transfer process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "plate heat exchanger" - - SubClassOf: + + SubClassOf: OEO_00140102 - - + + Class: OEO_00310011 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heat plant is an energy transformation unit consisting of heat generating units and a grid component that feeds thermal energy into a heating grid."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "heat plant" - - SubClassOf: + + SubClassOf: OEO_00020102, some OEO_00020008, some OEO_00310008, some - - + + Class: OEO_00310012 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat transfer unit is a heat generating unit that can contain a heater or a heat exchanger."@en, + "A heat transfer unit is a heat generating unit that contains a heat exchanger and not a heater."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "heat transfer unit" - - SubClassOf: + + SubClassOf: OEO_00310008, (not ( some OEO_00000210)) and ( some OEO_00140102) - - + + Class: OEO_00310013 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A boiler is a heater that increases the thermal energy of fluids."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "boiler" - - SubClassOf: + + SubClassOf: OEO_00000210, (OEO_00000503 some OEO_00000331) and (OEO_00000531 value OEO_00000256) - - + + Class: OEO_00310014 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A combustion-based heater is a heater that increases the thermal energy using combustion."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "combustion-based heater" - - SubClassOf: + + SubClassOf: OEO_00000210, OEO_00010234 some OEO_00000007, some - - + + Class: OEO_00310015 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An electrical heater is a heater that increases the thermal energy using electric energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "electrical heater" - - SubClassOf: + + SubClassOf: OEO_00000210, OEO_00010234 some OEO_00000139 + + +Class: OEO_00310017 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A geothermal heat unit is a heat transfer unit that uses geothermal energy as source."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "geothermal heat unit" + + SubClassOf: + OEO_00310012, + OEO_00010234 some OEO_00000191 + + +Class: OEO_00310018 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A geothermal heat plant is a heat plant that has geothermal heat units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "geothermal heat plant" + + SubClassOf: + OEO_00310011, + some OEO_00310017 + + Class: OEO_00320004 Annotations: From 859ed33ba67c96b61818a65cf9e4fc67e84696c0 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 18:33:27 +0200 Subject: [PATCH 072/370] add geothermal concepts --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c94ce2b5..542d578db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1265) -- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, combustion-based heater, electrical heater (#1254) +- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, combustion-based heater, electrical heater, geothermal heat unit (#1254) ### Changed - github: update the description of the readme file (#1292) From 8c0e9ca132a4bf3440ab8b1fc1a6410cb9625002 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 18:52:03 +0200 Subject: [PATCH 073/370] change power plant, CHPP and CHP units --- src/ontology/edits/oeo-physical.omn | 36 +++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0054f6aff..78ca9dccf 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1421,14 +1421,17 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 subclass of energy transformation unit -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +more precise axioms +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "power plant" SubClassOf: OEO_00020102, + some OEO_00000144, some OEO_00000334, - some OEO_00020006, - some OEO_00020003 + some OEO_00240014 Class: OEO_00000032 @@ -9404,20 +9407,26 @@ Class: OEO_00240010 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined heat and power generating unit is a power generating unit that produces electrical energy and thermal energy."@en, + "A combined heat and power generating unit is an energy transformation unit that produces electrical energy and thermal energy."@en, "co-generating power unit"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 change produces energy axioms to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +change as a subclass of energy transformation unit: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "combined heat and power generating unit" SubClassOf: - OEO_00000334, + OEO_00020102, OEO_00010235 some OEO_00000139, OEO_00010235 some OEO_00000207, + some OEO_00000188, + some OEO_00020107, some OEO_00240009 @@ -9425,15 +9434,22 @@ Class: OEO_00240011 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined heat and power plant (CHPP) is a power plant that has combined heat and power generating units as parts."@en, + "A combined heat and power plant (CHPP) is an energy transformation unit consisting of combined heat and power generating units, a grid component that feeds electric energy into an electric grid, and a grid component that feeds thermal energy into a heating grid."@en, "CHPP"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 + +change as a subclass of energy transformation unit: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "combined heat and power plant" SubClassOf: - OEO_00000031, - some OEO_00240010 + OEO_00020102, + some OEO_00000144, + some OEO_00020008, + some OEO_00240010, + some OEO_00240009 Class: OEO_00240012 From d1d53be023f6a903eeaf2d7638846150b73c6f87 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 19:37:28 +0200 Subject: [PATCH 074/370] add solar heat concepts --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 63 ++++++++++++++++++++++++++++- 2 files changed, 62 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 542d578db..2d90dd81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1265) -- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, combustion-based heater, electrical heater, geothermal heat unit (#1254) +- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant, solar heat unit, solar heat plant, tube collector, flat-plate collector (#1254) ### Changed - github: update the description of the readme file (#1292) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 78ca9dccf..65c07aed6 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9976,7 +9976,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", SubClassOf: OEO_00310012, - OEO_00010234 some OEO_00000191 + OEO_00010234 some OEO_00000191, + some OEO_00020059 Class: OEO_00310018 @@ -9990,7 +9991,65 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", SubClassOf: OEO_00310011, - some OEO_00310017 + some OEO_00310017, + some OEO_00020059 + + +Class: OEO_00310019 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar heat unit is a heat generating unit that has a solar collector as part."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "solar heat unit" + + SubClassOf: + OEO_00310008, + OEO_00010234 some OEO_00000384, + some OEO_00000387, + some OEO_00020047 + + +Class: OEO_00310020 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar heat plant is a heat plant that has solar heat units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "solar heat plant" + + SubClassOf: + OEO_00310011, + some OEO_00310019, + some OEO_00020047 + + +Class: OEO_00310021 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A tube collector is a solar thermal collector that consists of tubes.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "tube collector" + + SubClassOf: + OEO_00000387 + + +Class: OEO_00310022 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + OEO_00040001 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + "A flat-plate collector is a solar thermal collector that consists of flat-plates.", + rdfs:label "flat-plate collector" + + SubClassOf: + OEO_00000387 Class: OEO_00320004 From 3c249ee1b71ccf305ae296ea4cbbb028ee37659f Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 19:43:28 +0200 Subject: [PATCH 075/370] Delete modules.xml --- .idea/modules.xml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .idea/modules.xml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index b03535e60..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file From a09a101a4c0658a9b7e97b019662a27fdd7e1fe7 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 19:43:37 +0200 Subject: [PATCH 076/370] Delete ontology.iml --- .idea/ontology.iml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .idea/ontology.iml diff --git a/.idea/ontology.iml b/.idea/ontology.iml deleted file mode 100644 index d0876a78d..000000000 --- a/.idea/ontology.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file From 6a5943f0685067ed2c0688e5bcc3759baa61ba1b Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 20:27:44 +0200 Subject: [PATCH 077/370] add heat recovery steam generator --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31263cad3..cd3cf2916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1265) +- heat recovery steam generator (#1256) ### Changed - github: update the description of the readme file (#1292) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ddaa97463..3153edbe4 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9831,6 +9831,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00140104 +Class: OEO_00310023 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat recovery steam generator is a heat exchanger component that recovers heat from a hot gas stream."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request:", + rdfs:label "heat recovery steam generator" + + SubClassOf: + OEO_00140102, + OEO_00000503 some OEO_00110001 + + Class: OEO_00320004 Annotations: From 68cc7b6ff3eb9036f0f773d051676a1f0b72cdb7 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 23:11:43 +0200 Subject: [PATCH 078/370] add CCGT and parts --- CHANGELOG.md | 3 +- src/ontology/edits/oeo-physical.omn | 107 +++++++++++++++++++++++++--- 2 files changed, 99 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3cf2916..73066e359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1265) -- heat recovery steam generator (#1256) +- heat recovery steam generator, gas turbine process, combined cycle electricity generation, steam power unit, combined cycle power plant, gas power unit, heat recovery steam unit (#1256) ### Changed - github: update the description of the readme file (#1292) @@ -60,6 +60,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - final energy consumption (#1340) - fuel cell (#1341) - energy converting component, energy storage object, hardware, solar receiving object, vehicle, waste thermal energy (#1265) +- gas turbine (#1256) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3153edbe4..be4257e30 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2541,7 +2541,7 @@ Class: OEO_00000185 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine."@en, + "A gas turbine is a turbine that participates in a gas turbine process. It is also called combustion turbine."@en, "combustion turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 @@ -2559,14 +2559,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000099, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00240000 + some OEO_00310027 Class: OEO_00000186 @@ -9837,7 +9830,7 @@ Class: OEO_00310023 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heat recovery steam generator is a heat exchanger component that recovers heat from a hot gas stream."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request:", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "heat recovery steam generator" SubClassOf: @@ -9845,6 +9838,100 @@ pull request:", OEO_00000503 some OEO_00110001 +Class: OEO_00310025 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Combined cycle electricity generation is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "combined cycle electricity generation" + + SubClassOf: + OEO_00050001, + some OEO_00050020, + some OEO_00310027 + + +Class: OEO_00310027 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "gas turbine process" + + SubClassOf: + OEO_00020003, + OEO_00000503 some OEO_00000099, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00240000, + some OEO_00000185 + + +Class: OEO_00310028 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A steam power unit is a power generating unit using steam."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "steam power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00110001, + some OEO_00000396 + + +Class: OEO_00310029 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A combined cycle power plant (CCGT) is a gas power plant that has gas fired power units, steam power units, gas power units and heat recovery steam units as parts."@en, + "CCGT"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "combined cycle power plant" + + SubClassOf: + OEO_00000184, + some OEO_00310028, + some OEO_00310030, + some OEO_00310031 + + +Class: OEO_00310030 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas power unit is a power generating unit using gas."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "gas power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00000099, + some OEO_00000185 + + +Class: OEO_00310031 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat recovering steam unit is a power generating unit that recovers heat from steam."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "heat recovery steam unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00110001, + some OEO_00310023 + + Class: OEO_00320004 Annotations: From 148a1b8e16d57f3b1b4bceee7ac9e2189740726b Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 23:45:48 +0200 Subject: [PATCH 079/370] fix gas turbine --- src/ontology/edits/oeo-physical.omn | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index be4257e30..bc8aedde2 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2541,7 +2541,7 @@ Class: OEO_00000185 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine is a turbine that participates in a gas turbine process. It is also called combustion turbine."@en, + "A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine."@en, "combustion turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 @@ -2559,7 +2559,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000099, - some OEO_00310027 + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00240000 Class: OEO_00000186 From 47db00da8fd5144b4b0472997d0a439344516bf0 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 23:49:06 +0200 Subject: [PATCH 080/370] fix try clean dev branch --- src/ontology/edits/oeo-physical.omn | 4774 +++++++++++++-------------- 1 file changed, 2333 insertions(+), 2441 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bc8aedde2..eb9e46a67 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2567,25 +2567,25 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00240000 - - + + Class: OEO_00000186 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Gasworks gas is manufactured coal based gas that covers all types of gases produced in public utility or private plants, whose main purpose is manufacture, transport and distribution of gas. It includes gas produced by carbonisation (including gas produced by coke ovens and transferred to gasworks gas), by total gasification with or without enrichment with oil products (LPG, residual fuel oil, etc.), and by reforming and simple mixing of gases and/or air, reported under the rows ‘from other sources’. Under the transformation sector identify amounts of gasworks gas transferred to blended natural gas which will be distributed and consumed through the natural gas grid. The production of other coal gases (i.e. coke oven gas, blast furnace gas and oxygen steel furnace gas) should be reported in the columns concerning such gases, and not as production of gasworks gas. The coal gases transferred to gasworks plants should then be reported (in their own column) in the transformation sector in the gasworks plants row. The total amount of gasworks gas resulting from transfers of other coal gases should appear in the production line for gasworks gas."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "gasworks gas" - - SubClassOf: + + SubClassOf: OEO_00000263 - - + + Class: OEO_00000188 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A generator is an energy converting component that converts other forms of energy into electrical energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 @@ -2597,69 +2597,69 @@ change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "generator" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000139, some OEO_00000334 - - + + Class: OEO_00000189 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A geographic coordinate is an information content entity explicitly stating the geographic position of a zero-dimensional spatial region on Earth, by using a set of numbers with respect to a geografic coordinate system.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/795 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/803", rdfs:label "geographic coordinate" - - SubClassOf: + + SubClassOf: , some - - + + Class: OEO_00000191 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Geothermal energy is thermal energy that is released from within the earth's crust.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", rdfs:label "geothermal energy", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000034" - - SubClassOf: + + SubClassOf: OEO_00000207, OEO_00000530 some OEO_00030004 - - + + Class: OEO_00000192 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A geothermal power plant is a power plant that has geothermal power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "geothermal power plant", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002215" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000019 - - + + Class: OEO_00000198 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "The greenhouse effect disposition is the disposition of a gas to contribute to the greenhouse effect, when it is emitted into the atmosphere.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 @@ -2669,21 +2669,21 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "greenhouse effect disposition", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_76413" - - SubClassOf: + + SubClassOf: , - OEO_00010121 some + OEO_00010121 some (OEO_00000331 and (OEO_00000531 value OEO_00000182)) - - + + Class: OEO_00000199 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A greenhouse gas emission is an emission that releases a greenhouse gas.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 @@ -2695,18 +2695,18 @@ make equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1012 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1100", rdfs:label "greenhouse gas emission" - - EquivalentTo: + + EquivalentTo: OEO_00000147 and ( some OEO_00000020) - - SubClassOf: + + SubClassOf: OEO_00000147 - - + + Class: OEO_00000200 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A supply grid is an object aggregate of systematically connected artificial objects that can work as a supply system.", "grid", @@ -2717,60 +2717,60 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 issue: https://github.com/OpenEnergyPlatform/ontology/issues/114 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/137", rdfs:label "supply grid" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00000204 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hard coal is coal with a gross calorific value greater than 23 865 kJ/kg (5 700 kcal/kg) on an ashfree but moist basis and with a mean random reflectance of vitrinite of at least 0,6."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "hard coal" - - SubClassOf: + + SubClassOf: OEO_00000088 - - DisjointWith: + + DisjointWith: OEO_00000251 - - + + Class: OEO_00000205 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hard coal power plant is a coal power plant that has hard coal power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "hard coal power plant" - - SubClassOf: + + SubClassOf: OEO_00000089, some OEO_00000021 - - + + Class: OEO_00000207 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Thermal energy is the energy that a material entity contains in the undirected motion of its constituent parts (e.g. molecules and atoms)."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, rdfs:label "thermal energy"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000032" - - SubClassOf: + + SubClassOf: OEO_00000150 - - + + Class: OEO_00000210 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heater is an energy converting component that converts other forms of energy into useful heat.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 @@ -2783,18 +2783,18 @@ change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "heater" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000207 - - + + Class: OEO_00000211 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Heating oil is gas diesel oil for industrial and commercial uses, marine diesel and diesel used in rail traffic, other gas oil, including heavy gas oils which distil between 380 °C and 540 °C and which are used as petrochemical feedstocks."@en, "OtherGasOil"@en, @@ -2803,26 +2803,26 @@ Class: OEO_00000211 issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "heating oil"@en - - SubClassOf: + + SubClassOf: OEO_00000181, OEO_00240025 some OEO_00010315 - - + + Class: OEO_00000212 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heat pump is a heater that transforms low temperature heat to high temperature heat using external energy."@en, rdfs:label "heat pump" - - SubClassOf: + + SubClassOf: OEO_00000210 - - + + Class: OEO_00000218 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydro energy is kinetic energy of moving liquid water which can result directly from its potential energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 @@ -2830,10 +2830,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/681 change axiom from participates in to is energy participant of pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", rdfs:label "hydro energy" - - SubClassOf: + + SubClassOf: OEO_00230020, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 @@ -2841,59 +2841,59 @@ change axiom to 'participates in' issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" OEO_00020182 some OEO_00110002 - - + + Class: OEO_00000219 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydrofluorocarbons (HFCs) are portions of matter consisting of organic compounds that contain fluorine and hydrogen atoms, and are the most common type of organofluorine compounds. They are frequently used in air conditioning and as refrigerants in place of the older chlorofluorocarbons such as R-12 and hydrochlorofluorocarbons such as R-21."@en, "HFC", "https://en.wikipedia.org/w/index.php?title=Hydrofluorocarbon&oldid=904556263"@en, rdfs:label "hydrofluorocarbon" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030000 - - + + Class: OEO_00000220 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydrogen is a portion of matter with the chemical formula H2. It has a gaseous normal state of matter. As it can be oxidised it can be used as a fuel."@en, "H2", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134", rdfs:label "hydrogen", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_18276" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000001, some OEO_00000097, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00000221 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydrogen power plant is a power plant that has hydrogen power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "hydrogen power plant" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000022 - - + + Class: OEO_00000222 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydrogen turbine is a gas turbine fueled with hydrogen."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/873 @@ -2902,33 +2902,33 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/877 issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300", rdfs:label "hydrogen turbine" - - SubClassOf: + + SubClassOf: OEO_00000185, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000220 - - + + Class: OEO_00000226 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An industrial waste fuel is waste fuel produced by industry."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", rdfs:label "industrial waste fuel" - - SubClassOf: + + SubClassOf: OEO_00000439 - - + + Class: OEO_00000240 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An internal combustion vehicle is a vehicle that uses an internal combustion engine for propulsion.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 @@ -2942,21 +2942,21 @@ Adapt definition and convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "internal combustion vehicle" - - EquivalentTo: + + EquivalentTo: OEO_00010023 - and ( some + and ( some (OEO_00010029 and ( some ))) - - SubClassOf: + + SubClassOf: OEO_00010023, OEO_00000503 some OEO_00000099 - - + + Class: OEO_00000245 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Jet fuel is kerosene used for aviation turbine power units. It has the same distillation characteristics between 150 °C and 300 °C (generally not above 250 °C) and flash point as kerosene. In addition, it has particular specifications (such as freezing point) which are established by the International air Transport Association (IATA).", "kerosene type jet fuel", @@ -2968,15 +2968,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", issue: https://github.com/OpenEnergyPlatform/ontology/issues/1230 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1237", rdfs:label "jet fuel" - - SubClassOf: + + SubClassOf: OEO_00000246, OEO_00240025 some OEO_00010315 - - + + Class: OEO_00000246 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Kerosene, also known as paraffin, lamp oil, and coal oil (an obsolete term), is a portion of matter consisting of combustible hydrocarbon liquid which is derived from petroleum. It is widely used as a fuel in industry as well as households. It is sometimes spelled kerosine in scientific and industrial usage. [...] @@ -2994,8 +2994,8 @@ add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "kerosene" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030002, OEO_00240025 some OEO_00010315, @@ -3004,11 +3004,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", some OEO_00000097, some OEO_00140076, OEO_00000529 value OEO_00000256 - - + + Class: OEO_00000248 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A lithium-ion battery is a battery that is rechargeable and in which lithium ions move from the negative electrode to the positive electrode during discharge, and back when charging. Li-ion batteries use an intercalated lithium compound as one electrode material."@en, "LIB", @@ -3017,127 +3017,127 @@ Class: OEO_00000248 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", rdfs:label "lithium-ion battery" - - SubClassOf: + + SubClassOf: OEO_00000068 - - + + Class: OEO_00000251 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Lignite is coal that is non-agglomerating with a gross calorific value less than 17 435 kJ/kg (4 165 kcal/kg) and greater than 31 % volatile matter on a dry mineral matter free basis."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:comment "Oil shale and tar sands produced and combusted directly should be reported in this category. Oil shale and tar sands used as inputs for other transformation processes should also be reported in this category. + rdfs:comment "Oil shale and tar sands produced and combusted directly should be reported in this category. Oil shale and tar sands used as inputs for other transformation processes should also be reported in this category. This includes the portion of the oil shale or tar sands consumed in the transformation process.", rdfs:label "lignite", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000008" - - SubClassOf: + + SubClassOf: OEO_00000088, OEO_00000530 some OEO_00030002, OEO_00000529 value OEO_00000390 - - DisjointWith: + + DisjointWith: OEO_00000204 - - + + Class: OEO_00000252 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A lignite power plant is a coal power plant that has lignite power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "lignite power plant", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000040" - - SubClassOf: + + SubClassOf: OEO_00000089, some OEO_00000024 - - + + Class: OEO_00000253 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power line is a grid component link that is an uninterrupted transmission system between two nodes in an electricity grid."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", rdfs:label "power line"@en - - SubClassOf: + + SubClassOf: OEO_00000255, some OEO_00000143 - - + + Class: OEO_00000255 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A grid component link is a grid component that serves as a connection between two other grid components."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "grid component link" - - SubClassOf: + + SubClassOf: OEO_00020006 - - DisjointWith: + + DisjointWith: OEO_00000296 - - + + Class: OEO_00000257 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Liquid air is air that has a liquid state of matter."@en, "redefine definition and add equivalent issue: https://github.com/OpenEnergyPlatform/ontology/issues/937 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/945", rdfs:label "liquid air" - - EquivalentTo: + + EquivalentTo: OEO_00000054 and (OEO_00000531 value OEO_00000256) - - SubClassOf: + + SubClassOf: OEO_00000054 - - + + Class: OEO_00000258 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid biofuel is a biofuel that has liquid as its normal state of matter.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "liquid biofuel" - - EquivalentTo: + + EquivalentTo: OEO_00000072 and (OEO_00000529 value OEO_00000256) - - SubClassOf: - + + SubClassOf: + Annotations: "Add `SubClass Of` axiom for `liquid biofuel` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" OEO_00000072, OEO_00000530 some OEO_00030001, OEO_00000529 value OEO_00000256 - - + + Class: OEO_00000259 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid-metal battery is a battery that consists of two molten metal alloys separated by an electrolyte. The rechargeable batteries are used for electric vehicles and potentially also for grid energy storage."@en, "https://en.wikipedia.org/w/index.php?title=Molten-salt_battery&oldid=900557096"@en, @@ -3145,14 +3145,14 @@ Class: OEO_00000259 issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", rdfs:label "liquid-metal battery" - - SubClassOf: + + SubClassOf: OEO_00000068 - - + + Class: OEO_00000263 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A manufactured coal based gas is a gas mixture that is manufactured from coal. It is used as fossil fuel."@en, "improve definition and make subclass of gas mixture: @@ -3162,33 +3162,33 @@ add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "manufactured coal based gas" - - SubClassOf: + + SubClassOf: , OEO_00000530 some OEO_00030002, some OEO_00000001, some OEO_00000097, some OEO_00140076, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00000269 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A methanation gas storage is a energy storage that uses carbon dioxide and hydrogen from electrolysis to produce methan and store this. The methan can then be used to produce electricity or heat in a gas generator."@en, rdfs:label "methanation gas storage" - - SubClassOf: + + SubClassOf: OEO_00000012 - - DisjointWith: + + DisjointWith: OEO_00000070 - - + + Class: OEO_00000282 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A molten-salt battery is a battery that uses molten salts as an electrolyte and offers both a high energy density and a high power density."@en, "https://en.wikipedia.org/w/index.php?title=Molten-salt_battery&oldid=900557096"@en, @@ -3196,19 +3196,19 @@ Class: OEO_00000282 issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", rdfs:label "molten-salt battery" - - SubClassOf: + + SubClassOf: OEO_00000068 - - + + Class: OEO_00000286 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Motor gasoline is gasoline consisting of a mixture of light hydrocarbons distilling between 35 oC and 215 oC. It is used as a fuel for land based spark ignition engines. Motor gasoline may include additives, oxygenates and octane enhancers, including lead compounds such as TEL and TML. Includes motor gasoline blending components (excluding additives/oxygenates), e.g. alkylates, isomerate, reformate, cracked gasoline destined for use as finished motor gasoline."@en, - + Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 https://github.com/OpenEnergyPlatform/ontology/pull/1037" "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", @@ -3217,28 +3217,28 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1037" issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "motor gasoline" - - SubClassOf: + + SubClassOf: OEO_00000183, OEO_00240025 some OEO_00010315 - - + + Class: OEO_00000290 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A municipal waste fuel is waste fuel produced by households or non-industrial commercial activities."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", rdfs:label "municipal waste fuel" - - SubClassOf: + + SubClassOf: OEO_00000439 - - + + Class: OEO_00000292 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Natural gas is a gas mixture occurring in underground deposits, whether liquefied or gaseous, and consisting mainly of methane."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, @@ -3252,68 +3252,68 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", It does not include gases created by anaerobic digestion of biomass (e.g. municipal or sewage gas) nor gasworks gas.", rdfs:label "natural gas", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000552" - - SubClassOf: + + SubClassOf: , OEO_00000530 some OEO_00030002, some OEO_00000025, some OEO_00000001, some OEO_00000097, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" some OEO_00140075, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00000293 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Negative emission is the process of absorbing a substance, usually a pollutant that was emitted before.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", rdfs:label "negative emission" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00000296 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A grid node is a grid component of a supply grid where two or more links meet."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "grid node" - - SubClassOf: + + SubClassOf: OEO_00020006 - - DisjointWith: + + DisjointWith: OEO_00000255 - - + + Class: OEO_00000297 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Non associated gas is natural gas originating from fields producing hydrocarbons only in gaseous form.", "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN", rdfs:label "non associated gas" - - SubClassOf: + + SubClassOf: OEO_00000292 - - + + Class: OEO_00000298 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A non-methane volatile organic compound (NMVOC) is a volatile organic compound other than methane."@en, "NMVOC", @@ -3321,34 +3321,34 @@ Class: OEO_00000298 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "non-methane volatile organic compound" - - SubClassOf: + + SubClassOf: OEO_00000437 - - + + Class: OEO_00000299 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fossil municipal waste fuel is an municipal waste fuel that has a fossil origin."@en, - + Annotations: "Old class name kept as alternative term" "non renewable municipal waste fuel", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", rdfs:label "fossil municipal waste fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000290 and (OEO_00000530 some OEO_00030002) - - SubClassOf: + + SubClassOf: OEO_00000290 - - + + Class: OEO_00000300 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nuclear binding energy is the energy that is required to disassemble the nucleus of an atom into its component parts."@en, "Derived from https://en.wikipedia.org/w/index.php?title=Nuclear_binding_energy&oldid=1007327561"@en, @@ -3358,207 +3358,207 @@ convertion to nuclear binding energy issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", rdfs:label "nuclear binding energy", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000025" - - SubClassOf: + + SubClassOf: OEO_00000150, OEO_00000530 some OEO_00020147 - - + + Class: OEO_00000302 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A nuclear fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by undergoing nuclear fission.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237", rdfs:label "nuclear fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000173 and ( some OEO_00000028) - - SubClassOf: + + SubClassOf: OEO_00000173, some OEO_00000300 - - + + Class: OEO_00000303 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A nuclear power plant is a power plant that has nuclear power units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "nuclear power plant", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002271" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000029 - - + + Class: OEO_00000308 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An offshore wind farm is a wind farm that is build in a body of water, usually the ocean."@en, rdfs:label "offshore wind farm" - - SubClassOf: + + SubClassOf: OEO_00000447 - - DisjointWith: + + DisjointWith: OEO_00000311 - - + + Class: OEO_00000310 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A oil power plant is a power plant that has oil power units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "oil power plant" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000030 - - + + Class: OEO_00000311 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An onshore wind farm is a wind farm that is build on land."@en, rdfs:label "onshore wind farm" - - SubClassOf: + + SubClassOf: OEO_00000447 - - DisjointWith: + + DisjointWith: OEO_00000308 - - + + Class: OEO_00000316 - + Class: OEO_00000318 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Particulate matter is a portion of matter consisting of small particles. It can act as an air pollutant."@en, "PM", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "particulate matter", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000060" - - SubClassOf: + + SubClassOf: OEO_00000331, (OEO_00000529 value OEO_00000256) or (OEO_00000529 value OEO_00000390), some OEO_00000055 - - + + Class: OEO_00000320 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Peat is a or portion of matter that is a soft, porous or compressed, sedimentary deposit of plant origin with high water content (up to 90 % in the raw state) and can be used as combustion fuel. As the natural formation of peat takes at least centuries, peat is usually considered having a fossil origin."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/942 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1003", rdfs:label "peat", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00005774" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030002, some OEO_00000441, some OEO_00000001, some OEO_00000097, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" some OEO_00140075, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00000322 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Perfluorocarbons (PFCs) are portions of matter consisting of organic compounds that contain fluorine atoms but no hydrogen atoms.", "PFC", rdfs:label "perfluorocarbon" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030000 - - + + Class: OEO_00000324 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A photovoltaic power plant is a solar power plant that has PV panels as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "photovoltaic power plant" - - SubClassOf: + + SubClassOf: OEO_00000386, some OEO_00000348 - - + + Class: OEO_00000330 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Pollution is an emission with a negative effect on the environment or organisms."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", rdfs:label "pollution", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02500036" - - SubClassOf: + + SubClassOf: OEO_00000147 - - + + Class: OEO_00000331 - + Class: OEO_00000332 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solid biomass is a portion of matter consisting of organic, non-fossil material of biological origin which may be used as fuel for heat production or electricity generation.", "portion of solid biomass", "solid biomass"@en, "https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN", rdfs:label "solid biofuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000072 and (OEO_00000529 value OEO_00000390) - - SubClassOf: - + + SubClassOf: + Annotations: "Add `SubClass Of` axiom for `solid biofuel` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" @@ -3567,11 +3567,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" some OEO_00000001, some OEO_00000097, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00000333 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Power is the process attribute that is the amount of energy transformed or transferred per time unit."@en, "classification: @@ -3583,15 +3583,15 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/79 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/369", rdfs:comment "Power is the derivative of energy transformation over time", rdfs:label "power" - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00000502 some OEO_00020003 - - + + Class: OEO_00000334 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power generating unit is an energy transformation unit that contains a generator."@en, "block", @@ -3612,21 +3612,21 @@ remove \"among other parts from definition\" issue: https://github.com/OpenEnergyPlatform/ontology/issues/1258 pull request: https://github.com/OpenEnergyPlatform/ontology/issues/1259"@en, rdfs:label "power generating unit" - - SubClassOf: + + SubClassOf: OEO_00020102, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00000139, some OEO_00000188, some OEO_00020003, some OEO_00020107 - - + + Class: OEO_00000335 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power-to-gas system is an energy transformation unit that implements a power-to-gas process. A water electrolyser is participating in the power-to-gas process."@en, "P2G", @@ -3636,27 +3636,27 @@ Class: OEO_00000335 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", rdfs:label "power-to-gas system" - - SubClassOf: + + SubClassOf: OEO_00020102, some OEO_00010021, some OEO_00010216 - - + + Class: OEO_00000343 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A pumped storage (pumped-storage hdyroelectricity) is an energy storage that uses water from a higher reservoir to generate energy."@en, rdfs:label "pumped storage" - - SubClassOf: + + SubClassOf: OEO_00000012 - - + + Class: OEO_00000345 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Pumped water is liquid water which was pumped into an upper reservoir and thus contains potential energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 @@ -3666,16 +3666,16 @@ add secondary energy carrier disposition issue: https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "pumped water" - - SubClassOf: + + SubClassOf: OEO_00110000, OEO_00000501 some OEO_00000399, some OEO_00140076 - - + + Class: OEO_00000348 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A PV panel (photovoltaic panel) is a solar power unit absorbing sunlight as a source of energy to generate electricity."@en, "change produces energy axiom to 'has energy output': @@ -3683,29 +3683,29 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:comment "A photovoltaic (PV) module is a packaged, connected assembly of typically 6x10 photovoltaic solar cells. Photovoltaic modules constitute the photovoltaic array of a photovoltaic system that generates and supplies solar electricity in commercial and residential applications.", rdfs:label "PV panel" - - SubClassOf: + + SubClassOf: OEO_00000034, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000139, some OEO_00000032 - - + + Class: OEO_00000350 - SubClassOf: + SubClassOf: some - - + + Class: OEO_00000356 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A biogenic municipal waste fuel is a municipal waste fuel that has a biogenic origin."@en, "renewable municipal waste fuel", - "remove origin + "remove origin pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 new definition: @@ -3716,46 +3716,46 @@ rename class and change axiom: https://github.com/OpenEnergyPlatform/ontology/issues/872 https://github.com/OpenEnergyPlatform/ontology/pull/1048", rdfs:label "biogenic municipal waste fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000290 and (OEO_00000530 some OEO_00030001) - - SubClassOf: + + SubClassOf: OEO_00000290, OEO_00000530 some OEO_00030001 - - + + Class: OEO_00000361 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A rooftop photovoltaic power plant is a photovoltaic power plant that is installed on top of the roof of a building."@en, rdfs:label "rooftop photovoltaic power plant" - - SubClassOf: + + SubClassOf: OEO_00000324 - - DisjointWith: + + DisjointWith: OEO_00000165 - - + + Class: OEO_00000374 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Superconducting magnetic energy storage (SMES) systems store energy in the magnetic field created by the flow of direct current in a superconducting coil which has been cryogenically cooled to a temperature below its superconducting critical temperature. A typical smes system includes three parts: superconducting coil, power conditioning system and cryogenically cooled refrigerator. Once the superconducting coil is charged, the current will not decay and the magnetic energy can be stored indefinitely."@en, "https://en.wikipedia.org/w/index.php?title=Superconducting_magnetic_energy_storage&oldid=902190687", rdfs:label "SMES" - - SubClassOf: + + SubClassOf: OEO_00000159 - - + + Class: OEO_00000376 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sodium-ion battery is a rechargable metal-ion battery that uses sodium ions as charge carriers."@en, "SIB", @@ -3763,14 +3763,14 @@ Class: OEO_00000376 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", rdfs:label "sodium-ion battery" - - SubClassOf: + + SubClassOf: OEO_00000068 - - + + Class: OEO_00000377 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sodium–sulphur battery is a type of molten-salt battery constructed from liquid sodium (Na) and sulphur (S).This type of battery has a high energy density, high efficiency of charge/discharge and long cycle life, and is fabricated from inexpensive materials. The operating temperatures of 300 to 350 °C and the highly corrosive nature of the sodium polysulphides, primarily make them suitable for stationary energy storage applications. The cell becomes more economical with increasing size."@en, "sodium–sulfur battery", @@ -3779,14 +3779,14 @@ Class: OEO_00000377 issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", rdfs:label "sodium-sulphur battery" - - SubClassOf: + + SubClassOf: OEO_00000282 - - + + Class: OEO_00000384 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar energy is radiative energy of the sun."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 @@ -3798,33 +3798,33 @@ remove disposition renewable fuel issue: https://github.com/OpenEnergyPlatform/ontology/issues/726 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732", rdfs:label "solar energy" - - SubClassOf: + + SubClassOf: OEO_00020040, OEO_00000530 some OEO_00030004 - - + + Class: OEO_00000386 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar power plant is a power plant that has solar power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "solar power plant", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000041" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000034 - - + + Class: OEO_00000387 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar thermal collector is a heater that absorbs solar radiation to convert it into heat."@en, "https://en.wikipedia.org/w/index.php?title=Solar_thermal_collector&oldid=903948846"@en, @@ -3835,56 +3835,56 @@ add axiom to 'has part some solar radiation receiving surface' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228", rdfs:label "solar thermal collector" - - SubClassOf: + + SubClassOf: OEO_00000210, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010234 some OEO_00000384, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00000388, some OEO_00020199, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00020047 - - + + Class: OEO_00000388 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar thermal energy is thermal energy that is the physical output of a solar thermal energy transformation."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", rdfs:label "solar thermal energy" - - SubClassOf: + + SubClassOf: OEO_00000207, OEO_00000530 some OEO_00030004 - - + + Class: OEO_00000389 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar thermal power plant is a solar power plant that has solar thermal power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "solar thermal power plant" - - SubClassOf: + + SubClassOf: OEO_00000386, some OEO_00000035, some OEO_00000396 - - + + Class: OEO_00000391 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solid fossil fuel is a fossil fuel that has a solid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/106 @@ -3893,20 +3893,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/164 Update definition and axioms: pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "solid fossil fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000014 and (OEO_00000529 value OEO_00000390) - - SubClassOf: + + SubClassOf: OEO_00000014, OEO_00000530 some OEO_00030002, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00000395 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "In physics, a state of matter is one of the distinct forms in which matter can exist. Four states of matter are observable in everyday life: solid, liquid, gas, and plasma. Many intermediate states are known to exist, such as liquid crystal, and some states only exist under extreme conditions", "https://en.wikipedia.org/w/index.php?title=State_of_matter&oldid=903680856", @@ -3917,33 +3917,33 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "state of matter" - - SubClassOf: + + SubClassOf: , OEO_00010121 some OEO_00000331 - - + + Class: OEO_00000396 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam turbine is a turbine that converts heat from pressurised steam into rotational energy.", "change produces energy and uses energy axioms to 'has energy output' and ' has energy input': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "steam turbine" - - SubClassOf: + + SubClassOf: OEO_00000425, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00110001, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010234 some OEO_00000207, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 @@ -3951,83 +3951,83 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00240000, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00050020 - - + + Class: OEO_00000399 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A storage unit is a grid component that stores energy."@en, rdfs:label "storage unit" - - SubClassOf: + + SubClassOf: OEO_00020006, some OEO_00000200 - - + + Class: OEO_00000401 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Sub bituminous coal is coal that is non-agglomerating with a gross calorific value between 17 435 kJ/kg (4 165 kcal/kg) and 23 865 kJ/kg (5 700 kcal/kg) containing more than 31 % volatile matter on a dry mineral matter free basis."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "sub bituminous coal", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000009" - - SubClassOf: + + SubClassOf: OEO_00000088 - - + + Class: OEO_00000407 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A Technology is an information content entity that specifies how to create an artificial object."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/136 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/334", rdfs:label "technology" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00000419 - + Class: OEO_00000420 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A transformer is an electricity grid component that passively transfers electrical energy from one electrical circuit to another."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:comment "Source: https://en.wikipedia.org/wiki/Transformer"@en, rdfs:label "transformer" - - SubClassOf: + + SubClassOf: OEO_00020006, some OEO_00000143 - - + + Class: OEO_00000423 - SubClassOf: - + SubClassOf: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/415 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821" OEO_00140164 some OEO_00000143 - - + + Class: OEO_00000425 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A turbine is an energy converting component that converts energy from a moving fluid flow into rotational energy."@en, "use energy converting component in definition: @@ -4037,40 +4037,40 @@ change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "turbine" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769" OEO_00000503 some OEO_00140116, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00240000 - - + + Class: OEO_00000429 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An underground hydrogen storage is an energy storage object that stores hydrogen underground. Examples are underground caverns, salt domes and depleted oil/gas fields."@en, "https://en.wikipedia.org/w/index.php?title=Underground_hydrogen_storage&oldid=895350780", "Issue:https://github.com/OpenEnergyPlatform/ontology/issues/448 Pull request: https://github.com/OpenEnergyPlatform/ontology/pull/462", rdfs:label "underground hydrogen storage" - - SubClassOf: + + SubClassOf: OEO_00000159, OEO_00000503 some OEO_00000220 - - + + Class: OEO_00000437 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A volatile organic compound (VOC) is a portion of matter consisting of organic compounds that is capable of producing photochemical oxidants by reactions with nitrogen oxides in the presence of sunlight. Hence it can act as an air pollutant."@en, "VOC", @@ -4078,16 +4078,16 @@ Class: OEO_00000437 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "volatile organic compound", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_134179" - - EquivalentTo: + + EquivalentTo: OEO_00000025 or OEO_00000298 - - SubClassOf: - + + SubClassOf: + Annotations: "Add `SubClass Of` axiom for `volatile organic compound` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" @@ -4095,11 +4095,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" OEO_00000331 and ( some OEO_00010011), some OEO_00000055 - - + + Class: OEO_00000439 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A waste fuel is a fuel in which the material entity is waste."@en, "label and definition: @@ -4111,44 +4111,44 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/629 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/631", rdfs:comment "The energy content of waste fuel is typically released by incineration or gasification. The energy content of nuclear waste is not considered as a waste fuel.", rdfs:label "waste fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000173 and ( some OEO_00000042) - - SubClassOf: - + + SubClassOf: + Annotations: "Add `SubClass Of` axiom for `waste fuel` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" OEO_00000173, some OEO_00000097 - - + + Class: OEO_00000440 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A waste power plant is a power plant that has waste power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "waste power plant" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000041 - - + + Class: OEO_00000441 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Water is a portion of matter with the chemical formula H2O. It has a liquid normal state of matter.", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1081 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1099" "We are aware that water is defined as pure H2O in the OEO and that naturally occuring water usually also contains impurities of other portions of matter (e.g. minerals). We purposely neglect this inconsistency for usability reasons.", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "H2O", @@ -4158,23 +4158,23 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/689 add origin issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 -remove origin +remove origin pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "water", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_15377" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000151, OEO_00000529 value OEO_00000256 - - + + Class: OEO_00000442 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A water turbine is a turbine converting potential energy and kinetic energy of water into rotational energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 @@ -4186,14 +4186,14 @@ change produces energy and uses energy axioms to 'has energy output' and 'has en issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "water turbine" - - SubClassOf: + + SubClassOf: OEO_00000425, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010234 some OEO_00000218, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 @@ -4201,15 +4201,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00240000, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00110004 - - + + Class: OEO_00000446 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Wind energy is the kinetic energy of moving air."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 @@ -4223,35 +4223,35 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732 add and change axioms pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", rdfs:label "wind energy" - - SubClassOf: + + SubClassOf: OEO_00230020, OEO_00000530 some OEO_00030004, - + Annotations: "change axiom to 'participates in' issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" OEO_00020182 some OEO_00000043, OEO_00020183 some OEO_00020043 - - + + Class: OEO_00000447 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A wind farm is a power plant that has wind energy converting units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "wind farm" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000044 - - + + Class: OEO_00000448 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A wind rotor (or wind turbine) is a turbine that converts the wind's kinetic energy into rotational energy."@en, "wind turbine", @@ -4262,14 +4262,14 @@ change produces energy and uses energy axioms to 'has energy output' and 'has en issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "wind rotor" - - SubClassOf: + + SubClassOf: OEO_00000425, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010234 some OEO_00000446, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 @@ -4277,16 +4277,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00240000, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00020043, some OEO_00020144 - - + + Class: OEO_00000449 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Wood is a biomass from trees. It has a solid state of matter an can be used as fuel."@en, "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 @@ -4296,18 +4296,18 @@ add dispositions: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033", rdfs:label "wood" - - SubClassOf: + + SubClassOf: OEO_00010214, some OEO_00000001, some OEO_00000097, some OEO_00140075, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00010000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Ammonia is a portion of matter with the chemical formula NH3. It has a gaseous normal state of matter and can act as an air pollutant. As it can be oxidised it can be used as a fuel.", "NH3", @@ -4320,62 +4320,62 @@ Adapt definiton and axioms, add alternative terms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", rdfs:label "ammonia"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16134" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000055, some OEO_00000001, some OEO_00000097, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Carbon monoxide is a portion of matter with the chemical formula CO. It has a gaseous normal state of matter and can act as an air pollutant.", "CO", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "carbon monoxide"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_17245" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000055, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nitrogen oxides are a portion of matter consisting of compounds of nitrogen and oxygen. It is a collective term for numerous oxides of nitrogen with a gaseous normal state of matter. They can act as air pollutants.", "NOx", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "nitrogen oxides"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_35196" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000055, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nitric oxide is a portion of matter with the chemical formula NO. It is a gas and can act as an air pollutant. Synonyms are nitrogen oxide or nitrogen monoxide.", "NO", @@ -4384,28 +4384,28 @@ Class: OEO_00010003 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "nitric oxide"@en - - SubClassOf: + + SubClassOf: OEO_00010002 - - + + Class: OEO_00010004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nitrogen dioxide is a portion of matter with the chemical formula NO2. It is a gas and can act as an air pollutant.", "NO2", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "nitrogen dioxide"@en - - SubClassOf: + + SubClassOf: OEO_00010002 - - + + Class: OEO_00010007 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Sulphur dioxide is a portion of matter with the chemical formula SO2. It has a gaseous normal state of matter and can act as an air pollutant.", "SO2", @@ -4413,52 +4413,52 @@ Class: OEO_00010007 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "sulphur dioxide"@en - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000055, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010009 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "PM10 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM10, EN 12341, with a 50 % efficiency cut-off at 10 µm aerodynamic diameter.", "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "PM10"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000405" - - SubClassOf: + + SubClassOf: OEO_00000318 - - + + Class: OEO_00010010 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "PM2.5 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM2,5, EN 14907, with a 50 % efficiency cut-off at 2,5 µm aerodynamic diameter.", "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "PM2.5"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000415" - - SubClassOf: + + SubClassOf: OEO_00000318 - - + + Class: OEO_00010011 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "The volatility disposition is the disposition of a portion of matter to sublimate or evaporate from the solid or liquid form and enter the surrounding air.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 @@ -4468,15 +4468,15 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "volatility"@en - - SubClassOf: + + SubClassOf: , OEO_00010121 some OEO_00000331 - - + + Class: OEO_00010012 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An air pollutant is a portion of matter that participates in some air pollution.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 @@ -4485,58 +4485,58 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 issue: https://github.com/OpenEnergyPlatform/ontology/issues/815 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/816", rdfs:label "air pollutant"@en - - EquivalentTo: + + EquivalentTo: OEO_00000331 and ( some OEO_00000055) - - SubClassOf: + + SubClassOf: OEO_00000331 - - + + Class: OEO_00010015 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Fossil hydrogen is hydrogen with fossil origin. It is usually produced from fossil fuels applying the steam reforming process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", rdfs:label "fossil hydrogen" - - EquivalentTo: - + + EquivalentTo: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954" OEO_00000220 and (OEO_00000530 some OEO_00030002) - - SubClassOf: + + SubClassOf: OEO_00000220 - - + + Class: OEO_00010016 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Synthetic hydrogen is hydrogen with synthetic origin. It is usually produced from water applying the water electrolysis process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", rdfs:label "synthetic hydrogen" - - EquivalentTo: - + + EquivalentTo: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954" OEO_00000220 and (OEO_00000530 some OEO_00030005) - - SubClassOf: + + SubClassOf: OEO_00000220 - - + + Class: OEO_00010017 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A synthetic fuel is a fuel produced from one or more portion(s) of matter using electric energy.", "e-fuel", @@ -4548,24 +4548,24 @@ add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "synthetic fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000173 and (OEO_00000530 some OEO_00030005) - - SubClassOf: - + + SubClassOf: + Annotations: "Add `SubClass Of` axiom for `synthetic fuel` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" OEO_00000173, some OEO_00000097, some OEO_00140076 - - + + Class: OEO_00010018 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Synthetic methane is methane that has a synthetic origin.", "P2G", @@ -4579,18 +4579,18 @@ Re-definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", rdfs:label "synthetic methane" - - EquivalentTo: + + EquivalentTo: OEO_00000025 and (OEO_00000530 some OEO_00030005) - - SubClassOf: + + SubClassOf: OEO_00000025 - - + + Class: OEO_00010019 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "PtL fuel is a liquid synthetic fuel produced in a power-to-liquid system from water and carbon dioxide using electrical energy.", "P2L fuel", @@ -4603,16 +4603,16 @@ new label and axioms: https://github.com/OpenEnergyPlatform/ontology/issues/934 pull request: https://github.com/OpenEnergyPlatform/ontology/pulls/957", rdfs:label "PtL fuel" - - SubClassOf: + + SubClassOf: OEO_00010156, some OEO_00010020, OEO_00000529 value OEO_00000256 - - + + Class: OEO_00010020 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power-to-liquid (often abbreviated P2L or PtL) system is an energy storage object that converts electrical power to a liquid fuel.", "P2L", @@ -4620,14 +4620,14 @@ Class: OEO_00010020 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", rdfs:label "power-to-liquid system" - - SubClassOf: + + SubClassOf: OEO_00000159 - - + + Class: OEO_00010021 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A water electrolyser is an energy converting component that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 @@ -4640,30 +4640,30 @@ change produces energy and uses energy axioms to 'has energy output' and 'has en issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "water electrolyser" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000441, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010234 some OEO_00000139, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00000007, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00000220 - - + + Class: OEO_00010022 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam reformer is an energy converting component that produces syngas from hydrocarbons such as natural gas.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 @@ -4672,25 +4672,25 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 use energy converting component in definition: https://github.com/OpenEnergyPlatform/ontology/pull/993", rdfs:label "steam reformer" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805" OEO_00000503 some OEO_00140159, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805" some OEO_00140160 - - + + Class: OEO_00010023 - + Class: OEO_00010024 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A battery electric vehicle (BEV) is an electric vehicle that stores energy in a traction battery.", "BEV", @@ -4704,18 +4704,18 @@ Adapt definition and convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "battery electric vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00000146 and ( some OEO_00010026) - - SubClassOf: + + SubClassOf: OEO_00000146 - - + + Class: OEO_00010025 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fuel cell electric vehicle (FCEV) is an electric vehicle that uses electrical energy from a fuel cell.", "FCEV", @@ -4729,32 +4729,32 @@ Convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "fuel cell electric vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00000146 and ( some OEO_00000016) - - SubClassOf: + + SubClassOf: OEO_00000146, OEO_00000503 some OEO_00000220 - - + + Class: OEO_00010026 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453", dc:description "A traction battery is a battery that is used in vehicles for propulsion.", rdfs:label "traction battery"@en - - SubClassOf: + + SubClassOf: OEO_00000068 - - + + Class: OEO_00010027 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An electric motor is a motor that converts electrical energy into kinetic energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 @@ -4767,15 +4767,15 @@ change uses energy axiom to 'has energy input': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "electric motor"@en - - SubClassOf: + + SubClassOf: OEO_00010032, OEO_00010234 some OEO_00000139 - - + + Class: OEO_00010028 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An electric traction motor is an electric motor used for propulsion."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 @@ -4785,15 +4785,15 @@ relabel and add axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1029 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1135", rdfs:label "electric traction motor"@en - - SubClassOf: + + SubClassOf: OEO_00010027, some - - + + Class: OEO_00010029 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An internal combustion engine is a motor that converts chemical energy into kinetic energy using a cyclic combustion process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 @@ -4806,20 +4806,20 @@ add energy input axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1280 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1285", rdfs:label "internal combustion engine"@en - - SubClassOf: + + SubClassOf: OEO_00010032, OEO_00000503 some OEO_00000099, OEO_00010234 some OEO_00000007, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817" some OEO_00140038 - - + + Class: OEO_00010030 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A plug-in hybrid electric vehicle (PHEV) is a vehicle that contains both an electric traction motor and an internal combustion engine and can switch between their usage for propulsion. It contains a traction battery that can be charged with electrical energy from an external supply.", "PHEV", @@ -4830,24 +4830,24 @@ Convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "plug-in hybrid electric vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00010023 and ( some OEO_00010028) - and ( some + and ( some (OEO_00010029 and ( some ))) - - SubClassOf: + + SubClassOf: OEO_00010023, OEO_00000503 some OEO_00000099, OEO_00000503 some OEO_00000139, some OEO_00010026 - - + + Class: OEO_00010031 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A grid supplied electric vehicle is an electric vehicle that has a current collector to use electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 @@ -4857,18 +4857,18 @@ Adapt definition and convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "grid supplied electric vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00000146 and ( some OEO_00010300) - - SubClassOf: + + SubClassOf: OEO_00000146 - - + + Class: OEO_00010032 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A motor is an energy converting component that converts other forms of energy into kinetic energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 @@ -4884,123 +4884,123 @@ change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "motor", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000610" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00230020 - - + + Class: OEO_00010072 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal power density unit is a unit which is a measure for the power per surface area.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal power density unit" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00010073 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal energy density unit is a unit which is a measure for the energy per surface area.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal energy density unit" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00010074 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal power density is a quantity value that indicates a certain power per area.", "specific power", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal power density" - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some OEO_00010072 - - + + Class: OEO_00010075 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal energy density is a quantity value that states a certain energy amount per area.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal energy density" - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some OEO_00010073 - - + + Class: OEO_00010076 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal solar power density is an areal power density that indicates the arriving solar power per area. A synonym for areal solar power density is irradiance.", "irradiance", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal solar power density" - - SubClassOf: + + SubClassOf: OEO_00010074 - - + + Class: OEO_00010077 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal solar energy density is an areal energy density that gives the arriving solar power per area. A synonym for areal solar power density is irradiation.", "irradiation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal solar energy density" - - SubClassOf: + + SubClassOf: OEO_00010075 - - + + Class: OEO_00010078 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Global warming potential (GWP) is a quantity value that measures the the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).", "GWP", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683", rdfs:label "global warming potential"@en - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some - - + + Class: OEO_00010079 - + Class: OEO_00010080 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar-steam-electric process is a solar energy transformation that converts solar energy into electrical energy. It has two partial processes: a solar thermal energy transformation and a steam-electric process."@en, "add two has participant and redefine @@ -5018,21 +5018,21 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "solar-steam-electric process"@en - - EquivalentTo: + + EquivalentTo: ( some OEO_00020047) and ( some OEO_00050020) - - SubClassOf: + + SubClassOf: OEO_00020046, OEO_00010235 some OEO_00000139, some OEO_00000010, some OEO_00000396 - - + + Class: OEO_00010081 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar chemical energy transformation is a solar energy transformation that converts solar energy into chemical energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/673 @@ -5042,82 +5042,82 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "solar chemical energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00020046, OEO_00010235 some OEO_00000007 - - + + Class: OEO_00010084 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A reservoir is an artificial object that stores liquid water and has a dam as part.", "Reservoirs created by dams provide water for activities such as hydro energy transformation, irrigation, human consumption, industrial use, aquaculture, and navigability. They are also used to regulate floods.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/755", rdfs:label "reservoir"@en - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00000503 some OEO_00110000, some OEO_00000117 - - + + Class: OEO_00010085 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydro power unit is a power generating unit that uses hydro energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "hydro power unit"@en - - SubClassOf: + + SubClassOf: OEO_00000334, OEO_00000503 some OEO_00000441, some OEO_00000442, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00110005 - - + + Class: OEO_00010086 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydro power plant is a power plant having an aggregate of hydro power generating units as its power generating unit parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "hydro power plant"@en - - SubClassOf: + + SubClassOf: OEO_00000031, OEO_00000503 some OEO_00000441, some OEO_00010085, some OEO_00110005 - - + + Class: OEO_00010087 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A run of river power plant is a hydro power plant that uses the momentarily available hydro energy of a river. It has either no reservoir or just has a small one with a maximum of 24 hours of storage.", "The distinction between a run of river power plant and a hydro storage power plant is important for modelling, but in reality not so easy. The chosen distinction follows the document: European Network of Transmission System Operators for Electricity (ENTSO-E): Hydropower modelling – New database complementing PECD, V.1.0, 12 December 2019, https://www.entsoe.eu/Documents/SDC%20documents/MAF/2019/Hydropower_Modelling_New_database_and_methodology.pdf", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "run of river power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010086, OEO_00000503 some OEO_00010093, some OEO_00000117 - - + + Class: OEO_00010088 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydro storage power plant is a hydro power plant that uses the available hydro energy of a stationary water storage.", "The distinction between a run of river power plant and a hydro storage power plant is important for modelling, but in reality not so easy. The chosen distinction follows the document: European Network of Transmission System Operators for Electricity (ENTSO-E): Hydropower modelling – New database complementing PECD, V.1.0, 12 December 2019, https://www.entsoe.eu/Documents/SDC%20documents/MAF/2019/Hydropower_Modelling_New_database_and_methodology.pdf", @@ -5125,31 +5125,31 @@ Class: OEO_00010088 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "hydro storage power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010086, ( some OEO_00000117) and ( some OEO_00010084), OEO_00000503 some OEO_00110000 - - + + Class: OEO_00010089 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A pumped hydro storage power plant is a hydro storage power plant which has some pumps as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "pumped hydro storage power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010088, some OEO_00010090 - - + + Class: OEO_00010090 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A pump is an energy converting component that converts energy into kinetic or potential energy of a fluid.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 @@ -5162,51 +5162,51 @@ change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "pump"@en - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769" OEO_00000503 some OEO_00140116, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some + OEO_00010235 some (OEO_00020045 or OEO_00230020) - - + + Class: OEO_00010091 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An open-loop pumped hydro storage power plant is a pumped hydro storage power plant that has natural inflows.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "open-loop pumped hydro storage power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010089, OEO_00000503 some OEO_00000345 - - + + Class: OEO_00010092 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A closed-loop pumped hydro storage power plant is a pumped hydro storage power plant that has no natural inflows.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "closed-loop pumped hydro storage power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010089, OEO_00000503 only OEO_00000345 - - + + Class: OEO_00010093 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A river is a water body that moves through permanent or seasonal flow process from elevated land towards lower elevations through a definite channel and empties either into a sea, lake, or another river or ends on land as bed seepage and evapotranspiration exceed water supply.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/760 @@ -5217,56 +5217,56 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "river"@en, owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00000022" - - SubClassOf: + + SubClassOf: OEO_00010104, some OEO_00110002 - - + + Class: OEO_00010094 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A reservoir hydro storage power plant is a hydro storage power plant that has no pump.", "issue: https://github.com/OpenEnergyPlatform/ontology/issue/767 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/768", rdfs:label "reservoir hydro storage power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010088, not ( some OEO_00010090) - - + + Class: OEO_00010095 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine thermal energy is a kind of natural ambient thermal energy that is present in marine water bodies.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine thermal energy"@en - - SubClassOf: + + SubClassOf: OEO_00140104 - - + + Class: OEO_00010096 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine thermal energy transfer is a heat transfer from the marine water body to a transportable material entity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine thermal energy transfer"@en - - SubClassOf: + + SubClassOf: OEO_00140101, some OEO_00010105 - - + + Class: OEO_00010097 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine current energy is the natural hydro energy of an ocean current.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5279,20 +5279,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 add and change axioms pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", rdfs:label "marine current energy"@en - - SubClassOf: + + SubClassOf: OEO_00020087, - + Annotations: "change axiom to 'participates in' issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" OEO_00020182 some OEO_00010107, OEO_00020183 some OEO_00010098 - - + + Class: OEO_00010098 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine current energy transformation is a hydroelectric energy transformation that converts marine current energy to electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5301,28 +5301,28 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041 -remove wrong axiom +remove wrong axiom https://github.com/OpenEnergyPlatform/ontology/pull/1044", rdfs:label "marine current energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00110005, OEO_00010234 some OEO_00010097, - + Annotations: rdfs:comment "reintroduce axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" some OEO_00010105, - + Annotations: "replace 'has input' with 'causally downstream of or within' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" some OEO_00010107 - - + + Class: OEO_00010099 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine tidal energy transformation is a hydroelectric energy transformation that converts kinetic energy from tidal flow to electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5332,21 +5332,21 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "marine tidal energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00110005, OEO_00010234 some OEO_00010100, some OEO_00010105, - + Annotations: "replace 'has input' with 'causally downstream of or within' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" some OEO_00010101 - - + + Class: OEO_00010100 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine tidal energy is the natural hydro energy of a tidal flow.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5359,29 +5359,29 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 change axiom from participates in to is energy participant of pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", rdfs:label "marine tidal energy"@en - - SubClassOf: + + SubClassOf: OEO_00020087, OEO_00020182 some OEO_00010101 - - + + Class: OEO_00010101 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Tidal flow is a water flow during which movements of water masses caused by varying gravitational and rotational forces from sun and moon, combined with the rotation of the earth, cause waters to undergo periodic depth oscillations (tides).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "tidal flow"@en, owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001342" - - SubClassOf: + + SubClassOf: OEO_00110002 - - + + Class: OEO_00010102 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine wave energy is the natural hydro energy of a wave.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5394,19 +5394,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 change axiom from participates in to is energy participant of pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", rdfs:label "marine wave energy"@en - - SubClassOf: + + SubClassOf: OEO_00020087, - + Annotations: "change axiom to 'participates in' issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" OEO_00020182 some OEO_00010106 - - + + Class: OEO_00010103 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine wave energy transformation is a hydroelectric energy transformation that converts marine wave energy to electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5416,34 +5416,34 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "marine wave energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00110005, OEO_00010234 some OEO_00010102, some OEO_00010105, - + Annotations: "replace 'has input' with 'causally downstream of or within' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" some OEO_00010106 - - + + Class: OEO_00010104 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A water body is an accumulation of liquid water of varying size on the surface of the Earth.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "water body"@en - - SubClassOf: + + SubClassOf: OEO_00110000 - - + + Class: OEO_00010105 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "The ocean is a water body that consists of salt water and is covering approximately 71% of Earth's surface.", "marine water body", @@ -5451,127 +5451,127 @@ Class: OEO_00010105 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "ocean"@en - - SubClassOf: + + SubClassOf: OEO_00010104 - - + + Class: OEO_00010106 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A wave is a water flow that is at the surface of a water body/marine water body/ocean and that is mainly vertically orientated.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "wave"@en - - SubClassOf: + + SubClassOf: OEO_00110002 - - + + Class: OEO_00010107 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An ocean current is a a water flow within a water body/marine water body/ocean that is mainly horizontally orientated.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "ocean current"@en - - SubClassOf: + + SubClassOf: OEO_00110002 - - + + Class: OEO_00010108 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine current energy converting unit is a hydro power unit that uses marine current energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine current energy converting unit"@en - - SubClassOf: + + SubClassOf: OEO_00010085, some OEO_00010098 - - + + Class: OEO_00010109 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine tidal energy converting unit is a hydro power unit that uses marine tidal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine tidal energy converting unit"@en - - SubClassOf: + + SubClassOf: OEO_00010085, some OEO_00010099 - - + + Class: OEO_00010110 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine wave energy converting unit is a hydro power unit that uses marine wave energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine wave energy converting unit"@en - - SubClassOf: + + SubClassOf: OEO_00010085, some OEO_00010103 - - + + Class: OEO_00010111 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine current energy power plant is a power plant that has marine current energy units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine current energy power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010086, some OEO_00010108, some OEO_00010098 - - + + Class: OEO_00010112 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine tidal energy power plant is a power plant that has marine tidal energy units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine tidal energy power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010086, some OEO_00010109, some OEO_00010099 - - + + Class: OEO_00010113 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine wave energy power plant is a power plant that has marine wave energy units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine wave energy power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010086, some OEO_00010110, some OEO_00010103 - - + + Class: OEO_00010114 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Waste thermal energy is thermal energy that is the physical output of an energy transformation process and that is released into the environment unused."@en, "waste heat", @@ -5581,17 +5581,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/813 change label and definition language pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "waste thermal energy" - - SubClassOf: + + SubClassOf: OEO_00000207 - - + + Class: OEO_00010117 - + Class: OEO_00010127 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Secondary energy production is the production of secondary energy carriers.", "secondary production of energy", @@ -5602,16 +5602,16 @@ pull: https://github.com/OpenEnergyPlatform/ontology/pull/924 issue: https://github.com/OpenEnergyPlatform/ontology/issues/860 pull: https://github.com/OpenEnergyPlatform/ontology/pull/865", rdfs:label "secondary energy production"@en - - SubClassOf: + + SubClassOf: OEO_00240003, OEO_00000533 some OEO_00140079, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00010137 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Metric ton (t) is a a mass unit which is equal to thousand of a kilogram or 10^3 kg.", "tonne", @@ -5619,58 +5619,58 @@ Class: OEO_00010137 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/879", "t", rdfs:label "metric ton"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00010138 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Carbon capture is a process that captures carbon dioxide from a gas.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "carbon capture"@en - - SubClassOf: + + SubClassOf: , OEO_00000532 some OEO_00000006 - - + + Class: OEO_00010139 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Direct on air capture (DAC) is carbon dioxide capture from air.", "DAC", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "direct air capture"@en - - SubClassOf: + + SubClassOf: OEO_00010138, some OEO_00000054 - - + + Class: OEO_00010140 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Carbon storage is a process that stores CO2 in a geological formation.", "carbon sequestration", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "carbon storage"@en - - SubClassOf: + + SubClassOf: , OEO_00000532 some OEO_00000006 - - + + Class: OEO_00010141 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Carbon capture and storage (CCS) is a process that combines carbon capture and carbon sequestration.", "CCS", @@ -5678,223 +5678,223 @@ Class: OEO_00010141 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "carbon capture and storage"@en - - EquivalentTo: + + EquivalentTo: ( some OEO_00010138) and ( some OEO_00010140) - - SubClassOf: + + SubClassOf: , OEO_00000532 some OEO_00000006 - - + + Class: OEO_00010144 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solid combustion fuel is a combustion fuel that has a solid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "solid combustion fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000099 and (OEO_00000529 value OEO_00000390) - - SubClassOf: + + SubClassOf: OEO_00000099 - - + + Class: OEO_00010145 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid combustion fuel is a combustion fuel that has a liquid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "liquid combustion fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000099 and (OEO_00000529 value OEO_00000256) - - SubClassOf: + + SubClassOf: OEO_00000099 - - + + Class: OEO_00010146 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gaseous combustion fuel is a combustion fuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous combustion fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000099 and (OEO_00000529 value OEO_00000182) - - SubClassOf: + + SubClassOf: OEO_00000099 - - + + Class: OEO_00010147 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid fossil fuel is a fossil combustion fuel that has a liquid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "liquid fossil fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000014 and (OEO_00000529 value OEO_00000256) - - SubClassOf: + + SubClassOf: OEO_00000014 - - + + Class: OEO_00010148 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gaseous fossil fuel is a fossil combustion fuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous fossil fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000014 and (OEO_00000529 value OEO_00000182) - - SubClassOf: + + SubClassOf: OEO_00000014 - - + + Class: OEO_00010149 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solid renewable fuel is a renewable fuel that has a solid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "solid renewable fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000033 and (OEO_00000529 value OEO_00000390) - - SubClassOf: + + SubClassOf: OEO_00000033 - - + + Class: OEO_00010150 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid renewable fuel is a renewable fuel that has a liquid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "liquid renewable fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000033 and (OEO_00000529 value OEO_00000256) - - SubClassOf: + + SubClassOf: OEO_00000033 - - + + Class: OEO_00010151 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gaseous renewable fuel is a renewable fuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous renewable fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000033 and (OEO_00000529 value OEO_00000182) - - SubClassOf: + + SubClassOf: OEO_00000033 - - + + Class: OEO_00010153 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gasoeus biofuel is a biofuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous biofuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000072 and (OEO_00000529 value OEO_00000182) - - SubClassOf: + + SubClassOf: OEO_00000072 - - + + Class: OEO_00010154 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solid synthetic fuel is a synthetic fuel that has a solid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "solid synthetic fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00010017 and (OEO_00000529 value OEO_00000390) - - SubClassOf: + + SubClassOf: OEO_00010017 - - + + Class: OEO_00010155 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gaseous synthetic fuel is a synthetic fuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous synthetic fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00010017 and (OEO_00000529 value OEO_00000182) - - SubClassOf: + + SubClassOf: OEO_00010017 - - + + Class: OEO_00010156 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid synthetic fuel is a synthetic fuel that has a liquid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "liquid synthetic fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00010017 and (OEO_00000529 value OEO_00000256) - - SubClassOf: + + SubClassOf: OEO_00010017 - - + + Class: OEO_00010157 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power value is a quantity value that has a power unit as unit.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/918 @@ -5904,18 +5904,18 @@ Make equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "power value"@en - - EquivalentTo: + + EquivalentTo: OEO_00000350 and (OEO_00040010 some ) - - SubClassOf: + + SubClassOf: OEO_00000350 - - + + Class: OEO_00010210 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Energy use is the consumption of an energy carrier making use of the energy it carries.", "energy consumption", @@ -5925,48 +5925,48 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950 Add alternative label: https://github.com/OpenEnergyPlatform/ontology/pull/1321", rdfs:label "energy use"@en - - SubClassOf: + + SubClassOf: OEO_00140039, some OEO_00020039 - - DisjointWith: + + DisjointWith: OEO_00010211 - - + + Class: OEO_00010211 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Non-energy use is the consumption of an energy carrier without making use the energy it carries.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950", rdfs:label "non-energy use"@en - - SubClassOf: + + SubClassOf: OEO_00140039 - - DisjointWith: + + DisjointWith: OEO_00010210 - - + + Class: OEO_00010214 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Biomass is a portion of matter from plants or animals and has thus has a biogenic origin.", "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952", rdfs:label "biomass"@en - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030001 - - + + Class: OEO_00010215 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Biomethane is a gas mixture produced from biogas by removing carbon dioxide. It consists mainly of methane and can be used as fuel.", "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 @@ -5976,19 +5976,19 @@ improve definition and make subclass of gas mixture: issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", rdfs:label "biomethane"@en - - SubClassOf: + + SubClassOf: , OEO_00000530 some OEO_00030001, some OEO_00000025, some OEO_00000001, some OEO_00000097, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010216 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power-to-gas process is an energy transformation that converts electrical energy to chemical energy by synthesising portions of matter into a gaseous synthetic fuel.", "P2G", @@ -6002,18 +6002,18 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "power-to-gas process"@en - - SubClassOf: + + SubClassOf: OEO_00020003, (OEO_00000532 some OEO_00000331) and (OEO_00010234 some OEO_00000139), (OEO_00000533 some OEO_00010155) and (OEO_00010235 some OEO_00000007) - - + + Class: OEO_00010217 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power-to-methane process is a power-to-gas process that has electrical energy as energy input, water and carbon dioxide as physical input and synthetic methane carrying chemical energy as physical output. It consists of two sub processes: an electrolysis process and a methanation.", "power to methane", @@ -6024,8 +6024,8 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "power-to-methane process"@en - - SubClassOf: + + SubClassOf: OEO_00010216, (OEO_00000532 some OEO_00000006) and (OEO_00000532 some OEO_00000441) @@ -6034,26 +6034,26 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1041", and (OEO_00010235 some OEO_00000007), some OEO_00010219, some OEO_00010220 - - + + Class: OEO_00010218 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Oxygen is a portion of matter with the chemical formula O2. It has a gaseous normal state of matter.", "O2", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", rdfs:label "oxygen"@en - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010219 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A water electrolysis process is an energy transformation that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 @@ -6063,8 +6063,8 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "water electrolysis process"@en - - SubClassOf: + + SubClassOf: OEO_00020003, (OEO_00000532 some OEO_00000441) and (OEO_00010234 some OEO_00000139), @@ -6072,60 +6072,60 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1041", and (OEO_00000533 some OEO_00010218) and (OEO_00010235 some OEO_00000007), some OEO_00010021 - - + + Class: OEO_00010220 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A methanation is a redox reaction that converts carbon dioxide and hydrogen to synthetic methane and water.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", rdfs:label "methanation"@en - - SubClassOf: + + SubClassOf: OEO_00140034, (OEO_00000532 some OEO_00000006) and (OEO_00000532 some OEO_00000220), (OEO_00000533 some OEO_00000006) and (OEO_00000533 some OEO_00000441) - - + + Class: OEO_00010221 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Synthetic ammonia is ammonia that has a synthetic origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", rdfs:label "synthetic ammonia"@en - - EquivalentTo: + + EquivalentTo: OEO_00010000 and (OEO_00000530 some OEO_00030005) - - SubClassOf: + + SubClassOf: OEO_00010000 - - + + Class: OEO_00010222 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power-to-ammonia process is a power-to-gas process that has ammonia as output.", "power to ammonia", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", rdfs:label "power-to-ammonia process"@en - - SubClassOf: + + SubClassOf: OEO_00010216, some OEO_00010000 - - + + Class: OEO_00010223 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A biogenic waste fuel is a waste fuel that has a biogenic origin.", "renewable waste fuel", @@ -6136,35 +6136,35 @@ rename class and change axiom: https://github.com/OpenEnergyPlatform/ontology/issues/872 https://github.com/OpenEnergyPlatform/ontology/pull/1048", rdfs:label "biogenic waste fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000439 and (OEO_00000530 some OEO_00030001) - - SubClassOf: + + SubClassOf: OEO_00000439 - - + + Class: OEO_00010224 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fossil waste fuel is a waste fuel that has a fossil origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", rdfs:label "fossil waste fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000439 and (OEO_00000530 some OEO_00030002) - - SubClassOf: + + SubClassOf: OEO_00000439 - - + + Class: OEO_00010225 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A biogenic industrial waste fuel is an industrial waste fuel that has a biogenic origin.", "renewable industrial waste fuel", @@ -6175,48 +6175,48 @@ rename class and change axiom: https://github.com/OpenEnergyPlatform/ontology/issues/872 https://github.com/OpenEnergyPlatform/ontology/pull/1048", rdfs:label "biogenic industrial waste fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000226 and (OEO_00000530 some OEO_00030001) - - SubClassOf: + + SubClassOf: OEO_00000226 - - + + Class: OEO_00010226 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fossil industrial waste fuel is an industrial waste fuel that has a fossil origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", rdfs:label "fossil industrial waste fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000226 and (OEO_00000530 some OEO_00030002) - - SubClassOf: + + SubClassOf: OEO_00000226 - - + + Class: OEO_00010256 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A maximum value is a quantity value that represents the upper limit of an artificial object or process to contain or transform another entity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "maximum value" - - SubClassOf: + + SubClassOf: OEO_00000350 - - + + Class: OEO_00010257 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power capacity is a maximum value of a generator or power generating unit to generate power.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 @@ -6226,57 +6226,57 @@ Fix 'quantity value of' axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1223 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1235", rdfs:label "power capacity" - - SubClassOf: + + SubClassOf: OEO_00010256, - OEO_00020056 some + OEO_00020056 some (OEO_00000188 or OEO_00000334), OEO_00040010 some - - + + Class: OEO_00010258 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Bioenergy is chemical energy that is stored in biofuels.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1168 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1188", rdfs:label "bioenergy" - - EquivalentTo: + + EquivalentTo: OEO_00000007 and (OEO_00000530 some OEO_00030001) - - SubClassOf: + + SubClassOf: OEO_00000007 - - + + Class: OEO_00010259 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A measurement device is an artificial object that is used in some measurement process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1214 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1215", rdfs:label "measurement device" - - SubClassOf: + + SubClassOf: OEO_00000061 - - + + Class: OEO_00010263 - + Class: OEO_00010267 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam reforming process is a chemical reaction that converts hydrocarbons and steam to syngas. As it converts chemical energy and thermal energy to a different type of chemical energy (and waste heat), it is also an energy transformation process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1211 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251", rdfs:label "steam reforming"@en - - SubClassOf: + + SubClassOf: OEO_00140033, OEO_00000532 some OEO_00110001, OEO_00000532 some OEO_00140159, @@ -6284,141 +6284,141 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251", OEO_00010234 some OEO_00000007, OEO_00010235 some OEO_00000007, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00010273 - Annotations: + Annotations: "A land vehicle is a vehicle that is moved by applying forces against the ground.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "land vehicle"@en - - SubClassOf: + + SubClassOf: OEO_00010023 - - + + Class: OEO_00010274 - Annotations: + Annotations: "A road vehicle is a vehicle that uses roads.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "road vehicle"@en - - SubClassOf: + + SubClassOf: OEO_00010273 - - + + Class: OEO_00010275 - Annotations: + Annotations: "A motorised road vehicle is a road vehicle that has a traction motor.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "motorised road vehicle"@en - - SubClassOf: + + SubClassOf: OEO_00010274, some - - + + Class: OEO_00010276 - Annotations: + Annotations: "A car is a motorised road vehicle that is used for passenger transport and has a maximum of eight seats.", "automobile", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "car"@en - - SubClassOf: + + SubClassOf: OEO_00010275, some OEO_00010263 - - + + Class: OEO_00010277 - Annotations: + Annotations: "A bus is a motorised road vehicle that is used for passenger transport and has more than eight seats.", "autobus", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "bus"@en - - SubClassOf: + + SubClassOf: OEO_00010275, some OEO_00010263 - - + + Class: OEO_00010278 - Annotations: + Annotations: "A truck is a motorised road vehicle that is used for freight transport.", "lorry", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "truck"@en - - SubClassOf: + + SubClassOf: OEO_00010275, some OEO_00140005 - - + + Class: OEO_00010279 - Annotations: + Annotations: "A bicycle is a road vehicle that has two wheels and is propelled by a person.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "bicycle"@en - - SubClassOf: + + SubClassOf: OEO_00010274, some OEO_00010263 - - + + Class: OEO_00010280 - Annotations: + Annotations: "A train is a vehicle that uses railway tracks.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "train"@en - - SubClassOf: + + SubClassOf: OEO_00010273 - - + + Class: OEO_00010281 - Annotations: + Annotations: "A freight train is a train that is used for freight transport.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "freight train"@en - - SubClassOf: + + SubClassOf: OEO_00010280, some OEO_00140005 - - + + Class: OEO_00010282 - Annotations: + Annotations: "A passenger train is a train that is used for passenger transport.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "passenger train"@en - - SubClassOf: + + SubClassOf: OEO_00010280, some OEO_00010263 - - + + Class: OEO_00010283 - Annotations: + Annotations: "An e-bike is a bicycle that is propelled by a person and an electric traction motor.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293 @@ -6427,382 +6427,382 @@ Add 'traction battery' axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "e-bike"@en - - SubClassOf: + + SubClassOf: OEO_00010279, some OEO_00010026, some OEO_00010028 - - + + Class: OEO_00010284 - Annotations: + Annotations: "A motorcycle is a motorised road vehicle that has two wheels.", "motorbike", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "motorcycle"@en - - SubClassOf: + + SubClassOf: OEO_00010275, some OEO_00010263 - - + + Class: OEO_00010285 - Annotations: + Annotations: "A watercraft is a vehicle that is driving through water.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "watercraft"@en - - SubClassOf: + + SubClassOf: OEO_00010023 - - + + Class: OEO_00010286 - Annotations: + Annotations: "A ship is a watercraft of significant size that is driving on the water surface.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "ship"@en - - SubClassOf: + + SubClassOf: OEO_00010285 - - + + Class: OEO_00010287 - Annotations: + Annotations: "A passenger ship is a ship that is used for passenger transport.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "passenger ship"@en - - SubClassOf: + + SubClassOf: OEO_00010286, some OEO_00010263 - - + + Class: OEO_00010288 - Annotations: + Annotations: "A cargo ship is a ship that is used for freight transport.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "cargo ship"@en - - SubClassOf: + + SubClassOf: OEO_00010286, some OEO_00140005 - - + + Class: OEO_00010289 - Annotations: + Annotations: "A container ship is a cargo ship used for the transport of containers.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "container ship"@en - - SubClassOf: + + SubClassOf: OEO_00010288 - - + + Class: OEO_00010290 - Annotations: + Annotations: "A tank ship is a cargo ship used for the transport of liquid goods.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "tank ship"@en - - SubClassOf: + + SubClassOf: OEO_00010288 - - + + Class: OEO_00010291 - Annotations: + Annotations: "A motorised vehicle is a vehicle that has a traction motor.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "motorised vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00010023 and ( some ) - - SubClassOf: + + SubClassOf: OEO_00010023 - - + + Class: OEO_00010292 - Annotations: + Annotations: "An aircraft is a vehicle that is flying in the air.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "aircraft"@en - - SubClassOf: + + SubClassOf: OEO_00010023 - - + + Class: OEO_00010293 - Annotations: + Annotations: "An airplane is an aircraft that has fixed wings.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "airplane"@en - - SubClassOf: + + SubClassOf: OEO_00010292 - - + + Class: OEO_00010294 - Annotations: + Annotations: "A helicopter is an aircraft that has rotating wings.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "helicopter"@en - - SubClassOf: + + SubClassOf: OEO_00010292 - - + + Class: OEO_00010295 - Annotations: + Annotations: "A conventional energy is an energy that has a conventional origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1270 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1295", rdfs:label "conventional energy"@en - - EquivalentTo: + + EquivalentTo: OEO_00000150 and (OEO_00000530 some OEO_00020147) - - SubClassOf: + + SubClassOf: OEO_00000150 - - DisjointWith: + + DisjointWith: OEO_00020085 - - + + Class: OEO_00010296 - Annotations: + Annotations: "A primary energy consumption calculation method is a methodology to calculate primary energy consumption.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", rdfs:label "primary energy consumption calculation method"@en - - SubClassOf: + + SubClassOf: OEO_00020166, some OEO_00050018 - - + + Class: OEO_00010297 - Annotations: + Annotations: "A substitution method is a primary energy consumption calculation method that treats renewable energy carriers as if they have similar conversion losses as a specified fossil reference energy carrier.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", rdfs:label "substitution method"@en - - SubClassOf: + + SubClassOf: OEO_00010296 - - + + Class: OEO_00010298 - Annotations: + Annotations: "A direct equivalent method is a primary energy consumption calculation method that quantifies renewable and nuclear energies using its secondary energy content assuming no conversion losses.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", rdfs:label "direct equivalent method"@en - - SubClassOf: + + SubClassOf: OEO_00010296 - - + + Class: OEO_00010299 - Annotations: + Annotations: "A physical method is a method to calculate primary energy consumption that quantifies renewable and nuclear energies by attributing an efficiency value each.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", rdfs:label "physical method"@en - - SubClassOf: + + SubClassOf: OEO_00010296 - - + + Class: OEO_00010300 - Annotations: + Annotations: "A current collector is an energy converting component that transfers electrical energy between a stationary conductor and a grid supplied electric vehicle.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "current collector"@en - - SubClassOf: + + SubClassOf: OEO_00000011, OEO_00010234 some OEO_00000139, OEO_00010235 some OEO_00000139, some OEO_00010031 - - + + Class: OEO_00010301 - Annotations: + Annotations: "A gas turbine vehicle is a vehicle that uses a gas turbine for propulsion.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "gas turbine vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00010023 - and ( some + and ( some (OEO_00000185 and ( some ))) - - SubClassOf: + + SubClassOf: OEO_00010023 - - + + Class: OEO_00010302 - Annotations: + Annotations: "A jet fuel vehicle is a gas turbine vehicle that uses a jet fuel turbine.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "jet fuel vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00010301 - and ( some + and ( some (OEO_00010303 and ( some ))) - - SubClassOf: + + SubClassOf: OEO_00010301 - - + + Class: OEO_00010303 - Annotations: + Annotations: "A jet fuel turbine is a turbine fueled with jet fuel.", "aviation turbine", "jet turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "jet fuel turbine"@en - - SubClassOf: + + SubClassOf: OEO_00000185, OEO_00000503 some OEO_00000245 - - + + Class: OEO_00010313 - Annotations: + Annotations: "A sectoral energy consumption is the energy use of a sector.", "sectoral energy use", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/864 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", rdfs:label "sectoral energy consumption"@en - - SubClassOf: + + SubClassOf: OEO_00010210, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00010314 - Annotations: + Annotations: "A sectoral emission is an emission caused by a certain sector.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/864 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", rdfs:label "sectoral emission"@en - - SubClassOf: + + SubClassOf: OEO_00000147, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00010315 - Annotations: + Annotations: "A mineral oil refining process is an energy transformation that converts crude oil by cracking and destillation into various mineral oil products.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "mineral oil refining process" - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00000532 some OEO_00000115, OEO_00000533 some OEO_00010316, OEO_00010234 some OEO_00000007, OEO_00010235 some OEO_00000007 - - + + Class: OEO_00010316 - Annotations: + Annotations: "A mineral oil product is a fossil combustion fuel produced in a mineral oil refining process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "mineral oil product" - - EquivalentTo: + + EquivalentTo: OEO_00000014 and (OEO_00240025 some OEO_00010315) - - SubClassOf: + + SubClassOf: OEO_00000014 - - + + Class: OEO_00010317 - Annotations: + Annotations: "A mineral oil is a fossil combustion fuel that is either crude oil or a mineral oil product.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "mineral oil" - - EquivalentTo: + + EquivalentTo: OEO_00000014 and (OEO_00000115 or OEO_00010316) - - SubClassOf: + + SubClassOf: OEO_00000014 - - + + Class: OEO_00010318 - Annotations: + Annotations: "A mineral oil refinery is an energy transformation unit that applies a mineral oil refining process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "mineral oil refinery" - - SubClassOf: + + SubClassOf: OEO_00020102, OEO_00000503 some OEO_00000115, some OEO_00010315 - - + + Class: OEO_00020001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Ethanol is a portion of matter with the chemical formula C2H6O. It has a liquid normal state of matter and can be used as a combustion fuel."@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "C2H6O", @@ -6813,22 +6813,22 @@ axioms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/703 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/704"@en, rdfs:label "ethanol"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16236" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000075, some OEO_00000001, some OEO_00000097, OEO_00000529 value OEO_00000256 - - + + Class: OEO_00020003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Energy transformation is a transformation in which one or more certain types of energy as input result in certain types of energy as output."@en, "class added: @@ -6863,53 +6863,53 @@ make equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1211 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251"@en, rdfs:label "energy transformation"@en - - EquivalentTo: + + EquivalentTo: OEO_00000419 and (OEO_00010234 some OEO_00000150) and (OEO_00010235 some OEO_00000150) - - SubClassOf: + + SubClassOf: OEO_00000419, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" some OEO_00000011, some OEO_00020039, some OEO_00020102 - - + + Class: OEO_00020004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gas grid is a supply grid that distributes gaseous fuel, e.g. methane.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/385", rdfs:label "gas grid"@en - - SubClassOf: + + SubClassOf: OEO_00000200, some OEO_00020007 - - + + Class: OEO_00020005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heating grid is a supply grid that distributes thermal energy via circulating steam or liquids."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/385", rdfs:label "heating grid"@en - - SubClassOf: + + SubClassOf: OEO_00000200, some OEO_00020008 - - + + Class: OEO_00020006 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 @@ -6917,159 +6917,159 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 subclass of energy transformation unit pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", rdfs:label "grid component"@en - - SubClassOf: + + SubClassOf: OEO_00020102, some OEO_00000200 - - + + Class: OEO_00020007 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gas grid component is a grid component that is part of a gas grid."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "gas grid component"@en - - EquivalentTo: + + EquivalentTo: OEO_00020006 and ( some OEO_00020004) - - SubClassOf: + + SubClassOf: OEO_00020006 - - + + Class: OEO_00020008 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heating grid component is a grid component that is part of a heating grid."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "heating grid component"@en - - EquivalentTo: + + EquivalentTo: OEO_00020006 and ( some OEO_00020005) - - SubClassOf: + + SubClassOf: OEO_00020006 - - + + Class: OEO_00020009 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A switchyard is an electricity grid component that connects different levels of voltage"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "switchyard"@en - - SubClassOf: + + SubClassOf: OEO_00020006, some OEO_00000143, some OEO_00000420 - - + + Class: OEO_00020037 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Radiation is the process of emitting or transmitting energy in the form of waves or particles through a spatial region or a material entity.", "Adaptation of https://en.wikipedia.org/w/index.php?title=Radiation&oldid=986678480", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", rdfs:label "radiation", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001023" - - SubClassOf: + + SubClassOf: , some OEO_00230021 - - + + Class: OEO_00020038 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar radiation is radiation that is emitted by the sun.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", rdfs:label "solar radiation", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001862" - - SubClassOf: + + SubClassOf: OEO_00020037 - - + + Class: OEO_00020039 - + Class: OEO_00020040 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Radiative energy is energy that has been transmitted by a radiation process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/660 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/665", rdfs:label "radiative energy", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000030" - - SubClassOf: + + SubClassOf: OEO_00000150 - - + + Class: OEO_00020043 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Wind energy transformation is an energy transformation that converts wind energy to electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/662 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/666 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702", rdfs:label "wind energy transformation" - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010234 some OEO_00000446, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000139, some OEO_00000044 - - + + Class: OEO_00020045 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/628 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/670", rdfs:comment "Potential energy is the energy that a material entity contains due to its position relative to other material entities or to stresses within itself.", rdfs:label "potential energy", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000016" - - SubClassOf: + + SubClassOf: OEO_00000150 - - + + Class: OEO_00020046 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar energy transformation is an energy transformation that converts solar energy.", "class: @@ -7086,15 +7086,15 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "solar energy transformation" - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010234 some OEO_00000384 - - + + Class: OEO_00020047 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar thermal energy transformation is a solar energy transformation that converts solar energy into thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 @@ -7104,19 +7104,19 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "solar thermal energy transformation" - - SubClassOf: + + SubClassOf: OEO_00020046, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" OEO_00010235 some OEO_00000388, some OEO_00000387 - - + + Class: OEO_00020048 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Photovoltaic energy transformation is a solar energy transformation that converts solar energy into electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 @@ -7126,19 +7126,19 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "photovoltaic energy transformation" - - SubClassOf: + + SubClassOf: OEO_00020046, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" OEO_00010235 some OEO_00000139, some OEO_00000032 - - + + Class: OEO_00020050 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A renewable energy carrier is an energy carrier that has a renewable energy carrier disposition.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 @@ -7146,32 +7146,32 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 change def and equivalence pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "renewable energy carrier" - - EquivalentTo: + + EquivalentTo: and ( some OEO_00020086) - - SubClassOf: + + SubClassOf: OEO_00020039 - - + + Class: OEO_00020053 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nuclear fission is a process of nuclear reaction or a radioactive decay in which the nucleus of an atom splits into two or more smaller, lighter nuclei.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/692 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", rdfs:label "nuclear fission" - - SubClassOf: + + SubClassOf: , some OEO_00000302 - - + + Class: OEO_00020054 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nuclear energy transformation is an energy transformation that converts nuclear binding energy to thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/692 @@ -7182,35 +7182,35 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "nuclear energy transformation" - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010234 some OEO_00000300, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000207 - - + + Class: OEO_00020058 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A rock is a portion of matter that is a naturally occurring solid aggregate of minerals or mineraloid matter that is part of the earth's crust.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", rdfs:label "rock" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030003, some OEO_00000151, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00020059 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Geothermal heat transfer is a heat transfer from the earth crust to a transportable material entity. E.g. a liquid or gas.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 @@ -7220,257 +7220,257 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "geothermal heat transfer" - - SubClassOf: + + SubClassOf: OEO_00140101, OEO_00010234 only OEO_00000191 - - + + Class: OEO_00020066 - + Class: OEO_00020068 - SubClassOf: + SubClassOf: some OEO_00000001 - - + + Class: OEO_00020073 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Grid-bound heating is a heat transfer over a distance via a heating grid, using steam or (hot) water.", "distance heating", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", rdfs:label "grid-bound heating" - - SubClassOf: + + SubClassOf: OEO_00140101, some OEO_00020005, - some + some (OEO_00110000 or OEO_00110001) - - + + Class: OEO_00020074 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Industrial grid-bound heating is a grid-bound heating transfer to industrial installations."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", rdfs:label "industrial grid-bound heating" - - SubClassOf: + + SubClassOf: OEO_00020073 - - + + Class: OEO_00020085 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A renewable energy is an energy that has renewable origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "renewable energy" - - EquivalentTo: + + EquivalentTo: OEO_00000150 and (OEO_00000530 some OEO_00030004) - - SubClassOf: + + SubClassOf: OEO_00000150 - - DisjointWith: + + DisjointWith: OEO_00010295 - - + + Class: OEO_00020086 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A renewable energy carrier disposition is an energy carrier disposition of an material entity that contains renewable energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "renewable energy carrier disposition" - - SubClassOf: + + SubClassOf: OEO_00000151 - - + + Class: OEO_00020087 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Natural hydro energy is hydro energy collected from the natural water cycle (rain water, melted snow and ice).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "natural hydro energy" - - SubClassOf: + + SubClassOf: OEO_00000218, OEO_00000503 some OEO_00010104, OEO_00000530 some OEO_00030004 - - + + Class: OEO_00020088 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Pumped hydro energy is hydro energy that results from a water flow of pumped water.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "pumped hydro energy" - - SubClassOf: + + SubClassOf: OEO_00000218, OEO_00000503 some OEO_00000345, OEO_00000530 some OEO_00020147 - - + + Class: OEO_00020102 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy transformation unit is an artificial object that transforms, changes or transfers a certain type of energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", rdfs:label "energy transformation unit" - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" some OEO_00000011, some OEO_00020003, some OEO_00020104 - - + + Class: OEO_00020103 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Energy transfer is an energy transformation in form of a spatial transmission, that does not change the types of energies, apart from losses, e.g. waste heat.", "class added: issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", rdfs:label "energy transfer" - - SubClassOf: + + SubClassOf: OEO_00020003 - - + + Class: OEO_00020104 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An outage is a process during which an artificial object cannot perfom or operate.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", rdfs:label "outage" - - SubClassOf: + + SubClassOf: , some OEO_00020102 - - + + Class: OEO_00020105 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A forced outage is an outage of an artificial object caused by a failure.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", rdfs:label "forced outage" - - SubClassOf: + + SubClassOf: OEO_00020104 - - DisjointWith: + + DisjointWith: OEO_00020106 - - + + Class: OEO_00020106 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A planned outage is an outage during which an artificial object is being maintained.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", rdfs:label "planned outage" - - SubClassOf: + + SubClassOf: OEO_00020104 - - DisjointWith: + + DisjointWith: OEO_00020105 - - + + Class: OEO_00020107 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Curtailment is a process in which a power generating unit is forced to reduce its output, in order to balance energy supply and demand or due to transmission constraints.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/888 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", rdfs:label "curtailment" - - SubClassOf: + + SubClassOf: , some OEO_00000334 - - + + Class: OEO_00020136 - + Class: OEO_00020137 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An operational space requirement is space requirement that covers the area needed by an artificial object in order to operate properly.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", rdfs:label "operational space requirement" - - SubClassOf: + + SubClassOf: OEO_00020136 - - + + Class: OEO_00020139 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A space requirement for construction is space requirement of an artificial object that covers the area needed in order to contruct an artificial object.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", rdfs:label "space requirement for construction" - - SubClassOf: + + SubClassOf: OEO_00020136 - - + + Class: OEO_00020140 - + Class: OEO_00020141 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A specific space requirement is a quantity value that indicates a certain space requirement per nameplate capacity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/899 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", rdfs:label "specific space requirement" - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some OEO_00020140 - - + + Class: OEO_00020144 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Rotor diameter is a quality of a wind energy converting unit that measures the diameter of the wind rotor.", "add class @@ -7481,17 +7481,17 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "rotor diameter" - - SubClassOf: + + SubClassOf: , - OEO_00010121 some + OEO_00010121 some (OEO_00000044 or OEO_00000448), OEO_00140002 some OEO_00140001 - - + + Class: OEO_00020147 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Conventional is an origin of energies that don't replenish when transformed / consumed.", "non-renewable", @@ -7502,34 +7502,34 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "conventional" - - SubClassOf: + + SubClassOf: OEO_00000316, OEO_00010121 some OEO_00000150 - - DisjointWith: - + + DisjointWith: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048" OEO_00030004 - - + + Class: OEO_00020148 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A conventional energy carrier disposition is an energy carrier disposition of an material entity that contains non-renewable energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955", rdfs:label "conventional energy carrier disposition" - - SubClassOf: + + SubClassOf: OEO_00000151 - - + + Class: OEO_00020149 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Fossil energy is chemical energy that is stored in fossil combustion fuels and thus has a conventional origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 @@ -7539,22 +7539,22 @@ Update definition and axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1172 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1185", rdfs:label "fossil energy" - - EquivalentTo: + + EquivalentTo: OEO_00000007 and (OEO_00000530 some OEO_00020147) and (OEO_00010121 some OEO_00000014) - - SubClassOf: + + SubClassOf: OEO_00000007 - - + + Class: OEO_00020166 - + Class: OEO_00020196 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fissile material entity is a material entity that has the disposition to carry nuclear (binding) energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1159 @@ -7563,63 +7563,63 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1190 Fix spelling of label: https://github.com/OpenEnergyPlatform/ontology/pull/1196", rdfs:label "fissile material entity" - - EquivalentTo: + + EquivalentTo: and ( some OEO_00000028) - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00020197 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A tangential proper part is a fiat object part of an entity which shares a boundary with that entity.", "https://en.wikipedia.org/wiki/Region_connection_calculus", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", rdfs:label "tangential proper part" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00020198 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A surface is a tangential proper part of an object that extends in two dimensions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", rdfs:label "surface" - - SubClassOf: + + SubClassOf: OEO_00020197, some - - + + Class: OEO_00020199 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar radiation receiving surface is a surface that is receiving solar energy via solar radiation.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", rdfs:label "solar radiation receiving surface" - - EquivalentTo: + + EquivalentTo: OEO_00020198 and (OEO_00010234 some OEO_00000384) - - SubClassOf: + + SubClassOf: OEO_00020198 - - + + Class: OEO_00020200 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar receiving object is an artificial object that has a solar radiation receiving surface as part.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 @@ -7628,47 +7628,47 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228 issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "solar receiving object" - - EquivalentTo: + + EquivalentTo: OEO_00000061 and ( some OEO_00020199) - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00020201 - + Class: OEO_00020202 - + Class: OEO_00020207 - + Class: OEO_00020208 - + Class: OEO_00020210 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sirup is a portion of matter that consists mainly of water and sugar. It has a liquid state of matter.", "sirop", "syrup", "pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", rdfs:label "sirup" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000441, OEO_00000531 value OEO_00000256 - - + + Class: OEO_00030000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Anthropogenic is an origin of portions of matter or energies created by human activity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 @@ -7682,16 +7682,16 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "anthropogenic" - - SubClassOf: + + SubClassOf: OEO_00000316, - OEO_00010121 some + OEO_00010121 some (OEO_00000150 or OEO_00000331) - - + + Class: OEO_00030001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Biogenic is an origin of portions of matter made by or produced from life forms.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 @@ -7701,18 +7701,18 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "biogenic" - - SubClassOf: + + SubClassOf: OEO_00000316, OEO_00010121 some OEO_00000331 - - DisjointWith: + + DisjointWith: OEO_00030002 - - + + Class: OEO_00030002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Fossil is a geogenic origin of portions of matter created from organic material by geological processes lasting thousands or millions of years.", "In real world, fossils are from biogenic origin some thousands or millions of years ago. However, this is irrelevant in the energy modelling domain.", @@ -7731,18 +7731,18 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "fossil" - - SubClassOf: + + SubClassOf: OEO_00030003, OEO_00010121 some OEO_00000331 - - DisjointWith: + + DisjointWith: OEO_00030001 - - + + Class: OEO_00030003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Geogenic is an origin of portions of matter or energies that are the result of geological processes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 @@ -7756,16 +7756,16 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "geogenic" - - SubClassOf: + + SubClassOf: OEO_00000316, - OEO_00010121 some + OEO_00010121 some (OEO_00000150 or OEO_00000331) - - + + Class: OEO_00030004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Renewable is an origin of energies that replenish on a human time scale.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 @@ -7783,21 +7783,21 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "renewable" - - SubClassOf: + + SubClassOf: OEO_00000316, OEO_00010121 some OEO_00000150 - - DisjointWith: - + + DisjointWith: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048" OEO_00020147 - - + + Class: OEO_00030005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Synthetic is an anthropogenic origin of portions of matter created artificially by a chemical process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 @@ -7811,27 +7811,27 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "synthetic" - - SubClassOf: + + SubClassOf: OEO_00030000, OEO_00010121 some OEO_00000331 - - + + Class: OEO_00030015 - SubClassOf: - + SubClassOf: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/415 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821" OEO_00140164 some OEO_00030024 - - + + Class: OEO_00030019 - + Class: OEO_00030024 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy system is a supply system of spatially extended linked energy sources and sinks.", "energy supply system", @@ -7842,27 +7842,27 @@ make subclass of supply system: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1071 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1123", rdfs:label "energy system" - - SubClassOf: + + SubClassOf: OEO_00030025 - - + + Class: OEO_00030025 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A supply system is a system that connects producers and consumers.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/432 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/493", rdfs:label "supply system" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00030026 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Primary energy production is a production that prepares raw material for its use as primary energy carrier."@en, "primary production of energy", @@ -7880,16 +7880,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", rdfs:label "primary energy production" - - SubClassOf: + + SubClassOf: OEO_00240003, OEO_00000533 some OEO_00140078, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00030027 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Primary energy carrier mining is a primary energy production that recovers non-renewable energy carriers from its natural site."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/835 @@ -7898,14 +7898,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", rdfs:label "primary energy carrier mining" - - SubClassOf: + + SubClassOf: OEO_00030026 - - + + Class: OEO_00030028 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Primary energy carrier harvest is a primary energy production that collects solid biomass from its natural site."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/835 @@ -7914,38 +7914,38 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", rdfs:label "primary energy carrier harvest" - - SubClassOf: + + SubClassOf: OEO_00030026 - - + + Class: OEO_00030035 - + Class: OEO_00040009 - + Class: OEO_00040011 - + Class: OEO_00050000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An industrial process is a process that has output object or object aggregates that are economic goods. An industrial process consists of several subprocesses. Examples of subprocesses that can be involved in an industrial process are energy transformations, mechanical operations and chemical reactions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/534 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/589", rdfs:label "industrial process"@en - - SubClassOf: + + SubClassOf: , - some + some ( or ) - - + + Class: OEO_00050001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Fuel-powered electricity generation is an electricity generation process that converts chemical energy from a combustion fuel to electrical energy. It causes some emission.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/582 @@ -7955,12 +7955,12 @@ Update definition and axioms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/936 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1240", rdfs:label "fuel-powered electricity generation"@en - - EquivalentTo: + + EquivalentTo: OEO_00240014 and (OEO_00000532 some OEO_00000099) - - SubClassOf: + + SubClassOf: OEO_00240014, OEO_00000500 some OEO_00000148, OEO_00000533 some OEO_00000331, @@ -7968,137 +7968,137 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1240", some OEO_00000174, some OEO_00000175, some OEO_00000147 - - + + Class: OEO_00050002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 1,000 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "kJ", rdfs:label "kilojoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 1,000,000 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "MJ", rdfs:label "megajoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^9 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "GJ", rdfs:label "gigajoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^12 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "TJ", rdfs:label "terajoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050006 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^15 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "PJ", rdfs:label "petajoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050007 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^18 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "EJ", rdfs:label "exajoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050008 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 1,000,000 watt-hours.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "MWh", rdfs:label "megawatt-hour"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050009 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^12 watt-hours.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "TWh", rdfs:label "terawatt-hour"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050010 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^15 watt-hours.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "PWh", rdfs:label "petawatt-hour"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050011 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^9 watt-hours.", "gigawatt hours", @@ -8110,14 +8110,14 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "GWh", rdfs:label "gigawatt-hour"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050016 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Final energy consumption is an energy consumption value accounting for the energy delivered to and consumed by end users."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 @@ -8127,14 +8127,14 @@ Make 'energy consumption value' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1322 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1340", rdfs:label "final energy consumption"@en - - SubClassOf: + + SubClassOf: OEO_00240019 - - + + Class: OEO_00050017 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Gross inland energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region (e.g. a country)."@en, "Gross inland energy consumption represents the quantity of energy necessary to satisfy inland consumption of the spatial region (e.g. a country) under consideration. @@ -8164,19 +8164,19 @@ improve definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306"@en, rdfs:label "gross inland energy consumption"@en - - SubClassOf: + + SubClassOf: OEO_00240019, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" ( some OEO_00010210) and ( some OEO_00010211) - - + + Class: OEO_00050018 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Primary energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region excluding the non-energetic use of fuels."@en, "Primary energy consumption covers consumption of the energy sector itself, losses during transformation (for example, from oil or gas into electricity) and distribution of energy, and the final consumption by end users. It excludes energy carriers used for non-energy purposes (such as petroleum not used not for combustion but for producing plastics)."@en, @@ -8193,22 +8193,22 @@ make energy consumption value: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306"@en, rdfs:label "primary energy consumption"@en - - SubClassOf: + + SubClassOf: OEO_00240019, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" (not ( some OEO_00010211)) and ( some OEO_00010210) - - + + Class: OEO_00050019 - + Class: OEO_00050020 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam-electric process is an energy transformation that converts thermal energy to electrical energy. A steam turbine and an electro motive generator are participating in a steam-electric process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/659 @@ -8219,50 +8219,50 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, rdfs:label "steam-electric process"@en - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010234 some OEO_00000207, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000139, some OEO_00000010, some OEO_00000396 - - + + Class: OEO_00090000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A volumetric flow rate value is a quantity value that has a volumetric flow rate unit as unit.", "Issue: https://github.com/OpenEnergyPlatform/ontology/pull/693 Pull Request: https://github.com/OpenEnergyPlatform/ontology/pull/693", rdfs:label "volumetric flow rate value" - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some - - + + Class: OEO_00110000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Liquid water is water that has a liquid state of matter."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, rdfs:label "liquid water"@en - - SubClassOf: + + SubClassOf: OEO_00000441, some OEO_00000218, OEO_00000531 value OEO_00000256 - - + + Class: OEO_00110001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Steam is water that has a gaseous state of matter."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 @@ -8272,45 +8272,45 @@ add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243"@en, rdfs:label "steam"@en - - SubClassOf: + + SubClassOf: OEO_00000441, some OEO_00140076, OEO_00000531 value OEO_00000182 - - + + Class: OEO_00110002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Water flow is a process of liquid water moving."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, rdfs:label "water flow"@en - - SubClassOf: + + SubClassOf: , OEO_00000500 some OEO_00110003, some OEO_00110000 - - + + Class: OEO_00110003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Water flow rate is the process attribute of water flow that quantifies the water volume per time unit."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, rdfs:label "water flow rate"@en - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00140002 some OEO_00090000 - - + + Class: OEO_00110004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydro energy transformation is an energy transformation that converts hydro energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 @@ -8321,15 +8321,15 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, rdfs:label "hydro energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010234 some OEO_00000218 - - + + Class: OEO_00110005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydroelectric energy transformation is a hydro energy transformation that converts hydro energy to electrical energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 @@ -8339,18 +8339,18 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, rdfs:label "hydroelectric energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00110004, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000139 - - + + Class: OEO_00140000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hub height is a quality of a wind energy converting unit that measures the distance between surface and centre-line of the wind rotor.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 @@ -8360,178 +8360,178 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "hub height"@en - - SubClassOf: + + SubClassOf: , OEO_00010121 some OEO_00000044, OEO_00140002 some OEO_00140001 - - + + Class: OEO_00140001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Length value is a quantity value that has a length unit as unit.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509", rdfs:label "length value"@en - - SubClassOf: + + SubClassOf: OEO_00000350, some - - + + Class: OEO_00140005 - + Class: OEO_00140033 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A chemical reaction is a transformation that involves the interconversion of chemical species.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "chemical reaction"@en - - SubClassOf: + + SubClassOf: OEO_00000419 - - + + Class: OEO_00140034 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A redox reaction is a chemical reaction in which the oxidation of one reactant is coupled to the reduction of a second reactant.", "oxidation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "redox reaction"@en - - SubClassOf: + + SubClassOf: OEO_00140033 - - + + Class: OEO_00140035 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Oxidation is a chemical reaction that describes the loss of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "oxidation"@en - - SubClassOf: + + SubClassOf: OEO_00140033 - - + + Class: OEO_00140036 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Reduction is a chemical reaction that describes the gain of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "reduction"@en - - SubClassOf: + + SubClassOf: OEO_00140033 - - + + Class: OEO_00140037 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An electrochemical reaction is a chemical reaction that describes the overall reactions of individual redox reactions being separated but connected by an external electric circuit and an intervening electrolyte.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "electrochemical reaction"@en - - SubClassOf: + + SubClassOf: OEO_00140033 - - + + Class: OEO_00140038 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Combustion is an exothermic redox reaction between a fuel (the reductant) and an oxidant (usually atmospheric oxygen) which is initiated by a ignition source.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "combustion"@en - - SubClassOf: + + SubClassOf: OEO_00140034 - - + + Class: OEO_00140039 - + Class: OEO_00140049 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Energy conversion efficiency is a process attribute describing the ratio between the input of an energy transformation and the outputs that are used.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", rdfs:label "energy conversion efficiency"@en - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00000502 some OEO_00020003, OEO_00140002 some OEO_00140050 - - + + Class: OEO_00140050 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An efficiency value is a quantity value stating the ratio between a process's inputs and the outputs that are used.", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779" "efficiency", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", rdfs:label "efficiency value"@en - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some - - + + Class: OEO_00140051 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A coefficient of performance value is a quantity value stating the ratio between the work input and the total output of an energy conversion process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", rdfs:label "coefficient of performance value"@en - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00020056 some OEO_00140052, OEO_00040010 some - - + + Class: OEO_00140052 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Energy conversion performance is a process attribute describing the ratio between the non-heat input of an energy transformation and the outputs that are used.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", rdfs:label "energy conversion performance"@en - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00000502 some OEO_00020003, OEO_00140002 some OEO_00140051 - - + + Class: OEO_00140056 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A flow potential is a potential of an input or output of a process, per time unit.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 @@ -8541,79 +8541,79 @@ change: adjust definition to be based on parent class issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1102", rdfs:label "flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00290000 - - + + Class: OEO_00140057 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A theoretical flow potential is a type of flow potential that identifies the physical upper limit of an input or output of a process in a spatial region of reference per unit time.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "theoretical flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00140056 - - + + Class: OEO_00140058 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A technological flow potential is a type of a flow potential derived from a theoretical flow potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "technological flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00140056 - - + + Class: OEO_00140059 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An economic flow potential is a type of flow potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "economic flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00140056 - - + + Class: OEO_00140060 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A developable flow potential is a type of flow potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "developable flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00140056 - - + + Class: OEO_00140061 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sustainable flow potential is a type of flow potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "sustainable flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00140056 - - + + Class: OEO_00140062 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A stock potential is a potential of the stock of a source or sink.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 @@ -8623,138 +8623,138 @@ change: adjust definition to be based on parent class issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1102", rdfs:label "stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00290000 - - + + Class: OEO_00140063 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A theoretical stock potential is a type of stock potential that identifies the physical upper limit of a stock of a source or sink in a spatial region of reference.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "theoretical stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00140062 - - + + Class: OEO_00140064 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A technological stock potential is a type of a stock potential derived from a theoretical stock potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "technological stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00140062 - - + + Class: OEO_00140065 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An economic stock potential is a type of stock potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "economic stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00140062 - - + + Class: OEO_00140066 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A developable stock potential is a type of stock potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "developable stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00140062 - - + + Class: OEO_00140067 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sustainable stock potential is a type of stock potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "sustainable stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00140062 - - + + Class: OEO_00140075 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "coals, cruide oil, natural gas, wood or moving air (wind) have the disposition of being primary energy carriers", "Primary energy carrier disposition is an energy carrier disposition of material entities that are extracted directly from natural resources or that are natural energy flows.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "primary energy carrier disposition"@en - - SubClassOf: + + SubClassOf: OEO_00000151 - - + + Class: OEO_00140076 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "blast furnace gas, coke oven gas, cokes, motor gasoline or electricity have the disposition to be a secondary energy carrier", "Secondary energy carrier disposition is an energy carrier disposition of material entities that are manufactured from primary energy carriers or from a different form of secondary energy carriers.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "secondary energy carrier disposition"@en - - SubClassOf: + + SubClassOf: OEO_00000151 - - + + Class: OEO_00140077 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "district heat or electricity have the disposition of being a final energy carrier", "Final energy carrier disposition is an energy carrier disposition of material entities that are delivered to energy consumers for their use.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "final energy carrier disposition"@en - - SubClassOf: + + SubClassOf: OEO_00000151 - - + + Class: OEO_00140078 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A primary energy carrier is an energy carrier that has the disposition primary energy carrier disposition.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "primary energy carrier"@en - - EquivalentTo: + + EquivalentTo: and ( some OEO_00140075) - - SubClassOf: + + SubClassOf: OEO_00020039 - - + + Class: OEO_00140079 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A secondary energy carrier is an energy carrier that has the disposition secondary energy carrier disposition.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 @@ -8763,98 +8763,98 @@ fix error in definition issue: https://github.com/OpenEnergyPlatform/ontology/issues/669 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/678", rdfs:label "secondary energy carrier"@en - - EquivalentTo: + + EquivalentTo: and ( some OEO_00140076) - - SubClassOf: + + SubClassOf: OEO_00020039 - - + + Class: OEO_00140080 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A final energy carrier is an energy carrier that has the disposition final energy carrier disposition.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "final energy carrier"@en - - EquivalentTo: + + EquivalentTo: and ( some OEO_00140077) - - SubClassOf: + + SubClassOf: OEO_00020039 - - + + Class: OEO_00140081 - + Class: OEO_00140082 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A greenhouse gas emission value is an emission value that quantifies the output of a greenhouse gas emission process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651", rdfs:label "greenhouse gas emission value"@en - - SubClassOf: + + SubClassOf: OEO_00140081, OEO_00000502 some OEO_00000199 - - + + Class: OEO_00140083 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A carbon dioxide equivalent quantity is a greenhouse gas emission value that quantifies the combined effect of all emitted greenhouse gases by giving an equivalent amount of CO2 which would have the same effect on the climate.", "CO2 equivalent quantity", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651", rdfs:label "carbon dioxide equivalent quantity"@en - - SubClassOf: + + SubClassOf: OEO_00140082 - - + + Class: OEO_00140091 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Plutonium is a portion of matter with the chemical formula Pu. It has a solid normal state of matter.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/694 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/708", rdfs:label "plutonium"@en - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000001, some OEO_00000028, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00140092 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Thorium is a portion of matter with the chemical formula Th. It has a solid normal state of matter.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/694 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/708", rdfs:label "thorium"@en - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000001, some OEO_00000028, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00140101 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Heat transfer is an energy transfer of thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/730 @@ -8871,22 +8871,22 @@ Shorten definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", rdfs:label "heat transfer"@en - - SubClassOf: + + SubClassOf: OEO_00020103, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010234 only OEO_00000207, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 only OEO_00000207 - - + + Class: OEO_00140102 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heat exchanger is an energy converting component that is used for a heat transfer process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/713 @@ -8903,52 +8903,52 @@ fix definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1264", rdfs:label "heat exchanger"@en - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010234 some OEO_00000207, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00000207, some OEO_00140101 - - + + Class: OEO_00140104 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Natural ambient thermal energy is ambient thermal energy that has a renewable origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742", rdfs:label "natural ambient thermal energy"@en - - SubClassOf: + + SubClassOf: OEO_00000056, OEO_00000530 some OEO_00030004 - - + + Class: OEO_00140105 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Artificial ambient thermal energy is ambient thermal energy that has an anthropogenic origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742", rdfs:label "artificial ambient thermal energy"@en - - SubClassOf: + + SubClassOf: OEO_00000056, OEO_00000530 some OEO_00020147, OEO_00000530 some OEO_00030000 - - + + Class: OEO_00140106 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Ambient thermal energy transfer is a heat transfer from the ambient air to a transportable material entity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 @@ -8958,33 +8958,33 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "ambient thermal energy transfer"@en - - SubClassOf: + + SubClassOf: OEO_00140101, OEO_00010234 some OEO_00000056, some - - + + Class: OEO_00140116 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fluid is a material entity which is a liquid, gas or plasma.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769", rdfs:label "fluid"@en - - EquivalentTo: + + EquivalentTo: and ((OEO_00000531 value OEO_00000182) or (OEO_00000531 value OEO_00000256) or (OEO_00000531 value OEO_00000326)) - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00140126 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Planned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 @@ -8994,44 +8994,44 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "planned availability"@en - - SubClassOf: + + SubClassOf: , OEO_00010121 some OEO_00000031, OEO_00140002 some OEO_00140127 - - + + Class: OEO_00140127 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fraction value is a quantity value that has a fraction as it's unit.", "share", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/187 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779", rdfs:label "fraction value"@en - - SubClassOf: + + SubClassOf: OEO_00000350 - - + + Class: OEO_00140128 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Block size is the declared net capacity of a power generating unit.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779", rdfs:label "block size"@en - - SubClassOf: + + SubClassOf: OEO_00230002, OEO_00020056 some OEO_00000334 - - + + Class: OEO_00140129 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Unplanned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year, but is not operation.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 @@ -9041,89 +9041,89 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "unplanned availability"@en - - SubClassOf: + + SubClassOf: , OEO_00010121 some OEO_00000031, OEO_00140002 some OEO_00140127 - - + + Class: OEO_00140133 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "RE-share is a process attribute that indicates the fraction of renewable energy related to the total energy of an energy generation or consumption process.", "renewables share", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/187 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/780", rdfs:label "RE-share"@en - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00140002 some OEO_00140127 - - + + Class: OEO_00140134 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydrogen fuel cell is a fuel cell that uses hydrogen.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782", rdfs:label "hydrogen fuel cell"@en - - SubClassOf: + + SubClassOf: OEO_00000016, OEO_00000503 some OEO_00000220 - - + + Class: OEO_00140135 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A natural gas turbine is a gas turbine fueled with natural gas.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782", rdfs:label "natural gas turbine"@en - - SubClassOf: + + SubClassOf: OEO_00000185, OEO_00000503 some OEO_00000292 - - + + Class: OEO_00140144 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Full load hours are a quantity value that describes the utilization of a technical device. The value of the full load hours is obtained by dividing the annual amount of energy generated by the declared net capacity of the plant.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793", rdfs:label "full load hours"@en - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some - - + + Class: OEO_00140159 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydrocarbon is a portion of matter which is member of class of organic chemical compounds composed only of the elements carbon (C) and hydrogen (H).", "https://www.britannica.com/science/hydrocarbon", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805", rdfs:label "hydrocarbon"@en - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000001, some OEO_00000097 - - + + Class: OEO_00140160 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Syngas is a gas mixture consisting primarily of hydrogen, carbon monoxide, and very often carbon dioxide, that can be used as fuel.", "https://en.wikipedia.org/wiki/Syngas", @@ -9141,8 +9141,8 @@ add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "syngas"@en - - SubClassOf: + + SubClassOf: , some OEO_00000220, some OEO_00010001, @@ -9150,98 +9150,98 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", some OEO_00000097, some OEO_00140076, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00140162 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power plant with electromotive generator is a power plant that has an electro motive generator.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810", rdfs:label "power plant with electro motive generator"@en, owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002214" - - EquivalentTo: + + EquivalentTo: OEO_00000031 and ( some OEO_00000010) - - SubClassOf: + + SubClassOf: OEO_00000031 - - + + Class: OEO_00160001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Frequency control is a process that regulates the electricity output of an artificial object to maintain the equilibrium between electricity supply and demand.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", rdfs:label "frequency control"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00160002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A primary control is a frequency control that is decentralised and automated. It reacts within seconds to frequency deviations caused by electricity supply and demand imbalances.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", rdfs:label "primary control"@en - - SubClassOf: + + SubClassOf: OEO_00160001 - - + + Class: OEO_00160003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A secondary control is a frequency control that is centralised and automated. It refers to the control area of one transmission system operator. Secondary control succeeds primary control and operates for several minutes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", rdfs:label "secondary control"@en - - SubClassOf: + + SubClassOf: OEO_00160001 - - + + Class: OEO_00160004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A tertiary control is a frequency control that is either automated or manual. It takes over from secondary control to equalise electricity supply and demand imbalances that last for more than 15 minutes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", rdfs:label "tertiary control"@en - - SubClassOf: + + SubClassOf: OEO_00160001 - - + + Class: OEO_00230000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Storage capacity is the quantity value stating the maximum energy an energy storage object can store.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391", rdfs:label "storage capacity" - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00020056 some OEO_00000159 - - + + Class: OEO_00230001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Power rating is a power capacity stating the maximum power an energy converting component can convert.", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779" "installed power", @@ -9259,16 +9259,16 @@ Make subclass of 'power capacity': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "power rating"@en - - SubClassOf: + + SubClassOf: OEO_00010257, OEO_00020056 some OEO_00000011, OEO_00040010 some - - + + Class: OEO_00230002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Declared net capacity is a power capacity stating the maximum power a power generating unit or a power plant can deliver to the electrical grid. It equals the sum of the rated powers of all plant generators minus all power used internally within the plant.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 @@ -9282,17 +9282,17 @@ Make subclass of 'power capacity': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "declared net capacity"@en - - SubClassOf: + + SubClassOf: OEO_00010257, - OEO_00020056 some + OEO_00020056 some (OEO_00000031 or OEO_00000334), OEO_00040010 some - - + + Class: OEO_00230003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nameplate capacity is the power capacity stating the maximum power an artificial object, e.g. a power generating unit or a power plant, can generate, and the sum of the power ratings of all energy converting component of that power plant.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 @@ -9310,32 +9310,32 @@ Make subclass of 'power capacity': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "nameplate capacity"@en - - SubClassOf: + + SubClassOf: OEO_00010257, OEO_00020056 some OEO_00000061 - - + + Class: OEO_00230020 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Kinetic energy is the energy that a material entity possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to a stated velocity."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, rdfs:label "kinetic energy"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000017" - - SubClassOf: + + SubClassOf: OEO_00000150 - - + + Class: OEO_00230021 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A photon is a material entity that is a light particle."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/661 @@ -9344,44 +9344,44 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/issues/674 add origin issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 -remove origin +remove origin pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 classify as material entity pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1165"@en, rdfs:label "photon"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_30212" - - SubClassOf: + + SubClassOf: , some OEO_00020040, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/726 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732" some OEO_00000151 - - + + Class: OEO_00240000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Rotational energy is the kinetic energy that a material entity possesses due to its rotational motion."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817", rdfs:label "rotational energy"@en - - SubClassOf: + + SubClassOf: OEO_00230020 - - + + Class: OEO_00240003 - + Class: OEO_00240009 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Combined heat and power generation (CHP) is an energy transformation that converts energy simultaneously to electrical energy and thermal energy."@en, "CHP"@en, @@ -9393,16 +9393,16 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "combined heat and power generation" - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010235 some OEO_00000139, OEO_00010235 some OEO_00000207 - - + + Class: OEO_00240010 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A combined heat and power generating unit is a power generating unit that produces electrical energy and thermal energy."@en, "co-generating power unit"@en, @@ -9413,62 +9413,62 @@ change produces energy axioms to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "combined heat and power generating unit" - - SubClassOf: + + SubClassOf: OEO_00000334, OEO_00010235 some OEO_00000139, OEO_00010235 some OEO_00000207, some OEO_00240009 - - + + Class: OEO_00240011 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A combined heat and power plant (CHPP) is a power plant that has combined heat and power generating units as parts."@en, "CHPP"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923", rdfs:label "combined heat and power plant" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00240010 - - + + Class: OEO_00240012 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Gross electricity generation is a process attribute that refers to the total amount of electrical energy produced in an electricity generation process."@en, "gross electricity production", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932", rdfs:label "gross electricity generation" - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00240013 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Net electricity generation is a process attribute that equals to gross electricity generation minus the consumption of power stations' auxiliary services."@en, "net electricity production", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932", rdfs:label "net electricity generation" - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00240014 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Electricity generation process is an energy transformation that has electrical energy as physical output."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 @@ -9478,36 +9478,36 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "electricity generation process" - - EquivalentTo: + + EquivalentTo: OEO_00020003 and (OEO_00010235 some OEO_00000139) - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00000500 some OEO_00240012, OEO_00000500 some OEO_00240013, OEO_00010235 some OEO_00000139 - - + + Class: OEO_00240015 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Liquid air production is a production that produces liquid air by cooling and compressing (gaseous) air."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/937 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/945", rdfs:label "liquid air production" - - SubClassOf: + + SubClassOf: OEO_00240003, OEO_00000532 some OEO_00000054, OEO_00000533 some OEO_00000257 - - + + Class: OEO_00240016 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A net capacity factor is a fraction value that is calculated by dividing the net electricity generation over a given time step by the declared net capacity times the length of this time step."@en, "A net capacity factor is typically calculated for a year but other time steps (e.g. month or day) are possible."@en, @@ -9519,220 +9519,220 @@ make subclass of 'fraction value': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1144 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1146", rdfs:label "net capacity factor" - - SubClassOf: + + SubClassOf: OEO_00140127 - - + + Class: OEO_00240018 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, OEO_00110012 "GrossNationalElectricityConsumption = GrossElectricityGeneration + ElectricityImports - ElectricityExports", "Gross national electricity consumption is an energy consumption value measuring the consumption of electrical energy in a spatial region (e.g. a country), including gross electricity generation plus electricity imports, minus electricity exports. It is part of the gross inland energy consumption."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en, rdfs:label "gross national electricity consumption" - - SubClassOf: + + SubClassOf: OEO_00240019, some OEO_00050017 - - + + Class: OEO_00240019 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy consumption value is an energy amount value that measures the energy consumption over a time span."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en, rdfs:label "energy consumption value" - - SubClassOf: + + SubClassOf: OEO_00050019, some OEO_00030035 - - + + Class: OEO_00240026 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An industrial material is a portion of matter that is the physical output of an industrial process and that has a good role."@en, rdfs:label "industrial material" - - EquivalentTo: + + EquivalentTo: (OEO_00240025 some OEO_00050000) and ( some OEO_00040011) - - SubClassOf: + + SubClassOf: OEO_00000331 - - + + Class: OEO_00240027 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A chemical substance is a portion of matter of constant composition and that is neither a metal or mineral. It is composed of molecular entities of the same type or of different types that is used in or produced by a chemical reaction involving changes to atoms or molecules. It is the physical output of an industrial process and has a commodity role."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "chemical substance" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00240025 some OEO_00050000, OEO_00240025 some OEO_00140033, some OEO_00040011 - - + + Class: OEO_00240028 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Paper is a portion of matter that is made from cellulose fibres and other plant materials. It is used for paper-based products. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "paper" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00240025 some OEO_00050000, some OEO_00040011, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00240029 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Cement is a portion of matter that is made from limestone and clay; other elements may be present. It is used as a building material to set as a solid mass or is used as an ingredient in making mortar or concrete. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "cement" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00240025 some OEO_00050000, some OEO_00040011, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00240030 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A mineral is a portion of matter that is normally crystalline formed."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "mineral" - - SubClassOf: + + SubClassOf: OEO_00000331 - - + + Class: OEO_00240031 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A non-metallic mineral is a mineral that does not contain any metallic content within themselves. It is the physical output of an industrial process and has a commodity role."@en, "Some examples for non-metallic minerals are ceramic, glass, clay or gypsum."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "non-metallic mineral" - - SubClassOf: + + SubClassOf: OEO_00240030, OEO_00240025 some OEO_00050000, some OEO_00040011 - - + + Class: OEO_00240032 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A metal is a portion of matter consisting of an atom of an element that exhibits typical metallic properties, being typically shiny, with high electrical and thermal conductivity."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "metal" - - SubClassOf: + + SubClassOf: OEO_00000331 - - + + Class: OEO_00240034 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Steel is a metal that consists mainly of iron and up to 2.14 % of carbon; other elements may be present. It has a solid normal state of matter. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "steel" - - SubClassOf: + + SubClassOf: OEO_00240032, OEO_00240025 some OEO_00050000, some OEO_00040011, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00240035 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A non-ferrous metal is a metal that does not contain a significant amount of iron in its chemical composition. It is the physical output of an industrial process and has a commodity role."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "non-ferrous metal" - - SubClassOf: + + SubClassOf: OEO_00240032, OEO_00240025 some OEO_00050000, some OEO_00040011 - - + + Class: OEO_00260001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Ramping is a process attribute that describes the change in power of an energy transformation unit or an energy converting component per time step.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", rdfs:label "ramping"@en - - SubClassOf: + + SubClassOf: OEO_00030019 - - + + Class: OEO_00260002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Start-up speed is ramping during a cold start.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", rdfs:label "start-up speed"@en - - SubClassOf: + + SubClassOf: OEO_00260001 and (OEO_00000502 some OEO_00260003) - - + + Class: OEO_00260003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A cold start is a process in which an energy transformation unit is started-up after a period of inactivity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", rdfs:label "cold start"@en - - SubClassOf: + + SubClassOf: and (OEO_00000500 some OEO_00260002) - - + + Class: OEO_00290000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A potential is a maximum value that describes some upper limit in a spatial region of reference.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 @@ -9742,201 +9742,93 @@ make subclass of 'maximum value': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "potential"@en - - SubClassOf: + + SubClassOf: OEO_00010256 - - + + Class: OEO_00290001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A slope is a quantity value with a plane angle unit that measures the angle between the plane of a surface and the horizontal plane."@en, "add slope issue: https://github.com/OpenEnergyPlatform/ontology/issues/1087 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1112", rdfs:label "slope"@en - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some - - + + Class: OEO_00310000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A datacenter is an artificial object that houses computer systems and associated components."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "data center" - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00310001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sewage plant is an artificial object that removes contaminants from wastewater to produce an effluent that is suitable for discharge to the surrounding environment or an intended reuse application."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "sewage plant" - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00000503 some OEO_00000441, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00310004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Industrial waste thermal energy is waste thermal energy that is energy output of some industrial process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "industrial waste thermal energy" - - SubClassOf: + + SubClassOf: OEO_00010114, OEO_00020184 some OEO_00050000 - - + + Class: OEO_00310005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Recovered heat is a thermal energy that is physical output of an energy transformation process and that is recovered and would otherwise be emitted in the environment as waste thermal energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "recovered heat" - - SubClassOf: + + SubClassOf: OEO_00000207 - - + + Class: OEO_00310006 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Aerothermal energy is a natural ambient thermal energy that is stored in the air of a natural environment."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "aerothermal energy" - - SubClassOf: - OEO_00140104 - - -Class: OEO_00310023 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovery steam generator is a heat exchanger component that recovers heat from a hot gas stream."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "heat recovery steam generator" - - SubClassOf: - OEO_00140102, - OEO_00000503 some OEO_00110001 - - -Class: OEO_00310025 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Combined cycle electricity generation is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "combined cycle electricity generation" - - SubClassOf: - OEO_00050001, - some OEO_00050020, - some OEO_00310027 - - -Class: OEO_00310027 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "gas turbine process" - - SubClassOf: - OEO_00020003, - OEO_00000503 some OEO_00000099, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00240000, - some OEO_00000185 - - -Class: OEO_00310028 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A steam power unit is a power generating unit using steam."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "steam power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00110001, - some OEO_00000396 - - -Class: OEO_00310029 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined cycle power plant (CCGT) is a gas power plant that has gas fired power units, steam power units, gas power units and heat recovery steam units as parts."@en, - "CCGT"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "combined cycle power plant" - - SubClassOf: - OEO_00000184, - some OEO_00310028, - some OEO_00310030, - some OEO_00310031 - - -Class: OEO_00310030 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas power unit is a power generating unit using gas."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "gas power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00000099, - some OEO_00000185 - - -Class: OEO_00310031 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovering steam unit is a power generating unit that recovers heat from steam."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "heat recovery steam unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00110001, - some OEO_00310023 + SubClassOf: + OEO_00140104 Class: OEO_00320004 From c0436effc4f9acda0285087439557656ca469821 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sat, 29 Oct 2022 23:57:23 +0200 Subject: [PATCH 081/370] fixing typos --- src/ontology/edits/oeo-physical.omn | 4781 ++++++++++++++------------- 1 file changed, 2441 insertions(+), 2340 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index eb9e46a67..fb57fffbc 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2541,7 +2541,7 @@ Class: OEO_00000185 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine."@en, + "A gas turbine is a turbine that participates in a gas turbine process. It is also called combustion turbine."@en, "combustion turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 @@ -2559,33 +2559,26 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000099, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00240000 - - + some OEO_00310027 + + Class: OEO_00000186 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Gasworks gas is manufactured coal based gas that covers all types of gases produced in public utility or private plants, whose main purpose is manufacture, transport and distribution of gas. It includes gas produced by carbonisation (including gas produced by coke ovens and transferred to gasworks gas), by total gasification with or without enrichment with oil products (LPG, residual fuel oil, etc.), and by reforming and simple mixing of gases and/or air, reported under the rows ‘from other sources’. Under the transformation sector identify amounts of gasworks gas transferred to blended natural gas which will be distributed and consumed through the natural gas grid. The production of other coal gases (i.e. coke oven gas, blast furnace gas and oxygen steel furnace gas) should be reported in the columns concerning such gases, and not as production of gasworks gas. The coal gases transferred to gasworks plants should then be reported (in their own column) in the transformation sector in the gasworks plants row. The total amount of gasworks gas resulting from transfers of other coal gases should appear in the production line for gasworks gas."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "gasworks gas" - - SubClassOf: + + SubClassOf: OEO_00000263 - - + + Class: OEO_00000188 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A generator is an energy converting component that converts other forms of energy into electrical energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 @@ -2597,69 +2590,69 @@ change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "generator" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000139, some OEO_00000334 - - + + Class: OEO_00000189 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A geographic coordinate is an information content entity explicitly stating the geographic position of a zero-dimensional spatial region on Earth, by using a set of numbers with respect to a geografic coordinate system.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/795 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/803", rdfs:label "geographic coordinate" - - SubClassOf: + + SubClassOf: , some - - + + Class: OEO_00000191 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Geothermal energy is thermal energy that is released from within the earth's crust.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", rdfs:label "geothermal energy", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000034" - - SubClassOf: + + SubClassOf: OEO_00000207, OEO_00000530 some OEO_00030004 - - + + Class: OEO_00000192 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A geothermal power plant is a power plant that has geothermal power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "geothermal power plant", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002215" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000019 - - + + Class: OEO_00000198 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "The greenhouse effect disposition is the disposition of a gas to contribute to the greenhouse effect, when it is emitted into the atmosphere.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 @@ -2669,21 +2662,21 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "greenhouse effect disposition", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_76413" - - SubClassOf: + + SubClassOf: , - OEO_00010121 some + OEO_00010121 some (OEO_00000331 and (OEO_00000531 value OEO_00000182)) - - + + Class: OEO_00000199 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A greenhouse gas emission is an emission that releases a greenhouse gas.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 @@ -2695,18 +2688,18 @@ make equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1012 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1100", rdfs:label "greenhouse gas emission" - - EquivalentTo: + + EquivalentTo: OEO_00000147 and ( some OEO_00000020) - - SubClassOf: + + SubClassOf: OEO_00000147 - - + + Class: OEO_00000200 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A supply grid is an object aggregate of systematically connected artificial objects that can work as a supply system.", "grid", @@ -2717,60 +2710,60 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 issue: https://github.com/OpenEnergyPlatform/ontology/issues/114 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/137", rdfs:label "supply grid" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00000204 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hard coal is coal with a gross calorific value greater than 23 865 kJ/kg (5 700 kcal/kg) on an ashfree but moist basis and with a mean random reflectance of vitrinite of at least 0,6."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "hard coal" - - SubClassOf: + + SubClassOf: OEO_00000088 - - DisjointWith: + + DisjointWith: OEO_00000251 - - + + Class: OEO_00000205 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hard coal power plant is a coal power plant that has hard coal power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "hard coal power plant" - - SubClassOf: + + SubClassOf: OEO_00000089, some OEO_00000021 - - + + Class: OEO_00000207 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Thermal energy is the energy that a material entity contains in the undirected motion of its constituent parts (e.g. molecules and atoms)."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, rdfs:label "thermal energy"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000032" - - SubClassOf: + + SubClassOf: OEO_00000150 - - + + Class: OEO_00000210 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heater is an energy converting component that converts other forms of energy into useful heat.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 @@ -2783,18 +2776,18 @@ change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "heater" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000207 - - + + Class: OEO_00000211 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Heating oil is gas diesel oil for industrial and commercial uses, marine diesel and diesel used in rail traffic, other gas oil, including heavy gas oils which distil between 380 °C and 540 °C and which are used as petrochemical feedstocks."@en, "OtherGasOil"@en, @@ -2803,26 +2796,26 @@ Class: OEO_00000211 issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "heating oil"@en - - SubClassOf: + + SubClassOf: OEO_00000181, OEO_00240025 some OEO_00010315 - - + + Class: OEO_00000212 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heat pump is a heater that transforms low temperature heat to high temperature heat using external energy."@en, rdfs:label "heat pump" - - SubClassOf: + + SubClassOf: OEO_00000210 - - + + Class: OEO_00000218 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydro energy is kinetic energy of moving liquid water which can result directly from its potential energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 @@ -2830,10 +2823,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/681 change axiom from participates in to is energy participant of pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", rdfs:label "hydro energy" - - SubClassOf: + + SubClassOf: OEO_00230020, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 @@ -2841,59 +2834,59 @@ change axiom to 'participates in' issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" OEO_00020182 some OEO_00110002 - - + + Class: OEO_00000219 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydrofluorocarbons (HFCs) are portions of matter consisting of organic compounds that contain fluorine and hydrogen atoms, and are the most common type of organofluorine compounds. They are frequently used in air conditioning and as refrigerants in place of the older chlorofluorocarbons such as R-12 and hydrochlorofluorocarbons such as R-21."@en, "HFC", "https://en.wikipedia.org/w/index.php?title=Hydrofluorocarbon&oldid=904556263"@en, rdfs:label "hydrofluorocarbon" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030000 - - + + Class: OEO_00000220 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydrogen is a portion of matter with the chemical formula H2. It has a gaseous normal state of matter. As it can be oxidised it can be used as a fuel."@en, "H2", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134", rdfs:label "hydrogen", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_18276" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000001, some OEO_00000097, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00000221 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydrogen power plant is a power plant that has hydrogen power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "hydrogen power plant" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000022 - - + + Class: OEO_00000222 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydrogen turbine is a gas turbine fueled with hydrogen."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/873 @@ -2902,33 +2895,33 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/877 issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300", rdfs:label "hydrogen turbine" - - SubClassOf: + + SubClassOf: OEO_00000185, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000220 - - + + Class: OEO_00000226 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An industrial waste fuel is waste fuel produced by industry."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", rdfs:label "industrial waste fuel" - - SubClassOf: + + SubClassOf: OEO_00000439 - - + + Class: OEO_00000240 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An internal combustion vehicle is a vehicle that uses an internal combustion engine for propulsion.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 @@ -2942,21 +2935,21 @@ Adapt definition and convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "internal combustion vehicle" - - EquivalentTo: + + EquivalentTo: OEO_00010023 - and ( some + and ( some (OEO_00010029 and ( some ))) - - SubClassOf: + + SubClassOf: OEO_00010023, OEO_00000503 some OEO_00000099 - - + + Class: OEO_00000245 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Jet fuel is kerosene used for aviation turbine power units. It has the same distillation characteristics between 150 °C and 300 °C (generally not above 250 °C) and flash point as kerosene. In addition, it has particular specifications (such as freezing point) which are established by the International air Transport Association (IATA).", "kerosene type jet fuel", @@ -2968,15 +2961,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", issue: https://github.com/OpenEnergyPlatform/ontology/issues/1230 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1237", rdfs:label "jet fuel" - - SubClassOf: + + SubClassOf: OEO_00000246, OEO_00240025 some OEO_00010315 - - + + Class: OEO_00000246 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Kerosene, also known as paraffin, lamp oil, and coal oil (an obsolete term), is a portion of matter consisting of combustible hydrocarbon liquid which is derived from petroleum. It is widely used as a fuel in industry as well as households. It is sometimes spelled kerosine in scientific and industrial usage. [...] @@ -2994,8 +2987,8 @@ add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "kerosene" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030002, OEO_00240025 some OEO_00010315, @@ -3004,11 +2997,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", some OEO_00000097, some OEO_00140076, OEO_00000529 value OEO_00000256 - - + + Class: OEO_00000248 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A lithium-ion battery is a battery that is rechargeable and in which lithium ions move from the negative electrode to the positive electrode during discharge, and back when charging. Li-ion batteries use an intercalated lithium compound as one electrode material."@en, "LIB", @@ -3017,14 +3010,14 @@ Class: OEO_00000248 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", rdfs:label "lithium-ion battery" - - SubClassOf: + + SubClassOf: OEO_00000068 - - + + Class: OEO_00000251 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Lignite is coal that is non-agglomerating with a gross calorific value less than 17 435 kJ/kg (4 165 kcal/kg) and greater than 31 % volatile matter on a dry mineral matter free basis."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, @@ -3032,112 +3025,112 @@ Class: OEO_00000251 This includes the portion of the oil shale or tar sands consumed in the transformation process.", rdfs:label "lignite", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000008" - - SubClassOf: + + SubClassOf: OEO_00000088, OEO_00000530 some OEO_00030002, OEO_00000529 value OEO_00000390 - - DisjointWith: + + DisjointWith: OEO_00000204 - - + + Class: OEO_00000252 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A lignite power plant is a coal power plant that has lignite power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "lignite power plant", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000040" - - SubClassOf: + + SubClassOf: OEO_00000089, some OEO_00000024 - - + + Class: OEO_00000253 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power line is a grid component link that is an uninterrupted transmission system between two nodes in an electricity grid."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", rdfs:label "power line"@en - - SubClassOf: + + SubClassOf: OEO_00000255, some OEO_00000143 - - + + Class: OEO_00000255 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A grid component link is a grid component that serves as a connection between two other grid components."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "grid component link" - - SubClassOf: + + SubClassOf: OEO_00020006 - - DisjointWith: + + DisjointWith: OEO_00000296 - - + + Class: OEO_00000257 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Liquid air is air that has a liquid state of matter."@en, "redefine definition and add equivalent issue: https://github.com/OpenEnergyPlatform/ontology/issues/937 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/945", rdfs:label "liquid air" - - EquivalentTo: + + EquivalentTo: OEO_00000054 and (OEO_00000531 value OEO_00000256) - - SubClassOf: + + SubClassOf: OEO_00000054 - - + + Class: OEO_00000258 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid biofuel is a biofuel that has liquid as its normal state of matter.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "liquid biofuel" - - EquivalentTo: + + EquivalentTo: OEO_00000072 and (OEO_00000529 value OEO_00000256) - - SubClassOf: - + + SubClassOf: + Annotations: "Add `SubClass Of` axiom for `liquid biofuel` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" OEO_00000072, OEO_00000530 some OEO_00030001, OEO_00000529 value OEO_00000256 - - + + Class: OEO_00000259 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid-metal battery is a battery that consists of two molten metal alloys separated by an electrolyte. The rechargeable batteries are used for electric vehicles and potentially also for grid energy storage."@en, "https://en.wikipedia.org/w/index.php?title=Molten-salt_battery&oldid=900557096"@en, @@ -3145,14 +3138,14 @@ Class: OEO_00000259 issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", rdfs:label "liquid-metal battery" - - SubClassOf: + + SubClassOf: OEO_00000068 - - + + Class: OEO_00000263 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A manufactured coal based gas is a gas mixture that is manufactured from coal. It is used as fossil fuel."@en, "improve definition and make subclass of gas mixture: @@ -3162,33 +3155,33 @@ add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "manufactured coal based gas" - - SubClassOf: + + SubClassOf: , OEO_00000530 some OEO_00030002, some OEO_00000001, some OEO_00000097, some OEO_00140076, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00000269 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A methanation gas storage is a energy storage that uses carbon dioxide and hydrogen from electrolysis to produce methan and store this. The methan can then be used to produce electricity or heat in a gas generator."@en, rdfs:label "methanation gas storage" - - SubClassOf: + + SubClassOf: OEO_00000012 - - DisjointWith: + + DisjointWith: OEO_00000070 - - + + Class: OEO_00000282 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A molten-salt battery is a battery that uses molten salts as an electrolyte and offers both a high energy density and a high power density."@en, "https://en.wikipedia.org/w/index.php?title=Molten-salt_battery&oldid=900557096"@en, @@ -3196,19 +3189,19 @@ Class: OEO_00000282 issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", rdfs:label "molten-salt battery" - - SubClassOf: + + SubClassOf: OEO_00000068 - - + + Class: OEO_00000286 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Motor gasoline is gasoline consisting of a mixture of light hydrocarbons distilling between 35 oC and 215 oC. It is used as a fuel for land based spark ignition engines. Motor gasoline may include additives, oxygenates and octane enhancers, including lead compounds such as TEL and TML. Includes motor gasoline blending components (excluding additives/oxygenates), e.g. alkylates, isomerate, reformate, cracked gasoline destined for use as finished motor gasoline."@en, - + Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 https://github.com/OpenEnergyPlatform/ontology/pull/1037" "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", @@ -3217,28 +3210,28 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1037" issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "motor gasoline" - - SubClassOf: + + SubClassOf: OEO_00000183, OEO_00240025 some OEO_00010315 - - + + Class: OEO_00000290 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A municipal waste fuel is waste fuel produced by households or non-industrial commercial activities."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", rdfs:label "municipal waste fuel" - - SubClassOf: + + SubClassOf: OEO_00000439 - - + + Class: OEO_00000292 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Natural gas is a gas mixture occurring in underground deposits, whether liquefied or gaseous, and consisting mainly of methane."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, @@ -3252,68 +3245,68 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", It does not include gases created by anaerobic digestion of biomass (e.g. municipal or sewage gas) nor gasworks gas.", rdfs:label "natural gas", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000552" - - SubClassOf: + + SubClassOf: , OEO_00000530 some OEO_00030002, some OEO_00000025, some OEO_00000001, some OEO_00000097, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" some OEO_00140075, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00000293 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Negative emission is the process of absorbing a substance, usually a pollutant that was emitted before.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", rdfs:label "negative emission" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00000296 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A grid node is a grid component of a supply grid where two or more links meet."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "grid node" - - SubClassOf: + + SubClassOf: OEO_00020006 - - DisjointWith: + + DisjointWith: OEO_00000255 - - + + Class: OEO_00000297 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Non associated gas is natural gas originating from fields producing hydrocarbons only in gaseous form.", "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN", rdfs:label "non associated gas" - - SubClassOf: + + SubClassOf: OEO_00000292 - - + + Class: OEO_00000298 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A non-methane volatile organic compound (NMVOC) is a volatile organic compound other than methane."@en, "NMVOC", @@ -3321,34 +3314,34 @@ Class: OEO_00000298 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "non-methane volatile organic compound" - - SubClassOf: + + SubClassOf: OEO_00000437 - - + + Class: OEO_00000299 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fossil municipal waste fuel is an municipal waste fuel that has a fossil origin."@en, - + Annotations: "Old class name kept as alternative term" "non renewable municipal waste fuel", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", rdfs:label "fossil municipal waste fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000290 and (OEO_00000530 some OEO_00030002) - - SubClassOf: + + SubClassOf: OEO_00000290 - - + + Class: OEO_00000300 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nuclear binding energy is the energy that is required to disassemble the nucleus of an atom into its component parts."@en, "Derived from https://en.wikipedia.org/w/index.php?title=Nuclear_binding_energy&oldid=1007327561"@en, @@ -3358,207 +3351,207 @@ convertion to nuclear binding energy issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", rdfs:label "nuclear binding energy", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000025" - - SubClassOf: + + SubClassOf: OEO_00000150, OEO_00000530 some OEO_00020147 - - + + Class: OEO_00000302 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A nuclear fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by undergoing nuclear fission.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237", rdfs:label "nuclear fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000173 and ( some OEO_00000028) - - SubClassOf: + + SubClassOf: OEO_00000173, some OEO_00000300 - - + + Class: OEO_00000303 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A nuclear power plant is a power plant that has nuclear power units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "nuclear power plant", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002271" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000029 - - + + Class: OEO_00000308 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An offshore wind farm is a wind farm that is build in a body of water, usually the ocean."@en, rdfs:label "offshore wind farm" - - SubClassOf: + + SubClassOf: OEO_00000447 - - DisjointWith: + + DisjointWith: OEO_00000311 - - + + Class: OEO_00000310 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A oil power plant is a power plant that has oil power units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "oil power plant" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000030 - - + + Class: OEO_00000311 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An onshore wind farm is a wind farm that is build on land."@en, rdfs:label "onshore wind farm" - - SubClassOf: + + SubClassOf: OEO_00000447 - - DisjointWith: + + DisjointWith: OEO_00000308 - - + + Class: OEO_00000316 - + Class: OEO_00000318 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Particulate matter is a portion of matter consisting of small particles. It can act as an air pollutant."@en, "PM", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "particulate matter", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000060" - - SubClassOf: + + SubClassOf: OEO_00000331, (OEO_00000529 value OEO_00000256) or (OEO_00000529 value OEO_00000390), some OEO_00000055 - - + + Class: OEO_00000320 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Peat is a or portion of matter that is a soft, porous or compressed, sedimentary deposit of plant origin with high water content (up to 90 % in the raw state) and can be used as combustion fuel. As the natural formation of peat takes at least centuries, peat is usually considered having a fossil origin."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/942 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1003", rdfs:label "peat", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00005774" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030002, some OEO_00000441, some OEO_00000001, some OEO_00000097, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" some OEO_00140075, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00000322 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Perfluorocarbons (PFCs) are portions of matter consisting of organic compounds that contain fluorine atoms but no hydrogen atoms.", "PFC", rdfs:label "perfluorocarbon" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030000 - - + + Class: OEO_00000324 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A photovoltaic power plant is a solar power plant that has PV panels as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "photovoltaic power plant" - - SubClassOf: + + SubClassOf: OEO_00000386, some OEO_00000348 - - + + Class: OEO_00000330 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Pollution is an emission with a negative effect on the environment or organisms."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", rdfs:label "pollution", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02500036" - - SubClassOf: + + SubClassOf: OEO_00000147 - - + + Class: OEO_00000331 - + Class: OEO_00000332 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solid biomass is a portion of matter consisting of organic, non-fossil material of biological origin which may be used as fuel for heat production or electricity generation.", "portion of solid biomass", "solid biomass"@en, "https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN", rdfs:label "solid biofuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000072 and (OEO_00000529 value OEO_00000390) - - SubClassOf: - + + SubClassOf: + Annotations: "Add `SubClass Of` axiom for `solid biofuel` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" @@ -3567,11 +3560,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" some OEO_00000001, some OEO_00000097, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00000333 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Power is the process attribute that is the amount of energy transformed or transferred per time unit."@en, "classification: @@ -3583,15 +3576,15 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/79 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/369", rdfs:comment "Power is the derivative of energy transformation over time", rdfs:label "power" - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00000502 some OEO_00020003 - - + + Class: OEO_00000334 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power generating unit is an energy transformation unit that contains a generator."@en, "block", @@ -3612,21 +3605,21 @@ remove \"among other parts from definition\" issue: https://github.com/OpenEnergyPlatform/ontology/issues/1258 pull request: https://github.com/OpenEnergyPlatform/ontology/issues/1259"@en, rdfs:label "power generating unit" - - SubClassOf: + + SubClassOf: OEO_00020102, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00000139, some OEO_00000188, some OEO_00020003, some OEO_00020107 - - + + Class: OEO_00000335 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power-to-gas system is an energy transformation unit that implements a power-to-gas process. A water electrolyser is participating in the power-to-gas process."@en, "P2G", @@ -3636,27 +3629,27 @@ Class: OEO_00000335 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", rdfs:label "power-to-gas system" - - SubClassOf: + + SubClassOf: OEO_00020102, some OEO_00010021, some OEO_00010216 - - + + Class: OEO_00000343 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A pumped storage (pumped-storage hdyroelectricity) is an energy storage that uses water from a higher reservoir to generate energy."@en, rdfs:label "pumped storage" - - SubClassOf: + + SubClassOf: OEO_00000012 - - + + Class: OEO_00000345 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Pumped water is liquid water which was pumped into an upper reservoir and thus contains potential energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 @@ -3666,16 +3659,16 @@ add secondary energy carrier disposition issue: https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "pumped water" - - SubClassOf: + + SubClassOf: OEO_00110000, OEO_00000501 some OEO_00000399, some OEO_00140076 - - + + Class: OEO_00000348 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A PV panel (photovoltaic panel) is a solar power unit absorbing sunlight as a source of energy to generate electricity."@en, "change produces energy axiom to 'has energy output': @@ -3683,25 +3676,25 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:comment "A photovoltaic (PV) module is a packaged, connected assembly of typically 6x10 photovoltaic solar cells. Photovoltaic modules constitute the photovoltaic array of a photovoltaic system that generates and supplies solar electricity in commercial and residential applications.", rdfs:label "PV panel" - - SubClassOf: + + SubClassOf: OEO_00000034, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000139, some OEO_00000032 - - + + Class: OEO_00000350 - SubClassOf: + SubClassOf: some - - + + Class: OEO_00000356 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A biogenic municipal waste fuel is a municipal waste fuel that has a biogenic origin."@en, "renewable municipal waste fuel", @@ -3716,46 +3709,46 @@ rename class and change axiom: https://github.com/OpenEnergyPlatform/ontology/issues/872 https://github.com/OpenEnergyPlatform/ontology/pull/1048", rdfs:label "biogenic municipal waste fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000290 and (OEO_00000530 some OEO_00030001) - - SubClassOf: + + SubClassOf: OEO_00000290, OEO_00000530 some OEO_00030001 - - + + Class: OEO_00000361 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A rooftop photovoltaic power plant is a photovoltaic power plant that is installed on top of the roof of a building."@en, rdfs:label "rooftop photovoltaic power plant" - - SubClassOf: + + SubClassOf: OEO_00000324 - - DisjointWith: + + DisjointWith: OEO_00000165 - - + + Class: OEO_00000374 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Superconducting magnetic energy storage (SMES) systems store energy in the magnetic field created by the flow of direct current in a superconducting coil which has been cryogenically cooled to a temperature below its superconducting critical temperature. A typical smes system includes three parts: superconducting coil, power conditioning system and cryogenically cooled refrigerator. Once the superconducting coil is charged, the current will not decay and the magnetic energy can be stored indefinitely."@en, "https://en.wikipedia.org/w/index.php?title=Superconducting_magnetic_energy_storage&oldid=902190687", rdfs:label "SMES" - - SubClassOf: + + SubClassOf: OEO_00000159 - - + + Class: OEO_00000376 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sodium-ion battery is a rechargable metal-ion battery that uses sodium ions as charge carriers."@en, "SIB", @@ -3763,14 +3756,14 @@ Class: OEO_00000376 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", rdfs:label "sodium-ion battery" - - SubClassOf: + + SubClassOf: OEO_00000068 - - + + Class: OEO_00000377 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sodium–sulphur battery is a type of molten-salt battery constructed from liquid sodium (Na) and sulphur (S).This type of battery has a high energy density, high efficiency of charge/discharge and long cycle life, and is fabricated from inexpensive materials. The operating temperatures of 300 to 350 °C and the highly corrosive nature of the sodium polysulphides, primarily make them suitable for stationary energy storage applications. The cell becomes more economical with increasing size."@en, "sodium–sulfur battery", @@ -3779,14 +3772,14 @@ Class: OEO_00000377 issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", rdfs:label "sodium-sulphur battery" - - SubClassOf: + + SubClassOf: OEO_00000282 - - + + Class: OEO_00000384 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar energy is radiative energy of the sun."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 @@ -3798,33 +3791,33 @@ remove disposition renewable fuel issue: https://github.com/OpenEnergyPlatform/ontology/issues/726 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732", rdfs:label "solar energy" - - SubClassOf: + + SubClassOf: OEO_00020040, OEO_00000530 some OEO_00030004 - - + + Class: OEO_00000386 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar power plant is a power plant that has solar power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "solar power plant", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000041" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000034 - - + + Class: OEO_00000387 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar thermal collector is a heater that absorbs solar radiation to convert it into heat."@en, "https://en.wikipedia.org/w/index.php?title=Solar_thermal_collector&oldid=903948846"@en, @@ -3835,56 +3828,56 @@ add axiom to 'has part some solar radiation receiving surface' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228", rdfs:label "solar thermal collector" - - SubClassOf: + + SubClassOf: OEO_00000210, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010234 some OEO_00000384, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00000388, some OEO_00020199, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00020047 - - + + Class: OEO_00000388 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar thermal energy is thermal energy that is the physical output of a solar thermal energy transformation."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", rdfs:label "solar thermal energy" - - SubClassOf: + + SubClassOf: OEO_00000207, OEO_00000530 some OEO_00030004 - - + + Class: OEO_00000389 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar thermal power plant is a solar power plant that has solar thermal power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "solar thermal power plant" - - SubClassOf: + + SubClassOf: OEO_00000386, some OEO_00000035, some OEO_00000396 - - + + Class: OEO_00000391 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solid fossil fuel is a fossil fuel that has a solid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/106 @@ -3893,20 +3886,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/164 Update definition and axioms: pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "solid fossil fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000014 and (OEO_00000529 value OEO_00000390) - - SubClassOf: + + SubClassOf: OEO_00000014, OEO_00000530 some OEO_00030002, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00000395 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "In physics, a state of matter is one of the distinct forms in which matter can exist. Four states of matter are observable in everyday life: solid, liquid, gas, and plasma. Many intermediate states are known to exist, such as liquid crystal, and some states only exist under extreme conditions", "https://en.wikipedia.org/w/index.php?title=State_of_matter&oldid=903680856", @@ -3917,33 +3910,33 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "state of matter" - - SubClassOf: + + SubClassOf: , OEO_00010121 some OEO_00000331 - - + + Class: OEO_00000396 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam turbine is a turbine that converts heat from pressurised steam into rotational energy.", "change produces energy and uses energy axioms to 'has energy output' and ' has energy input': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "steam turbine" - - SubClassOf: + + SubClassOf: OEO_00000425, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00110001, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010234 some OEO_00000207, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 @@ -3951,83 +3944,83 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00240000, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00050020 - - + + Class: OEO_00000399 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A storage unit is a grid component that stores energy."@en, rdfs:label "storage unit" - - SubClassOf: + + SubClassOf: OEO_00020006, some OEO_00000200 - - + + Class: OEO_00000401 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Sub bituminous coal is coal that is non-agglomerating with a gross calorific value between 17 435 kJ/kg (4 165 kcal/kg) and 23 865 kJ/kg (5 700 kcal/kg) containing more than 31 % volatile matter on a dry mineral matter free basis."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "sub bituminous coal", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000009" - - SubClassOf: + + SubClassOf: OEO_00000088 - - + + Class: OEO_00000407 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A Technology is an information content entity that specifies how to create an artificial object."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/136 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/334", rdfs:label "technology" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00000419 - + Class: OEO_00000420 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A transformer is an electricity grid component that passively transfers electrical energy from one electrical circuit to another."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:comment "Source: https://en.wikipedia.org/wiki/Transformer"@en, rdfs:label "transformer" - - SubClassOf: + + SubClassOf: OEO_00020006, some OEO_00000143 - - + + Class: OEO_00000423 - SubClassOf: - + SubClassOf: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/415 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821" OEO_00140164 some OEO_00000143 - - + + Class: OEO_00000425 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A turbine is an energy converting component that converts energy from a moving fluid flow into rotational energy."@en, "use energy converting component in definition: @@ -4037,40 +4030,40 @@ change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "turbine" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769" OEO_00000503 some OEO_00140116, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00240000 - - + + Class: OEO_00000429 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An underground hydrogen storage is an energy storage object that stores hydrogen underground. Examples are underground caverns, salt domes and depleted oil/gas fields."@en, "https://en.wikipedia.org/w/index.php?title=Underground_hydrogen_storage&oldid=895350780", "Issue:https://github.com/OpenEnergyPlatform/ontology/issues/448 Pull request: https://github.com/OpenEnergyPlatform/ontology/pull/462", rdfs:label "underground hydrogen storage" - - SubClassOf: + + SubClassOf: OEO_00000159, OEO_00000503 some OEO_00000220 - - + + Class: OEO_00000437 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A volatile organic compound (VOC) is a portion of matter consisting of organic compounds that is capable of producing photochemical oxidants by reactions with nitrogen oxides in the presence of sunlight. Hence it can act as an air pollutant."@en, "VOC", @@ -4078,16 +4071,16 @@ Class: OEO_00000437 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "volatile organic compound", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_134179" - - EquivalentTo: + + EquivalentTo: OEO_00000025 or OEO_00000298 - - SubClassOf: - + + SubClassOf: + Annotations: "Add `SubClass Of` axiom for `volatile organic compound` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" @@ -4095,11 +4088,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" OEO_00000331 and ( some OEO_00010011), some OEO_00000055 - - + + Class: OEO_00000439 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A waste fuel is a fuel in which the material entity is waste."@en, "label and definition: @@ -4111,44 +4104,44 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/629 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/631", rdfs:comment "The energy content of waste fuel is typically released by incineration or gasification. The energy content of nuclear waste is not considered as a waste fuel.", rdfs:label "waste fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000173 and ( some OEO_00000042) - - SubClassOf: - + + SubClassOf: + Annotations: "Add `SubClass Of` axiom for `waste fuel` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" OEO_00000173, some OEO_00000097 - - + + Class: OEO_00000440 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A waste power plant is a power plant that has waste power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "waste power plant" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000041 - - + + Class: OEO_00000441 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Water is a portion of matter with the chemical formula H2O. It has a liquid normal state of matter.", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1081 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1099" "We are aware that water is defined as pure H2O in the OEO and that naturally occuring water usually also contains impurities of other portions of matter (e.g. minerals). We purposely neglect this inconsistency for usability reasons.", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "H2O", @@ -4161,20 +4154,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 remove origin pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "water", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_15377" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000151, OEO_00000529 value OEO_00000256 - - + + Class: OEO_00000442 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A water turbine is a turbine converting potential energy and kinetic energy of water into rotational energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 @@ -4186,14 +4179,14 @@ change produces energy and uses energy axioms to 'has energy output' and 'has en issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "water turbine" - - SubClassOf: + + SubClassOf: OEO_00000425, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010234 some OEO_00000218, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 @@ -4201,15 +4194,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00240000, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00110004 - - + + Class: OEO_00000446 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Wind energy is the kinetic energy of moving air."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 @@ -4223,35 +4216,35 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732 add and change axioms pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", rdfs:label "wind energy" - - SubClassOf: + + SubClassOf: OEO_00230020, OEO_00000530 some OEO_00030004, - + Annotations: "change axiom to 'participates in' issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" OEO_00020182 some OEO_00000043, OEO_00020183 some OEO_00020043 - - + + Class: OEO_00000447 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A wind farm is a power plant that has wind energy converting units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "wind farm" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00000044 - - + + Class: OEO_00000448 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A wind rotor (or wind turbine) is a turbine that converts the wind's kinetic energy into rotational energy."@en, "wind turbine", @@ -4262,14 +4255,14 @@ change produces energy and uses energy axioms to 'has energy output' and 'has en issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "wind rotor" - - SubClassOf: + + SubClassOf: OEO_00000425, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010234 some OEO_00000446, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 @@ -4277,16 +4270,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00240000, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00020043, some OEO_00020144 - - + + Class: OEO_00000449 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Wood is a biomass from trees. It has a solid state of matter an can be used as fuel."@en, "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 @@ -4296,18 +4289,18 @@ add dispositions: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033", rdfs:label "wood" - - SubClassOf: + + SubClassOf: OEO_00010214, some OEO_00000001, some OEO_00000097, some OEO_00140075, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00010000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Ammonia is a portion of matter with the chemical formula NH3. It has a gaseous normal state of matter and can act as an air pollutant. As it can be oxidised it can be used as a fuel.", "NH3", @@ -4320,62 +4313,62 @@ Adapt definiton and axioms, add alternative terms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", rdfs:label "ammonia"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16134" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000055, some OEO_00000001, some OEO_00000097, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Carbon monoxide is a portion of matter with the chemical formula CO. It has a gaseous normal state of matter and can act as an air pollutant.", "CO", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "carbon monoxide"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_17245" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000055, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nitrogen oxides are a portion of matter consisting of compounds of nitrogen and oxygen. It is a collective term for numerous oxides of nitrogen with a gaseous normal state of matter. They can act as air pollutants.", "NOx", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "nitrogen oxides"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_35196" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000055, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nitric oxide is a portion of matter with the chemical formula NO. It is a gas and can act as an air pollutant. Synonyms are nitrogen oxide or nitrogen monoxide.", "NO", @@ -4384,28 +4377,28 @@ Class: OEO_00010003 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "nitric oxide"@en - - SubClassOf: + + SubClassOf: OEO_00010002 - - + + Class: OEO_00010004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nitrogen dioxide is a portion of matter with the chemical formula NO2. It is a gas and can act as an air pollutant.", "NO2", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "nitrogen dioxide"@en - - SubClassOf: + + SubClassOf: OEO_00010002 - - + + Class: OEO_00010007 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Sulphur dioxide is a portion of matter with the chemical formula SO2. It has a gaseous normal state of matter and can act as an air pollutant.", "SO2", @@ -4413,52 +4406,52 @@ Class: OEO_00010007 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "sulphur dioxide"@en - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000055, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010009 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "PM10 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM10, EN 12341, with a 50 % efficiency cut-off at 10 µm aerodynamic diameter.", "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "PM10"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000405" - - SubClassOf: + + SubClassOf: OEO_00000318 - - + + Class: OEO_00010010 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "PM2.5 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM2,5, EN 14907, with a 50 % efficiency cut-off at 2,5 µm aerodynamic diameter.", "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "PM2.5"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000415" - - SubClassOf: + + SubClassOf: OEO_00000318 - - + + Class: OEO_00010011 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "The volatility disposition is the disposition of a portion of matter to sublimate or evaporate from the solid or liquid form and enter the surrounding air.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 @@ -4468,15 +4461,15 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "volatility"@en - - SubClassOf: + + SubClassOf: , OEO_00010121 some OEO_00000331 - - + + Class: OEO_00010012 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An air pollutant is a portion of matter that participates in some air pollution.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 @@ -4485,58 +4478,58 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 issue: https://github.com/OpenEnergyPlatform/ontology/issues/815 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/816", rdfs:label "air pollutant"@en - - EquivalentTo: + + EquivalentTo: OEO_00000331 and ( some OEO_00000055) - - SubClassOf: + + SubClassOf: OEO_00000331 - - + + Class: OEO_00010015 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Fossil hydrogen is hydrogen with fossil origin. It is usually produced from fossil fuels applying the steam reforming process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", rdfs:label "fossil hydrogen" - - EquivalentTo: - + + EquivalentTo: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954" OEO_00000220 and (OEO_00000530 some OEO_00030002) - - SubClassOf: + + SubClassOf: OEO_00000220 - - + + Class: OEO_00010016 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Synthetic hydrogen is hydrogen with synthetic origin. It is usually produced from water applying the water electrolysis process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", rdfs:label "synthetic hydrogen" - - EquivalentTo: - + + EquivalentTo: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954" OEO_00000220 and (OEO_00000530 some OEO_00030005) - - SubClassOf: + + SubClassOf: OEO_00000220 - - + + Class: OEO_00010017 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A synthetic fuel is a fuel produced from one or more portion(s) of matter using electric energy.", "e-fuel", @@ -4548,24 +4541,24 @@ add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "synthetic fuel" - - EquivalentTo: + + EquivalentTo: OEO_00000173 and (OEO_00000530 some OEO_00030005) - - SubClassOf: - + + SubClassOf: + Annotations: "Add `SubClass Of` axiom for `synthetic fuel` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" OEO_00000173, some OEO_00000097, some OEO_00140076 - - + + Class: OEO_00010018 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Synthetic methane is methane that has a synthetic origin.", "P2G", @@ -4579,18 +4572,18 @@ Re-definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", rdfs:label "synthetic methane" - - EquivalentTo: + + EquivalentTo: OEO_00000025 and (OEO_00000530 some OEO_00030005) - - SubClassOf: + + SubClassOf: OEO_00000025 - - + + Class: OEO_00010019 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "PtL fuel is a liquid synthetic fuel produced in a power-to-liquid system from water and carbon dioxide using electrical energy.", "P2L fuel", @@ -4603,16 +4596,16 @@ new label and axioms: https://github.com/OpenEnergyPlatform/ontology/issues/934 pull request: https://github.com/OpenEnergyPlatform/ontology/pulls/957", rdfs:label "PtL fuel" - - SubClassOf: + + SubClassOf: OEO_00010156, some OEO_00010020, OEO_00000529 value OEO_00000256 - - + + Class: OEO_00010020 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power-to-liquid (often abbreviated P2L or PtL) system is an energy storage object that converts electrical power to a liquid fuel.", "P2L", @@ -4620,14 +4613,14 @@ Class: OEO_00010020 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", rdfs:label "power-to-liquid system" - - SubClassOf: + + SubClassOf: OEO_00000159 - - + + Class: OEO_00010021 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A water electrolyser is an energy converting component that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 @@ -4640,30 +4633,30 @@ change produces energy and uses energy axioms to 'has energy output' and 'has en issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "water electrolyser" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000441, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010234 some OEO_00000139, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00000007, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00000220 - - + + Class: OEO_00010022 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam reformer is an energy converting component that produces syngas from hydrocarbons such as natural gas.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 @@ -4672,25 +4665,25 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 use energy converting component in definition: https://github.com/OpenEnergyPlatform/ontology/pull/993", rdfs:label "steam reformer" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805" OEO_00000503 some OEO_00140159, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805" some OEO_00140160 - - + + Class: OEO_00010023 - + Class: OEO_00010024 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A battery electric vehicle (BEV) is an electric vehicle that stores energy in a traction battery.", "BEV", @@ -4704,18 +4697,18 @@ Adapt definition and convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "battery electric vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00000146 and ( some OEO_00010026) - - SubClassOf: + + SubClassOf: OEO_00000146 - - + + Class: OEO_00010025 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fuel cell electric vehicle (FCEV) is an electric vehicle that uses electrical energy from a fuel cell.", "FCEV", @@ -4729,32 +4722,32 @@ Convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "fuel cell electric vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00000146 and ( some OEO_00000016) - - SubClassOf: + + SubClassOf: OEO_00000146, OEO_00000503 some OEO_00000220 - - + + Class: OEO_00010026 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453", dc:description "A traction battery is a battery that is used in vehicles for propulsion.", rdfs:label "traction battery"@en - - SubClassOf: + + SubClassOf: OEO_00000068 - - + + Class: OEO_00010027 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An electric motor is a motor that converts electrical energy into kinetic energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 @@ -4767,15 +4760,15 @@ change uses energy axiom to 'has energy input': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "electric motor"@en - - SubClassOf: + + SubClassOf: OEO_00010032, OEO_00010234 some OEO_00000139 - - + + Class: OEO_00010028 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An electric traction motor is an electric motor used for propulsion."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 @@ -4785,15 +4778,15 @@ relabel and add axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1029 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1135", rdfs:label "electric traction motor"@en - - SubClassOf: + + SubClassOf: OEO_00010027, some - - + + Class: OEO_00010029 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An internal combustion engine is a motor that converts chemical energy into kinetic energy using a cyclic combustion process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 @@ -4806,20 +4799,20 @@ add energy input axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1280 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1285", rdfs:label "internal combustion engine"@en - - SubClassOf: + + SubClassOf: OEO_00010032, OEO_00000503 some OEO_00000099, OEO_00010234 some OEO_00000007, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817" some OEO_00140038 - - + + Class: OEO_00010030 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A plug-in hybrid electric vehicle (PHEV) is a vehicle that contains both an electric traction motor and an internal combustion engine and can switch between their usage for propulsion. It contains a traction battery that can be charged with electrical energy from an external supply.", "PHEV", @@ -4830,24 +4823,24 @@ Convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "plug-in hybrid electric vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00010023 and ( some OEO_00010028) - and ( some + and ( some (OEO_00010029 and ( some ))) - - SubClassOf: + + SubClassOf: OEO_00010023, OEO_00000503 some OEO_00000099, OEO_00000503 some OEO_00000139, some OEO_00010026 - - + + Class: OEO_00010031 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A grid supplied electric vehicle is an electric vehicle that has a current collector to use electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 @@ -4857,18 +4850,18 @@ Adapt definition and convert to equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "grid supplied electric vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00000146 and ( some OEO_00010300) - - SubClassOf: + + SubClassOf: OEO_00000146 - - + + Class: OEO_00010032 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A motor is an energy converting component that converts other forms of energy into kinetic energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 @@ -4884,123 +4877,123 @@ change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "motor", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000610" - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00230020 - - + + Class: OEO_00010072 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal power density unit is a unit which is a measure for the power per surface area.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal power density unit" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00010073 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal energy density unit is a unit which is a measure for the energy per surface area.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal energy density unit" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00010074 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal power density is a quantity value that indicates a certain power per area.", "specific power", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal power density" - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some OEO_00010072 - - + + Class: OEO_00010075 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal energy density is a quantity value that states a certain energy amount per area.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal energy density" - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some OEO_00010073 - - + + Class: OEO_00010076 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal solar power density is an areal power density that indicates the arriving solar power per area. A synonym for areal solar power density is irradiance.", "irradiance", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal solar power density" - - SubClassOf: + + SubClassOf: OEO_00010074 - - + + Class: OEO_00010077 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An areal solar energy density is an areal energy density that gives the arriving solar power per area. A synonym for areal solar power density is irradiation.", "irradiation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal solar energy density" - - SubClassOf: + + SubClassOf: OEO_00010075 - - + + Class: OEO_00010078 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Global warming potential (GWP) is a quantity value that measures the the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).", "GWP", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683", rdfs:label "global warming potential"@en - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some - - + + Class: OEO_00010079 - + Class: OEO_00010080 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar-steam-electric process is a solar energy transformation that converts solar energy into electrical energy. It has two partial processes: a solar thermal energy transformation and a steam-electric process."@en, "add two has participant and redefine @@ -5018,21 +5011,21 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "solar-steam-electric process"@en - - EquivalentTo: + + EquivalentTo: ( some OEO_00020047) and ( some OEO_00050020) - - SubClassOf: + + SubClassOf: OEO_00020046, OEO_00010235 some OEO_00000139, some OEO_00000010, some OEO_00000396 - - + + Class: OEO_00010081 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar chemical energy transformation is a solar energy transformation that converts solar energy into chemical energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/673 @@ -5042,82 +5035,82 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "solar chemical energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00020046, OEO_00010235 some OEO_00000007 - - + + Class: OEO_00010084 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A reservoir is an artificial object that stores liquid water and has a dam as part.", "Reservoirs created by dams provide water for activities such as hydro energy transformation, irrigation, human consumption, industrial use, aquaculture, and navigability. They are also used to regulate floods.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/755", rdfs:label "reservoir"@en - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00000503 some OEO_00110000, some OEO_00000117 - - + + Class: OEO_00010085 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydro power unit is a power generating unit that uses hydro energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "hydro power unit"@en - - SubClassOf: + + SubClassOf: OEO_00000334, OEO_00000503 some OEO_00000441, some OEO_00000442, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00110005 - - + + Class: OEO_00010086 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydro power plant is a power plant having an aggregate of hydro power generating units as its power generating unit parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "hydro power plant"@en - - SubClassOf: + + SubClassOf: OEO_00000031, OEO_00000503 some OEO_00000441, some OEO_00010085, some OEO_00110005 - - + + Class: OEO_00010087 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A run of river power plant is a hydro power plant that uses the momentarily available hydro energy of a river. It has either no reservoir or just has a small one with a maximum of 24 hours of storage.", "The distinction between a run of river power plant and a hydro storage power plant is important for modelling, but in reality not so easy. The chosen distinction follows the document: European Network of Transmission System Operators for Electricity (ENTSO-E): Hydropower modelling – New database complementing PECD, V.1.0, 12 December 2019, https://www.entsoe.eu/Documents/SDC%20documents/MAF/2019/Hydropower_Modelling_New_database_and_methodology.pdf", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "run of river power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010086, OEO_00000503 some OEO_00010093, some OEO_00000117 + + +Class: OEO_00010088 - -Class: OEO_00010088 - - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydro storage power plant is a hydro power plant that uses the available hydro energy of a stationary water storage.", "The distinction between a run of river power plant and a hydro storage power plant is important for modelling, but in reality not so easy. The chosen distinction follows the document: European Network of Transmission System Operators for Electricity (ENTSO-E): Hydropower modelling – New database complementing PECD, V.1.0, 12 December 2019, https://www.entsoe.eu/Documents/SDC%20documents/MAF/2019/Hydropower_Modelling_New_database_and_methodology.pdf", @@ -5125,31 +5118,31 @@ Class: OEO_00010088 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "hydro storage power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010086, ( some OEO_00000117) and ( some OEO_00010084), OEO_00000503 some OEO_00110000 - - + + Class: OEO_00010089 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A pumped hydro storage power plant is a hydro storage power plant which has some pumps as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "pumped hydro storage power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010088, some OEO_00010090 - - + + Class: OEO_00010090 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A pump is an energy converting component that converts energy into kinetic or potential energy of a fluid.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 @@ -5162,51 +5155,51 @@ change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "pump"@en - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769" OEO_00000503 some OEO_00140116, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some + OEO_00010235 some (OEO_00020045 or OEO_00230020) - - + + Class: OEO_00010091 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An open-loop pumped hydro storage power plant is a pumped hydro storage power plant that has natural inflows.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "open-loop pumped hydro storage power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010089, OEO_00000503 some OEO_00000345 - - + + Class: OEO_00010092 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A closed-loop pumped hydro storage power plant is a pumped hydro storage power plant that has no natural inflows.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "closed-loop pumped hydro storage power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010089, OEO_00000503 only OEO_00000345 - - + + Class: OEO_00010093 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A river is a water body that moves through permanent or seasonal flow process from elevated land towards lower elevations through a definite channel and empties either into a sea, lake, or another river or ends on land as bed seepage and evapotranspiration exceed water supply.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/760 @@ -5217,56 +5210,56 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "river"@en, owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00000022" - - SubClassOf: + + SubClassOf: OEO_00010104, some OEO_00110002 - - + + Class: OEO_00010094 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A reservoir hydro storage power plant is a hydro storage power plant that has no pump.", "issue: https://github.com/OpenEnergyPlatform/ontology/issue/767 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/768", rdfs:label "reservoir hydro storage power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010088, not ( some OEO_00010090) - - + + Class: OEO_00010095 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine thermal energy is a kind of natural ambient thermal energy that is present in marine water bodies.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine thermal energy"@en - - SubClassOf: + + SubClassOf: OEO_00140104 - - + + Class: OEO_00010096 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine thermal energy transfer is a heat transfer from the marine water body to a transportable material entity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine thermal energy transfer"@en - - SubClassOf: + + SubClassOf: OEO_00140101, some OEO_00010105 - - + + Class: OEO_00010097 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine current energy is the natural hydro energy of an ocean current.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5279,20 +5272,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 add and change axioms pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", rdfs:label "marine current energy"@en - - SubClassOf: + + SubClassOf: OEO_00020087, - + Annotations: "change axiom to 'participates in' issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" OEO_00020182 some OEO_00010107, OEO_00020183 some OEO_00010098 - - + + Class: OEO_00010098 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine current energy transformation is a hydroelectric energy transformation that converts marine current energy to electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5304,25 +5297,25 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1041 remove wrong axiom https://github.com/OpenEnergyPlatform/ontology/pull/1044", rdfs:label "marine current energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00110005, OEO_00010234 some OEO_00010097, - + Annotations: rdfs:comment "reintroduce axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" some OEO_00010105, - + Annotations: "replace 'has input' with 'causally downstream of or within' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" some OEO_00010107 - - + + Class: OEO_00010099 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine tidal energy transformation is a hydroelectric energy transformation that converts kinetic energy from tidal flow to electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5332,21 +5325,21 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "marine tidal energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00110005, OEO_00010234 some OEO_00010100, some OEO_00010105, - + Annotations: "replace 'has input' with 'causally downstream of or within' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" some OEO_00010101 - - + + Class: OEO_00010100 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine tidal energy is the natural hydro energy of a tidal flow.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5359,29 +5352,29 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 change axiom from participates in to is energy participant of pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", rdfs:label "marine tidal energy"@en - - SubClassOf: + + SubClassOf: OEO_00020087, OEO_00020182 some OEO_00010101 - - + + Class: OEO_00010101 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Tidal flow is a water flow during which movements of water masses caused by varying gravitational and rotational forces from sun and moon, combined with the rotation of the earth, cause waters to undergo periodic depth oscillations (tides).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "tidal flow"@en, owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001342" - - SubClassOf: + + SubClassOf: OEO_00110002 - - + + Class: OEO_00010102 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine wave energy is the natural hydro energy of a wave.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5394,19 +5387,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 change axiom from participates in to is energy participant of pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", rdfs:label "marine wave energy"@en - - SubClassOf: + + SubClassOf: OEO_00020087, - + Annotations: "change axiom to 'participates in' issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" OEO_00020182 some OEO_00010106 - - + + Class: OEO_00010103 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Marine wave energy transformation is a hydroelectric energy transformation that converts marine wave energy to electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 @@ -5416,34 +5409,34 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "marine wave energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00110005, OEO_00010234 some OEO_00010102, some OEO_00010105, - + Annotations: "replace 'has input' with 'causally downstream of or within' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" some OEO_00010106 - - + + Class: OEO_00010104 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A water body is an accumulation of liquid water of varying size on the surface of the Earth.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "water body"@en - - SubClassOf: + + SubClassOf: OEO_00110000 - - + + Class: OEO_00010105 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "The ocean is a water body that consists of salt water and is covering approximately 71% of Earth's surface.", "marine water body", @@ -5451,127 +5444,127 @@ Class: OEO_00010105 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "ocean"@en - - SubClassOf: + + SubClassOf: OEO_00010104 - - + + Class: OEO_00010106 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A wave is a water flow that is at the surface of a water body/marine water body/ocean and that is mainly vertically orientated.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "wave"@en - - SubClassOf: + + SubClassOf: OEO_00110002 - - + + Class: OEO_00010107 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An ocean current is a a water flow within a water body/marine water body/ocean that is mainly horizontally orientated.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "ocean current"@en - - SubClassOf: + + SubClassOf: OEO_00110002 - - + + Class: OEO_00010108 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine current energy converting unit is a hydro power unit that uses marine current energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine current energy converting unit"@en - - SubClassOf: + + SubClassOf: OEO_00010085, some OEO_00010098 - - + + Class: OEO_00010109 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine tidal energy converting unit is a hydro power unit that uses marine tidal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine tidal energy converting unit"@en - - SubClassOf: + + SubClassOf: OEO_00010085, some OEO_00010099 - - + + Class: OEO_00010110 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine wave energy converting unit is a hydro power unit that uses marine wave energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine wave energy converting unit"@en - - SubClassOf: + + SubClassOf: OEO_00010085, some OEO_00010103 - - + + Class: OEO_00010111 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine current energy power plant is a power plant that has marine current energy units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine current energy power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010086, some OEO_00010108, some OEO_00010098 - - + + Class: OEO_00010112 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine tidal energy power plant is a power plant that has marine tidal energy units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine tidal energy power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010086, some OEO_00010109, some OEO_00010099 - - + + Class: OEO_00010113 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine wave energy power plant is a power plant that has marine wave energy units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", rdfs:label "marine wave energy power plant"@en - - SubClassOf: + + SubClassOf: OEO_00010086, some OEO_00010110, some OEO_00010103 - - + + Class: OEO_00010114 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Waste thermal energy is thermal energy that is the physical output of an energy transformation process and that is released into the environment unused."@en, "waste heat", @@ -5581,17 +5574,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/813 change label and definition language pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "waste thermal energy" - - SubClassOf: + + SubClassOf: OEO_00000207 - - + + Class: OEO_00010117 - + Class: OEO_00010127 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Secondary energy production is the production of secondary energy carriers.", "secondary production of energy", @@ -5602,16 +5595,16 @@ pull: https://github.com/OpenEnergyPlatform/ontology/pull/924 issue: https://github.com/OpenEnergyPlatform/ontology/issues/860 pull: https://github.com/OpenEnergyPlatform/ontology/pull/865", rdfs:label "secondary energy production"@en - - SubClassOf: + + SubClassOf: OEO_00240003, OEO_00000533 some OEO_00140079, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00010137 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Metric ton (t) is a a mass unit which is equal to thousand of a kilogram or 10^3 kg.", "tonne", @@ -5619,58 +5612,58 @@ Class: OEO_00010137 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/879", "t", rdfs:label "metric ton"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00010138 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Carbon capture is a process that captures carbon dioxide from a gas.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "carbon capture"@en - - SubClassOf: - , + + SubClassOf: + , OEO_00000532 some OEO_00000006 - - + + Class: OEO_00010139 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Direct on air capture (DAC) is carbon dioxide capture from air.", "DAC", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "direct air capture"@en - - SubClassOf: + + SubClassOf: OEO_00010138, some OEO_00000054 - - + + Class: OEO_00010140 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Carbon storage is a process that stores CO2 in a geological formation.", "carbon sequestration", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "carbon storage"@en - - SubClassOf: + + SubClassOf: , OEO_00000532 some OEO_00000006 - - + + Class: OEO_00010141 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Carbon capture and storage (CCS) is a process that combines carbon capture and carbon sequestration.", "CCS", @@ -5678,223 +5671,223 @@ Class: OEO_00010141 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "carbon capture and storage"@en - - EquivalentTo: + + EquivalentTo: ( some OEO_00010138) and ( some OEO_00010140) - - SubClassOf: + + SubClassOf: , OEO_00000532 some OEO_00000006 - - + + Class: OEO_00010144 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solid combustion fuel is a combustion fuel that has a solid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "solid combustion fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000099 and (OEO_00000529 value OEO_00000390) - - SubClassOf: + + SubClassOf: OEO_00000099 - - + + Class: OEO_00010145 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid combustion fuel is a combustion fuel that has a liquid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "liquid combustion fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000099 and (OEO_00000529 value OEO_00000256) - - SubClassOf: + + SubClassOf: OEO_00000099 - - + + Class: OEO_00010146 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gaseous combustion fuel is a combustion fuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous combustion fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000099 and (OEO_00000529 value OEO_00000182) - - SubClassOf: + + SubClassOf: OEO_00000099 - - + + Class: OEO_00010147 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid fossil fuel is a fossil combustion fuel that has a liquid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "liquid fossil fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000014 and (OEO_00000529 value OEO_00000256) - - SubClassOf: + + SubClassOf: OEO_00000014 - - + + Class: OEO_00010148 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gaseous fossil fuel is a fossil combustion fuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous fossil fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000014 and (OEO_00000529 value OEO_00000182) - - SubClassOf: + + SubClassOf: OEO_00000014 - - + + Class: OEO_00010149 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solid renewable fuel is a renewable fuel that has a solid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "solid renewable fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000033 and (OEO_00000529 value OEO_00000390) - - SubClassOf: + + SubClassOf: OEO_00000033 - - + + Class: OEO_00010150 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid renewable fuel is a renewable fuel that has a liquid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "liquid renewable fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000033 and (OEO_00000529 value OEO_00000256) - - SubClassOf: + + SubClassOf: OEO_00000033 - - + + Class: OEO_00010151 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gaseous renewable fuel is a renewable fuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous renewable fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000033 and (OEO_00000529 value OEO_00000182) - - SubClassOf: + + SubClassOf: OEO_00000033 - - + + Class: OEO_00010153 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gasoeus biofuel is a biofuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous biofuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000072 and (OEO_00000529 value OEO_00000182) - - SubClassOf: + + SubClassOf: OEO_00000072 - - + + Class: OEO_00010154 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solid synthetic fuel is a synthetic fuel that has a solid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "solid synthetic fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00010017 and (OEO_00000529 value OEO_00000390) - - SubClassOf: + + SubClassOf: OEO_00010017 - - + + Class: OEO_00010155 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gaseous synthetic fuel is a synthetic fuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous synthetic fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00010017 and (OEO_00000529 value OEO_00000182) - - SubClassOf: + + SubClassOf: OEO_00010017 - - + + Class: OEO_00010156 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A liquid synthetic fuel is a synthetic fuel that has a liquid state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "liquid synthetic fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00010017 and (OEO_00000529 value OEO_00000256) - - SubClassOf: + + SubClassOf: OEO_00010017 - - + + Class: OEO_00010157 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power value is a quantity value that has a power unit as unit.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/918 @@ -5904,18 +5897,18 @@ Make equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "power value"@en - - EquivalentTo: + + EquivalentTo: OEO_00000350 and (OEO_00040010 some ) - - SubClassOf: + + SubClassOf: OEO_00000350 - - + + Class: OEO_00010210 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Energy use is the consumption of an energy carrier making use of the energy it carries.", "energy consumption", @@ -5925,48 +5918,48 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950 Add alternative label: https://github.com/OpenEnergyPlatform/ontology/pull/1321", rdfs:label "energy use"@en - - SubClassOf: + + SubClassOf: OEO_00140039, some OEO_00020039 - - DisjointWith: + + DisjointWith: OEO_00010211 - - + + Class: OEO_00010211 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Non-energy use is the consumption of an energy carrier without making use the energy it carries.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950", rdfs:label "non-energy use"@en - - SubClassOf: + + SubClassOf: OEO_00140039 - - DisjointWith: + + DisjointWith: OEO_00010210 - - + + Class: OEO_00010214 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Biomass is a portion of matter from plants or animals and has thus has a biogenic origin.", "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952", rdfs:label "biomass"@en - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030001 - - + + Class: OEO_00010215 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Biomethane is a gas mixture produced from biogas by removing carbon dioxide. It consists mainly of methane and can be used as fuel.", "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 @@ -5976,19 +5969,19 @@ improve definition and make subclass of gas mixture: issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", rdfs:label "biomethane"@en - - SubClassOf: + + SubClassOf: , OEO_00000530 some OEO_00030001, some OEO_00000025, some OEO_00000001, some OEO_00000097, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010216 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power-to-gas process is an energy transformation that converts electrical energy to chemical energy by synthesising portions of matter into a gaseous synthetic fuel.", "P2G", @@ -6002,18 +5995,18 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "power-to-gas process"@en - - SubClassOf: + + SubClassOf: OEO_00020003, (OEO_00000532 some OEO_00000331) and (OEO_00010234 some OEO_00000139), (OEO_00000533 some OEO_00010155) and (OEO_00010235 some OEO_00000007) - - + + Class: OEO_00010217 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power-to-methane process is a power-to-gas process that has electrical energy as energy input, water and carbon dioxide as physical input and synthetic methane carrying chemical energy as physical output. It consists of two sub processes: an electrolysis process and a methanation.", "power to methane", @@ -6024,8 +6017,8 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "power-to-methane process"@en - - SubClassOf: + + SubClassOf: OEO_00010216, (OEO_00000532 some OEO_00000006) and (OEO_00000532 some OEO_00000441) @@ -6034,26 +6027,26 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1041", and (OEO_00010235 some OEO_00000007), some OEO_00010219, some OEO_00010220 - - + + Class: OEO_00010218 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Oxygen is a portion of matter with the chemical formula O2. It has a gaseous normal state of matter.", "O2", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", rdfs:label "oxygen"@en - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00010219 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A water electrolysis process is an energy transformation that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 @@ -6063,8 +6056,8 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "water electrolysis process"@en - - SubClassOf: + + SubClassOf: OEO_00020003, (OEO_00000532 some OEO_00000441) and (OEO_00010234 some OEO_00000139), @@ -6072,60 +6065,60 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1041", and (OEO_00000533 some OEO_00010218) and (OEO_00010235 some OEO_00000007), some OEO_00010021 - - + + Class: OEO_00010220 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A methanation is a redox reaction that converts carbon dioxide and hydrogen to synthetic methane and water.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", rdfs:label "methanation"@en - - SubClassOf: + + SubClassOf: OEO_00140034, (OEO_00000532 some OEO_00000006) and (OEO_00000532 some OEO_00000220), (OEO_00000533 some OEO_00000006) and (OEO_00000533 some OEO_00000441) - - + + Class: OEO_00010221 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Synthetic ammonia is ammonia that has a synthetic origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", rdfs:label "synthetic ammonia"@en - - EquivalentTo: + + EquivalentTo: OEO_00010000 and (OEO_00000530 some OEO_00030005) - - SubClassOf: + + SubClassOf: OEO_00010000 - - + + Class: OEO_00010222 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power-to-ammonia process is a power-to-gas process that has ammonia as output.", "power to ammonia", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", rdfs:label "power-to-ammonia process"@en - - SubClassOf: + + SubClassOf: OEO_00010216, some OEO_00010000 - - + + Class: OEO_00010223 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A biogenic waste fuel is a waste fuel that has a biogenic origin.", "renewable waste fuel", @@ -6136,35 +6129,35 @@ rename class and change axiom: https://github.com/OpenEnergyPlatform/ontology/issues/872 https://github.com/OpenEnergyPlatform/ontology/pull/1048", rdfs:label "biogenic waste fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000439 and (OEO_00000530 some OEO_00030001) - - SubClassOf: + + SubClassOf: OEO_00000439 - - + + Class: OEO_00010224 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fossil waste fuel is a waste fuel that has a fossil origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", rdfs:label "fossil waste fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000439 and (OEO_00000530 some OEO_00030002) - - SubClassOf: + + SubClassOf: OEO_00000439 - - + + Class: OEO_00010225 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A biogenic industrial waste fuel is an industrial waste fuel that has a biogenic origin.", "renewable industrial waste fuel", @@ -6175,48 +6168,48 @@ rename class and change axiom: https://github.com/OpenEnergyPlatform/ontology/issues/872 https://github.com/OpenEnergyPlatform/ontology/pull/1048", rdfs:label "biogenic industrial waste fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000226 and (OEO_00000530 some OEO_00030001) - - SubClassOf: + + SubClassOf: OEO_00000226 - - + + Class: OEO_00010226 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fossil industrial waste fuel is an industrial waste fuel that has a fossil origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", rdfs:label "fossil industrial waste fuel"@en - - EquivalentTo: + + EquivalentTo: OEO_00000226 and (OEO_00000530 some OEO_00030002) - - SubClassOf: + + SubClassOf: OEO_00000226 - - + + Class: OEO_00010256 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A maximum value is a quantity value that represents the upper limit of an artificial object or process to contain or transform another entity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "maximum value" - - SubClassOf: + + SubClassOf: OEO_00000350 - - + + Class: OEO_00010257 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power capacity is a maximum value of a generator or power generating unit to generate power.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 @@ -6226,57 +6219,57 @@ Fix 'quantity value of' axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1223 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1235", rdfs:label "power capacity" - - SubClassOf: + + SubClassOf: OEO_00010256, - OEO_00020056 some + OEO_00020056 some (OEO_00000188 or OEO_00000334), OEO_00040010 some - - + + Class: OEO_00010258 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Bioenergy is chemical energy that is stored in biofuels.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1168 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1188", rdfs:label "bioenergy" - - EquivalentTo: + + EquivalentTo: OEO_00000007 and (OEO_00000530 some OEO_00030001) - - SubClassOf: + + SubClassOf: OEO_00000007 - - + + Class: OEO_00010259 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A measurement device is an artificial object that is used in some measurement process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1214 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1215", rdfs:label "measurement device" - - SubClassOf: + + SubClassOf: OEO_00000061 - - + + Class: OEO_00010263 - + Class: OEO_00010267 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam reforming process is a chemical reaction that converts hydrocarbons and steam to syngas. As it converts chemical energy and thermal energy to a different type of chemical energy (and waste heat), it is also an energy transformation process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1211 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251", rdfs:label "steam reforming"@en - - SubClassOf: + + SubClassOf: OEO_00140033, OEO_00000532 some OEO_00110001, OEO_00000532 some OEO_00140159, @@ -6284,141 +6277,141 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251", OEO_00010234 some OEO_00000007, OEO_00010235 some OEO_00000007, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00010273 - Annotations: + Annotations: "A land vehicle is a vehicle that is moved by applying forces against the ground.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "land vehicle"@en - - SubClassOf: + + SubClassOf: OEO_00010023 - - + + Class: OEO_00010274 - Annotations: + Annotations: "A road vehicle is a vehicle that uses roads.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "road vehicle"@en - - SubClassOf: + + SubClassOf: OEO_00010273 - - + + Class: OEO_00010275 - Annotations: + Annotations: "A motorised road vehicle is a road vehicle that has a traction motor.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "motorised road vehicle"@en - - SubClassOf: + + SubClassOf: OEO_00010274, some - - + + Class: OEO_00010276 - Annotations: + Annotations: "A car is a motorised road vehicle that is used for passenger transport and has a maximum of eight seats.", "automobile", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "car"@en - - SubClassOf: + + SubClassOf: OEO_00010275, some OEO_00010263 - - + + Class: OEO_00010277 - Annotations: + Annotations: "A bus is a motorised road vehicle that is used for passenger transport and has more than eight seats.", "autobus", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "bus"@en - - SubClassOf: + + SubClassOf: OEO_00010275, some OEO_00010263 - - + + Class: OEO_00010278 - Annotations: + Annotations: "A truck is a motorised road vehicle that is used for freight transport.", "lorry", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "truck"@en - - SubClassOf: + + SubClassOf: OEO_00010275, some OEO_00140005 - - + + Class: OEO_00010279 - Annotations: + Annotations: "A bicycle is a road vehicle that has two wheels and is propelled by a person.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "bicycle"@en - - SubClassOf: + + SubClassOf: OEO_00010274, some OEO_00010263 - - + + Class: OEO_00010280 - Annotations: + Annotations: "A train is a vehicle that uses railway tracks.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "train"@en - - SubClassOf: + + SubClassOf: OEO_00010273 - - + + Class: OEO_00010281 - Annotations: + Annotations: "A freight train is a train that is used for freight transport.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "freight train"@en - - SubClassOf: + + SubClassOf: OEO_00010280, some OEO_00140005 - - + + Class: OEO_00010282 - Annotations: + Annotations: "A passenger train is a train that is used for passenger transport.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "passenger train"@en - - SubClassOf: + + SubClassOf: OEO_00010280, some OEO_00010263 - - + + Class: OEO_00010283 - Annotations: + Annotations: "An e-bike is a bicycle that is propelled by a person and an electric traction motor.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293 @@ -6427,382 +6420,382 @@ Add 'traction battery' axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "e-bike"@en - - SubClassOf: + + SubClassOf: OEO_00010279, some OEO_00010026, some OEO_00010028 - - + + Class: OEO_00010284 - Annotations: + Annotations: "A motorcycle is a motorised road vehicle that has two wheels.", "motorbike", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "motorcycle"@en - - SubClassOf: + + SubClassOf: OEO_00010275, some OEO_00010263 - - + + Class: OEO_00010285 - Annotations: + Annotations: "A watercraft is a vehicle that is driving through water.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "watercraft"@en - - SubClassOf: + + SubClassOf: OEO_00010023 - - + + Class: OEO_00010286 - Annotations: + Annotations: "A ship is a watercraft of significant size that is driving on the water surface.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "ship"@en - - SubClassOf: + + SubClassOf: OEO_00010285 - - + + Class: OEO_00010287 - Annotations: + Annotations: "A passenger ship is a ship that is used for passenger transport.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "passenger ship"@en - - SubClassOf: + + SubClassOf: OEO_00010286, some OEO_00010263 - - + + Class: OEO_00010288 - Annotations: + Annotations: "A cargo ship is a ship that is used for freight transport.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "cargo ship"@en - - SubClassOf: + + SubClassOf: OEO_00010286, some OEO_00140005 - - + + Class: OEO_00010289 - Annotations: + Annotations: "A container ship is a cargo ship used for the transport of containers.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "container ship"@en - - SubClassOf: + + SubClassOf: OEO_00010288 - - + + Class: OEO_00010290 - Annotations: + Annotations: "A tank ship is a cargo ship used for the transport of liquid goods.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "tank ship"@en - - SubClassOf: + + SubClassOf: OEO_00010288 - - + + Class: OEO_00010291 - Annotations: + Annotations: "A motorised vehicle is a vehicle that has a traction motor.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "motorised vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00010023 and ( some ) - - SubClassOf: + + SubClassOf: OEO_00010023 - - + + Class: OEO_00010292 - Annotations: + Annotations: "An aircraft is a vehicle that is flying in the air.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "aircraft"@en - - SubClassOf: + + SubClassOf: OEO_00010023 - - + + Class: OEO_00010293 - Annotations: + Annotations: "An airplane is an aircraft that has fixed wings.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "airplane"@en - - SubClassOf: + + SubClassOf: OEO_00010292 - - + + Class: OEO_00010294 - Annotations: + Annotations: "A helicopter is an aircraft that has rotating wings.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "helicopter"@en - - SubClassOf: + + SubClassOf: OEO_00010292 - - + + Class: OEO_00010295 - Annotations: + Annotations: "A conventional energy is an energy that has a conventional origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1270 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1295", rdfs:label "conventional energy"@en - - EquivalentTo: + + EquivalentTo: OEO_00000150 and (OEO_00000530 some OEO_00020147) - - SubClassOf: + + SubClassOf: OEO_00000150 - - DisjointWith: + + DisjointWith: OEO_00020085 - - + + Class: OEO_00010296 - Annotations: + Annotations: "A primary energy consumption calculation method is a methodology to calculate primary energy consumption.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", rdfs:label "primary energy consumption calculation method"@en - - SubClassOf: + + SubClassOf: OEO_00020166, some OEO_00050018 - - + + Class: OEO_00010297 - Annotations: + Annotations: "A substitution method is a primary energy consumption calculation method that treats renewable energy carriers as if they have similar conversion losses as a specified fossil reference energy carrier.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", rdfs:label "substitution method"@en - - SubClassOf: + + SubClassOf: OEO_00010296 - - + + Class: OEO_00010298 - Annotations: + Annotations: "A direct equivalent method is a primary energy consumption calculation method that quantifies renewable and nuclear energies using its secondary energy content assuming no conversion losses.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", rdfs:label "direct equivalent method"@en - - SubClassOf: + + SubClassOf: OEO_00010296 - - + + Class: OEO_00010299 - Annotations: + Annotations: "A physical method is a method to calculate primary energy consumption that quantifies renewable and nuclear energies by attributing an efficiency value each.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", rdfs:label "physical method"@en - - SubClassOf: + + SubClassOf: OEO_00010296 - - + + Class: OEO_00010300 - Annotations: + Annotations: "A current collector is an energy converting component that transfers electrical energy between a stationary conductor and a grid supplied electric vehicle.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "current collector"@en - - SubClassOf: + + SubClassOf: OEO_00000011, OEO_00010234 some OEO_00000139, OEO_00010235 some OEO_00000139, some OEO_00010031 - - + + Class: OEO_00010301 - Annotations: + Annotations: "A gas turbine vehicle is a vehicle that uses a gas turbine for propulsion.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "gas turbine vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00010023 - and ( some + and ( some (OEO_00000185 and ( some ))) - - SubClassOf: + + SubClassOf: OEO_00010023 - - + + Class: OEO_00010302 - Annotations: + Annotations: "A jet fuel vehicle is a gas turbine vehicle that uses a jet fuel turbine.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "jet fuel vehicle"@en - - EquivalentTo: + + EquivalentTo: OEO_00010301 - and ( some + and ( some (OEO_00010303 and ( some ))) - - SubClassOf: + + SubClassOf: OEO_00010301 - - + + Class: OEO_00010303 - Annotations: + Annotations: "A jet fuel turbine is a turbine fueled with jet fuel.", "aviation turbine", "jet turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "jet fuel turbine"@en - - SubClassOf: + + SubClassOf: OEO_00000185, OEO_00000503 some OEO_00000245 - - + + Class: OEO_00010313 - Annotations: + Annotations: "A sectoral energy consumption is the energy use of a sector.", "sectoral energy use", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/864 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", rdfs:label "sectoral energy consumption"@en - - SubClassOf: + + SubClassOf: OEO_00010210, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00010314 - Annotations: + Annotations: "A sectoral emission is an emission caused by a certain sector.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/864 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", rdfs:label "sectoral emission"@en - - SubClassOf: + + SubClassOf: OEO_00000147, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00010315 - Annotations: + Annotations: "A mineral oil refining process is an energy transformation that converts crude oil by cracking and destillation into various mineral oil products.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "mineral oil refining process" - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00000532 some OEO_00000115, OEO_00000533 some OEO_00010316, OEO_00010234 some OEO_00000007, OEO_00010235 some OEO_00000007 - - + + Class: OEO_00010316 - Annotations: + Annotations: "A mineral oil product is a fossil combustion fuel produced in a mineral oil refining process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "mineral oil product" - - EquivalentTo: + + EquivalentTo: OEO_00000014 and (OEO_00240025 some OEO_00010315) - - SubClassOf: + + SubClassOf: OEO_00000014 - - + + Class: OEO_00010317 - Annotations: + Annotations: "A mineral oil is a fossil combustion fuel that is either crude oil or a mineral oil product.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "mineral oil" - - EquivalentTo: + + EquivalentTo: OEO_00000014 and (OEO_00000115 or OEO_00010316) - - SubClassOf: + + SubClassOf: OEO_00000014 - - + + Class: OEO_00010318 - Annotations: + Annotations: "A mineral oil refinery is an energy transformation unit that applies a mineral oil refining process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", rdfs:label "mineral oil refinery" - - SubClassOf: + + SubClassOf: OEO_00020102, OEO_00000503 some OEO_00000115, some OEO_00010315 - - + + Class: OEO_00020001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Ethanol is a portion of matter with the chemical formula C2H6O. It has a liquid normal state of matter and can be used as a combustion fuel."@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "C2H6O", @@ -6813,22 +6806,22 @@ axioms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/703 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/704"@en, rdfs:label "ethanol"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16236" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000075, some OEO_00000001, some OEO_00000097, OEO_00000529 value OEO_00000256 - - + + Class: OEO_00020003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Energy transformation is a transformation in which one or more certain types of energy as input result in certain types of energy as output."@en, "class added: @@ -6863,53 +6856,53 @@ make equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1211 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251"@en, rdfs:label "energy transformation"@en - - EquivalentTo: + + EquivalentTo: OEO_00000419 and (OEO_00010234 some OEO_00000150) and (OEO_00010235 some OEO_00000150) - - SubClassOf: + + SubClassOf: OEO_00000419, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" some OEO_00000011, some OEO_00020039, some OEO_00020102 - - + + Class: OEO_00020004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gas grid is a supply grid that distributes gaseous fuel, e.g. methane.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/385", rdfs:label "gas grid"@en - - SubClassOf: + + SubClassOf: OEO_00000200, some OEO_00020007 - - + + Class: OEO_00020005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heating grid is a supply grid that distributes thermal energy via circulating steam or liquids."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/385", rdfs:label "heating grid"@en - - SubClassOf: + + SubClassOf: OEO_00000200, some OEO_00020008 - - + + Class: OEO_00020006 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 @@ -6917,159 +6910,159 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 subclass of energy transformation unit pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", rdfs:label "grid component"@en - - SubClassOf: + + SubClassOf: OEO_00020102, some OEO_00000200 - - + + Class: OEO_00020007 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gas grid component is a grid component that is part of a gas grid."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "gas grid component"@en - - EquivalentTo: + + EquivalentTo: OEO_00020006 and ( some OEO_00020004) - - SubClassOf: + + SubClassOf: OEO_00020006 - - + + Class: OEO_00020008 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heating grid component is a grid component that is part of a heating grid."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "heating grid component"@en - - EquivalentTo: + + EquivalentTo: OEO_00020006 and ( some OEO_00020005) - - SubClassOf: + + SubClassOf: OEO_00020006 - - + + Class: OEO_00020009 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A switchyard is an electricity grid component that connects different levels of voltage"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "switchyard"@en - - SubClassOf: + + SubClassOf: OEO_00020006, some OEO_00000143, some OEO_00000420 - - + + Class: OEO_00020037 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Radiation is the process of emitting or transmitting energy in the form of waves or particles through a spatial region or a material entity.", "Adaptation of https://en.wikipedia.org/w/index.php?title=Radiation&oldid=986678480", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", rdfs:label "radiation", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001023" - - SubClassOf: + + SubClassOf: , some OEO_00230021 - - + + Class: OEO_00020038 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar radiation is radiation that is emitted by the sun.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", rdfs:label "solar radiation", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001862" - - SubClassOf: + + SubClassOf: OEO_00020037 - - + + Class: OEO_00020039 - + Class: OEO_00020040 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Radiative energy is energy that has been transmitted by a radiation process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/660 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/665", rdfs:label "radiative energy", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000030" - - SubClassOf: + + SubClassOf: OEO_00000150 - - + + Class: OEO_00020043 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Wind energy transformation is an energy transformation that converts wind energy to electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/662 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/666 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702", rdfs:label "wind energy transformation" - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010234 some OEO_00000446, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000139, some OEO_00000044 - - + + Class: OEO_00020045 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/628 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/670", rdfs:comment "Potential energy is the energy that a material entity contains due to its position relative to other material entities or to stresses within itself.", rdfs:label "potential energy", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000016" - - SubClassOf: + + SubClassOf: OEO_00000150 - - + + Class: OEO_00020046 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar energy transformation is an energy transformation that converts solar energy.", "class: @@ -7086,15 +7079,15 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "solar energy transformation" - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010234 some OEO_00000384 - - + + Class: OEO_00020047 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar thermal energy transformation is a solar energy transformation that converts solar energy into thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 @@ -7104,19 +7097,19 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "solar thermal energy transformation" - - SubClassOf: + + SubClassOf: OEO_00020046, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" OEO_00010235 some OEO_00000388, some OEO_00000387 - - + + Class: OEO_00020048 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Photovoltaic energy transformation is a solar energy transformation that converts solar energy into electrical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 @@ -7126,19 +7119,19 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "photovoltaic energy transformation" - - SubClassOf: + + SubClassOf: OEO_00020046, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" OEO_00010235 some OEO_00000139, some OEO_00000032 - - + + Class: OEO_00020050 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A renewable energy carrier is an energy carrier that has a renewable energy carrier disposition.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 @@ -7146,32 +7139,32 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 change def and equivalence pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "renewable energy carrier" - - EquivalentTo: + + EquivalentTo: and ( some OEO_00020086) - - SubClassOf: + + SubClassOf: OEO_00020039 - - + + Class: OEO_00020053 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nuclear fission is a process of nuclear reaction or a radioactive decay in which the nucleus of an atom splits into two or more smaller, lighter nuclei.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/692 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", rdfs:label "nuclear fission" - - SubClassOf: + + SubClassOf: , some OEO_00000302 - - + + Class: OEO_00020054 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nuclear energy transformation is an energy transformation that converts nuclear binding energy to thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/692 @@ -7182,35 +7175,35 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "nuclear energy transformation" - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010234 some OEO_00000300, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000207 - - + + Class: OEO_00020058 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A rock is a portion of matter that is a naturally occurring solid aggregate of minerals or mineraloid matter that is part of the earth's crust.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", rdfs:label "rock" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00000530 some OEO_00030003, some OEO_00000151, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00020059 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Geothermal heat transfer is a heat transfer from the earth crust to a transportable material entity. E.g. a liquid or gas.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 @@ -7220,257 +7213,257 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "geothermal heat transfer" - - SubClassOf: + + SubClassOf: OEO_00140101, OEO_00010234 only OEO_00000191 - - + + Class: OEO_00020066 - + Class: OEO_00020068 - SubClassOf: + SubClassOf: some OEO_00000001 - - + + Class: OEO_00020073 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Grid-bound heating is a heat transfer over a distance via a heating grid, using steam or (hot) water.", "distance heating", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", rdfs:label "grid-bound heating" - - SubClassOf: + + SubClassOf: OEO_00140101, some OEO_00020005, - some + some (OEO_00110000 or OEO_00110001) - - + + Class: OEO_00020074 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Industrial grid-bound heating is a grid-bound heating transfer to industrial installations."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", rdfs:label "industrial grid-bound heating" - - SubClassOf: + + SubClassOf: OEO_00020073 - - + + Class: OEO_00020085 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A renewable energy is an energy that has renewable origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "renewable energy" - - EquivalentTo: + + EquivalentTo: OEO_00000150 and (OEO_00000530 some OEO_00030004) - - SubClassOf: + + SubClassOf: OEO_00000150 - - DisjointWith: + + DisjointWith: OEO_00010295 - - + + Class: OEO_00020086 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A renewable energy carrier disposition is an energy carrier disposition of an material entity that contains renewable energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "renewable energy carrier disposition" - - SubClassOf: + + SubClassOf: OEO_00000151 - - + + Class: OEO_00020087 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Natural hydro energy is hydro energy collected from the natural water cycle (rain water, melted snow and ice).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "natural hydro energy" - - SubClassOf: + + SubClassOf: OEO_00000218, OEO_00000503 some OEO_00010104, OEO_00000530 some OEO_00030004 - - + + Class: OEO_00020088 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Pumped hydro energy is hydro energy that results from a water flow of pumped water.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "pumped hydro energy" - - SubClassOf: + + SubClassOf: OEO_00000218, OEO_00000503 some OEO_00000345, OEO_00000530 some OEO_00020147 - - + + Class: OEO_00020102 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy transformation unit is an artificial object that transforms, changes or transfers a certain type of energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", rdfs:label "energy transformation unit" - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" some OEO_00000011, some OEO_00020003, some OEO_00020104 - - + + Class: OEO_00020103 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Energy transfer is an energy transformation in form of a spatial transmission, that does not change the types of energies, apart from losses, e.g. waste heat.", "class added: issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", rdfs:label "energy transfer" - - SubClassOf: + + SubClassOf: OEO_00020003 - - + + Class: OEO_00020104 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An outage is a process during which an artificial object cannot perfom or operate.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", rdfs:label "outage" - - SubClassOf: + + SubClassOf: , some OEO_00020102 - - + + Class: OEO_00020105 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A forced outage is an outage of an artificial object caused by a failure.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", rdfs:label "forced outage" - - SubClassOf: + + SubClassOf: OEO_00020104 - - DisjointWith: + + DisjointWith: OEO_00020106 - - + + Class: OEO_00020106 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A planned outage is an outage during which an artificial object is being maintained.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", rdfs:label "planned outage" - - SubClassOf: + + SubClassOf: OEO_00020104 - - DisjointWith: + + DisjointWith: OEO_00020105 - - + + Class: OEO_00020107 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Curtailment is a process in which a power generating unit is forced to reduce its output, in order to balance energy supply and demand or due to transmission constraints.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/888 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", rdfs:label "curtailment" - - SubClassOf: + + SubClassOf: , some OEO_00000334 - - + + Class: OEO_00020136 - + Class: OEO_00020137 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An operational space requirement is space requirement that covers the area needed by an artificial object in order to operate properly.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", rdfs:label "operational space requirement" - - SubClassOf: + + SubClassOf: OEO_00020136 - - + + Class: OEO_00020139 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A space requirement for construction is space requirement of an artificial object that covers the area needed in order to contruct an artificial object.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", rdfs:label "space requirement for construction" - - SubClassOf: + + SubClassOf: OEO_00020136 - - + + Class: OEO_00020140 - + Class: OEO_00020141 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A specific space requirement is a quantity value that indicates a certain space requirement per nameplate capacity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/899 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", rdfs:label "specific space requirement" - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some OEO_00020140 - - + + Class: OEO_00020144 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Rotor diameter is a quality of a wind energy converting unit that measures the diameter of the wind rotor.", "add class @@ -7481,17 +7474,17 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "rotor diameter" - - SubClassOf: + + SubClassOf: , - OEO_00010121 some + OEO_00010121 some (OEO_00000044 or OEO_00000448), OEO_00140002 some OEO_00140001 - - + + Class: OEO_00020147 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Conventional is an origin of energies that don't replenish when transformed / consumed.", "non-renewable", @@ -7502,34 +7495,34 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "conventional" - - SubClassOf: + + SubClassOf: OEO_00000316, OEO_00010121 some OEO_00000150 - - DisjointWith: - + + DisjointWith: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048" OEO_00030004 - - + + Class: OEO_00020148 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A conventional energy carrier disposition is an energy carrier disposition of an material entity that contains non-renewable energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955", rdfs:label "conventional energy carrier disposition" - - SubClassOf: + + SubClassOf: OEO_00000151 - - + + Class: OEO_00020149 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Fossil energy is chemical energy that is stored in fossil combustion fuels and thus has a conventional origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 @@ -7539,22 +7532,22 @@ Update definition and axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1172 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1185", rdfs:label "fossil energy" - - EquivalentTo: + + EquivalentTo: OEO_00000007 and (OEO_00000530 some OEO_00020147) and (OEO_00010121 some OEO_00000014) - - SubClassOf: + + SubClassOf: OEO_00000007 - - + + Class: OEO_00020166 - + Class: OEO_00020196 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fissile material entity is a material entity that has the disposition to carry nuclear (binding) energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1159 @@ -7563,63 +7556,63 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1190 Fix spelling of label: https://github.com/OpenEnergyPlatform/ontology/pull/1196", rdfs:label "fissile material entity" - - EquivalentTo: + + EquivalentTo: and ( some OEO_00000028) - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00020197 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A tangential proper part is a fiat object part of an entity which shares a boundary with that entity.", "https://en.wikipedia.org/wiki/Region_connection_calculus", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", rdfs:label "tangential proper part" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00020198 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A surface is a tangential proper part of an object that extends in two dimensions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", rdfs:label "surface" - - SubClassOf: + + SubClassOf: OEO_00020197, some - - + + Class: OEO_00020199 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar radiation receiving surface is a surface that is receiving solar energy via solar radiation.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", rdfs:label "solar radiation receiving surface" - - EquivalentTo: + + EquivalentTo: OEO_00020198 and (OEO_00010234 some OEO_00000384) - - SubClassOf: + + SubClassOf: OEO_00020198 - - + + Class: OEO_00020200 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar receiving object is an artificial object that has a solar radiation receiving surface as part.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 @@ -7628,47 +7621,47 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228 issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "solar receiving object" - - EquivalentTo: + + EquivalentTo: OEO_00000061 and ( some OEO_00020199) - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00020201 - + Class: OEO_00020202 - + Class: OEO_00020207 - + Class: OEO_00020208 - + Class: OEO_00020210 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sirup is a portion of matter that consists mainly of water and sugar. It has a liquid state of matter.", "sirop", "syrup", "pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", rdfs:label "sirup" - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000441, OEO_00000531 value OEO_00000256 - - + + Class: OEO_00030000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Anthropogenic is an origin of portions of matter or energies created by human activity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 @@ -7682,16 +7675,16 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "anthropogenic" - - SubClassOf: + + SubClassOf: OEO_00000316, - OEO_00010121 some + OEO_00010121 some (OEO_00000150 or OEO_00000331) - - + + Class: OEO_00030001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Biogenic is an origin of portions of matter made by or produced from life forms.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 @@ -7701,18 +7694,18 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "biogenic" - - SubClassOf: + + SubClassOf: OEO_00000316, OEO_00010121 some OEO_00000331 - - DisjointWith: + + DisjointWith: OEO_00030002 - - + + Class: OEO_00030002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Fossil is a geogenic origin of portions of matter created from organic material by geological processes lasting thousands or millions of years.", "In real world, fossils are from biogenic origin some thousands or millions of years ago. However, this is irrelevant in the energy modelling domain.", @@ -7731,18 +7724,18 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "fossil" - - SubClassOf: + + SubClassOf: OEO_00030003, OEO_00010121 some OEO_00000331 - - DisjointWith: + + DisjointWith: OEO_00030001 - - + + Class: OEO_00030003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Geogenic is an origin of portions of matter or energies that are the result of geological processes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 @@ -7756,16 +7749,16 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "geogenic" - - SubClassOf: + + SubClassOf: OEO_00000316, - OEO_00010121 some + OEO_00010121 some (OEO_00000150 or OEO_00000331) - - + + Class: OEO_00030004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Renewable is an origin of energies that replenish on a human time scale.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 @@ -7783,21 +7776,21 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "renewable" - - SubClassOf: + + SubClassOf: OEO_00000316, OEO_00010121 some OEO_00000150 - - DisjointWith: - + + DisjointWith: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048" OEO_00020147 - - + + Class: OEO_00030005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Synthetic is an anthropogenic origin of portions of matter created artificially by a chemical process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 @@ -7811,27 +7804,27 @@ Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", rdfs:label "synthetic" - - SubClassOf: + + SubClassOf: OEO_00030000, OEO_00010121 some OEO_00000331 - - + + Class: OEO_00030015 - SubClassOf: - + SubClassOf: + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/415 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821" OEO_00140164 some OEO_00030024 - - + + Class: OEO_00030019 - + Class: OEO_00030024 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy system is a supply system of spatially extended linked energy sources and sinks.", "energy supply system", @@ -7842,27 +7835,27 @@ make subclass of supply system: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1071 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1123", rdfs:label "energy system" - - SubClassOf: + + SubClassOf: OEO_00030025 - - + + Class: OEO_00030025 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A supply system is a system that connects producers and consumers.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/432 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/493", rdfs:label "supply system" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00030026 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Primary energy production is a production that prepares raw material for its use as primary energy carrier."@en, "primary production of energy", @@ -7880,16 +7873,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", rdfs:label "primary energy production" - - SubClassOf: + + SubClassOf: OEO_00240003, OEO_00000533 some OEO_00140078, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00030027 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Primary energy carrier mining is a primary energy production that recovers non-renewable energy carriers from its natural site."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/835 @@ -7898,14 +7891,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", rdfs:label "primary energy carrier mining" - - SubClassOf: + + SubClassOf: OEO_00030026 - - + + Class: OEO_00030028 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Primary energy carrier harvest is a primary energy production that collects solid biomass from its natural site."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/835 @@ -7914,38 +7907,38 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", rdfs:label "primary energy carrier harvest" - - SubClassOf: + + SubClassOf: OEO_00030026 - - + + Class: OEO_00030035 - + Class: OEO_00040009 - + Class: OEO_00040011 - + Class: OEO_00050000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An industrial process is a process that has output object or object aggregates that are economic goods. An industrial process consists of several subprocesses. Examples of subprocesses that can be involved in an industrial process are energy transformations, mechanical operations and chemical reactions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/534 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/589", rdfs:label "industrial process"@en - - SubClassOf: + + SubClassOf: , - some + some ( or ) - - + + Class: OEO_00050001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Fuel-powered electricity generation is an electricity generation process that converts chemical energy from a combustion fuel to electrical energy. It causes some emission.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/582 @@ -7955,12 +7948,12 @@ Update definition and axioms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/936 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1240", rdfs:label "fuel-powered electricity generation"@en - - EquivalentTo: + + EquivalentTo: OEO_00240014 and (OEO_00000532 some OEO_00000099) - - SubClassOf: + + SubClassOf: OEO_00240014, OEO_00000500 some OEO_00000148, OEO_00000533 some OEO_00000331, @@ -7968,137 +7961,137 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1240", some OEO_00000174, some OEO_00000175, some OEO_00000147 - - + + Class: OEO_00050002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 1,000 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "kJ", rdfs:label "kilojoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 1,000,000 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "MJ", rdfs:label "megajoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^9 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "GJ", rdfs:label "gigajoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^12 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "TJ", rdfs:label "terajoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050006 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^15 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "PJ", rdfs:label "petajoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050007 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^18 joules.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "EJ", rdfs:label "exajoule"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050008 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 1,000,000 watt-hours.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "MWh", rdfs:label "megawatt-hour"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050009 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^12 watt-hours.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "TWh", rdfs:label "terawatt-hour"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050010 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^15 watt-hours.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "PWh", rdfs:label "petawatt-hour"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050011 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy unit which is equal to 10^9 watt-hours.", "gigawatt hours", @@ -8110,14 +8103,14 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "GWh", rdfs:label "gigawatt-hour"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00050016 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Final energy consumption is an energy consumption value accounting for the energy delivered to and consumed by end users."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 @@ -8127,14 +8120,14 @@ Make 'energy consumption value' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1322 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1340", rdfs:label "final energy consumption"@en - - SubClassOf: + + SubClassOf: OEO_00240019 - - + + Class: OEO_00050017 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Gross inland energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region (e.g. a country)."@en, "Gross inland energy consumption represents the quantity of energy necessary to satisfy inland consumption of the spatial region (e.g. a country) under consideration. @@ -8164,19 +8157,19 @@ improve definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306"@en, rdfs:label "gross inland energy consumption"@en - - SubClassOf: + + SubClassOf: OEO_00240019, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" ( some OEO_00010210) and ( some OEO_00010211) - - + + Class: OEO_00050018 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Primary energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region excluding the non-energetic use of fuels."@en, "Primary energy consumption covers consumption of the energy sector itself, losses during transformation (for example, from oil or gas into electricity) and distribution of energy, and the final consumption by end users. It excludes energy carriers used for non-energy purposes (such as petroleum not used not for combustion but for producing plastics)."@en, @@ -8193,22 +8186,22 @@ make energy consumption value: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306"@en, rdfs:label "primary energy consumption"@en - - SubClassOf: + + SubClassOf: OEO_00240019, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" (not ( some OEO_00010211)) and ( some OEO_00010210) - - + + Class: OEO_00050019 - + Class: OEO_00050020 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam-electric process is an energy transformation that converts thermal energy to electrical energy. A steam turbine and an electro motive generator are participating in a steam-electric process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/659 @@ -8219,50 +8212,50 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, rdfs:label "steam-electric process"@en - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010234 some OEO_00000207, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000139, some OEO_00000010, some OEO_00000396 - - + + Class: OEO_00090000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A volumetric flow rate value is a quantity value that has a volumetric flow rate unit as unit.", "Issue: https://github.com/OpenEnergyPlatform/ontology/pull/693 Pull Request: https://github.com/OpenEnergyPlatform/ontology/pull/693", rdfs:label "volumetric flow rate value" - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some - - + + Class: OEO_00110000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Liquid water is water that has a liquid state of matter."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, rdfs:label "liquid water"@en - - SubClassOf: + + SubClassOf: OEO_00000441, some OEO_00000218, OEO_00000531 value OEO_00000256 - - + + Class: OEO_00110001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Steam is water that has a gaseous state of matter."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 @@ -8272,45 +8265,45 @@ add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243"@en, rdfs:label "steam"@en - - SubClassOf: + + SubClassOf: OEO_00000441, some OEO_00140076, OEO_00000531 value OEO_00000182 - - + + Class: OEO_00110002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Water flow is a process of liquid water moving."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, rdfs:label "water flow"@en - - SubClassOf: + + SubClassOf: , OEO_00000500 some OEO_00110003, some OEO_00110000 - - + + Class: OEO_00110003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Water flow rate is the process attribute of water flow that quantifies the water volume per time unit."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, rdfs:label "water flow rate"@en - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00140002 some OEO_00090000 - - + + Class: OEO_00110004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydro energy transformation is an energy transformation that converts hydro energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 @@ -8321,15 +8314,15 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, rdfs:label "hydro energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010234 some OEO_00000218 - - + + Class: OEO_00110005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydroelectric energy transformation is a hydro energy transformation that converts hydro energy to electrical energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 @@ -8339,18 +8332,18 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, rdfs:label "hydroelectric energy transformation"@en - - SubClassOf: + + SubClassOf: OEO_00110004, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 some OEO_00000139 - - + + Class: OEO_00140000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hub height is a quality of a wind energy converting unit that measures the distance between surface and centre-line of the wind rotor.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 @@ -8360,178 +8353,178 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "hub height"@en - - SubClassOf: + + SubClassOf: , OEO_00010121 some OEO_00000044, OEO_00140002 some OEO_00140001 - - + + Class: OEO_00140001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Length value is a quantity value that has a length unit as unit.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509", rdfs:label "length value"@en - - SubClassOf: + + SubClassOf: OEO_00000350, some - - + + Class: OEO_00140005 - + Class: OEO_00140033 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A chemical reaction is a transformation that involves the interconversion of chemical species.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "chemical reaction"@en - - SubClassOf: + + SubClassOf: OEO_00000419 - - + + Class: OEO_00140034 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A redox reaction is a chemical reaction in which the oxidation of one reactant is coupled to the reduction of a second reactant.", "oxidation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "redox reaction"@en - - SubClassOf: + + SubClassOf: OEO_00140033 - - + + Class: OEO_00140035 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Oxidation is a chemical reaction that describes the loss of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "oxidation"@en - - SubClassOf: + + SubClassOf: OEO_00140033 - - + + Class: OEO_00140036 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Reduction is a chemical reaction that describes the gain of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "reduction"@en - - SubClassOf: + + SubClassOf: OEO_00140033 - - + + Class: OEO_00140037 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An electrochemical reaction is a chemical reaction that describes the overall reactions of individual redox reactions being separated but connected by an external electric circuit and an intervening electrolyte.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "electrochemical reaction"@en - - SubClassOf: + + SubClassOf: OEO_00140033 - - + + Class: OEO_00140038 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Combustion is an exothermic redox reaction between a fuel (the reductant) and an oxidant (usually atmospheric oxygen) which is initiated by a ignition source.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "combustion"@en - - SubClassOf: + + SubClassOf: OEO_00140034 - - + + Class: OEO_00140039 - + Class: OEO_00140049 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Energy conversion efficiency is a process attribute describing the ratio between the input of an energy transformation and the outputs that are used.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", rdfs:label "energy conversion efficiency"@en - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00000502 some OEO_00020003, OEO_00140002 some OEO_00140050 - - + + Class: OEO_00140050 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An efficiency value is a quantity value stating the ratio between a process's inputs and the outputs that are used.", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779" "efficiency", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", rdfs:label "efficiency value"@en - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some - - + + Class: OEO_00140051 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A coefficient of performance value is a quantity value stating the ratio between the work input and the total output of an energy conversion process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", rdfs:label "coefficient of performance value"@en - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00020056 some OEO_00140052, OEO_00040010 some - - + + Class: OEO_00140052 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Energy conversion performance is a process attribute describing the ratio between the non-heat input of an energy transformation and the outputs that are used.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", rdfs:label "energy conversion performance"@en - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00000502 some OEO_00020003, OEO_00140002 some OEO_00140051 - - + + Class: OEO_00140056 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A flow potential is a potential of an input or output of a process, per time unit.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 @@ -8541,79 +8534,79 @@ change: adjust definition to be based on parent class issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1102", rdfs:label "flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00290000 - - + + Class: OEO_00140057 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A theoretical flow potential is a type of flow potential that identifies the physical upper limit of an input or output of a process in a spatial region of reference per unit time.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "theoretical flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00140056 - - + + Class: OEO_00140058 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A technological flow potential is a type of a flow potential derived from a theoretical flow potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "technological flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00140056 - - + + Class: OEO_00140059 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An economic flow potential is a type of flow potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "economic flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00140056 - - + + Class: OEO_00140060 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A developable flow potential is a type of flow potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "developable flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00140056 - - + + Class: OEO_00140061 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sustainable flow potential is a type of flow potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "sustainable flow potential"@en - - SubClassOf: + + SubClassOf: OEO_00140056 - - + + Class: OEO_00140062 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A stock potential is a potential of the stock of a source or sink.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 @@ -8623,138 +8616,138 @@ change: adjust definition to be based on parent class issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1102", rdfs:label "stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00290000 - - + + Class: OEO_00140063 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A theoretical stock potential is a type of stock potential that identifies the physical upper limit of a stock of a source or sink in a spatial region of reference.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "theoretical stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00140062 - - + + Class: OEO_00140064 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A technological stock potential is a type of a stock potential derived from a theoretical stock potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "technological stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00140062 - - + + Class: OEO_00140065 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An economic stock potential is a type of stock potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "economic stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00140062 - - + + Class: OEO_00140066 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A developable stock potential is a type of stock potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "developable stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00140062 - - + + Class: OEO_00140067 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sustainable stock potential is a type of stock potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", rdfs:label "sustainable stock potential"@en - - SubClassOf: + + SubClassOf: OEO_00140062 - - + + Class: OEO_00140075 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "coals, cruide oil, natural gas, wood or moving air (wind) have the disposition of being primary energy carriers", "Primary energy carrier disposition is an energy carrier disposition of material entities that are extracted directly from natural resources or that are natural energy flows.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "primary energy carrier disposition"@en - - SubClassOf: + + SubClassOf: OEO_00000151 - - + + Class: OEO_00140076 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "blast furnace gas, coke oven gas, cokes, motor gasoline or electricity have the disposition to be a secondary energy carrier", "Secondary energy carrier disposition is an energy carrier disposition of material entities that are manufactured from primary energy carriers or from a different form of secondary energy carriers.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "secondary energy carrier disposition"@en - - SubClassOf: + + SubClassOf: OEO_00000151 - - + + Class: OEO_00140077 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "district heat or electricity have the disposition of being a final energy carrier", "Final energy carrier disposition is an energy carrier disposition of material entities that are delivered to energy consumers for their use.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "final energy carrier disposition"@en - - SubClassOf: + + SubClassOf: OEO_00000151 - - + + Class: OEO_00140078 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A primary energy carrier is an energy carrier that has the disposition primary energy carrier disposition.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "primary energy carrier"@en - - EquivalentTo: + + EquivalentTo: and ( some OEO_00140075) - - SubClassOf: + + SubClassOf: OEO_00020039 - - + + Class: OEO_00140079 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A secondary energy carrier is an energy carrier that has the disposition secondary energy carrier disposition.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 @@ -8763,98 +8756,98 @@ fix error in definition issue: https://github.com/OpenEnergyPlatform/ontology/issues/669 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/678", rdfs:label "secondary energy carrier"@en - - EquivalentTo: + + EquivalentTo: and ( some OEO_00140076) - - SubClassOf: + + SubClassOf: OEO_00020039 - - + + Class: OEO_00140080 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A final energy carrier is an energy carrier that has the disposition final energy carrier disposition.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "final energy carrier"@en - - EquivalentTo: + + EquivalentTo: and ( some OEO_00140077) - - SubClassOf: + + SubClassOf: OEO_00020039 - - + + Class: OEO_00140081 - + Class: OEO_00140082 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A greenhouse gas emission value is an emission value that quantifies the output of a greenhouse gas emission process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651", rdfs:label "greenhouse gas emission value"@en - - SubClassOf: + + SubClassOf: OEO_00140081, OEO_00000502 some OEO_00000199 - - + + Class: OEO_00140083 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A carbon dioxide equivalent quantity is a greenhouse gas emission value that quantifies the combined effect of all emitted greenhouse gases by giving an equivalent amount of CO2 which would have the same effect on the climate.", "CO2 equivalent quantity", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651", rdfs:label "carbon dioxide equivalent quantity"@en - - SubClassOf: + + SubClassOf: OEO_00140082 - - + + Class: OEO_00140091 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Plutonium is a portion of matter with the chemical formula Pu. It has a solid normal state of matter.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/694 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/708", rdfs:label "plutonium"@en - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000001, some OEO_00000028, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00140092 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Thorium is a portion of matter with the chemical formula Th. It has a solid normal state of matter.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/694 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/708", rdfs:label "thorium"@en - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000001, some OEO_00000028, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00140101 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Heat transfer is an energy transfer of thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/730 @@ -8871,22 +8864,22 @@ Shorten definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", rdfs:label "heat transfer"@en - - SubClassOf: + + SubClassOf: OEO_00020103, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010234 only OEO_00000207, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" OEO_00010235 only OEO_00000207 - - + + Class: OEO_00140102 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heat exchanger is an energy converting component that is used for a heat transfer process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/713 @@ -8903,52 +8896,52 @@ fix definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1264", rdfs:label "heat exchanger"@en - - SubClassOf: + + SubClassOf: OEO_00000011, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010234 some OEO_00000207, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00000207, some OEO_00140101 - - + + Class: OEO_00140104 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Natural ambient thermal energy is ambient thermal energy that has a renewable origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742", rdfs:label "natural ambient thermal energy"@en - - SubClassOf: + + SubClassOf: OEO_00000056, OEO_00000530 some OEO_00030004 - - + + Class: OEO_00140105 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Artificial ambient thermal energy is ambient thermal energy that has an anthropogenic origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742", rdfs:label "artificial ambient thermal energy"@en - - SubClassOf: + + SubClassOf: OEO_00000056, OEO_00000530 some OEO_00020147, OEO_00000530 some OEO_00030000 - - + + Class: OEO_00140106 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Ambient thermal energy transfer is a heat transfer from the ambient air to a transportable material entity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 @@ -8958,33 +8951,33 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "ambient thermal energy transfer"@en - - SubClassOf: + + SubClassOf: OEO_00140101, OEO_00010234 some OEO_00000056, some - - + + Class: OEO_00140116 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fluid is a material entity which is a liquid, gas or plasma.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769", rdfs:label "fluid"@en - - EquivalentTo: + + EquivalentTo: and ((OEO_00000531 value OEO_00000182) or (OEO_00000531 value OEO_00000256) or (OEO_00000531 value OEO_00000326)) - - SubClassOf: - - - + + SubClassOf: + + + Class: OEO_00140126 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Planned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 @@ -8994,44 +8987,44 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "planned availability"@en - - SubClassOf: + + SubClassOf: , OEO_00010121 some OEO_00000031, OEO_00140002 some OEO_00140127 - - + + Class: OEO_00140127 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A fraction value is a quantity value that has a fraction as it's unit.", "share", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/187 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779", rdfs:label "fraction value"@en - - SubClassOf: + + SubClassOf: OEO_00000350 - - + + Class: OEO_00140128 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Block size is the declared net capacity of a power generating unit.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779", rdfs:label "block size"@en - - SubClassOf: + + SubClassOf: OEO_00230002, OEO_00020056 some OEO_00000334 - - + + Class: OEO_00140129 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Unplanned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year, but is not operation.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 @@ -9041,89 +9034,89 @@ add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", rdfs:label "unplanned availability"@en - - SubClassOf: + + SubClassOf: , OEO_00010121 some OEO_00000031, OEO_00140002 some OEO_00140127 - - + + Class: OEO_00140133 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "RE-share is a process attribute that indicates the fraction of renewable energy related to the total energy of an energy generation or consumption process.", "renewables share", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/187 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/780", rdfs:label "RE-share"@en - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00140002 some OEO_00140127 - - + + Class: OEO_00140134 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A hydrogen fuel cell is a fuel cell that uses hydrogen.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782", rdfs:label "hydrogen fuel cell"@en - - SubClassOf: + + SubClassOf: OEO_00000016, OEO_00000503 some OEO_00000220 - - + + Class: OEO_00140135 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A natural gas turbine is a gas turbine fueled with natural gas.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782", rdfs:label "natural gas turbine"@en - - SubClassOf: + + SubClassOf: OEO_00000185, OEO_00000503 some OEO_00000292 - - + + Class: OEO_00140144 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Full load hours are a quantity value that describes the utilization of a technical device. The value of the full load hours is obtained by dividing the annual amount of energy generated by the declared net capacity of the plant.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793", rdfs:label "full load hours"@en - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some - - + + Class: OEO_00140159 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Hydrocarbon is a portion of matter which is member of class of organic chemical compounds composed only of the elements carbon (C) and hydrogen (H).", "https://www.britannica.com/science/hydrocarbon", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805", rdfs:label "hydrocarbon"@en - - SubClassOf: + + SubClassOf: OEO_00000331, some OEO_00000001, some OEO_00000097 - - + + Class: OEO_00140160 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Syngas is a gas mixture consisting primarily of hydrogen, carbon monoxide, and very often carbon dioxide, that can be used as fuel.", "https://en.wikipedia.org/wiki/Syngas", @@ -9141,8 +9134,8 @@ add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "syngas"@en - - SubClassOf: + + SubClassOf: , some OEO_00000220, some OEO_00010001, @@ -9150,98 +9143,98 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", some OEO_00000097, some OEO_00140076, OEO_00000529 value OEO_00000182 - - + + Class: OEO_00140162 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A power plant with electromotive generator is a power plant that has an electro motive generator.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810", rdfs:label "power plant with electro motive generator"@en, owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002214" - - EquivalentTo: + + EquivalentTo: OEO_00000031 and ( some OEO_00000010) - - SubClassOf: + + SubClassOf: OEO_00000031 - - + + Class: OEO_00160001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Frequency control is a process that regulates the electricity output of an artificial object to maintain the equilibrium between electricity supply and demand.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", rdfs:label "frequency control"@en - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00160002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A primary control is a frequency control that is decentralised and automated. It reacts within seconds to frequency deviations caused by electricity supply and demand imbalances.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", rdfs:label "primary control"@en - - SubClassOf: + + SubClassOf: OEO_00160001 - - + + Class: OEO_00160003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A secondary control is a frequency control that is centralised and automated. It refers to the control area of one transmission system operator. Secondary control succeeds primary control and operates for several minutes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", rdfs:label "secondary control"@en - - SubClassOf: + + SubClassOf: OEO_00160001 - - + + Class: OEO_00160004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A tertiary control is a frequency control that is either automated or manual. It takes over from secondary control to equalise electricity supply and demand imbalances that last for more than 15 minutes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", rdfs:label "tertiary control"@en - - SubClassOf: + + SubClassOf: OEO_00160001 - - + + Class: OEO_00230000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Storage capacity is the quantity value stating the maximum energy an energy storage object can store.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391", rdfs:label "storage capacity" - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00020056 some OEO_00000159 - - + + Class: OEO_00230001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Power rating is a power capacity stating the maximum power an energy converting component can convert.", - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779" "installed power", @@ -9259,16 +9252,16 @@ Make subclass of 'power capacity': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "power rating"@en - - SubClassOf: + + SubClassOf: OEO_00010257, OEO_00020056 some OEO_00000011, OEO_00040010 some - - + + Class: OEO_00230002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Declared net capacity is a power capacity stating the maximum power a power generating unit or a power plant can deliver to the electrical grid. It equals the sum of the rated powers of all plant generators minus all power used internally within the plant.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 @@ -9282,17 +9275,17 @@ Make subclass of 'power capacity': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "declared net capacity"@en - - SubClassOf: + + SubClassOf: OEO_00010257, - OEO_00020056 some + OEO_00020056 some (OEO_00000031 or OEO_00000334), OEO_00040010 some - - + + Class: OEO_00230003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Nameplate capacity is the power capacity stating the maximum power an artificial object, e.g. a power generating unit or a power plant, can generate, and the sum of the power ratings of all energy converting component of that power plant.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 @@ -9310,32 +9303,32 @@ Make subclass of 'power capacity': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "nameplate capacity"@en - - SubClassOf: + + SubClassOf: OEO_00010257, OEO_00020056 some OEO_00000061 - - + + Class: OEO_00230020 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Kinetic energy is the energy that a material entity possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to a stated velocity."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, rdfs:label "kinetic energy"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000017" - - SubClassOf: + + SubClassOf: OEO_00000150 - - + + Class: OEO_00230021 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A photon is a material entity that is a light particle."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/661 @@ -9349,39 +9342,39 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 classify as material entity pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1165"@en, rdfs:label "photon"@en, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_30212" - - SubClassOf: + + SubClassOf: , some OEO_00020040, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/726 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732" some OEO_00000151 - - + + Class: OEO_00240000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Rotational energy is the kinetic energy that a material entity possesses due to its rotational motion."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817", rdfs:label "rotational energy"@en - - SubClassOf: + + SubClassOf: OEO_00230020 - - + + Class: OEO_00240003 - + Class: OEO_00240009 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Combined heat and power generation (CHP) is an energy transformation that converts energy simultaneously to electrical energy and thermal energy."@en, "CHP"@en, @@ -9393,16 +9386,16 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "combined heat and power generation" - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00010235 some OEO_00000139, OEO_00010235 some OEO_00000207 - - + + Class: OEO_00240010 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A combined heat and power generating unit is a power generating unit that produces electrical energy and thermal energy."@en, "co-generating power unit"@en, @@ -9413,62 +9406,62 @@ change produces energy axioms to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "combined heat and power generating unit" - - SubClassOf: + + SubClassOf: OEO_00000334, OEO_00010235 some OEO_00000139, OEO_00010235 some OEO_00000207, some OEO_00240009 - - + + Class: OEO_00240011 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A combined heat and power plant (CHPP) is a power plant that has combined heat and power generating units as parts."@en, "CHPP"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923", rdfs:label "combined heat and power plant" - - SubClassOf: + + SubClassOf: OEO_00000031, some OEO_00240010 - - + + Class: OEO_00240012 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Gross electricity generation is a process attribute that refers to the total amount of electrical energy produced in an electricity generation process."@en, "gross electricity production", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932", rdfs:label "gross electricity generation" - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00240013 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Net electricity generation is a process attribute that equals to gross electricity generation minus the consumption of power stations' auxiliary services."@en, "net electricity production", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932", rdfs:label "net electricity generation" - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00140002 some OEO_00050019 - - + + Class: OEO_00240014 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Electricity generation process is an energy transformation that has electrical energy as physical output."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 @@ -9478,36 +9471,36 @@ change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041", rdfs:label "electricity generation process" - - EquivalentTo: + + EquivalentTo: OEO_00020003 and (OEO_00010235 some OEO_00000139) - - SubClassOf: + + SubClassOf: OEO_00020003, OEO_00000500 some OEO_00240012, OEO_00000500 some OEO_00240013, OEO_00010235 some OEO_00000139 - - + + Class: OEO_00240015 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Liquid air production is a production that produces liquid air by cooling and compressing (gaseous) air."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/937 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/945", rdfs:label "liquid air production" - - SubClassOf: + + SubClassOf: OEO_00240003, OEO_00000532 some OEO_00000054, OEO_00000533 some OEO_00000257 - - + + Class: OEO_00240016 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A net capacity factor is a fraction value that is calculated by dividing the net electricity generation over a given time step by the declared net capacity times the length of this time step."@en, "A net capacity factor is typically calculated for a year but other time steps (e.g. month or day) are possible."@en, @@ -9519,220 +9512,220 @@ make subclass of 'fraction value': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1144 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1146", rdfs:label "net capacity factor" - - SubClassOf: + + SubClassOf: OEO_00140127 - - + + Class: OEO_00240018 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, OEO_00110012 "GrossNationalElectricityConsumption = GrossElectricityGeneration + ElectricityImports - ElectricityExports", "Gross national electricity consumption is an energy consumption value measuring the consumption of electrical energy in a spatial region (e.g. a country), including gross electricity generation plus electricity imports, minus electricity exports. It is part of the gross inland energy consumption."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en, rdfs:label "gross national electricity consumption" - - SubClassOf: + + SubClassOf: OEO_00240019, some OEO_00050017 - - + + Class: OEO_00240019 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An energy consumption value is an energy amount value that measures the energy consumption over a time span."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en, rdfs:label "energy consumption value" - - SubClassOf: + + SubClassOf: OEO_00050019, some OEO_00030035 - - + + Class: OEO_00240026 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "An industrial material is a portion of matter that is the physical output of an industrial process and that has a good role."@en, rdfs:label "industrial material" - - EquivalentTo: + + EquivalentTo: (OEO_00240025 some OEO_00050000) and ( some OEO_00040011) - - SubClassOf: + + SubClassOf: OEO_00000331 - - + + Class: OEO_00240027 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A chemical substance is a portion of matter of constant composition and that is neither a metal or mineral. It is composed of molecular entities of the same type or of different types that is used in or produced by a chemical reaction involving changes to atoms or molecules. It is the physical output of an industrial process and has a commodity role."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "chemical substance" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00240025 some OEO_00050000, OEO_00240025 some OEO_00140033, some OEO_00040011 - - + + Class: OEO_00240028 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Paper is a portion of matter that is made from cellulose fibres and other plant materials. It is used for paper-based products. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "paper" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00240025 some OEO_00050000, some OEO_00040011, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00240029 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Cement is a portion of matter that is made from limestone and clay; other elements may be present. It is used as a building material to set as a solid mass or is used as an ingredient in making mortar or concrete. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "cement" - - SubClassOf: + + SubClassOf: OEO_00000331, OEO_00240025 some OEO_00050000, some OEO_00040011, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00240030 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A mineral is a portion of matter that is normally crystalline formed."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "mineral" - - SubClassOf: + + SubClassOf: OEO_00000331 - - + + Class: OEO_00240031 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A non-metallic mineral is a mineral that does not contain any metallic content within themselves. It is the physical output of an industrial process and has a commodity role."@en, "Some examples for non-metallic minerals are ceramic, glass, clay or gypsum."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "non-metallic mineral" - - SubClassOf: + + SubClassOf: OEO_00240030, OEO_00240025 some OEO_00050000, some OEO_00040011 - - + + Class: OEO_00240032 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A metal is a portion of matter consisting of an atom of an element that exhibits typical metallic properties, being typically shiny, with high electrical and thermal conductivity."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "metal" - - SubClassOf: + + SubClassOf: OEO_00000331 - - + + Class: OEO_00240034 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Steel is a metal that consists mainly of iron and up to 2.14 % of carbon; other elements may be present. It has a solid normal state of matter. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "steel" - - SubClassOf: + + SubClassOf: OEO_00240032, OEO_00240025 some OEO_00050000, some OEO_00040011, OEO_00000529 value OEO_00000390 - - + + Class: OEO_00240035 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A non-ferrous metal is a metal that does not contain a significant amount of iron in its chemical composition. It is the physical output of an industrial process and has a commodity role."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", rdfs:label "non-ferrous metal" - - SubClassOf: + + SubClassOf: OEO_00240032, OEO_00240025 some OEO_00050000, some OEO_00040011 - - + + Class: OEO_00260001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Ramping is a process attribute that describes the change in power of an energy transformation unit or an energy converting component per time step.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", rdfs:label "ramping"@en - - SubClassOf: + + SubClassOf: OEO_00030019 - - + + Class: OEO_00260002 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Start-up speed is ramping during a cold start.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", rdfs:label "start-up speed"@en - - SubClassOf: + + SubClassOf: OEO_00260001 and (OEO_00000502 some OEO_00260003) - - + + Class: OEO_00260003 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A cold start is a process in which an energy transformation unit is started-up after a period of inactivity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", rdfs:label "cold start"@en - - SubClassOf: + + SubClassOf: and (OEO_00000500 some OEO_00260002) - - + + Class: OEO_00290000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A potential is a maximum value that describes some upper limit in a spatial region of reference.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 @@ -9742,95 +9735,203 @@ make subclass of 'maximum value': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", rdfs:label "potential"@en - - SubClassOf: + + SubClassOf: OEO_00010256 - - + + Class: OEO_00290001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A slope is a quantity value with a plane angle unit that measures the angle between the plane of a surface and the horizontal plane."@en, "add slope issue: https://github.com/OpenEnergyPlatform/ontology/issues/1087 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1112", rdfs:label "slope"@en - - SubClassOf: + + SubClassOf: OEO_00000350, OEO_00040010 some - - + + Class: OEO_00310000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A datacenter is an artificial object that houses computer systems and associated components."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "data center" - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00310001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sewage plant is an artificial object that removes contaminants from wastewater to produce an effluent that is suitable for discharge to the surrounding environment or an intended reuse application."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "sewage plant" - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00000503 some OEO_00000441, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00310004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Industrial waste thermal energy is waste thermal energy that is energy output of some industrial process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "industrial waste thermal energy" - - SubClassOf: + + SubClassOf: OEO_00010114, OEO_00020184 some OEO_00050000 - - + + Class: OEO_00310005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Recovered heat is a thermal energy that is physical output of an energy transformation process and that is recovered and would otherwise be emitted in the environment as waste thermal energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "recovered heat" - - SubClassOf: + + SubClassOf: OEO_00000207 - - + + Class: OEO_00310006 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Aerothermal energy is a natural ambient thermal energy that is stored in the air of a natural environment."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "aerothermal energy" - - SubClassOf: + + SubClassOf: OEO_00140104 +Class: OEO_00310023 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat recovery steam generator is a heat exchanger that recovers heat from a hot gas stream."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "heat recovery steam generator" + + SubClassOf: + OEO_00140102, + OEO_00000503 some OEO_00110001 + + +Class: OEO_00310025 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Combined cycle electricity generation is a fuel-powered electricity generation in which a gas turbine process is followed by an steam-electric process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "combined cycle electricity generation" + + SubClassOf: + OEO_00050001, + some OEO_00050020, + some OEO_00310027 + + +Class: OEO_00310027 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "gas turbine process" + + SubClassOf: + OEO_00020003, + OEO_00000503 some OEO_00000099, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00240000, + some OEO_00000185 + + +Class: OEO_00310028 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A steam power unit is a power generating unit using steam."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "steam power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00110001, + some OEO_00000396 + + +Class: OEO_00310029 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A combined cycle power plant (CCGT) is a gas power plant that has gas fired power units, steam power units, gas power units and heat recovery steam units as parts."@en, + "CCGT"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "combined cycle power plant" + + SubClassOf: + OEO_00000184, + some OEO_00310028, + some OEO_00310030, + some OEO_00310031 + + +Class: OEO_00310030 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas power unit is a power generating unit using gas."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "gas power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00000099, + some OEO_00000185 + + +Class: OEO_00310031 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat recovering steam unit is a power generating unit that recovers heat from steam."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "heat recovery steam unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00110001, + some OEO_00310023 + + Class: OEO_00320004 Annotations: From 6548e7d27e01e4aefe9aef027ca99d5b3aa67f64 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:06:20 +0200 Subject: [PATCH 082/370] fix gas turbine process --- src/ontology/edits/oeo-physical.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index fb57fffbc..7f91c260f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9842,7 +9842,7 @@ Class: OEO_00310025 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Combined cycle electricity generation is a fuel-powered electricity generation in which a gas turbine process is followed by an steam-electric process."@en, + "Combined cycle electricity generation is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle electricity generation" @@ -9864,7 +9864,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00020003, - OEO_00000503 some OEO_00000099, + OEO_00000532 some OEO_00000099, OEO_00010234 some OEO_00000007, OEO_00010235 some OEO_00240000, some OEO_00000185 From f986e3b358e90a802a60a659aec23ef1eb140e77 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:12:06 +0200 Subject: [PATCH 083/370] fix heat recovery steam generator --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7f91c260f..2a8058d26 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9835,7 +9835,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00140102, - OEO_00000503 some OEO_00110001 + OEO_00000532 some OEO_00110001 Class: OEO_00310025 From 520a95baff105cf3a34554c12015869005255751 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:19:16 +0200 Subject: [PATCH 084/370] fix change uses --- src/ontology/edits/oeo-physical.omn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2a8058d26..3e4bcec79 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9881,7 +9881,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000334, - OEO_00000503 some OEO_00110001, + OEO_00000532 some OEO_00110001, some OEO_00000396 @@ -9913,7 +9913,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000334, - OEO_00000503 some OEO_00000099, + OEO_00000532 some OEO_00000099, some OEO_00000185 @@ -9928,7 +9928,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000334, - OEO_00000503 some OEO_00110001, + OEO_00000532 some OEO_00110001, some OEO_00310023 From 66b1a3d274b1e0dca43add67c99f33071d3151ff Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:24:16 +0200 Subject: [PATCH 085/370] fix delete gas turbine process --- src/ontology/edits/oeo-physical.omn | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3e4bcec79..4cbf48885 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2558,8 +2558,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00000503 some OEO_00000099, - some OEO_00310027 + OEO_00000503 some OEO_00000099 Class: OEO_00000186 @@ -9849,25 +9848,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00050001, - some OEO_00050020, - some OEO_00310027 - - -Class: OEO_00310027 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "gas turbine process" - - SubClassOf: - OEO_00020003, - OEO_00000532 some OEO_00000099, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00240000, - some OEO_00000185 + some OEO_00050020 Class: OEO_00310028 From 2ccaf1e38fd05c16678c7b2ce4ed565223c1763e Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:26:43 +0200 Subject: [PATCH 086/370] fix change gas turbine --- src/ontology/edits/oeo-physical.omn | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4cbf48885..acaa026e4 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2541,7 +2541,7 @@ Class: OEO_00000185 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine is a turbine that participates in a gas turbine process. It is also called combustion turbine."@en, + "A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine."@en, "combustion turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 @@ -2558,7 +2558,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00000503 some OEO_00000099 + OEO_00000503 some OEO_00000099, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00240000 Class: OEO_00000186 From ac2a2973944296f22b852425cd78c8f3c9653669 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:29:26 +0200 Subject: [PATCH 087/370] fix delete steam power unit --- src/ontology/edits/oeo-physical.omn | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index acaa026e4..fad2c42e9 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2559,7 +2559,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000099, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 @@ -9859,21 +9859,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", some OEO_00050020 -Class: OEO_00310028 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A steam power unit is a power generating unit using steam."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "steam power unit" - - SubClassOf: - OEO_00000334, - OEO_00000532 some OEO_00110001, - some OEO_00000396 - - Class: OEO_00310029 Annotations: @@ -9886,7 +9871,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000184, - some OEO_00310028, some OEO_00310030, some OEO_00310031 From c8e8407fe3995ab16c3d15c68d206b3f49c3897c Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:31:36 +0200 Subject: [PATCH 088/370] fix delete gas power unit --- src/ontology/edits/oeo-physical.omn | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index fad2c42e9..27c5718b4 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9870,24 +9870,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle power plant" SubClassOf: - OEO_00000184, - some OEO_00310030, - some OEO_00310031 - - -Class: OEO_00310030 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas power unit is a power generating unit using gas."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "gas power unit" - - SubClassOf: - OEO_00000334, - OEO_00000532 some OEO_00000099, - some OEO_00000185 + OEO_00000184 Class: OEO_00310031 From ab6bb8ef074bc560b27c9b23709c1f8939816144 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:33:47 +0200 Subject: [PATCH 089/370] fix delete combined cycle electricity generation --- src/ontology/edits/oeo-physical.omn | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 27c5718b4..f5d8d7059 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9845,20 +9845,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", OEO_00000532 some OEO_00110001 -Class: OEO_00310025 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Combined cycle electricity generation is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "combined cycle electricity generation" - - SubClassOf: - OEO_00050001, - some OEO_00050020 - - Class: OEO_00310029 Annotations: From c2182f4e840e5469220cdabe13a23dbad2fc8c75 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:35:23 +0200 Subject: [PATCH 090/370] fix delete heat recovery steam unit --- src/ontology/edits/oeo-physical.omn | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index f5d8d7059..241eb4c33 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9859,21 +9859,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", OEO_00000184 -Class: OEO_00310031 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovering steam unit is a power generating unit that recovers heat from steam."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "heat recovery steam unit" - - SubClassOf: - OEO_00000334, - OEO_00000532 some OEO_00110001, - some OEO_00310023 - - Class: OEO_00320004 Annotations: From 95548c78eca0bba6efa417e28d33049a058373db Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:37:28 +0200 Subject: [PATCH 091/370] fix delete heat recovery steam generator --- src/ontology/edits/oeo-physical.omn | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 241eb4c33..96e83351f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9831,20 +9831,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00140104 -Class: OEO_00310023 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovery steam generator is a heat exchanger that recovers heat from a hot gas stream."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "heat recovery steam generator" - - SubClassOf: - OEO_00140102, - OEO_00000532 some OEO_00110001 - - Class: OEO_00310029 Annotations: From 048ee6108c70c58db37f8f68e77e54b8b65047e5 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:41:57 +0200 Subject: [PATCH 092/370] fix change heat recovery steam generator --- src/ontology/edits/oeo-physical.omn | 105 +++++++++++++++++++++++++--- 1 file changed, 95 insertions(+), 10 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 96e83351f..88a615412 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2541,7 +2541,7 @@ Class: OEO_00000185 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine."@en, + "A gas turbine is a turbine that participates in a gas turbine process. It is also called combustion turbine."@en, "combustion turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 @@ -2559,14 +2559,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000099, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00240000 + some OEO_00310027 Class: OEO_00000186 @@ -9831,6 +9824,66 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00140104 +Class: OEO_00310023 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat recovery steam generator is a heat exchanger that recovers heat from a hot gas stream."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "heat recovery steam generator" + + SubClassOf: + OEO_00140102 + + +Class: OEO_00310025 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Combined cycle electricity generation is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "combined cycle electricity generation" + + SubClassOf: + OEO_00050001, + some OEO_00050020, + some OEO_00310027 + + +Class: OEO_00310027 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "gas turbine process" + + SubClassOf: + OEO_00020003, + OEO_00000532 some OEO_00000099, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00240000, + some OEO_00000185 + + +Class: OEO_00310028 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A steam power unit is a power generating unit using steam."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "steam power unit" + + SubClassOf: + OEO_00000334, + OEO_00000532 some OEO_00110001, + some OEO_00000396 + + Class: OEO_00310029 Annotations: @@ -9842,7 +9895,39 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle power plant" SubClassOf: - OEO_00000184 + OEO_00000184, + some OEO_00310028, + some OEO_00310030, + some OEO_00310031 + + +Class: OEO_00310030 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas power unit is a power generating unit using gas."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "gas power unit" + + SubClassOf: + OEO_00000334, + OEO_00000532 some OEO_00000099, + some OEO_00000185 + + +Class: OEO_00310031 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat recovering steam unit is a power generating unit that recovers heat from steam."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "heat recovery steam unit" + + SubClassOf: + OEO_00000334, + OEO_00000532 some OEO_00110001 Class: OEO_00320004 From 3b3278b1c625813ac3db4ba53ea9ecb77977a766 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:44:01 +0200 Subject: [PATCH 093/370] fix delete heat recovery steam generator --- src/ontology/edits/oeo-physical.omn | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 88a615412..1cbbb45b3 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9824,19 +9824,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00140104 -Class: OEO_00310023 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovery steam generator is a heat exchanger that recovers heat from a hot gas stream."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "heat recovery steam generator" - - SubClassOf: - OEO_00140102 - - Class: OEO_00310025 Annotations: From 8f078b2c329415d63ffbb9846c2a74c74b7429b5 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:46:19 +0200 Subject: [PATCH 094/370] fix delete heat recovery steam unit --- src/ontology/edits/oeo-physical.omn | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 1cbbb45b3..c57bd1e77 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9884,8 +9884,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000184, some OEO_00310028, - some OEO_00310030, - some OEO_00310031 + some OEO_00310030 Class: OEO_00310030 @@ -9903,20 +9902,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", some OEO_00000185 -Class: OEO_00310031 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovering steam unit is a power generating unit that recovers heat from steam."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "heat recovery steam unit" - - SubClassOf: - OEO_00000334, - OEO_00000532 some OEO_00110001 - - Class: OEO_00320004 Annotations: From 7a8bcf5a97470690da75b348481065bc61cf6dcd Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:48:08 +0200 Subject: [PATCH 095/370] fix combined cycle electricity generation --- src/ontology/edits/oeo-physical.omn | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c57bd1e77..45674b977 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9824,21 +9824,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00140104 -Class: OEO_00310025 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Combined cycle electricity generation is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "combined cycle electricity generation" - - SubClassOf: - OEO_00050001, - some OEO_00050020, - some OEO_00310027 - - Class: OEO_00310027 Annotations: From f69710bd14162521823af5e085c7f9a1521f8d22 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:52:00 +0200 Subject: [PATCH 096/370] fix delete gas turbine process --- src/ontology/edits/oeo-physical.omn | 30 ++++++++++------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 45674b977..3cf3c67d1 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2541,7 +2541,7 @@ Class: OEO_00000185 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine is a turbine that participates in a gas turbine process. It is also called combustion turbine."@en, + "A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine."@en, "combustion turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 @@ -2559,7 +2559,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000099, - some OEO_00310027 + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00240000 Class: OEO_00000186 @@ -9822,25 +9829,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", SubClassOf: OEO_00140104 - - -Class: OEO_00310027 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "gas turbine process" - - SubClassOf: - OEO_00020003, - OEO_00000532 some OEO_00000099, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00240000, - some OEO_00000185 - - + Class: OEO_00310028 Annotations: From 14ab424140d8069072b0710229c7e2f123d9fbb2 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:56:20 +0200 Subject: [PATCH 097/370] fix change gas power unit --- src/ontology/edits/oeo-physical.omn | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3cf3c67d1..ced95b15c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2559,7 +2559,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000099, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 @@ -9829,8 +9829,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", SubClassOf: OEO_00140104 - - + + Class: OEO_00310028 Annotations: @@ -9872,9 +9872,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas power unit" SubClassOf: - OEO_00000334, - OEO_00000532 some OEO_00000099, - some OEO_00000185 + OEO_00000334 Class: OEO_00320004 From 270b755f61f792d723992a71f23b40d6e1334913 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:57:59 +0200 Subject: [PATCH 098/370] fix change subclasses --- src/ontology/edits/oeo-physical.omn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ced95b15c..26e7c864d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9842,9 +9842,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000334, - OEO_00000532 some OEO_00110001, - some OEO_00000396 - Class: OEO_00310029 @@ -9858,9 +9855,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000184, - some OEO_00310028, - some OEO_00310030 - Class: OEO_00310030 From c0f87d9e8ffcb46575ca22e6291661793cf3bd09 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 00:59:57 +0200 Subject: [PATCH 099/370] fix change steam power unit --- src/ontology/edits/oeo-physical.omn | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 26e7c864d..8cd976f50 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9841,7 +9841,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "steam power unit" SubClassOf: - OEO_00000334, + OEO_00000334 + Class: OEO_00310029 @@ -9855,6 +9856,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000184, + some OEO_00310028, + some OEO_00310030 + Class: OEO_00310030 @@ -9866,7 +9870,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas power unit" SubClassOf: - OEO_00000334 + OEO_00000334, + OEO_00000532 some OEO_00000099, + some OEO_00000185 Class: OEO_00320004 From 7ae9af40f16137c6afbb6696dd4d103ef0ba0d59 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:01:27 +0200 Subject: [PATCH 100/370] fix change CCGT --- src/ontology/edits/oeo-physical.omn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 8cd976f50..e70158c86 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9849,15 +9849,12 @@ Class: OEO_00310029 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A combined cycle power plant (CCGT) is a gas power plant that has gas fired power units, steam power units, gas power units and heat recovery steam units as parts."@en, - "CCGT"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle power plant" SubClassOf: - OEO_00000184, - some OEO_00310028, - some OEO_00310030 + OEO_00000184 Class: OEO_00310030 From 8b5c7d0c67d017ac75bc86f6f1fa44792f525222 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:02:41 +0200 Subject: [PATCH 101/370] fix change gas power unit --- src/ontology/edits/oeo-physical.omn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index e70158c86..fade5a04e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9867,9 +9867,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas power unit" SubClassOf: - OEO_00000334, - OEO_00000532 some OEO_00000099, - some OEO_00000185 + OEO_00000334 Class: OEO_00320004 From 842738730b02e4611f9a945a8a4c516480045bd0 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:07:15 +0200 Subject: [PATCH 102/370] fix try clean build --- src/ontology/edits/oeo-physical.omn | 83 ++++++++++++++++++++++++----- 1 file changed, 71 insertions(+), 12 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index fade5a04e..30c1c54aa 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2541,7 +2541,7 @@ Class: OEO_00000185 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine."@en, + "A gas turbine is a turbine that participates in a gas turbine process. It is also called combustion turbine."@en, "combustion turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 @@ -2559,14 +2559,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000099, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00240000 + some OEO_00310027 Class: OEO_00000186 @@ -9831,17 +9824,64 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00140104 +Class: OEO_00310023 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat recovery steam generator is a heat exchanger that recovers heat from a hot gas stream."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "heat recovery steam generator" + + SubClassOf: + OEO_00140102 + + +Class: OEO_00310025 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Combined cycle electricity generation is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "combined cycle electricity generation" + + SubClassOf: + OEO_00050001, + some OEO_00050020, + some OEO_00310027 + + +Class: OEO_00310027 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "gas turbine process" + + SubClassOf: + OEO_00020003, + OEO_00000532 some OEO_00000099, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00240000, + some OEO_00000185 + + Class: OEO_00310028 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam power unit is a power generating unit using steam."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "steam power unit" SubClassOf: - OEO_00000334 + OEO_00000334, + OEO_00000532 some OEO_00110001, + some OEO_00000396 Class: OEO_00310029 @@ -9849,12 +9889,16 @@ Class: OEO_00310029 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A combined cycle power plant (CCGT) is a gas power plant that has gas fired power units, steam power units, gas power units and heat recovery steam units as parts."@en, + "CCGT"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle power plant" SubClassOf: - OEO_00000184 + OEO_00000184, + some OEO_00310028, + some OEO_00310030, + some OEO_00310031 Class: OEO_00310030 @@ -9870,6 +9914,21 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", OEO_00000334 +Class: OEO_00310031 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat recovering steam unit is a power generating unit that recovers heat from steam."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "heat recovery steam unit" + + SubClassOf: + OEO_00000334, + OEO_00000532 some OEO_00110001, + some OEO_00310023 + + Class: OEO_00320004 Annotations: From 625f28ad1d57ca164879635e1f810b52f4c97bca Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:08:47 +0200 Subject: [PATCH 103/370] fix delete steam power unit subclasses --- src/ontology/edits/oeo-physical.omn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 30c1c54aa..af364b4a3 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9879,9 +9879,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "steam power unit" SubClassOf: - OEO_00000334, - OEO_00000532 some OEO_00110001, - some OEO_00000396 + OEO_00000334 Class: OEO_00310029 From 4e65b82f7dce128e7b27141dfd7ebda8af6bd7de Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:11:06 +0200 Subject: [PATCH 104/370] fix delete all axiome --- src/ontology/edits/oeo-physical.omn | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index af364b4a3..15aa3ee9e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9847,10 +9847,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle electricity generation" SubClassOf: - OEO_00050001, - some OEO_00050020, - some OEO_00310027 - + OEO_00050001 + Class: OEO_00310027 @@ -9862,12 +9860,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas turbine process" SubClassOf: - OEO_00020003, - OEO_00000532 some OEO_00000099, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00240000, - some OEO_00000185 - + OEO_00020003 + Class: OEO_00310028 @@ -9893,11 +9887,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle power plant" SubClassOf: - OEO_00000184, - some OEO_00310028, - some OEO_00310030, - some OEO_00310031 - + OEO_00000184 + Class: OEO_00310030 @@ -9922,10 +9913,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "heat recovery steam unit" SubClassOf: - OEO_00000334, - OEO_00000532 some OEO_00110001, - some OEO_00310023 - + OEO_00000334 + Class: OEO_00320004 From 8003a19ec14d115be015510a8a8022bf9481c010 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:16:32 +0200 Subject: [PATCH 105/370] fix add axioms of steam power unit --- src/ontology/edits/oeo-physical.omn | 48 +++++++++++++++-------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 15aa3ee9e..bd2c51b6c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9849,70 +9849,72 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00050001 - + Class: OEO_00310027 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas turbine process" - - SubClassOf: + + SubClassOf: OEO_00020003 - + Class: OEO_00310028 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam power unit is a power generating unit using steam."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "steam power unit" - - SubClassOf: - OEO_00000334 - - + + SubClassOf: + OEO_00000334, + OEO_00000532 some OEO_00110001, + some OEO_00000396 + + Class: OEO_00310029 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A combined cycle power plant (CCGT) is a gas power plant that has gas fired power units, steam power units, gas power units and heat recovery steam units as parts."@en, "CCGT"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle power plant" - - SubClassOf: + + SubClassOf: OEO_00000184 - + Class: OEO_00310030 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gas power unit is a power generating unit using gas."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas power unit" - - SubClassOf: + + SubClassOf: OEO_00000334 - - + + Class: OEO_00310031 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heat recovering steam unit is a power generating unit that recovers heat from steam."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "heat recovery steam unit" - - SubClassOf: + + SubClassOf: OEO_00000334 From 546c636de6a6334becd7a650a5dabb7c075d6802 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:18:26 +0200 Subject: [PATCH 106/370] fix axioms of steam power unit --- src/ontology/edits/oeo-physical.omn | 54 ++++++++++++++--------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bd2c51b6c..ac05db782 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9848,75 +9848,75 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00050001 - - + + Class: OEO_00310027 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas turbine process" - - SubClassOf: + + SubClassOf: OEO_00020003 - - + + Class: OEO_00310028 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A steam power unit is a power generating unit using steam."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "steam power unit" - - SubClassOf: + + SubClassOf: OEO_00000334, - OEO_00000532 some OEO_00110001, + OEO_00000503 some OEO_00110001, some OEO_00000396 - - + + Class: OEO_00310029 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A combined cycle power plant (CCGT) is a gas power plant that has gas fired power units, steam power units, gas power units and heat recovery steam units as parts."@en, "CCGT"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle power plant" - - SubClassOf: + + SubClassOf: OEO_00000184 - - + + Class: OEO_00310030 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gas power unit is a power generating unit using gas."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas power unit" - - SubClassOf: + + SubClassOf: OEO_00000334 - - + + Class: OEO_00310031 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A heat recovering steam unit is a power generating unit that recovers heat from steam."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "heat recovery steam unit" - - SubClassOf: + + SubClassOf: OEO_00000334 - + Class: OEO_00320004 From c87ce3d6dfe8f0d07be58e8bbd82df9d8dc7e5ac Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:20:06 +0200 Subject: [PATCH 107/370] fix axioms of steam power unit --- src/ontology/edits/oeo-physical.omn | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ac05db782..389daccc2 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9874,7 +9874,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000334, - OEO_00000503 some OEO_00110001, some OEO_00000396 From a4d21b1647cbef8f35b03076beb05cf0a5d2dfdc Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:25:39 +0200 Subject: [PATCH 108/370] fix axioms of steam power unit --- src/ontology/edits/oeo-physical.omn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 389daccc2..95fa2c07d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9874,6 +9874,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000334, + OEO_00000503 some OEO_00110001, + OEO_00010234 some OEO_00000007, some OEO_00000396 From cbb31612fc415f40a475e45a6287c3846f70dbbd Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:28:46 +0200 Subject: [PATCH 109/370] fix axioms of heat recovery steam unit --- src/ontology/edits/oeo-physical.omn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 95fa2c07d..51e689364 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9916,7 +9916,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "heat recovery steam unit" SubClassOf: - OEO_00000334 + OEO_00000334, + OEO_00000503 some OEO_00110001, + OEO_00010234 some OEO_00000007, + some OEO_00310023 Class: OEO_00320004 From e632e7f5f6daa5e893995a0a8927ea89d47ca011 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:32:01 +0200 Subject: [PATCH 110/370] fix axioms of combined cycle electricity generation --- src/ontology/edits/oeo-physical.omn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 51e689364..6882d0377 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9847,7 +9847,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle electricity generation" SubClassOf: - OEO_00050001 + OEO_00050001, + some OEO_00050020, + some OEO_00310027 Class: OEO_00310027 From 5f61fca363d92a31a26de9537a3b7e6bde9ad055 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:34:25 +0200 Subject: [PATCH 111/370] fix axioms of gas turbine process --- src/ontology/edits/oeo-physical.omn | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 6882d0377..adaa57913 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9848,8 +9848,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00050001, - some OEO_00050020, - some OEO_00310027 + some OEO_00050020 Class: OEO_00310027 @@ -9862,7 +9861,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas turbine process" SubClassOf: - OEO_00020003 + OEO_00020003, + OEO_00000532 some OEO_00000099, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00240000, + some OEO_00000185 Class: OEO_00310028 From 8e55d55d53b6a690a8a4e108799b0d662fcd4a19 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:35:35 +0200 Subject: [PATCH 112/370] delete axioms of combined cycle electricity generation --- src/ontology/edits/oeo-physical.omn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index adaa57913..e8d42da78 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9847,9 +9847,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle electricity generation" SubClassOf: - OEO_00050001, - some OEO_00050020 - + OEO_00050001 + Class: OEO_00310027 From f8d686877b612beb9a1e18eac01ad8cb97db8028 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:42:45 +0200 Subject: [PATCH 113/370] fix axioms of combined cycle electricity generation --- src/ontology/edits/oeo-physical.omn | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index e8d42da78..4e629d2f8 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9847,8 +9847,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle electricity generation" SubClassOf: - OEO_00050001 - + OEO_00050001, + OEO_00010234 some OEO_00000139, + OEO_00010234 some OEO_00240000, + some OEO_00050020, + some OEO_00310027 + Class: OEO_00310027 @@ -9864,6 +9868,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", OEO_00000532 some OEO_00000099, OEO_00010234 some OEO_00000007, OEO_00010235 some OEO_00240000, + some OEO_00140038, some OEO_00000185 From 910b5d2f9796dcf6d197eb3f0da628b196bf3f48 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:49:48 +0200 Subject: [PATCH 114/370] fix axioms of combined cycle electricity generation --- src/ontology/edits/oeo-physical.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4e629d2f8..b293d62fb 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9850,8 +9850,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", OEO_00050001, OEO_00010234 some OEO_00000139, OEO_00010234 some OEO_00240000, - some OEO_00050020, - some OEO_00310027 + some OEO_00050020, + some OEO_00310027 Class: OEO_00310027 From 18e90337f9558565107c7e96c015a1289d67f8df Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:51:30 +0200 Subject: [PATCH 115/370] add axioms of combined cycle power plant --- src/ontology/edits/oeo-physical.omn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index b293d62fb..5050f97e7 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9899,7 +9899,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle power plant" SubClassOf: - OEO_00000184 + OEO_00000184, + some OEO_00310028, + some OEO_00310030, + some OEO_00310031 Class: OEO_00310030 From 888ec2f65f5a8c70605ef4e032a0f68e093a1665 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:56:46 +0200 Subject: [PATCH 116/370] add axioms of heat recovery steam generator --- src/ontology/edits/oeo-physical.omn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 5050f97e7..83436e791 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9828,13 +9828,14 @@ Class: OEO_00310023 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovery steam generator is a heat exchanger that recovers heat from a hot gas stream."@en, + "A heat recovery steam generator is a heat exchanger that recovers heat from a hot steam."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "heat recovery steam generator" SubClassOf: - OEO_00140102 + OEO_00140102, + OEO_00000532 some OEO_00110001 Class: OEO_00310025 From c4c1022a9d9e15bc0a4cd9d4d61d3fb305c0105f Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 01:58:28 +0200 Subject: [PATCH 117/370] fix axioms of heat recovery steam generator --- src/ontology/edits/oeo-physical.omn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 83436e791..dcaab5b0c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9835,7 +9835,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00140102, - OEO_00000532 some OEO_00110001 + OEO_00000503 some OEO_00110001, + OEO_00010234 some OEO_00000007 Class: OEO_00310025 From db5cb7aca5367099651c2d98eca6574cd2971308 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 02:05:54 +0200 Subject: [PATCH 118/370] add axioms of gas power unit --- src/ontology/edits/oeo-physical.omn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index dcaab5b0c..e46f6758a 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9917,7 +9917,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas power unit" SubClassOf: - OEO_00000334 + OEO_00000334, + OEO_00000503 some OEO_00000099, + OEO_00010234 some OEO_00000007, + some OEO_00000185 Class: OEO_00310031 From c0f909b6368e77574852144ca6e2cc6e4d8ad9f6 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 02:18:14 +0200 Subject: [PATCH 119/370] delete solar thermal power plant and unit --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 35 +---------------------------- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d90dd81a..3f9b37704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - power plant, combined heat and power plant, combined heat and power generating unit (#1254) ### Removed +- solar thermal power plant, solar thermal power unit (#1254) ## [1.11.0] - 2022-07-04 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 65c07aed6..3952d1c0b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1509,25 +1509,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006" OEO_00010234 some OEO_00000384 -Class: OEO_00000035 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar thermal power unit is a solar power unit that has solar thermal collectors as parts.", - "change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "solar thermal power unit" - - SubClassOf: - OEO_00000034, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00000207, - some OEO_00000387 - - Class: OEO_00000036 Annotations: @@ -3870,21 +3851,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", OEO_00000530 some OEO_00030004 -Class: OEO_00000389 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar thermal power plant is a solar power plant that has solar thermal power units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "solar thermal power plant" - - SubClassOf: - OEO_00000386, - some OEO_00000035, - some OEO_00000396 - - Class: OEO_00000391 Annotations: @@ -10022,6 +9988,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", SubClassOf: OEO_00310011, + some OEO_00000396, some OEO_00310019, some OEO_00020047 From 0dbea9c35b78df34a732424356efc045dced9736 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 02:24:58 +0200 Subject: [PATCH 120/370] change solar thermal power plant and unit --- CHANGELOG.md | 3 +-- src/ontology/edits/oeo-physical.omn | 13 +++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9b37704..37e26b993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,10 +60,9 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - final energy consumption (#1340) - fuel cell (#1341) - energy converting component, energy storage object, hardware, solar receiving object, vehicle, waste thermal energy (#1265) -- power plant, combined heat and power plant, combined heat and power generating unit (#1254) +- power plant, combined heat and power plant, combined heat and power generating unit, solar thermal power plant, solar thermal power unit (#1254) ### Removed -- solar thermal power plant, solar thermal power unit (#1254) ## [1.11.0] - 2022-07-04 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3952d1c0b..bad522fff 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9966,7 +9966,12 @@ Class: OEO_00310019 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar heat unit is a heat generating unit that has a solar collector as part."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 + "change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +rename to solar heat unit and add as a subclass of heat generating unit +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "solar heat unit" @@ -9982,7 +9987,11 @@ Class: OEO_00310020 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar heat plant is a heat plant that has solar heat units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752 + +rename to solar heat plant and change as a subclass of heat plant +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "solar heat plant" From 71f0c20d0c893571bf087930812ffe86c248d571 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Sun, 30 Oct 2022 02:27:55 +0200 Subject: [PATCH 121/370] corrected changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e26b993..216173e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1265) -- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant, solar heat unit, solar heat plant, tube collector, flat-plate collector (#1254) +- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant, tube collector, flat-plate collector (#1254) ### Changed - github: update the description of the readme file (#1292) From a12d6a6910d64e1b9e6a0b1c2f85f9fdf5f44b56 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 09:34:38 +0100 Subject: [PATCH 122/370] add thermo-chemical heat storage --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb559072..9d9035966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) - chemical/electrical/kinetic/potential energy storage function; underground fuel storage object (#1348) +- thermo-chemical heat storage ### Changed - github: update the description of the readme file (#1292) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 223aea6d1..71c361347 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9828,6 +9828,23 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1112", OEO_00040010 some +Class: OEO_00310032 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A thermo-chemical heat storage (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM)."@en, + rdfs:comment "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request:", + rdfs:label "thermo-chemical heat storage" + + SubClassOf: + OEO_00000159, + OEO_00010234 some OEO_00000207, + OEO_00010235 some OEO_00000207, + some OEO_00140033, + some OEO_00000039 + + Class: OEO_00320004 Annotations: From a5cb880aede6fbc0e84d1034c228fa46b5ae5e52 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 09:38:19 +0100 Subject: [PATCH 123/370] correct changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216173e60..7ea016b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,8 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - mineral oil, mineral oil product, mineral oil refinery, mineral oil refining, mineral oil refining sector (#1331) - international transport sector (#1334) - equivalence subclasses for car and truck (#1345) -- data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1265) -- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant, tube collector, flat-plate collector (#1254) +- data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1359) +- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant, tube collector, flat-plate collector (#1360) ### Changed - github: update the description of the readme file (#1292) @@ -59,8 +59,8 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - CRF sector (IPCC 2006): international bunkers / international aviation / maritime bunkers; MMR sector: M.International aviation in the EU ETS (#1334) - final energy consumption (#1340) - fuel cell (#1341) -- energy converting component, energy storage object, hardware, solar receiving object, vehicle, waste thermal energy (#1265) -- power plant, combined heat and power plant, combined heat and power generating unit, solar thermal power plant, solar thermal power unit (#1254) +- energy converting component, energy storage object, hardware, solar receiving object, vehicle, waste thermal energy (#1359) +- power plant, combined heat and power plant, combined heat and power generating unit, solar thermal power plant, solar thermal power unit (#1360) ### Removed From f3bf247ffe88efc74b206d49f575f0705f76fa1d Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 10:13:59 +0100 Subject: [PATCH 124/370] fix git merge dev --- src/ontology/edits/oeo-physical.omn | 160 ++++++++++++++-------------- 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 467198dad..2e5dbc1c1 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2349,18 +2349,18 @@ Class: OEO_00000159 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/276 issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "energy storage object" - - Make equivalent class: - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 - pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359 - EquivalentTo: +Make equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "energy storage object" + + EquivalentTo: OEO_00000061 and ( some OEO_00000012) - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114 @@ -3648,7 +3648,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", some OEO_00010021, some OEO_00010216 - + Class: OEO_00000345 Annotations: @@ -3967,11 +3967,11 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1338 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", rdfs:label "storage unit" - EquivalentTo: + EquivalentTo: OEO_00020006 and ( some OEO_00000012) - - SubClassOf: + + SubClassOf: OEO_00020006, some OEO_00000200 @@ -6820,65 +6820,65 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", Class: OEO_00010321 - Annotations: + Annotations: "A chemical energy storage function is an energy storage function with chemical energy as input and output.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", rdfs:label "chemical energy storage function"@en - - SubClassOf: + + SubClassOf: OEO_00000012 - - + + Class: OEO_00010322 - Annotations: + Annotations: "An electrical energy storage function is an energy storage function with electrical energy as input and output.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", rdfs:label "electrical energy storage function"@en - - SubClassOf: + + SubClassOf: OEO_00000012 - - + + Class: OEO_00010323 - Annotations: + Annotations: "A kinetic energy storage function is an energy storage function with kinetic energy as input and output.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", rdfs:label "kinetic energy storage function"@en - - SubClassOf: + + SubClassOf: OEO_00000012 - - + + Class: OEO_00010324 - Annotations: + Annotations: "A potential energy storage function is an energy storage function with potential energy as input and output.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", rdfs:label "potential energy storage function"@en - - SubClassOf: + + SubClassOf: OEO_00000012 - - + + Class: OEO_00010325 - Annotations: + Annotations: "An underground fuel storage object is an energy storage object that stores chemical energy in form of fuels underground.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", rdfs:label "underground fuel storage object"@en - - SubClassOf: + + SubClassOf: OEO_00000159, some OEO_00010321 - - + + Class: OEO_00020001 Annotations: @@ -7422,7 +7422,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" some OEO_00000011, @@ -9844,92 +9844,92 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1112", OEO_00040010 some -Class: OEO_00310032 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A thermo-chemical heat storage (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM)."@en, - rdfs:comment "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request:", - rdfs:label "thermo-chemical heat storage" - - SubClassOf: - OEO_00000159, - OEO_00010234 some OEO_00000207, - OEO_00010235 some OEO_00000207, - some OEO_00140033, - some OEO_00000039 - - Class: OEO_00310000 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A datacenter is an artificial object that houses computer systems and associated components."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "data center" - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00310001 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sewage plant is an artificial object that removes contaminants from wastewater to produce an effluent that is suitable for discharge to the surrounding environment or an intended reuse application."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "sewage plant" - - SubClassOf: + + SubClassOf: OEO_00000061, OEO_00000503 some OEO_00000441, OEO_00010235 some OEO_00010114 - - + + Class: OEO_00310004 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Industrial waste thermal energy is waste thermal energy that is energy output of some industrial process."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "industrial waste thermal energy" - - SubClassOf: + + SubClassOf: OEO_00010114, OEO_00020184 some OEO_00050000 - - + + Class: OEO_00310005 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Recovered heat is a thermal energy that is physical output of an energy transformation process and that is recovered and would otherwise be emitted in the environment as waste thermal energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "recovered heat" - - SubClassOf: + + SubClassOf: OEO_00000207 - - + + Class: OEO_00310006 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Aerothermal energy is a natural ambient thermal energy that is stored in the air of a natural environment."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "aerothermal energy" - - SubClassOf: + + SubClassOf: OEO_00140104 + + +Class: OEO_00310032 - + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A thermo-chemical heat storage (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM)."@en, + rdfs:comment "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request:", + rdfs:label "thermo-chemical heat storage" + + SubClassOf: + OEO_00000159, + OEO_00010234 some OEO_00000207, + OEO_00010235 some OEO_00000207, + some OEO_00140033, + some OEO_00000039 + + Class: OEO_00320004 Annotations: From fe6d62aaa81345a113c21d72bd9e910c0c70bf3f Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:12:32 +0100 Subject: [PATCH 125/370] add heat storage concepts --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 201 +++++++++++++++++++++++++++- 2 files changed, 200 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bae3555b..96c1b7388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - equivalence subclasses for car and truck (#1345) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1359) - chemical/electrical/kinetic/potential energy storage function; underground fuel storage object (#1348) -- thermo-chemical heat storage +- thermo-chemical heat storage, chemical heat storage, sorption heat storage, adsorption, desorption, sensible heat storage, sensible solid heat storage, sensible fluid heat storage, phase transitions, evaporating, melting, latent heat storage, latent fluid-gaseous heat storage, latent solid-fluid heat storage (#1363) ### Changed - github: update the description of the readme file (#1292) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2e5dbc1c1..40baae8fe 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9918,8 +9918,8 @@ Class: OEO_00310032 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A thermo-chemical heat storage (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM)."@en, - rdfs:comment "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request:", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "thermo-chemical heat storage" SubClassOf: @@ -9930,6 +9930,203 @@ pull request:", some OEO_00000039 +Class: OEO_00310033 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A chemical heat storage is a thermo-chemical heat storage that stores thermal energy by using the chemical binding energy in an endotherm reaction."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "chemical heat storage" + + SubClassOf: + OEO_00310032 + + +Class: OEO_00310034 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sorption heat storage is a thermo-chemical heat storage that stores thermal energy by using desorption."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "sorption heat storage" + + SubClassOf: + OEO_00310032, + some OEO_00310036 + + +Class: OEO_00310035 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Adsorption is a process that leads to an accumulation of a substance within a phase or at an interface between two phases."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "adsorption" + + SubClassOf: + , + some OEO_00240027 + + +Class: OEO_00310036 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Desorption is a process that leads to a detaching of a substance that was accumulated within a phase or at an interface between two phases (for example by adsorption)."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "desorption" + + EquivalentTo: + not (OEO_00310035) + + SubClassOf: + , + some OEO_00240027 + + +Class: OEO_00310037 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sensible heat storage is a thermal energy storage object that stores thermal energy through temperature changes in some medium."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "sensible heat storage" + + SubClassOf: + OEO_00000159, + OEO_00010234 some OEO_00000207, + OEO_00010235 some OEO_00000207, + some OEO_00140101, + some OEO_00000039 + + +Class: OEO_00310038 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sensible fluid heat storage is a sensible heat storage that uses fluids (like water, oil, …) to store thermal energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "sensible fluid heat storage" + + SubClassOf: + OEO_00310037, + (OEO_00000503 some OEO_00000331) + and (OEO_00000531 value OEO_00000256) + + +Class: OEO_00310039 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sensible solid heat storage is a sensible heat storage that uses solid materials (like bulk goods, powder, …) to store thermal energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "sensible solid heat storage" + + SubClassOf: + OEO_00310037, + (OEO_00000503 some OEO_00000331) + and (OEO_00000531 value OEO_00000390) + + +Class: OEO_00310040 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A phase transition is a transformation of a medium from a solid, liquid, or gas state to a different state."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "phase transitions" + + SubClassOf: + + + +Class: OEO_00310041 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Evaporating is a phase transition from a liquid medium to their gaseous state."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "evaporating" + + SubClassOf: + OEO_00310040, + ((OEO_00000532 some OEO_00000331) + and (OEO_00000531 value OEO_00000256)) + and ((OEO_00000533 some OEO_00000395) + and (OEO_00000531 value OEO_00000182)) + + +Class: OEO_00310042 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Melting is a phase transition from a solid medium to their liquid state."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "melting" + + SubClassOf: + OEO_00310040, + ((OEO_00000532 some OEO_00000331) + and (OEO_00000531 value OEO_00000390)) + and ((OEO_00000533 some OEO_00000395) + and (OEO_00000531 value OEO_00000256)) + + +Class: OEO_00310043 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A latent heat storage (LHS) is a thermal energy storage object that stores thermal energy through phase transitions in phase-change materials (PCM)."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "latent heat storage" + + SubClassOf: + OEO_00000159, + OEO_00010234 some OEO_00000207, + OEO_00010235 some OEO_00000207, + some OEO_00310040, + some OEO_00000039 + + +Class: OEO_00310044 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A latent solid-fluid heat storage is a latent heat storage that stores thermal energy by converting solid materials to their liquid equivalent i.e. melting the material."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "latent solid-fluid heat storage" + + SubClassOf: + OEO_00310043, + some OEO_00310042 + + +Class: OEO_00310045 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A latent fluid-gaseous heat storage is a latent heat storage that stores thermal energy by converting liquid materials to their gaseous equivalent i.e. evaporating the material."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "latent fluid-gaseous heat storage" + + SubClassOf: + OEO_00310043, + some OEO_00310041 + + Class: OEO_00320004 Annotations: From afab9b3d440a941a765fe10c388614b0085b4169 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:21:45 +0100 Subject: [PATCH 126/370] fix axiom of latent heat storage --- src/ontology/edits/oeo-physical.omn | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 40baae8fe..bec1c5a2c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10093,6 +10093,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00000159, + OEO_00000532 some OEO_00000331, OEO_00010234 some OEO_00000207, OEO_00010235 some OEO_00000207, some OEO_00310040, From 089130e4857855b3ef6e54a1c8dfb04a4b8c4408 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:22:34 +0100 Subject: [PATCH 127/370] fix delete axioms of phase transitions --- src/ontology/edits/oeo-physical.omn | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bec1c5a2c..c04b8f914 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10058,11 +10058,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "evaporating" SubClassOf: - OEO_00310040, - ((OEO_00000532 some OEO_00000331) - and (OEO_00000531 value OEO_00000256)) - and ((OEO_00000533 some OEO_00000395) - and (OEO_00000531 value OEO_00000182)) + OEO_00310040 Class: OEO_00310042 @@ -10075,11 +10071,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "melting" SubClassOf: - OEO_00310040, - ((OEO_00000532 some OEO_00000331) - and (OEO_00000531 value OEO_00000390)) - and ((OEO_00000533 some OEO_00000395) - and (OEO_00000531 value OEO_00000256)) + OEO_00310040 Class: OEO_00310043 From 323481123823fa245d2a84221ca2106fbf37c55f Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:28:18 +0100 Subject: [PATCH 128/370] fix delete axioms of desorption --- src/ontology/edits/oeo-physical.omn | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c04b8f914..ad3b716e0 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9980,9 +9980,6 @@ Class: OEO_00310036 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "desorption" - EquivalentTo: - not (OEO_00310035) - SubClassOf: , some OEO_00240027 From 11b8451f4c4bbe23b2c7eef2e2e7a69576aae521 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:30:51 +0100 Subject: [PATCH 129/370] fix delete axioms of sensible heat storage --- src/ontology/edits/oeo-physical.omn | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ad3b716e0..b822b115f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10012,9 +10012,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sensible fluid heat storage" SubClassOf: - OEO_00310037, - (OEO_00000503 some OEO_00000331) - and (OEO_00000531 value OEO_00000256) + OEO_00310037 Class: OEO_00310039 @@ -10027,9 +10025,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sensible solid heat storage" SubClassOf: - OEO_00310037, - (OEO_00000503 some OEO_00000331) - and (OEO_00000531 value OEO_00000390) + OEO_00310037 Class: OEO_00310040 From 9c70f4d40e701765f5722886207293c6c97dd648 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:32:57 +0100 Subject: [PATCH 130/370] fix delete axioms of sorption heat storage --- src/ontology/edits/oeo-physical.omn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index b822b115f..74fa52cee 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9953,8 +9953,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sorption heat storage" SubClassOf: - OEO_00310032, - some OEO_00310036 + OEO_00310032 Class: OEO_00310035 From 3d04ed27bd8358b6495f628635602bbe8919c6cd Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:35:01 +0100 Subject: [PATCH 131/370] fix delete participates in --- src/ontology/edits/oeo-physical.omn | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 74fa52cee..cda358a29 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9926,7 +9926,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", OEO_00000159, OEO_00010234 some OEO_00000207, OEO_00010235 some OEO_00000207, - some OEO_00140033, some OEO_00000039 @@ -9997,7 +9996,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", OEO_00000159, OEO_00010234 some OEO_00000207, OEO_00010235 some OEO_00000207, - some OEO_00140101, some OEO_00000039 @@ -10077,10 +10075,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00000159, - OEO_00000532 some OEO_00000331, OEO_00010234 some OEO_00000207, OEO_00010235 some OEO_00000207, - some OEO_00310040, some OEO_00000039 @@ -10094,8 +10090,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent solid-fluid heat storage" SubClassOf: - OEO_00310043, - some OEO_00310042 + OEO_00310043 Class: OEO_00310045 @@ -10108,8 +10103,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent fluid-gaseous heat storage" SubClassOf: - OEO_00310043, - some OEO_00310041 + OEO_00310043 Class: OEO_00320004 From 0ca07d570c8f42596d85068921c5b318516961b9 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:37:11 +0100 Subject: [PATCH 132/370] add axiom of desorption --- src/ontology/edits/oeo-physical.omn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index cda358a29..c14241780 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9978,6 +9978,9 @@ Class: OEO_00310036 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "desorption" + EquivalentTo: + not (OEO_00310035) + SubClassOf: , some OEO_00240027 From 8f5c91aca17510218bf30a96dd6f89b2d7dabe6b Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:38:33 +0100 Subject: [PATCH 133/370] fix axiom of desorption --- src/ontology/edits/oeo-physical.omn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c14241780..6ded1d622 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9978,11 +9978,9 @@ Class: OEO_00310036 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "desorption" - EquivalentTo: - not (OEO_00310035) - SubClassOf: , + not (OEO_00310035), some OEO_00240027 From f21de1107bdafdbe956cfc558ed4cd1a667b2f46 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:42:57 +0100 Subject: [PATCH 134/370] add axioms phase transitions --- src/ontology/edits/oeo-physical.omn | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 6ded1d622..5025d5200 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10036,7 +10036,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "phase transitions" SubClassOf: - + , + OEO_00000532 some OEO_00000331 Class: OEO_00310041 @@ -10049,7 +10050,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "evaporating" SubClassOf: - OEO_00310040 + OEO_00310040, + ((OEO_00000532 some OEO_00000331) + and (OEO_00000531 value OEO_00000256)) + and ((OEO_00000533 some OEO_00000395) + and (OEO_00000531 value OEO_00000182)) Class: OEO_00310042 @@ -10062,7 +10067,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "melting" SubClassOf: - OEO_00310040 + OEO_00310040, + ((OEO_00000532 some OEO_00000331) + and (OEO_00000531 value OEO_00000390)) + and ((OEO_00000533 some OEO_00000395) + and (OEO_00000531 value OEO_00000256)) Class: OEO_00310043 From bf80a6c382c6184f536bb9fc429291faec602675 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:44:54 +0100 Subject: [PATCH 135/370] delete axioms of phase transitions --- src/ontology/edits/oeo-physical.omn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 5025d5200..fa6915d80 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10036,8 +10036,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "phase transitions" SubClassOf: - , - OEO_00000532 some OEO_00000331 + Class: OEO_00310041 From a01c16ad59a86ab1497fb5e84382e8d3708a3356 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:47:50 +0100 Subject: [PATCH 136/370] fix axioms of melting and evaporating --- src/ontology/edits/oeo-physical.omn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index fa6915d80..c543603a2 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10050,10 +10050,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, - ((OEO_00000532 some OEO_00000331) - and (OEO_00000531 value OEO_00000256)) - and ((OEO_00000533 some OEO_00000395) - and (OEO_00000531 value OEO_00000182)) + (OEO_00000532 some OEO_00000331) + and (OEO_00000531 value OEO_00000256), + (OEO_00000533 some OEO_00000395) + and (OEO_00000531 value OEO_00000182) Class: OEO_00310042 @@ -10067,10 +10067,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, - ((OEO_00000532 some OEO_00000331) - and (OEO_00000531 value OEO_00000390)) - and ((OEO_00000533 some OEO_00000395) - and (OEO_00000531 value OEO_00000256)) + (OEO_00000532 some OEO_00000331) + and (OEO_00000531 value OEO_00000390), + (OEO_00000533 some OEO_00000395) + and (OEO_00000531 value OEO_00000256) Class: OEO_00310043 From 2025c37b600270a1af42be751cbfd7dfae3495c9 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:51:35 +0100 Subject: [PATCH 137/370] fix axioms of melting and evaporating --- src/ontology/edits/oeo-physical.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c543603a2..0349e7e2a 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10052,7 +10052,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", OEO_00310040, (OEO_00000532 some OEO_00000331) and (OEO_00000531 value OEO_00000256), - (OEO_00000533 some OEO_00000395) + (OEO_00000533 some OEO_00000331) and (OEO_00000531 value OEO_00000182) @@ -10069,7 +10069,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", OEO_00310040, (OEO_00000532 some OEO_00000331) and (OEO_00000531 value OEO_00000390), - (OEO_00000533 some OEO_00000395) + (OEO_00000533 some OEO_00000331) and (OEO_00000531 value OEO_00000256) From 96e4afc073bd026f2aa6c260a47d1573b5ef4299 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:54:12 +0100 Subject: [PATCH 138/370] fix axioms of phase transitions --- src/ontology/edits/oeo-physical.omn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0349e7e2a..c793597a6 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10036,7 +10036,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "phase transitions" SubClassOf: - + , + OEO_00000532 some OEO_00000331, + OEO_00000533 some OEO_00000331 Class: OEO_00310041 From fe6c7171918da64de5083c8f34694378de99bfdc Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 11:58:51 +0100 Subject: [PATCH 139/370] fix delete has physical output --- src/ontology/edits/oeo-physical.omn | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c793597a6..f5d849b38 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10037,8 +10037,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: , - OEO_00000532 some OEO_00000331, - OEO_00000533 some OEO_00000331 + OEO_00000532 some OEO_00000331 Class: OEO_00310041 @@ -10053,9 +10052,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, (OEO_00000532 some OEO_00000331) - and (OEO_00000531 value OEO_00000256), - (OEO_00000533 some OEO_00000331) - and (OEO_00000531 value OEO_00000182) + and (OEO_00000531 value OEO_00000256) Class: OEO_00310042 @@ -10070,9 +10067,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, (OEO_00000532 some OEO_00000331) - and (OEO_00000531 value OEO_00000390), - (OEO_00000533 some OEO_00000331) - and (OEO_00000531 value OEO_00000256) + and (OEO_00000531 value OEO_00000390) Class: OEO_00310043 From 7dd51da1cf7adbaef5ce608ece6c8d97872b03f6 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:03:24 +0100 Subject: [PATCH 140/370] fix use uses as axiom --- src/ontology/edits/oeo-physical.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index f5d849b38..35dff1cb5 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10051,7 +10051,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, - (OEO_00000532 some OEO_00000331) + (OEO_00000503 some OEO_00000331) and (OEO_00000531 value OEO_00000256) @@ -10066,7 +10066,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, - (OEO_00000532 some OEO_00000331) + (OEO_00000503 some OEO_00000331) and (OEO_00000531 value OEO_00000390) From 030837a3863edfd3816e060b5204b962ea812b82 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:05:20 +0100 Subject: [PATCH 141/370] fix use uses as axiom --- src/ontology/edits/oeo-physical.omn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 35dff1cb5..5209d5122 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10036,8 +10036,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "phase transitions" SubClassOf: - , - OEO_00000532 some OEO_00000331 + Class: OEO_00310041 From 09886cc98ce4fb2f478cef22b54939e76de5301b Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:08:48 +0100 Subject: [PATCH 142/370] fix use uses as axiom --- src/ontology/edits/oeo-physical.omn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 5209d5122..d50b110b8 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10036,7 +10036,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "phase transitions" SubClassOf: - + , + OEO_00000503 some OEO_00000331 Class: OEO_00310041 From ba91c2237c7c910a7289f756b98b418afbec1ba6 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:10:13 +0100 Subject: [PATCH 143/370] fix use uses as axiom --- src/ontology/edits/oeo-physical.omn | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d50b110b8..08fe7d559 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10050,9 +10050,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "evaporating" SubClassOf: - OEO_00310040, - (OEO_00000503 some OEO_00000331) - and (OEO_00000531 value OEO_00000256) + OEO_00310040 Class: OEO_00310042 @@ -10065,9 +10063,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "melting" SubClassOf: - OEO_00310040, - (OEO_00000503 some OEO_00000331) - and (OEO_00000531 value OEO_00000390) + OEO_00310040 Class: OEO_00310043 From 66a0585a3b1b47251ca33872fbeed98784ad58dc Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:11:45 +0100 Subject: [PATCH 144/370] fix use uses as axiom --- src/ontology/edits/oeo-physical.omn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 08fe7d559..6ded1d622 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10036,8 +10036,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "phase transitions" SubClassOf: - , - OEO_00000503 some OEO_00000331 + Class: OEO_00310041 From 08d0edc2db6b56f0b26bcd151eeefb003e3c1d07 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:14:25 +0100 Subject: [PATCH 145/370] delete axiom desorption --- src/ontology/edits/oeo-physical.omn | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 6ded1d622..cda358a29 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9980,7 +9980,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: , - not (OEO_00310035), some OEO_00240027 From 64002db2365f1db0e5ffb61198a6f6e8ac061419 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:16:39 +0100 Subject: [PATCH 146/370] fix axiom desorption --- src/ontology/edits/oeo-physical.omn | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index cda358a29..4de3c2eb0 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9980,6 +9980,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: , + not (OEO_00310035), some OEO_00240027 @@ -10035,7 +10036,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "phase transitions" SubClassOf: - + , + some , + some Class: OEO_00310041 @@ -10048,7 +10051,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "evaporating" SubClassOf: - OEO_00310040 + OEO_00310040, + (OEO_00000532 some OEO_00000006) + and (OEO_00000532 some OEO_00000220) Class: OEO_00310042 From a445662000b7ea9e7b7443243a57942d645ff605 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:19:22 +0100 Subject: [PATCH 147/370] fix axiom evaporating --- src/ontology/edits/oeo-physical.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4de3c2eb0..aae4a951d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10052,8 +10052,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, - (OEO_00000532 some OEO_00000006) - and (OEO_00000532 some OEO_00000220) + (OEO_00000532 some OEO_00000331) + and (OEO_00000531 value OEO_00000390) Class: OEO_00310042 From 7619a92d5cb6d062a1c4dbd7a161d8ea5ea48e86 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:25:38 +0100 Subject: [PATCH 148/370] fix axiom of phase transitions and subclasses --- src/ontology/edits/oeo-physical.omn | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index aae4a951d..2f9d583df 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10037,8 +10037,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: , - some , - some + some OEO_00000331, + some OEO_00000331 Class: OEO_00310041 @@ -10052,8 +10052,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, - (OEO_00000532 some OEO_00000331) - and (OEO_00000531 value OEO_00000390) + ( some OEO_00000331) + and (OEO_00000531 value OEO_00000256), + ( some OEO_00000331) + and (OEO_00000531 value OEO_00000182) Class: OEO_00310042 @@ -10066,7 +10068,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "melting" SubClassOf: - OEO_00310040 + OEO_00310040, + ( some OEO_00000331) + and (OEO_00000531 value OEO_00000390), + ( some OEO_00000331) + and (OEO_00000531 value OEO_00000256) Class: OEO_00310043 From 167030c6392b0eb1d8ed01759b64db1ab99fbabf Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:27:55 +0100 Subject: [PATCH 149/370] fix axiom of phase transitions --- src/ontology/edits/oeo-physical.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2f9d583df..427e443c5 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10037,8 +10037,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: , - some OEO_00000331, - some OEO_00000331 + some , + some Class: OEO_00310041 From 7e8ac2fd3d13550415511659222a4344b6963f09 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:33:17 +0100 Subject: [PATCH 150/370] fix axiom of phase transitions --- src/ontology/edits/oeo-physical.omn | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 427e443c5..4bd094c4c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10052,10 +10052,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, - ( some OEO_00000331) - and (OEO_00000531 value OEO_00000256), - ( some OEO_00000331) - and (OEO_00000531 value OEO_00000182) + some + (OEO_00000331 + and (OEO_00000531 value OEO_00000256)), + some + (OEO_00000331 + and (OEO_00000531 value OEO_00000182)) Class: OEO_00310042 @@ -10069,10 +10071,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, - ( some OEO_00000331) - and (OEO_00000531 value OEO_00000390), - ( some OEO_00000331) - and (OEO_00000531 value OEO_00000256) + some + (OEO_00000331 + and (OEO_00000531 value OEO_00000390)), + some + (OEO_00000331 + and (OEO_00000531 value OEO_00000256)) Class: OEO_00310043 From 391e12eb0a654071e18d189bb8aa8cbabf98b524 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:36:11 +0100 Subject: [PATCH 151/370] fix axioms of phase transitions and subclasses --- src/ontology/edits/oeo-physical.omn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4bd094c4c..c2d0894ba 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10037,8 +10037,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: , - some , - some + OEO_00000532 some OEO_00000331, + OEO_00000533 some OEO_00000331 Class: OEO_00310041 @@ -10052,10 +10052,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, - some + OEO_00000532 some (OEO_00000331 and (OEO_00000531 value OEO_00000256)), - some + OEO_00000533 some (OEO_00000331 and (OEO_00000531 value OEO_00000182)) @@ -10071,10 +10071,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310040, - some + OEO_00000532 some (OEO_00000331 and (OEO_00000531 value OEO_00000390)), - some + OEO_00000533 some (OEO_00000331 and (OEO_00000531 value OEO_00000256)) From 965c56edaa61568443335d6e2fa70524136ad572 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:39:08 +0100 Subject: [PATCH 152/370] add axioms of latent heat storages --- src/ontology/edits/oeo-physical.omn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c2d0894ba..b9feb83ac 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10092,6 +10092,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", OEO_00000159, OEO_00010234 some OEO_00000207, OEO_00010235 some OEO_00000207, + some OEO_00310040, some OEO_00000039 @@ -10105,7 +10106,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent solid-fluid heat storage" SubClassOf: - OEO_00310043 + OEO_00310043, + some OEO_00310042 Class: OEO_00310045 @@ -10118,7 +10120,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent fluid-gaseous heat storage" SubClassOf: - OEO_00310043 + OEO_00310043, + some OEO_00310041 Class: OEO_00320004 From 6b20f335cc4869f9c79fcce3be31d4df753e780a Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:44:06 +0100 Subject: [PATCH 153/370] add axioms of sensible heat storages --- src/ontology/edits/oeo-physical.omn | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index b9feb83ac..d0583377f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9997,6 +9997,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", OEO_00000159, OEO_00010234 some OEO_00000207, OEO_00010235 some OEO_00000207, + some OEO_00140101, some OEO_00000039 @@ -10010,7 +10011,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sensible fluid heat storage" SubClassOf: - OEO_00310037 + OEO_00310037, + OEO_00000503 some + (OEO_00000331 + and (OEO_00000531 value OEO_00000256)) Class: OEO_00310039 @@ -10023,7 +10027,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sensible solid heat storage" SubClassOf: - OEO_00310037 + OEO_00310037, + OEO_00000503 some + (OEO_00000331 + and (OEO_00000531 value OEO_00000390)) Class: OEO_00310040 From ae729e3ebc6b694944393441813c5c374d0f2ee7 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 31 Oct 2022 12:47:32 +0100 Subject: [PATCH 154/370] add axioms of thermo-chemical heat storages --- src/ontology/edits/oeo-physical.omn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d0583377f..9dfab0480 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9926,6 +9926,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", OEO_00000159, OEO_00010234 some OEO_00000207, OEO_00010235 some OEO_00000207, + some OEO_00140033, some OEO_00000039 @@ -9952,7 +9953,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sorption heat storage" SubClassOf: - OEO_00310032 + OEO_00310032, + some OEO_00310036 Class: OEO_00310035 From b961f7afe1abc59d9ec9564e46f7abd24916e71a Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Mon, 31 Oct 2022 13:50:05 +0100 Subject: [PATCH 155/370] Added changes agreed in DEV meeting --- .github/workflows/PostReleaseScripts.yml | 26 ++++++++++++------------ src/scripts/etd/etd.py | 18 ++++++++-------- src/scripts/etd/etd.sh | 2 +- 3 files changed, 24 insertions(+), 22 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 2806a909d..62bf10239 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -47,16 +47,16 @@ jobs: with: name: ETD path: src/scripts/etd/glossary - - name: Checkout wiki - uses: actions/checkout@v2 - with: - repository: ${{github.repository}}.wiki - path: wiki - - name: Push list to wiki - run: | - cd wiki - cp -a ../src/scripts/etd/glossary/. . - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git add . - git diff-index --quiet HEAD || git commit -m "Add changes" && git push + # - name: Checkout wiki + # uses: actions/checkout@v2 + # with: + # repository: ${{github.repository}}.wiki + # path: wiki + # - name: Push list to wiki + # run: | + # cd wiki + # cp -a ../src/scripts/etd/glossary/. . + # git config --local user.email "action@github.com" + # git config --local user.name "GitHub Action" + # git add . + # git diff-index --quiet HEAD || git commit -m "Add changes" && git push diff --git a/src/scripts/etd/etd.py b/src/scripts/etd/etd.py index 99262d0b9..cfff15f40 100644 --- a/src/scripts/etd/etd.py +++ b/src/scripts/etd/etd.py @@ -22,11 +22,11 @@ pathlib.Path(cwd + "/src/scripts/etd/glossary/").mkdir(parents=True, exist_ok=True) - header = GLOSSARY_HEADER + " ".join([f"[{letter}]({BASE_LINK_WIKI}{letter})" for letter in string.ascii_uppercase]) + "\n" - - with open(cwd + "/src/scripts/etd/glossary/glossary.md", "w") as fil: - fil.write(header) + # header = GLOSSARY_HEADER + " ".join([f"[{letter}]({BASE_LINK_WIKI}{letter})" for letter in string.ascii_uppercase]) + "\n" + # with open(cwd + "/src/scripts/etd/glossary/glossary.md", "w") as fil: + # fil.write(header) + output = GLOSSARY_HEADER + "\n" for letter in string.ascii_lowercase: current_df = df[df["LABEL"].str.lower().str.startswith(letter)] if current_df.empty: @@ -36,8 +36,10 @@ # There is a weird typo in surface azimuth angle ? buffer = re.sub(r"(?s)(http:\/\/opennergy-plattform.org\/ontology\/oeo\/?)\/(\w+)(?=_)_(\d+?)(?=\s)", r"\2:\3", buffer) # Remove the thing above when the typo is fixed - output =re.sub(r"(?s)(\w+?)(?=:):(\d+?)(?=\s)", r"[\1:\2]({}".format(BASE_IRI)+ r"\1_\2)", buffer) + buffer =re.sub(r"(?s)(\w+?)(?=:):(\d+?)(?=\s)", r"[\1:\2]({}".format(BASE_IRI)+ r"\1_\2)", buffer) + title = f"## {letter.capitalize()}\n\n" + table = title + buffer + "\n\n" #df.to_markdown(buf=cwd + "/src/scripts/etd/ETD.md", index=False) - output = header + output - with open(cwd + f"/src/scripts/etd/glossary/{letter.capitalize()}.md", "w") as fil: - fil.write(output) \ No newline at end of file + output += table + with open(cwd + f"/src/scripts/etd/glossary/glossary.md", "w") as fil: + fil.write(output) \ No newline at end of file diff --git a/src/scripts/etd/etd.sh b/src/scripts/etd/etd.sh index 276a12008..e016c3fa9 100755 --- a/src/scripts/etd/etd.sh +++ b/src/scripts/etd/etd.sh @@ -11,7 +11,7 @@ robot merge --input "$ONTO_PATH""oeo.omn" \ --input "$ONTO_PATH""edits/oeo-shared.omn" \ --input "$ONTO_PATH""edits/oeo-social.omn" \ --include-annotations true \ - export --header "ID|LABEL|definition" \ + export --header "LABEL|ID|definition" \ --prefix "OEO: http://openenergy-platform.org/ontology/oeo/OEO_" \ --sort "LABEL" \ --export "$ETD_PATH""etd.xlsx" From b1e7b8120bbcd5a1123f9e3ac9290b93b6ca1d1e Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:15:43 +0100 Subject: [PATCH 156/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index b39ac7d0e..4a384c6f1 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9970,7 +9970,7 @@ Class: OEO_00310032 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A thermo-chemical heat storage (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM)."@en, + "A thermo-chemical heat storage (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "thermo-chemical heat storage" From 2f715c1b52015ed897c62073540fd585750f3b42 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:15:52 +0100 Subject: [PATCH 157/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4a384c6f1..c231a3295 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9987,7 +9987,7 @@ Class: OEO_00310033 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A chemical heat storage is a thermo-chemical heat storage that stores thermal energy by using the chemical binding energy in an endotherm reaction."@en, + "A chemical heat storage is a thermo-chemical heat storage that stores thermal energy by using the chemical binding energy in an endotherm reaction.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "chemical heat storage" From e4c1b98877c7b633ea9e33596f7c4735b08287fa Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:16:04 +0100 Subject: [PATCH 158/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c231a3295..d4b1e9fae 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10000,7 +10000,7 @@ Class: OEO_00310034 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sorption heat storage is a thermo-chemical heat storage that stores thermal energy by using desorption."@en, + "A sorption heat storage is a thermo-chemical heat storage that stores thermal energy by using desorption.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sorption heat storage" From a54e77d456563ad336b52a28775f76097eeca6b7 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:16:16 +0100 Subject: [PATCH 159/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d4b1e9fae..7d4c6f4cc 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10014,7 +10014,7 @@ Class: OEO_00310035 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Adsorption is a process that leads to an accumulation of a substance within a phase or at an interface between two phases."@en, + "Adsorption is a process that leads to an accumulation of a substance within a phase or at an interface between two phases.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "adsorption" From 8f1892caab903684d49692d5a0dc432207bcdd4b Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:16:25 +0100 Subject: [PATCH 160/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7d4c6f4cc..b02cfe769 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10028,7 +10028,7 @@ Class: OEO_00310036 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Desorption is a process that leads to a detaching of a substance that was accumulated within a phase or at an interface between two phases (for example by adsorption)."@en, + "Desorption is a process that leads to a detaching of a substance that was accumulated within a phase or at an interface between two phases (for example by adsorption).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "desorption" From 232594438d694d956900f27173ff8c21f0c3c45e Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:16:42 +0100 Subject: [PATCH 161/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index b02cfe769..ae569a9b6 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10107,7 +10107,7 @@ Class: OEO_00310041 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Evaporating is a phase transition from a liquid medium to their gaseous state."@en, + "Evaporating is a phase transition from a liquid medium to their gaseous state.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "evaporating" From c8ba68a6f3f3bfdcde739ca5701f23a744e5ea3d Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:16:52 +0100 Subject: [PATCH 162/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ae569a9b6..f9332c1cb 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10126,7 +10126,7 @@ Class: OEO_00310042 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Melting is a phase transition from a solid medium to their liquid state."@en, + "Melting is a phase transition from a solid medium to their liquid state.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "melting" From 87da95c3c3974800f08d53e6eb5be368b5767f88 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:17:02 +0100 Subject: [PATCH 163/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index f9332c1cb..1ba845e5c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10145,7 +10145,7 @@ Class: OEO_00310043 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A latent heat storage (LHS) is a thermal energy storage object that stores thermal energy through phase transitions in phase-change materials (PCM)."@en, + "A latent heat storage (LHS) is a thermal energy storage object that stores thermal energy through phase transitions in phase-change materials (PCM).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent heat storage" From 5300f8ad9717e7ec82a34a213e1cb14f1867a8bc Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:17:12 +0100 Subject: [PATCH 164/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 1ba845e5c..c0e3ce722 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10162,7 +10162,7 @@ Class: OEO_00310044 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A latent solid-fluid heat storage is a latent heat storage that stores thermal energy by converting solid materials to their liquid equivalent i.e. melting the material."@en, + "A latent solid-fluid heat storage is a latent heat storage that stores thermal energy by converting solid materials to their liquid equivalent i.e. melting the material.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent solid-fluid heat storage" From dec975ff7ce54a4ddc3b1b356bcb19efaed099f4 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:17:23 +0100 Subject: [PATCH 165/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c0e3ce722..a0175687b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10176,7 +10176,7 @@ Class: OEO_00310045 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A latent fluid-gaseous heat storage is a latent heat storage that stores thermal energy by converting liquid materials to their gaseous equivalent i.e. evaporating the material."@en, + "A latent fluid-gaseous heat storage is a latent heat storage that stores thermal energy by converting liquid materials to their gaseous equivalent i.e. evaporating the material.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent fluid-gaseous heat storage" From bda45847b1be4c1e2e2b4251b52d4e8c489fc795 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:18:55 +0100 Subject: [PATCH 166/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index a0175687b..a577a52fe 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10043,7 +10043,7 @@ Class: OEO_00310037 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sensible heat storage is a thermal energy storage object that stores thermal energy through temperature changes in some medium."@en, + "A sensible heat storage is a thermal energy storage object that stores thermal energy through temperature changes in some medium.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sensible heat storage" From af1a489e05ffd1989ddc685d9b0991e1ae0b1d87 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:19:44 +0100 Subject: [PATCH 167/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index a577a52fe..58a15171c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10060,7 +10060,7 @@ Class: OEO_00310038 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sensible fluid heat storage is a sensible heat storage that uses fluids (like water, oil, …) to store thermal energy."@en, + "A sensible fluid heat storage is a sensible heat storage that uses fluids (like water, oil, …) to store thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sensible fluid heat storage" From aa5d3a4383c61c6e24ee4e6ccc4833f31d8fdd09 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:20:05 +0100 Subject: [PATCH 168/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 58a15171c..3892a0a9e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10076,7 +10076,7 @@ Class: OEO_00310039 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sensible solid heat storage is a sensible heat storage that uses solid materials (like bulk goods, powder, …) to store thermal energy."@en, + "A sensible solid heat storage is a sensible heat storage that uses solid materials (like bulk goods, powder, …) to store thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sensible solid heat storage" From 72072a64b8d55634b7d213850c9459a25774a706 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:21:02 +0100 Subject: [PATCH 169/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3892a0a9e..1c8e93b8b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10092,7 +10092,7 @@ Class: OEO_00310040 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A phase transition is a transformation of a medium from a solid, liquid, or gas state to a different state."@en, + "A phase transition is a transformation of a medium from a solid, liquid, or gas state to a different state.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "phase transitions" From 53064f5c7ebd41ecb65d17d7497c64c378f257b7 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:03:01 +0100 Subject: [PATCH 170/370] Delete oeo-model.properties Seems like this file wasn't created on purpose. It isn't avalable on dev, either. --- src/ontology/edits/oeo-model.properties | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/ontology/edits/oeo-model.properties diff --git a/src/ontology/edits/oeo-model.properties b/src/ontology/edits/oeo-model.properties deleted file mode 100644 index a6d3b5d83..000000000 --- a/src/ontology/edits/oeo-model.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Fri Oct 21 13:13:26 CEST 2022 -jdbc.url= -jdbc.driver= -jdbc.user= -jdbc.password= From 3b3c81ccc662abed1ed736370ad573d5b045aa6c Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 1 Nov 2022 11:43:40 +0100 Subject: [PATCH 171/370] Add axiom 'fuel tank' 'has function' some 'chemical energy storage function' --- src/ontology/edits/oeo-physical.omn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 24db0288d..ce298aea7 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6915,8 +6915,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", SubClassOf: OEO_00000159, some OEO_00010321 - - + + Class: OEO_00010326 Annotations: @@ -10795,7 +10795,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", SubClassOf: OEO_00320055, - OEO_00140002 some OEO_00230000 + OEO_00140002 some OEO_00230000, + some OEO_00010321 Class: OEO_00320057 From 1b40ecc87ba7c8cb7a208f5bb82f33f814ecd528 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 1 Nov 2022 11:46:47 +0100 Subject: [PATCH 172/370] Add term tracker to gas turbine vehicle --- src/ontology/edits/oeo-physical.omn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ce298aea7..4233768bb 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6720,7 +6720,11 @@ Class: OEO_00010301 Annotations: "A gas turbine vehicle is a vehicle that uses a gas turbine for propulsion.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315 + +Add fuel tank axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1301 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", rdfs:label "gas turbine vehicle"@en EquivalentTo: From b6096a453a1655025c3c0452165cec068fdfa9f0 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Tue, 1 Nov 2022 18:55:42 +0100 Subject: [PATCH 173/370] add alternative labels, fix changelog --- CHANGELOG.md | 3 --- src/ontology/edits/oeo-physical.omn | 6 ++++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea8d752e..d9da655ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,8 +32,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - chemical/electrical/kinetic/potential energy storage function; underground fuel storage object (#1348) - thermo-chemical heat storage, chemical heat storage, sorption heat storage, adsorption, desorption, sensible heat storage, sensible solid heat storage, sensible fluid heat storage, phase transitions, evaporating, melting, latent heat storage, latent fluid-gaseous heat storage, latent solid-fluid heat storage (#1363) - refinery gas, petroleum coke (#1351) -- chemical/electrical/kinetic/potential energy storage function; underground fuel storage object (#1348) -- data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1265) ### Changed - github: update the description of the readme file (#1292) @@ -67,7 +65,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - realized in, greenhouse effect disposition, combustible energy carrier disposition (#1353) - energy storage -> energy storage function; thermal energy storage function; energy storage object; storage unit (#1348) - methanation gas storage -> power-to-methane system; power-to-liquid system; pumped water, pumped hydro storage power plant (#1348) -- energy converting component, energy storage object, hardware, solar receiving object, vehicle, waste thermal energy (#1265) ### Removed - battery storage (#1348) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 1c8e93b8b..c740d7a7b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6891,8 +6891,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", SubClassOf: OEO_00000159, some OEO_00010321 - - + + Class: OEO_00010326 Annotations: @@ -9971,6 +9971,7 @@ Class: OEO_00310032 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A thermo-chemical heat storage (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM).", + "TCS", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "thermo-chemical heat storage" @@ -10146,6 +10147,7 @@ Class: OEO_00310043 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A latent heat storage (LHS) is a thermal energy storage object that stores thermal energy through phase transitions in phase-change materials (PCM).", + "LHS", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent heat storage" From a06acd3a5fedc8073b29381adb2405ca50bcf8a2 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Tue, 1 Nov 2022 19:07:00 +0100 Subject: [PATCH 174/370] delete @en annotations --- src/ontology/edits/oeo-physical.omn | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 70bc546ca..5ac9762b3 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6857,8 +6857,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", SubClassOf: OEO_00000159, some OEO_00010321 - - + + Class: OEO_00010326 Annotations: @@ -9505,8 +9505,8 @@ Class: OEO_00240010 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined heat and power generating unit is an energy transformation unit that produces electrical energy and thermal energy."@en, - "co-generating power unit"@en, + "A combined heat and power generating unit is an energy transformation unit that produces electrical energy and thermal energy.", + "co-generating power unit", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 @@ -9532,8 +9532,8 @@ Class: OEO_00240011 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined heat and power plant (CHPP) is an energy transformation unit consisting of combined heat and power generating units, a grid component that feeds electric energy into an electric grid, and a grid component that feeds thermal energy into a heating grid."@en, - "CHPP"@en, + "A combined heat and power plant (CHPP) is an energy transformation unit consisting of combined heat and power generating units, a grid component that feeds electric energy into an electric grid, and a grid component that feeds thermal energy into a heating grid.", + "CHPP", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 @@ -9949,7 +9949,7 @@ Class: OEO_00310008 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat generating unit is an energy transformation unit that can contain a heat exchanger or a heater."@en, + "A heat generating unit is an energy transformation unit that can contain a heat exchanger or a heater.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "heat generating unit" @@ -9966,7 +9966,7 @@ Class: OEO_00310009 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A rotary heat exchanger is a heat exchanger that uses a wheel for a heat transfer process."@en, + "A rotary heat exchanger is a heat exchanger that uses a wheel for a heat transfer process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "rotary heat exchanger" @@ -9979,7 +9979,7 @@ Class: OEO_00310010 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A plate heat exchanger is a heat exchanger that uses a plate for a heat transfer process."@en, + "A plate heat exchanger is a heat exchanger that uses a plate for a heat transfer process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "plate heat exchanger" @@ -9992,7 +9992,7 @@ Class: OEO_00310011 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat plant is an energy transformation unit consisting of heat generating units and a grid component that feeds thermal energy into a heating grid."@en, + "A heat plant is an energy transformation unit consisting of heat generating units and a grid component that feeds thermal energy into a heating grid.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "heat plant" @@ -10008,7 +10008,7 @@ Class: OEO_00310012 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat transfer unit is a heat generating unit that contains a heat exchanger and not a heater."@en, + "A heat transfer unit is a heat generating unit that contains a heat exchanger and not a heater.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "heat transfer unit" @@ -10023,7 +10023,7 @@ Class: OEO_00310013 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A boiler is a heater that increases the thermal energy of fluids."@en, + "A boiler is a heater that increases the thermal energy of fluids.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "boiler" @@ -10038,7 +10038,7 @@ Class: OEO_00310014 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combustion-based heater is a heater that increases the thermal energy using combustion."@en, + "A combustion-based heater is a heater that increases the thermal energy using combustion.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "combustion-based heater" @@ -10053,7 +10053,7 @@ Class: OEO_00310015 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electrical heater is a heater that increases the thermal energy using electric energy."@en, + "An electrical heater is a heater that increases the thermal energy using electric energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "electrical heater" @@ -10067,7 +10067,7 @@ Class: OEO_00310017 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A geothermal heat unit is a heat transfer unit that uses geothermal energy as source."@en, + "A geothermal heat unit is a heat transfer unit that uses geothermal energy as source.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "geothermal heat unit" @@ -10082,7 +10082,7 @@ Class: OEO_00310018 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A geothermal heat plant is a heat plant that has geothermal heat units as parts."@en, + "A geothermal heat plant is a heat plant that has geothermal heat units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "geothermal heat plant" @@ -10097,7 +10097,7 @@ Class: OEO_00310019 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar heat unit is a heat generating unit that has a solar collector as part."@en, + "A solar heat unit is a heat generating unit that has a solar collector as part.", "change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 @@ -10118,7 +10118,7 @@ Class: OEO_00310020 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar heat plant is a heat plant that has solar heat units as parts."@en, + "A solar heat plant is a heat plant that has solar heat units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752 From 25fb98400eb871502c09df2ce10d8f06e3c28fbf Mon Sep 17 00:00:00 2001 From: chrwm <54852694+chrwm@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:35:57 +0100 Subject: [PATCH 175/370] Update CHANGELOG.md Create a new unreleased section in the CHANGELOG.md during the release process --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe0a4e8d..db003afdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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 aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.X.X] - 20XX-XX-XX + +### Added +### Changed +### Removed + + ## [1.12.0] - 2022-11-02 ### Added From a48b613c9a6e641288f9c8bd42d0bbcff3b5ec0a Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Thu, 3 Nov 2022 13:56:41 +0100 Subject: [PATCH 176/370] Removed empty spaces from the templates --- .github/ISSUE_TEMPLATE/-a--new-ontology-term.md | 1 - .github/ISSUE_TEMPLATE/-b--restructure-ontology.md | 1 - .github/ISSUE_TEMPLATE/-c--definition-update.md | 1 - .github/ISSUE_TEMPLATE/-d--normal-issue.md | 1 - .github/pull_request_template.md | 1 - 5 files changed, 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/-a--new-ontology-term.md b/.github/ISSUE_TEMPLATE/-a--new-ontology-term.md index 3c5d841c1..e9dcd95af 100644 --- a/.github/ISSUE_TEMPLATE/-a--new-ontology-term.md +++ b/.github/ISSUE_TEMPLATE/-a--new-ontology-term.md @@ -4,7 +4,6 @@ about: For including new terms into the ontology title: Your title should make sense if said after "The issue is " labels: "[A] new term, To do" assignees: '' - --- ## Description of the issue diff --git a/.github/ISSUE_TEMPLATE/-b--restructure-ontology.md b/.github/ISSUE_TEMPLATE/-b--restructure-ontology.md index 572d8e6a7..ab3cab60b 100644 --- a/.github/ISSUE_TEMPLATE/-b--restructure-ontology.md +++ b/.github/ISSUE_TEMPLATE/-b--restructure-ontology.md @@ -4,7 +4,6 @@ about: For restructuring existing parts of the ontology title: Your title should make sense if said after "The issue is " labels: "[B] restructure, To do" assignees: '' - --- ## Description of the issue diff --git a/.github/ISSUE_TEMPLATE/-c--definition-update.md b/.github/ISSUE_TEMPLATE/-c--definition-update.md index 287fb6e62..6d4cd6e22 100644 --- a/.github/ISSUE_TEMPLATE/-c--definition-update.md +++ b/.github/ISSUE_TEMPLATE/-c--definition-update.md @@ -4,7 +4,6 @@ about: For restructuring existing parts of the ontology title: Your title should make sense if said after "The issue is " labels: "[C] definition update, To do" assignees: '' - --- ## Description of the issue diff --git a/.github/ISSUE_TEMPLATE/-d--normal-issue.md b/.github/ISSUE_TEMPLATE/-d--normal-issue.md index 12d58e6ed..539bb1576 100644 --- a/.github/ISSUE_TEMPLATE/-d--normal-issue.md +++ b/.github/ISSUE_TEMPLATE/-d--normal-issue.md @@ -4,7 +4,6 @@ about: For issues not directly related to the ontology oeo.omn file title: Your title should make sense if said after "The issue is " labels: "To do" assignees: '' - --- ## Description of the issue diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 96e8e5081..9c24b6ec8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,6 @@ about: For including new features into the ontology title: Your title should make sense if said after "This PR is solving " labels: "Pull Request Template" assignees: '' - --- From ffcb839bb11e4cb6fad190f7f61b1455679f6fdf Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Thu, 3 Nov 2022 14:12:01 +0100 Subject: [PATCH 177/370] Restored ISSUE_TEMPLATES --- .github/ISSUE_TEMPLATE/-a--new-ontology-term.md | 1 + .github/ISSUE_TEMPLATE/-b--restructure-ontology.md | 1 + .github/ISSUE_TEMPLATE/-c--definition-update.md | 1 + .github/ISSUE_TEMPLATE/-d--normal-issue.md | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/-a--new-ontology-term.md b/.github/ISSUE_TEMPLATE/-a--new-ontology-term.md index e9dcd95af..3c5d841c1 100644 --- a/.github/ISSUE_TEMPLATE/-a--new-ontology-term.md +++ b/.github/ISSUE_TEMPLATE/-a--new-ontology-term.md @@ -4,6 +4,7 @@ about: For including new terms into the ontology title: Your title should make sense if said after "The issue is " labels: "[A] new term, To do" assignees: '' + --- ## Description of the issue diff --git a/.github/ISSUE_TEMPLATE/-b--restructure-ontology.md b/.github/ISSUE_TEMPLATE/-b--restructure-ontology.md index ab3cab60b..572d8e6a7 100644 --- a/.github/ISSUE_TEMPLATE/-b--restructure-ontology.md +++ b/.github/ISSUE_TEMPLATE/-b--restructure-ontology.md @@ -4,6 +4,7 @@ about: For restructuring existing parts of the ontology title: Your title should make sense if said after "The issue is " labels: "[B] restructure, To do" assignees: '' + --- ## Description of the issue diff --git a/.github/ISSUE_TEMPLATE/-c--definition-update.md b/.github/ISSUE_TEMPLATE/-c--definition-update.md index 6d4cd6e22..287fb6e62 100644 --- a/.github/ISSUE_TEMPLATE/-c--definition-update.md +++ b/.github/ISSUE_TEMPLATE/-c--definition-update.md @@ -4,6 +4,7 @@ about: For restructuring existing parts of the ontology title: Your title should make sense if said after "The issue is " labels: "[C] definition update, To do" assignees: '' + --- ## Description of the issue diff --git a/.github/ISSUE_TEMPLATE/-d--normal-issue.md b/.github/ISSUE_TEMPLATE/-d--normal-issue.md index 539bb1576..12d58e6ed 100644 --- a/.github/ISSUE_TEMPLATE/-d--normal-issue.md +++ b/.github/ISSUE_TEMPLATE/-d--normal-issue.md @@ -4,6 +4,7 @@ about: For issues not directly related to the ontology oeo.omn file title: Your title should make sense if said after "The issue is " labels: "To do" assignees: '' + --- ## Description of the issue From 748090e537d6b851e07cbf8c97b657da6b76d180 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Thu, 3 Nov 2022 14:31:26 +0100 Subject: [PATCH 178/370] update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a917b75b..b7e96514a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [1.X.X] - 20XX-XX-XX ### Added +- thermo-chemical heat storage, chemical heat storage, sorption heat storage, adsorption, desorption (#1363) +- sensible heat storage, sensible solid heat storage, sensible fluid heat storage (#1363) +- phase transitions, evaporating, melting, latent heat storage, latent fluid-gaseous heat storage, latent solid-fluid heat storage (#1363) + ### Changed + ### Removed @@ -37,7 +42,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - equivalence subclasses for car and truck (#1345) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1359) - chemical/electrical/kinetic/potential energy storage function; underground fuel storage object (#1348) -- thermo-chemical heat storage, chemical heat storage, sorption heat storage, adsorption, desorption, sensible heat storage, sensible solid heat storage, sensible fluid heat storage, phase transitions, evaporating, melting, latent heat storage, latent fluid-gaseous heat storage, latent solid-fluid heat storage (#1363) - refinery gas, petroleum coke (#1351) ### Changed From 536a1211cf6c289e2868c5348c1763e3120764d7 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Thu, 3 Nov 2022 14:32:39 +0100 Subject: [PATCH 179/370] Delete pull request template header --- .github/pull_request_template.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9c24b6ec8..719d4ec1f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,3 @@ ---- -name: "New Pull Request (PR)" -about: For including new features into the ontology -title: Your title should make sense if said after "This PR is solving " -labels: "Pull Request Template" -assignees: '' ---- - - ## Summary of the discussion Describe the findings of the discussion in the issue or meeting. From 078420966394a964b2f9a644ec211c6af265285d Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Thu, 3 Nov 2022 14:33:58 +0100 Subject: [PATCH 180/370] update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83eb4b5df..b74911426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [1.X.X] - 20XX-XX-XX ### Added +- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler (#1360) +- combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant, tube collector, flat-plate collector (#1360) + ### Changed +- power plant, combined heat and power plant, combined heat and power generating unit, solar thermal power plant, solar thermal power unit (#1360) + ### Removed @@ -38,7 +43,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - refinery gas, petroleum coke (#1351) - chemical/electrical/kinetic/potential energy storage function; underground fuel storage object (#1348) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1359) -- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant, tube collector, flat-plate collector (#1360) ### Changed - github: update the description of the readme file (#1292) @@ -72,7 +76,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - energy storage -> energy storage function; thermal energy storage function; energy storage object; storage unit (#1348) - methanation gas storage -> power-to-methane system; power-to-liquid system; pumped water, pumped hydro storage power plant (#1348) - energy converting component, energy storage object, hardware, solar receiving object, vehicle, waste thermal energy (#1359) -- power plant, combined heat and power plant, combined heat and power generating unit, solar thermal power plant, solar thermal power unit (#1360) ### Removed - battery storage (#1348) From dc2ea378bca36c99dd83ccba23ce57f5808e015d Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Thu, 3 Nov 2022 14:37:23 +0100 Subject: [PATCH 181/370] update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7d3a6d9..cabb634ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [1.X.X] - 20XX-XX-XX ### Added +- heat recovery steam generator, gas turbine process, combined cycle electricity generation, steam power unit, combined cycle power plant, gas power unit, heat recovery steam unit (#1362) + ### Changed +- gas turbine (#1362) + ### Removed @@ -37,8 +41,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - equivalence subclasses for car and truck (#1345) - refinery gas, petroleum coke (#1351) - chemical/electrical/kinetic/potential energy storage function; underground fuel storage object (#1348) -- data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1265) -- heat recovery steam generator, gas turbine process, combined cycle electricity generation, steam power unit, combined cycle power plant, gas power unit, heat recovery steam unit (#1256) +- data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1359) ### Changed - github: update the description of the readme file (#1292) @@ -71,8 +74,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - realized in, greenhouse effect disposition, combustible energy carrier disposition (#1353) - energy storage -> energy storage function; thermal energy storage function; energy storage object; storage unit (#1348) - methanation gas storage -> power-to-methane system; power-to-liquid system; pumped water, pumped hydro storage power plant (#1348) -- energy converting component, energy storage object, hardware, solar receiving object, vehicle, waste thermal energy (#1265) -- gas turbine (#1256) +- energy converting component, energy storage object, hardware, solar receiving object, vehicle, waste thermal energy (#1359) ### Removed - battery storage (#1348) From 6309ec28d0ec58e3765b64113490e91a5b9c6df1 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Fri, 4 Nov 2022 16:57:17 +0100 Subject: [PATCH 182/370] revert change of solar thermal power plant and solar thermal power unit --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 75 +++++++++++++---------------- 2 files changed, 35 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b74911426..3f0db37ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant, tube collector, flat-plate collector (#1360) ### Changed -- power plant, combined heat and power plant, combined heat and power generating unit, solar thermal power plant, solar thermal power unit (#1360) +- power plant, combined heat and power plant, combined heat and power generating unit (#1360) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 5ac9762b3..62da4beab 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1516,6 +1516,25 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006" OEO_00010234 some OEO_00000384 +Class: OEO_00000035 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar thermal power unit is a solar power unit that has solar thermal collectors as parts.", + "change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "solar thermal power unit" + + SubClassOf: + OEO_00000034, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00000207, + some OEO_00000387 + + Class: OEO_00000036 Annotations: @@ -3862,6 +3881,21 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", OEO_00000530 some OEO_00030004 +Class: OEO_00000389 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar thermal power plant is a solar power plant that has solar thermal power units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "solar thermal power plant" + + SubClassOf: + OEO_00000386, + some OEO_00000035, + some OEO_00000396 + + Class: OEO_00000391 Annotations: @@ -10093,47 +10127,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", some OEO_00020059 -Class: OEO_00310019 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar heat unit is a heat generating unit that has a solar collector as part.", - "change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 - -rename to solar heat unit and add as a subclass of heat generating unit -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "solar heat unit" - - SubClassOf: - OEO_00310008, - OEO_00010234 some OEO_00000384, - some OEO_00000387, - some OEO_00020047 - - -Class: OEO_00310020 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar heat plant is a heat plant that has solar heat units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752 - -rename to solar heat plant and change as a subclass of heat plant -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "solar heat plant" - - SubClassOf: - OEO_00310011, - some OEO_00000396, - some OEO_00310019, - some OEO_00020047 - - Class: OEO_00310021 Annotations: From 6319fedab4bfe8a114d9ccc79a88edadbd5be949 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 7 Nov 2022 10:34:10 +0100 Subject: [PATCH 183/370] add solar heat plant and solar heat unit --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 53 +++++++++++++++++++++++------ 2 files changed, 43 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0db37ce..6332010ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [1.X.X] - 20XX-XX-XX ### Added -- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler (#1360) +- heat generating unit, plate heat exchanger, rotary heat exchanger, heat plant, heat transfer unit, boiler, solar heat plant, solar heat unit (#1360) - combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant, tube collector, flat-plate collector (#1360) ### Changed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 62da4beab..cfb09f0d8 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1518,23 +1518,23 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006" Class: OEO_00000035 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar thermal power unit is a solar power unit that has solar thermal collectors as parts.", "change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "solar thermal power unit" - - SubClassOf: + + SubClassOf: OEO_00000034, - + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00010235 some OEO_00000207, some OEO_00000387 - - + + Class: OEO_00000036 Annotations: @@ -3883,19 +3883,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", Class: OEO_00000389 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar thermal power plant is a solar power plant that has solar thermal power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "solar thermal power plant" - - SubClassOf: + + SubClassOf: OEO_00000386, some OEO_00000035, some OEO_00000396 - - + + Class: OEO_00000391 Annotations: @@ -10153,6 +10153,37 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", OEO_00000387 +Class: OEO_00310047 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:comment "A solar heat plant is a heat plant that has solar heat units as parts.", + rdfs:label "solar heat plant" + + SubClassOf: + OEO_00310011, + some OEO_00310048, + some OEO_00020047 + + +Class: OEO_00310048 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar heat unit is a heat generating unit that has a solar collector.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "solar heat unit" + + SubClassOf: + OEO_00310008, + OEO_00010234 some OEO_00000384, + some OEO_00000387, + some OEO_00020047 + + Class: OEO_00320004 Annotations: From 36ba441111ad2ec6d5715c07e791c9fa8ded16b0 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 7 Nov 2022 10:43:10 +0100 Subject: [PATCH 184/370] Move entries to the unrelease section of CHANGELOG.md --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1999c4192..e384d0cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [1.X.X] - 20XX-XX-XX ### Added +- tank, fuel tank, volume (#1356) + ### Changed +- internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) + ### Removed @@ -38,7 +42,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - refinery gas, petroleum coke (#1351) - chemical/electrical/kinetic/potential energy storage function; underground fuel storage object (#1348) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1265) -- tank, fuel tank, volume (#1356) ### Changed - github: update the description of the readme file (#1292) @@ -53,7 +56,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - internal combustion engine (#1285) - analysis scope (#1286) - diesel fuel, diesel fuel role, diesel engine, diesel vehicle (#1288, #1315) -- internal combustion vehicle (#1293, #1315,#1356) +- internal combustion vehicle (#1293, #1315) - scenario (#1296) - heat transfer (#1299) - bottom up, hybrid, top down (#1302) @@ -72,7 +75,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - energy storage -> energy storage function; thermal energy storage function; energy storage object; storage unit (#1348) - methanation gas storage -> power-to-methane system; power-to-liquid system; pumped water, pumped hydro storage power plant (#1348) - energy converting component, energy storage object, hardware, solar receiving object, vehicle, waste thermal energy (#1265) -- plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) ### Removed - battery storage (#1348) From b50fb8ba56cabc210d428e89cadfdd7e2830d1f7 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 7 Nov 2022 11:10:10 +0100 Subject: [PATCH 185/370] add solar heat plant and solar heat unit --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2624b32a..7375b0237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant, tube collector, flat-plate collector (#1360) ### Changed -- power plant, combined heat and power plant, combined heat and power generating unit (#1360) +- power plant, combined heat and power plant, combined heat and power generating unit, solar thermal collector (#1360) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index cfb09f0d8..00d5752e0 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -3840,8 +3840,8 @@ Class: OEO_00000387 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar thermal collector is a heater that absorbs solar radiation to convert it into heat."@en, - "https://en.wikipedia.org/w/index.php?title=Solar_thermal_collector&oldid=903948846"@en, + "A solar thermal collector is a heater that converts solar energy to solar thermal energy.", + "https://en.wikipedia.org/w/index.php?title=Solar_thermal_collector&oldid=903948846", "change produces energy and uses energy axioms to 'has energy output' and 'has energy input': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 From 5bbfffcc7e55947a72b71ddb741c7fd5dd1e6639 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 7 Nov 2022 11:14:41 +0100 Subject: [PATCH 186/370] improve solar thermal collector definition --- src/ontology/edits/oeo-physical.omn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 00d5752e0..732e45592 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -3845,9 +3845,14 @@ Class: OEO_00000387 "change produces energy and uses energy axioms to 'has energy output' and 'has energy input': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + add axiom to 'has part some solar radiation receiving surface' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228 + +improve definition, remove @en label +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "solar thermal collector" SubClassOf: From cf05acd97467e0b947e78aa64fe2424a97a55d70 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 7 Nov 2022 11:27:05 +0100 Subject: [PATCH 187/370] git merge dev --- src/ontology/edits/catalog-v001.xml | 2 +- src/ontology/edits/tocheck.omn | 10967 ++++++++++++++++++++++++++ 2 files changed, 10968 insertions(+), 1 deletion(-) create mode 100644 src/ontology/edits/tocheck.omn diff --git a/src/ontology/edits/catalog-v001.xml b/src/ontology/edits/catalog-v001.xml index c883bebc5..59a08e034 100644 --- a/src/ontology/edits/catalog-v001.xml +++ b/src/ontology/edits/catalog-v001.xml @@ -8,6 +8,6 @@ - +
diff --git a/src/ontology/edits/tocheck.omn b/src/ontology/edits/tocheck.omn new file mode 100644 index 000000000..0bb77442f --- /dev/null +++ b/src/ontology/edits/tocheck.omn @@ -0,0 +1,10967 @@ +Prefix: : +Prefix: dc: +Prefix: owl: +Prefix: rdf: +Prefix: rdfs: +Prefix: xml: +Prefix: xsd: + + + +Ontology: + +Import: + +Annotations: + dc:description "The Open Energy Ontology is an ontology for all aspects of the energy modelling domain. The 'Physical' module covers all those aspects of the world that are relevant for the energy systems domain, including physical entities such as generators, power lines, technologies, portions of matter; attributes of those, such as the energy they carry or release, whether they can be a pollutant, or their origins; representational transformations into maps and measures, such as coordinates, units, quantities; and the processes that modify the physical entities, such as energy production.", + "http://creativecommons.org/publicdomain/zero/1.0/", + "Open Energy Ontology (Physical module)" + +AnnotationProperty: + + +AnnotationProperty: + + +AnnotationProperty: + + +AnnotationProperty: + + +AnnotationProperty: + + +AnnotationProperty: + + +AnnotationProperty: + + +AnnotationProperty: + + +AnnotationProperty: + + +AnnotationProperty: + + +AnnotationProperty: OEO_00040001 + + +AnnotationProperty: OEO_00110012 + + +AnnotationProperty: dc:contributor + + +AnnotationProperty: dc:description + + +AnnotationProperty: owl:equivalentClass + + +AnnotationProperty: rdfs:comment + + +AnnotationProperty: rdfs:isDefinedBy + + +AnnotationProperty: rdfs:label + + +Datatype: rdf:PlainLiteral + + +Datatype: xsd:string + + +ObjectProperty: + + Annotations: + "A relation between an artificial object or a process and an energy, where the energy is used in the artificial object or process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "has energy participant"@en + + Domain: + OEO_00000061 or + + Range: + OEO_00000150 + + InverseOf: + OEO_00020182 + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + Annotations: + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/664 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702", + rdfs:comment "OEO adjustment: The range of this property has been changed from material entity to continuant. A subclass \"has physical input\" has been added for material entities and energies." + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: + + +ObjectProperty: OEO_00000500 + + +ObjectProperty: OEO_00000501 + + +ObjectProperty: OEO_00000502 + + +ObjectProperty: OEO_00000503 + + +ObjectProperty: OEO_00000521 + + Annotations: + "the property of an artificial object to apply to a technology.", + rdfs:label "applies technology" + + Domain: + OEO_00000061 + + Range: + OEO_00000407 + + InverseOf: + OEO_00000525 + + +ObjectProperty: OEO_00000522 + + +ObjectProperty: OEO_00000523 + + +ObjectProperty: OEO_00000524 + + Annotations: + "A relation between a greenhouse gas and the global warming potential it has.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/478 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683", + rdfs:label "has global warming potential" + + SubPropertyOf: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/858 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/965" + OEO_00140002 + + Domain: + OEO_00000020 + + Range: + OEO_00010078 + + +ObjectProperty: OEO_00000525 + + Annotations: + "The property of a technology to be applied to an artificial object.", + rdfs:label "is applied to object" + + Domain: + OEO_00000407 + + Range: + OEO_00000061 + + InverseOf: + OEO_00000521 + + +ObjectProperty: OEO_00000526 + + Annotations: + "A relation that holds between two nodes in a graph that are connected to each other through an edge.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66 +pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/478", + rdfs:label "is connected to" + + SubPropertyOf: + owl:topObjectProperty + + Characteristics: + Symmetric + + +ObjectProperty: OEO_00000527 + + Annotations: + "A relation that holds between a directed graph and a node in that graph that has edges ending but not starting there.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66 +pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/478", + rdfs:label "has sink" + + SubPropertyOf: + OEO_00000526 + + DisjointWith: + OEO_00000528 + + +ObjectProperty: OEO_00000528 + + Annotations: + "A relation that holds between a directed graph and a node in that graph that has edges starting but not ending there.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66 +pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/478", + rdfs:label "has source" + + SubPropertyOf: + OEO_00000526 + + DisjointWith: + OEO_00000527 + + +ObjectProperty: OEO_00000529 + + Annotations: + "x has normal state of matter y if and only if a portion of x occurs in state y under normal pressure (1 bar) and normal temperature (0°C)", + "make subproperty of 'has state of matter' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/989 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1001", + rdfs:label "has normal state of matter" + + SubPropertyOf: + OEO_00000531 + + Domain: + OEO_00000331 + + Range: + OEO_00000395 + + +ObjectProperty: OEO_00000530 + + Annotations: + "x has the origin of y", + rdfs:label "has origin" + + SubPropertyOf: + + + Domain: + + Annotations: "add energy +issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742" + OEO_00000150 or OEO_00000331 + + Range: + OEO_00000316 + + +ObjectProperty: OEO_00000531 + + Annotations: + "A relation between a portion of matter (x) and a state of matter (y) that indicates the state y of matter x under certain given conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/989 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1001", + rdfs:label "has state of matter" + + SubPropertyOf: + + + Domain: + OEO_00000331 + + Range: + OEO_00000395 + + +ObjectProperty: OEO_00000532 + + Annotations: + "p has physical input c iff: p has input c, and c is a material entity"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/664 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 + +restrict range to 'material entity': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "has physical input" + + SubPropertyOf: + + + Characteristics: + Irreflexive, + Asymmetric + + Domain: + + + Range: + + + +ObjectProperty: OEO_00000533 + + Annotations: + "p has physical output c iff: p has output c, and c is a material entity"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/618 +pull request:: https://github.com/OpenEnergyPlatform/ontology/pull/716 + +restrict range to 'material entity': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "has physical output" + + SubPropertyOf: + + + Domain: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838" + + + Range: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838" + + + InverseOf: + OEO_00240025 + + +ObjectProperty: OEO_00010121 + + +ObjectProperty: OEO_00010234 + + Annotations: + "A relation between an artificial object or a process and an energy, where the energy is an input of the artificial object or process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "has energy input"@en + + SubPropertyOf: + + + Domain: + OEO_00000061 or + + Range: + OEO_00000150 + + +ObjectProperty: OEO_00010235 + + Annotations: + "A relation between an artificial object or a process and an energy, where the energy is an output of the artificial object or process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "has energy output"@en + + SubPropertyOf: + + + Domain: + OEO_00000061 or + + Range: + OEO_00000150 + + +ObjectProperty: OEO_00020056 + + +ObjectProperty: OEO_00020180 + + +ObjectProperty: OEO_00020182 + + Annotations: + "A relation between an energy and an artificial object or a process, where the energy is used in the artificial object or process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1057 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", + rdfs:label "is energy participant of" + + Domain: + OEO_00000150 + + Range: + OEO_00000061 or + + InverseOf: + + + +ObjectProperty: OEO_00020183 + + Annotations: + "A relation between an energy and an artificial object or a process, where the energy is an input of the artificial object or process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1057 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", + rdfs:label "is energy input to" + + SubPropertyOf: + OEO_00020182 + + +ObjectProperty: OEO_00020184 + + Annotations: + "A relation between an energy and an artificial object or a process, where the energy is an output of the artificial object or process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1057 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", + rdfs:label "is energy output of" + + SubPropertyOf: + OEO_00020182 + + +ObjectProperty: OEO_00040010 + + +ObjectProperty: OEO_00140002 + + +ObjectProperty: OEO_00140164 + + +ObjectProperty: OEO_00140175 + + Annotations: + "p has gross output c iff: p has energy output c, and c is the total amount of energy generated during the process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838 + +make subproperty of 'has energy output' and add domain: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "has gross output"@en + + SubPropertyOf: + OEO_00010235 + + Domain: + OEO_00000061 or + + Range: + OEO_00000150 + + +ObjectProperty: OEO_00140176 + + Annotations: + "p has net output c iff: p has energy output c, and c is the amount of energy delivered to the consumer or fed into a supply grid.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838 + +make subproperty of 'has energy output' and add domain: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "has net output"@en + + SubPropertyOf: + OEO_00010235 + + Domain: + OEO_00000061 or + + Range: + OEO_00000150 + + +ObjectProperty: OEO_00240025 + + Annotations: + "c is physical output of p iff: c output of p, and c is a material entity"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", + rdfs:label "physical output of" + + SubPropertyOf: + + + Domain: + + + Range: + + + InverseOf: + OEO_00000533 + + +ObjectProperty: owl:topObjectProperty + + +Class: + + Annotations: + "A gas mixture is a portion of matter that is a composition of different kinds of portions of matter and that has a gaseous normal state of matter.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", + rdfs:label "gas mixture"@en + + SubClassOf: + OEO_00000331, + OEO_00000529 value OEO_00000182 + + +Class: + + Annotations: + "Liquefied natural gas (LNG) is natural gas that has a liquid state of matter.", + "LNG", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1005 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1016 + +change spelling from liquified to liquefied: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290", + rdfs:label "liquefied natural gas"@en + + EquivalentTo: + OEO_00000292 + and (OEO_00000531 value OEO_00000256) + + SubClassOf: + OEO_00000292 + + +Class: + + Annotations: + "A gasoline fuel role is a fuel role that expresses that a portion of matter can be used in a gasoline engine.", + + Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 +https://github.com/OpenEnergyPlatform/ontology/pull/1037" + "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", + rdfs:label "gasoline fuel role"@en + + SubClassOf: + OEO_00000001 + + DisjointWith: + + + +Class: + + Annotations: + "A diesel fuel role is a fuel role that expresses that a portion of matter can be used in a diesel engine.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 + +add disjoint axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1286 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1288", + rdfs:label "diesel fuel role"@en + + SubClassOf: + OEO_00000001 + + DisjointWith: + + + +Class: + + Annotations: + "A gasoline fuel is a combustion fuel that has a gasoline fuel role.", + + Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 +https://github.com/OpenEnergyPlatform/ontology/pull/1037" + "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", + rdfs:label "gasoline fuel"@en + + EquivalentTo: + OEO_00000099 + and ( some ) + + SubClassOf: + OEO_00000099 + + DisjointWith: + + + +Class: + + Annotations: + "A diesel fuel is a combustion fuel that has a diesel fuel role.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 + +add disjoint axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1286 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1288", + rdfs:label "diesel fuel"@en + + EquivalentTo: + OEO_00000099 + and ( some ) + + SubClassOf: + OEO_00000099 + + DisjointWith: + + + +Class: + + Annotations: + "A gasoline engine is an internal combustion engine that uses a gasoline fuel.", + + Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 +https://github.com/OpenEnergyPlatform/ontology/pull/1037" + "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", + "gasoline motor", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", + rdfs:label "gasoline engine"@en + + SubClassOf: + OEO_00010029, + OEO_00000503 some + + +Class: + + Annotations: + "A diesel engine is an internal combustion engine that uses a diesel fuel.", + "diesel motor", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 + +update axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1286 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1288", + rdfs:label "diesel engine"@en + + SubClassOf: + OEO_00010029, + OEO_00000503 some + + +Class: + + Annotations: + "A gasoline vehicle is an internal combustion vehicle that has only a gasoline engine as motor for propulsion.", + + Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 +https://github.com/OpenEnergyPlatform/ontology/pull/1037" + "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 + +Convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "gasoline vehicle"@en + + EquivalentTo: + OEO_00000240 + and ( some ) + and ( only + ( or (not (OEO_00010032)))) + + SubClassOf: + OEO_00000240, + OEO_00000503 some + + +Class: + + Annotations: + "A diesel vehicle is an internal combustion vehicle that has only a diesel engine as motor for propulsion.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 + +update axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1286 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1288 + +Convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "diesel vehicle"@en + + EquivalentTo: + OEO_00000240 + and ( some ) + and ( only + ( or (not (OEO_00010032)))) + + SubClassOf: + OEO_00000240, + OEO_00000503 some + + +Class: + + Annotations: + "A heat generation process is an energy transformation that has thermal energy as energy output.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1045 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1130", + rdfs:label "heat generation process"@en + + EquivalentTo: + OEO_00020003 + and (OEO_00010235 some OEO_00000207) + + SubClassOf: + OEO_00020003 + + +Class: + + Annotations: + "A combustion thermal energy transformation is an energy transformation that converts chemical energy of a combustion fuel into thermal energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1045 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1130 + +Add relation to emission +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1045 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1210", + rdfs:label "combustion thermal energy transformation"@en + + SubClassOf: + OEO_00020003, + OEO_00000532 some OEO_00000099, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00000207, + some OEO_00140038, + some OEO_00000147 + + +Class: + + Annotations: + "Propulsion is a process of pushing or pulling to drive an object.", + "traction process", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1029 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1135", + rdfs:label "propulsion"@en + + SubClassOf: + , + some + + +Class: + + Annotations: + "A traction motor is a motor that is used for propulsion.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1029 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1135", + rdfs:label "traction motor"@en + + EquivalentTo: + OEO_00010032 + and ( some ) + + SubClassOf: + OEO_00010032 + + +Class: + + Annotations: + "A surface azimuth angle is a quantity value with a plane angle unit that measures the deviation of the projection on a horizontal plane of the normal to the plane from the local meridian, with zero due south, east negative, and west positive."@en, + "add azimuth surface angle +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1087 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1112", + rdfs:label "surface azimuth angle"@en + + SubClassOf: + OEO_00000350, + OEO_00040010 some + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: + + +Class: OEO_00000001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fuel role is a role of a portion of matter that has the disposition to be an energy carrier and is used in a process that releases the carried energy by transforming the portion of matter into a different kind of portion of matter in a way that releases heat or does work.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/227 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/279 + +add has bearer axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1167 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178", + rdfs:label "fuel role", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_33292" + + SubClassOf: + , + OEO_00010121 some OEO_00000331 + + +Class: OEO_00000003 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A biofuel power unit is a power generating unit using biofuel.", + rdfs:label "biofuel power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00000072, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + some OEO_00000010 + + +Class: OEO_00000004 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A biogas power plant is a biofuel power plant that has biogas power units as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "biogas power plant" + + SubClassOf: + OEO_00000073, + some OEO_00000005 + + +Class: OEO_00000005 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A biogas power unit is a biofuel power unit using biogas as fuel.", + rdfs:label "biogas power unit" + + SubClassOf: + OEO_00000003, + OEO_00000503 some OEO_00000074 + + +Class: OEO_00000006 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Carbon dioxide is a portion of matter with the chemical formula CO2. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and can work as a greenhouse gas.", + "CO2", + rdfs:label "carbon dioxide", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16526" + + SubClassOf: + OEO_00000331, + some OEO_00000198, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000007 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Chemical energy is energy that is stored in the chemical bonds of a substance, which can be released by a chemical reaction.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/174 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/214", + rdfs:label "chemical energy", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000023" + + SubClassOf: + OEO_00000150 + + +Class: OEO_00000008 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A coal power unit is a power generating unit using coal as fuel.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "coal power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00000088, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + some OEO_00000010, + some OEO_00000396 + + +Class: OEO_00000009 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electric heat pump is a heat pump that uses electrical energy as drive energy.", + "fix energy axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1281 +pull: https://github.com/OpenEnergyPlatform/ontology/pulls/1282", + rdfs:label "electric heat pump" + + SubClassOf: + OEO_00000212, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782 + +change uses energy axiom to 'has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006" + OEO_00010234 some OEO_00000139 + + +Class: OEO_00000010 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electro motive generator is a generator that converts kinetic energy into electric energy.", + rdfs:label "electro motive generator" + + SubClassOf: + OEO_00000188, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010234 some OEO_00230020 + + +Class: OEO_00000011 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy converting component is an artificial object that is usually a discrete part of an energy transformation unit with the function of transforming, transferring or changing a certain type of energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 + +renaming to component +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +redefine +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", + rdfs:comment "formerly called energy transformer and formerly called energy converting device", + rdfs:label "energy converting component" + + SubClassOf: + OEO_00000061, + OEO_00010235 some OEO_00010114, + some OEO_00020102, + some OEO_00020003 + + +Class: OEO_00000012 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy storage function is a function of an artificial object that has been engineered to contain energy for later usage whereby input energy and usable output energy are of the same type.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/209 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/276 + +Improve definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1170 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "energy storage function" + + SubClassOf: + OEO_00000151, + OEO_00010121 some OEO_00000061 + + +Class: OEO_00000013 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fluorinated greenhouse gas is a greenhouse gas that is produced by fluorination. Hence it contains Fluor (F) atoms and is of anthropogenic origin.", + rdfs:label "fluorinated greenhouse gas" + + EquivalentTo: + OEO_00000026 or OEO_00000038 or OEO_00000219 or OEO_00000322 + + SubClassOf: + OEO_00000020 + + +Class: OEO_00000014 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fossil combustion fuel is a combustion fuel with the origin fossil.", + rdfs:comment "This class is used to implement the subset relationship between origins fossil and geogenic: Every object with the origin fossil also has the origin geogenic.", + rdfs:label "fossil combustion fuel" + + EquivalentTo: + OEO_00000099 + and (OEO_00000530 some OEO_00030002) + + SubClassOf: + + Annotations: "Add `SubClass Of` axiom for `fossil combustion fuel` +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" + OEO_00000099, + OEO_00000530 some OEO_00030003 + + DisjointWith: + OEO_00000072 + + +Class: OEO_00000016 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fuel cell is a generator that converts chemical energy into electricity using redox reactions.", + "Improve axioms: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1337 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1340", + rdfs:label "fuel cell" + + SubClassOf: + OEO_00000188, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00000503 some OEO_00000099, + OEO_00010234 some OEO_00000007, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + some OEO_00140034 + + +Class: OEO_00000017 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas fired power unit is a power generating unit using gas as fuel.", + rdfs:label "gas fired power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some + (OEO_00000173 + and (OEO_00000529 value OEO_00000182)), + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + some OEO_00000010 + + +Class: OEO_00000019 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A geothermal power unit is a power unit using geothermal heat.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "geothermal power unit" + + SubClassOf: + OEO_00000334, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + some OEO_00000010, + some OEO_00000396 + + +Class: OEO_00000020 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A greenhouse gas is a portion of matter that has the disposition to contribute to the greenhouse effect.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", + rdfs:label "greenhouse gas" + + EquivalentTo: + OEO_00000331 + and ( some OEO_00000198) + + SubClassOf: + OEO_00000331, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000021 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A hard coal power unit is a coal power unit using hard coal as fuel.", + rdfs:label "hard coal power unit" + + SubClassOf: + OEO_00000008, + OEO_00000503 some OEO_00000204 + + +Class: OEO_00000022 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A hydrogen power unit is a power generating unit using hydrogen as fuel.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "hydrogen power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00000220, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + some OEO_00000010, + some OEO_00000222 + + +Class: OEO_00000024 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A lignite power unit is a coal power unit using lignite as fuel.", + rdfs:label "lignite power unit" + + SubClassOf: + OEO_00000008, + OEO_00000503 some OEO_00000251 + + +Class: OEO_00000025 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Methane is a hydrocarbon with the chemical formula CH4. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and can work as a greenhouse gas. As it can be oxidised it can be used as a fuel.", + "CH4", + "classification changed: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805", + rdfs:label "methane", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16183" + + SubClassOf: + OEO_00140159, + some OEO_00000001, + some OEO_00000097, + some OEO_00000198, + some OEO_00010011, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000026 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Nitrogen trifluoride is a portion of matter with the chemical formula NF3. It has a gaseous normal state of matter. It can work as a potent greenhouse gas and has an anthropogenic origin.", + "NF3", + rdfs:label "nitrogen trifluoride" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030000, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000027 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Nitrous oxide is a portion of matter with the chemical formula N2O. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and it can work as a greenhouse gas.", + "N2O", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + "dinitrogen oxide", + rdfs:label "nitrous oxide", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_17045" + + SubClassOf: + OEO_00000331, + some OEO_00000198, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000028 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A nuclear energy carrier is an energy carrier used in nuclear power stations to produce heat for steam turbines. Heat is created when the nuclear fuel undergoes nuclear fission.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237", + rdfs:label "nuclear energy carrier disposition" + + SubClassOf: + OEO_00000151 + + +Class: OEO_00000029 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A nuclear power unit is a power generating unit using nuclear fuel.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "nuclear power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00000302, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + some OEO_00000010, + some OEO_00000396 + + +Class: OEO_00000030 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An oil power unit is a power generating unit using oil as fuel.", + rdfs:label "oil power unit" + + SubClassOf: + OEO_00000334, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +https://github.com/OpenEnergyPlatform/ontology/pull/1024" + OEO_00000503 some + (OEO_00000181 or OEO_00000183), + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + some OEO_00000010, + some OEO_00000396 + + +Class: OEO_00000031 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power plant is an energy transformation unit consisting of power generating units and a grid component that feeds electric energy into an electric grid.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/588 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/594 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 + +subclass of energy transformation unit +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", + rdfs:label "power plant" + + SubClassOf: + OEO_00020102, + some OEO_00000334, + some OEO_00020006, + some OEO_00020003 + + +Class: OEO_00000032 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A photovoltaic cell (PV cell) is a generator that converts solar energy into electrical energy.", + "PV cell", + "solar cell", + "change produces axiom to 'has energy output' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +Add axiom to 'has part some solar radiation receiving surface' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228 + +Update definition, label and axioms, add alternative terms: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1152 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1220", + rdfs:label "photovoltaic cell" + + SubClassOf: + OEO_00000188, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010234 some OEO_00000384, + OEO_00010235 some OEO_00000139, + some OEO_00020199, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + some OEO_00020048 + + +Class: OEO_00000033 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A renewable fuel is a fuel that has a renewable origin and an renewable energy carrier disposition", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", + rdfs:label "renewable fuel" + + EquivalentTo: + OEO_00000173 + and ( some OEO_00020086) + + SubClassOf: + + Annotations: "Add `SubClass Of` axiom for `renevable fuel` +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" + OEO_00000173, + some OEO_00000097 + + +Class: OEO_00000034 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar power unit is a power generating unit using solar power.", + rdfs:label "solar power unit" + + SubClassOf: + OEO_00000334, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782 + +change uses energy axiom to 'has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006" + OEO_00010234 some OEO_00000384 + + +Class: OEO_00000035 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar thermal power unit is a solar power unit that has solar thermal collectors as parts.", + "change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "solar thermal power unit" + + SubClassOf: + OEO_00000034, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00000207, + some OEO_00000387 + + +Class: OEO_00000036 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solid biomass power plant is a biofuel power plant that has solid biomass power units as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "solid biomass power plant" + + SubClassOf: + OEO_00000073, + some OEO_00000037 + + +Class: OEO_00000037 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solid biomass power unit is a biomass power unit using solid biomass as fuel.", + rdfs:label "solid biomass power unit" + + SubClassOf: + OEO_00000003, + OEO_00000503 some OEO_00000332 + + +Class: OEO_00000038 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Sulphur hexafluoride is a portion of matter with the chemical formula SF6. It has a gaseous normal state of matter. It can work as a potent greenhouse gas and has an anthropogenic origin.", + "SF6", + "sulfur hexafluoride", + rdfs:label "sulphur hexafluoride" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030000, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000039 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A thermal energy storage function is an energy storage function with thermal energy as input and output.", + "Improve definition and label: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "thermal energy storage function" + + SubClassOf: + OEO_00000012 + + +Class: OEO_00000040 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Uranium is a portion of matter that has the atomic number 92. It is a silver-grey metal.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237", + rdfs:label "uranium", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_33499" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030003, + some OEO_00000001, + some OEO_00000028, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00000041 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A waste power unit is a power generating unit using waste as fuel.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "waste power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00000439, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + some OEO_00000010, + some OEO_00000396 + + +Class: OEO_00000042 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A waste role is a role of an object aggregate that has been discarded after primary use.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/132 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/207 + +add 'has bearer' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", + rdfs:label "waste role", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000665" + + SubClassOf: + , + OEO_00010121 some + + +Class: OEO_00000043 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Wind is a process of air naturally moving.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225", + rdfs:label "wind", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000793" + + SubClassOf: + , + some OEO_00000054 + + +Class: OEO_00000044 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A wind energy converting unit is a power generating unit that uses wind energy.", + "wind turbine", + "Issue: https://github.com/OpenEnergyPlatform/ontology/issues/753 +Pull Request: https://github.com/OpenEnergyPlatform/ontology/pull/754 + +change uses energy axiom to 'has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "wind energy converting unit" + + SubClassOf: + OEO_00000334, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010234 some OEO_00000446, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + some OEO_00000010, + some OEO_00000448, + some OEO_00020144, + some OEO_00140000 + + +Class: OEO_00000047 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An AC-line is a powerline for transferring high voltage alternating current."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", + rdfs:comment "undirected", + rdfs:label "AC-line"@en + + SubClassOf: + OEO_00000253 + + DisjointWith: + OEO_00000126 + + +Class: OEO_00000054 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Air is a gas mixture that forms the Earth's atmosphere."@en, + "https://en.wikipedia.org/wiki/Air_(disambiguation)", + "add origin +issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 +remove origin +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 +make subclass of gas mixture and improve definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", + rdfs:label "air", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002005" + + SubClassOf: + , + OEO_00000501 some OEO_00000399, + some OEO_00000446, + some OEO_00000151, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000055 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Air pollution occurs when harmful or excessive quantities of substances including gases, particles, and biological molecules are introduced into Earth's atmosphere."@en, + "https://en.wikipedia.org/w/index.php?title=Air_pollution&oldid=877082014"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410", + rdfs:label "air pollution", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02500037" + + SubClassOf: + OEO_00000330, + some OEO_00010012 + + +Class: OEO_00000056 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Ambient thermal energy is thermal energy that is stored in the ambient air, beneath the surface of solid earth or in surface water. It is captured by heat pumps."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742", + rdfs:label "ambient thermal energy" + + SubClassOf: + OEO_00000207 + + +Class: OEO_00000058 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Anthracite is a hard coal with a high caloric value due to its high carbon content (about 90 % fixed carbon).", + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:comment "Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis."@en, + rdfs:label "anthracite", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000011" + + SubClassOf: + OEO_00000204 + + +Class: OEO_00000061 + + +Class: OEO_00000062 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Associated gas is a natural gas that is a byproduct from crude oil exploitation."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:label "associated gas" + + SubClassOf: + OEO_00000292 + + +Class: OEO_00000066 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Aviation gasoline is gasoline used as motor spirit and prepared especially for aviation piston engines, with an octane number suited to the engine, a freezing point of -60 °C and a distillation range usually within the limits of 30 °C and 180 °C."@en, + + Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 +https://github.com/OpenEnergyPlatform/ontology/pull/1037" + "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + "Add 'physical output of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "aviation gasoline" + + SubClassOf: + OEO_00000183, + OEO_00240025 some OEO_00010315 + + +Class: OEO_00000068 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A battery is an energy storage object using different chemical or physical reactions to store energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", + rdfs:label "battery" + + SubClassOf: + OEO_00000159, + OEO_00010234 some OEO_00000139, + OEO_00010235 some OEO_00000139, + some OEO_00140037, + some OEO_00010322 + + +Class: OEO_00000071 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Biodiesel is a portion of matter that has a liquid state of matter and has a diesel fuel role. It is produced from plants or animals and thus has a biogenic origin.", + "redefine and change axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", + rdfs:label "biodiesel" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030001, + some , + some OEO_00000097, + OEO_00000529 value OEO_00000256 + + +Class: OEO_00000072 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A biofuel is a combustion fuel that has a biogenic origin.", + "biogenic combustion fuel", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/396 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/400 + +remove origin +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 + +redefine: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 + +fix subclassof: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/965 + +alternative term and disjoint: +https://github.com/OpenEnergyPlatform/ontology/issues/872 +https://github.com/OpenEnergyPlatform/ontology/pull/1048", + rdfs:label "biofuel" + + EquivalentTo: + OEO_00000099 + and (OEO_00000530 some OEO_00030001) + + SubClassOf: + OEO_00000099, + OEO_00000530 some OEO_00030001, + some OEO_00000097, + some OEO_00020086 + + DisjointWith: + OEO_00000014 + + +Class: OEO_00000073 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A biofuel power plant is a power plant that has biofuel power units as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "biofuel power plant" + + SubClassOf: + OEO_00000031, + some OEO_00000003 + + +Class: OEO_00000074 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Biogas is a gas mixture produced by anaerobic digestion. It consists mainly of methane and carbon dioxide and can be used as fuel.", + "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 +improve definition and make subclass of gas mixture: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", + rdfs:label "biogas", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000556" + + SubClassOf: + , + ( some OEO_00000006) + and ( some OEO_00000025), + OEO_00000530 some OEO_00030001, + some OEO_00000001, + some OEO_00000097, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000075 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Biogasoline is a portion of matter that has a liquid state of matter and has a gasoline fuel role. It consists of bioethanol, biomethanol and products of these two substances. It is made from vegetable or animal material and thus has a biogenic origin.", + "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", + "bioethanol"@en, + "https://github.com/OpenEnergyPlatform/ontology/issues/1028 +https://github.com/OpenEnergyPlatform/ontology/pull/1037", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/439 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/445 + +redefine and change axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", + rdfs:comment "biopetrol", + rdfs:label "biogasoline"@en + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030001, + some OEO_00020001, + some , + some OEO_00000097, + OEO_00000529 value OEO_00000256 + + +Class: OEO_00000077 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Blast furnace gas is manufactured coal based gas produced during the combustion of coke in blast furnaces in the iron and steel industry. It is recovered and used as a fuel partly within the plant and partly in other steel industry processes or in power stations equipped to burn it. The quantity of fuel should be reported on a gross calorific value basis."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:label "blast furnace gas" + + SubClassOf: + OEO_00000263 + + +Class: OEO_00000084 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Charcoal is a portion of matter produced from wood via pyrolysis. It has a solid state of matter an can be used as fuel."@en, + "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 +add axiom to secondary energy carrier disposition +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", + rdfs:label "charcoal", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000560" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030001, + some OEO_00000001, + some OEO_00000097, + some OEO_00140076, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00000088 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Coal is a portion of matter consisting of combustible black or brownish-black sedimentary rock, formed as rock strata called coal seams."@en, + "https://en.wikipedia.org/w/index.php?title=Coal&oldid=907331967", + rdfs:comment "Coal is mostly carbon with variable amounts of other elements; chiefly hydrogen, sulphur, oxygen, and nitrogen.coal is formed if dead plant matter decays into peat and over millions of years the heat and pressure of deep burial converts the peat into coal.", + rdfs:label "coal", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02000091" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030002, + some OEO_00000001, + some OEO_00000097, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" + some OEO_00140075, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00000089 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A coal power plant is a power plant that has coal power units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "coal power plant", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000038" + + SubClassOf: + OEO_00000031, + some OEO_00000008 + + +Class: OEO_00000093 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Coke oven gas is manufactured coal based gas obtained as a by-product of the manufacture of coke oven coke for the production of iron and steel."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:label "coke oven gas" + + SubClassOf: + OEO_00000263 + + +Class: OEO_00000094 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Coking coal is hard coal that is bituminous with a quality that allows the production of a coke suitable to support a blast furnace charge. Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:label "coking coal" + + SubClassOf: + OEO_00000204 + + +Class: OEO_00000096 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Colliery gas is natural gas found in coal mines (British English: colliery). The main component is methane. Synonyms are firedamp, mine gas. It is used as a fossil fuel."@en, + rdfs:label "colliery gas" + + SubClassOf: + OEO_00000292 + + +Class: OEO_00000097 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A combustible energy carrier is an energy carrier that releases energy from a material entity in form of heat or work, by chemical reaction with other substances.", + rdfs:label "combustible energy carrier disposition" + + SubClassOf: + OEO_00000151 + + +Class: OEO_00000099 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A combustion fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by chemical reaction with other substances.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237 + +Update definition: +https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "combustion fuel" + + EquivalentTo: + OEO_00000173 + and ( some OEO_00000097) + + SubClassOf: + OEO_00000173 + + +Class: OEO_00000102 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Compressed air is air that has been compressed to store energy. To discharge energy, the air is expanded."@en, + "add axiom to secondary energy carrier disposition +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", + rdfs:label "compressed air" + + SubClassOf: + OEO_00000054, + some OEO_00140076 + + +Class: OEO_00000115 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Crude oil is a portion of mater of fossil origin comprising a mixture of hydrocarbons and associated impurities, such as sulphur. It exists in the liquid phase under normal surface temperature and pressure and its physical characteristics (density, viscosity, etc.) are highly variable. This category includes field or lease condensate recovered from associated and non-associated gas where it is commingled with the commercial crude oil stream."@en, + "petroleum", + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +https://github.com/OpenEnergyPlatform/ontology/pull/1024 + +Add petroleum as alternative label: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "crude oil" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030002, + some OEO_00140159, + some OEO_00000001, + some OEO_00000097, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" + some OEO_00140075, + OEO_00000529 value OEO_00000256 + + +Class: OEO_00000117 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A dam is an artificial object that stops or restricts the flow of water or underground streams."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/755", + rdfs:label "dam" + + SubClassOf: + OEO_00000061, + OEO_00000501 some OEO_00000399 + + +Class: OEO_00000126 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An HVDC-line is a powerline for transferring high voltage direct current."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", + rdfs:comment "directed", + rdfs:label "HVDC-line"@en + + SubClassOf: + OEO_00000253 + + DisjointWith: + OEO_00000047 + + +Class: OEO_00000129 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Grid transferred thermal energy is thermal energy that is transferred via the grid-bound heating process."@en, + "derived heat", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", + rdfs:label "grid transferred thermal energy" + + SubClassOf: + OEO_00000207, + some OEO_00020073 + + +Class: OEO_00000131 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Diesel fuel is gas diesel oil used on-road for diesel compression ignition (cars, trucks, etc.), usually of low sulphur content."@en, + "TransportDiesel"@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + "relabel and add axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 + +Add 'physical output of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "fossil diesel fuel" + + SubClassOf: + OEO_00000181, + OEO_00240025 some OEO_00010315, + some + + +Class: OEO_00000132 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "District heating is a grid-bound heating transfer to residential or commercial buildings."@en, + "district grid-bound heating", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", + rdfs:label "district heating" + + SubClassOf: + OEO_00020073 + + +Class: OEO_00000139 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Electrical energy is a form of energy derived from the potential or kinetic energy of charged particles."@en, + "electricity", + "https://en.wikipedia.org/wiki/Electrical_energy"@en, + "definition of electrical energy: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/224 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/524 + +alternative term electricity: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/381 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/621 + +add commodity role: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 + +add axiom to electricity im/exports: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", + rdfs:label "electrical energy", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000020" + + SubClassOf: + OEO_00000150, + OEO_00020182 some OEO_00020207, + OEO_00020182 some OEO_00020208, + some OEO_00040011 + + +Class: OEO_00000143 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electricity grid is a supply grid that distributes electrical energy / electricity."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/138 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/165", + rdfs:label "electricity grid" + + SubClassOf: + OEO_00000200, + some OEO_00000144, + min 1 OEO_00000253 + + +Class: OEO_00000144 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electricity grid component is a grid component that is part of an electricity grid."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", + rdfs:label "electricity grid component" + + EquivalentTo: + OEO_00020006 + and ( some OEO_00000143) + + SubClassOf: + OEO_00020006 + + +Class: OEO_00000146 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electric vehicle (abbreviated as EV) is a vehicle that uses one or more electric traction motors."@en, + "EV", + "https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/431 + +change uses energy axiom to 'has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +Adapt definition and convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "electric vehicle" + + EquivalentTo: + OEO_00010023 + and ( some OEO_00010028) + + SubClassOf: + OEO_00010023, + OEO_00010234 some OEO_00000139 + + +Class: OEO_00000147 + + +Class: OEO_00000148 + + +Class: OEO_00000150 + + +Class: OEO_00000151 + + +Class: OEO_00000159 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy storage object is an artificial object that has the function energy storage.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/209 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/276 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359 + +Make equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "energy storage object" + + EquivalentTo: + OEO_00000061 + and ( some OEO_00000012) + + SubClassOf: + OEO_00000061, + OEO_00010235 some OEO_00010114 + + +Class: OEO_00000165 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A field photovoltaic power plant (also: solar farm, solar park) is a photovoltaic power plant that is installed out in the open on the ground."@en, + "Solar park", + rdfs:label "field photovoltaic power plant" + + SubClassOf: + OEO_00000324 + + DisjointWith: + OEO_00000361 + + +Class: OEO_00000169 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A flow battery is a battery in which chemical energy is provided by two chemical components dissolved in liquids contained within the system and separated by a membrane. Ion exchange (accompanied by flow of electric current) occurs through the membrane while both liquids circulate in their own respective space."@en, + "redox flow battery", + "https://en.wikipedia.org/w/index.php?title=Flow_battery&oldid=907053515"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", + rdfs:label "flow battery" + + SubClassOf: + OEO_00000068 + + +Class: OEO_00000173 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fuel is a portion of matter that has the disposition to be an energy carrier and that has a fuel role.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/227 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/279 +add role fuel commodity +https://github.com/OpenEnergyPlatform/ontology/pull/748 + +shorten definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1184 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1187 + +Add good role: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", + rdfs:label "fuel" + + EquivalentTo: + ( some OEO_00000001) + and ( some OEO_00000151) + + SubClassOf: + OEO_00000331, + some OEO_00010117 + + +Class: OEO_00000174 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fueled power plant is a power plant that has fueled power units as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/292 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/306", + rdfs:label "fueled power plant" + + EquivalentTo: + some OEO_00000175 + + SubClassOf: + OEO_00000031, + some OEO_00050001 + + +Class: OEO_00000175 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fueled power unit is a power generating unit that uses fuel.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/292 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/306", + rdfs:label "fueled power unit" + + EquivalentTo: + OEO_00000334 + and (OEO_00000503 some OEO_00000173) + + SubClassOf: + OEO_00000334, + some OEO_00050001 + + +Class: OEO_00000181 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Gas/diesel oil is a portion of matter that is primarily a medium distillate distilling between 180 °C and 380 °C. Includes blending components. Several grades are available depending on uses."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +https://github.com/OpenEnergyPlatform/ontology/pull/1024 + +add axiom to secondary energy carrier disposition +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243 + +Add 'physical output of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "gas diesel oil" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030002, + OEO_00240025 some OEO_00010315, + some OEO_00140159, + some OEO_00000001, + some OEO_00000097, + some OEO_00140076, + OEO_00000529 value OEO_00000256 + + +Class: OEO_00000183 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Gasoline (American English) or petrol (British English) is a portion of matter in the form of a transparent petroleum-derived liquid that is used primarily as a fuel in spark-ignited internal combustion engines. It consists mostly of organic compounds obtained by the fractional distillation of petroleum, enhanced with a variety of additives.", + "https://en.wikipedia.org/w/index.php?title=Gasoline&oldid=867948640", + + Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 +https://github.com/OpenEnergyPlatform/ontology/pull/1037" + "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", + "petrol", + "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +https://github.com/OpenEnergyPlatform/ontology/pull/1024 + +relabel and add axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 + +add axiom to secondary energy carrier disposition +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243 + +Add 'physical output of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "gasoline" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030002, + OEO_00240025 some OEO_00010315, + some OEO_00140159, + some , + some OEO_00000097, + some OEO_00140076, + OEO_00000529 value OEO_00000256 + + +Class: OEO_00000184 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas power plant is a power plant that has gas fired power units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "gas power plant" + + SubClassOf: + OEO_00000031, + some OEO_00000017 + + +Class: OEO_00000185 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine."@en, + "combustion turbine", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 + +change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "gas turbine" + + SubClassOf: + OEO_00000425, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00000503 some OEO_00000099, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00240000 + + +Class: OEO_00000186 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Gasworks gas is manufactured coal based gas that covers all types of gases produced in public utility or private plants, whose main purpose is manufacture, transport and distribution of gas. It includes gas produced by carbonisation (including gas produced by coke ovens and transferred to gasworks gas), by total gasification with or without enrichment with oil products (LPG, residual fuel oil, etc.), and by reforming and simple mixing of gases and/or air, reported under the rows ‘from other sources’. Under the transformation sector identify amounts of gasworks gas transferred to blended natural gas which will be distributed and consumed through the natural gas grid. + +The production of other coal gases (i.e. coke oven gas, blast furnace gas and oxygen steel furnace gas) should be reported in the columns concerning such gases, and not as production of gasworks gas. The coal gases transferred to gasworks plants should then be reported (in their own column) in the transformation sector in the gasworks plants row. The total amount of gasworks gas resulting from transfers of other coal gases should appear in the production line for gasworks gas."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:label "gasworks gas" + + SubClassOf: + OEO_00000263 + + +Class: OEO_00000188 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A generator is an energy converting component that converts other forms of energy into electrical energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 +axiom +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "generator" + + SubClassOf: + OEO_00000011, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010235 some OEO_00000139, + some OEO_00000334 + + +Class: OEO_00000189 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A geographic coordinate is an information content entity explicitly stating the geographic position of a zero-dimensional spatial region on Earth, by using a set of numbers with respect to a geografic coordinate system.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/795 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/803", + rdfs:label "geographic coordinate" + + SubClassOf: + , + some + + +Class: OEO_00000191 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Geothermal energy is thermal energy that is released from within the earth's crust.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", + rdfs:label "geothermal energy", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000034" + + SubClassOf: + OEO_00000207, + OEO_00000530 some OEO_00030004 + + +Class: OEO_00000192 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A geothermal power plant is a power plant that has geothermal power units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "geothermal power plant", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002215" + + SubClassOf: + OEO_00000031, + some OEO_00000019 + + +Class: OEO_00000198 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "The greenhouse effect disposition is the disposition of a gas to contribute to the greenhouse effect, when it is emitted into the atmosphere.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 + +add 'has bearer' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", + rdfs:label "greenhouse effect disposition", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_76413" + + SubClassOf: + , + OEO_00010121 some + (OEO_00000331 + and (OEO_00000531 value OEO_00000182)) + + +Class: OEO_00000199 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A greenhouse gas emission is an emission that releases a greenhouse gas.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 + +make equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1012 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1100", + rdfs:label "greenhouse gas emission" + + EquivalentTo: + OEO_00000147 + and ( some OEO_00000020) + + SubClassOf: + OEO_00000147 + + +Class: OEO_00000200 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A supply grid is an object aggregate of systematically connected artificial objects that can work as a supply system.", + "grid", + "network", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/114 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/137", + rdfs:label "supply grid" + + SubClassOf: + + + +Class: OEO_00000204 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Hard coal is coal with a gross calorific value greater than 23 865 kJ/kg (5 700 kcal/kg) on an ashfree but moist basis and with a mean random reflectance of vitrinite of at least 0,6."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:label "hard coal" + + SubClassOf: + OEO_00000088 + + DisjointWith: + OEO_00000251 + + +Class: OEO_00000205 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A hard coal power plant is a coal power plant that has hard coal power units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "hard coal power plant" + + SubClassOf: + OEO_00000089, + some OEO_00000021 + + +Class: OEO_00000207 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Thermal energy is the energy that a material entity contains in the undirected motion of its constituent parts (e.g. molecules and atoms)."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, + rdfs:label "thermal energy"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000032" + + SubClassOf: + OEO_00000150 + + +Class: OEO_00000210 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heater is an energy converting component that converts other forms of energy into useful heat.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 + +use energy converting component in definition: +https://github.com/OpenEnergyPlatform/ontology/pull/993 + +change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "heater" + + SubClassOf: + OEO_00000011, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010235 some OEO_00000207 + + +Class: OEO_00000211 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Heating oil is gas diesel oil for industrial and commercial uses, marine diesel and diesel used in rail traffic, other gas oil, including heavy gas oils which distil between 380 °C and 540 °C and which are used as petrochemical feedstocks."@en, + "OtherGasOil"@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + "Add 'physical output of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "heating oil"@en + + SubClassOf: + OEO_00000181, + OEO_00240025 some OEO_00010315 + + +Class: OEO_00000212 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat pump is a heater that transforms low temperature heat to high temperature heat using external energy."@en, + rdfs:label "heat pump" + + SubClassOf: + OEO_00000210 + + +Class: OEO_00000218 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Hydro energy is kinetic energy of moving liquid water which can result directly from its potential energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/681 +change axiom from participates in to is energy participant of +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", + rdfs:label "hydro energy" + + SubClassOf: + OEO_00230020, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +change axiom to 'participates in' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" + OEO_00020182 some OEO_00110002 + + +Class: OEO_00000219 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Hydrofluorocarbons (HFCs) are portions of matter consisting of organic compounds that contain fluorine and hydrogen atoms, and are the most common type of organofluorine compounds. They are frequently used in air conditioning and as refrigerants in place of the older chlorofluorocarbons such as R-12 and hydrochlorofluorocarbons such as R-21."@en, + "HFC", + "https://en.wikipedia.org/w/index.php?title=Hydrofluorocarbon&oldid=904556263"@en, + rdfs:label "hydrofluorocarbon" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030000 + + +Class: OEO_00000220 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Hydrogen is a portion of matter with the chemical formula H2. It has a gaseous normal state of matter. As it can be oxidised it can be used as a fuel."@en, + "H2", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134", + rdfs:label "hydrogen", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_18276" + + SubClassOf: + OEO_00000331, + some OEO_00000001, + some OEO_00000097, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000221 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A hydrogen power plant is a power plant that has hydrogen power units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "hydrogen power plant" + + SubClassOf: + OEO_00000031, + some OEO_00000022 + + +Class: OEO_00000222 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A hydrogen turbine is a gas turbine fueled with hydrogen."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/873 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/877 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300", + rdfs:label "hydrogen turbine" + + SubClassOf: + OEO_00000185, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00000503 some OEO_00000220 + + +Class: OEO_00000226 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An industrial waste fuel is waste fuel produced by industry."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", + rdfs:label "industrial waste fuel" + + SubClassOf: + OEO_00000439 + + +Class: OEO_00000240 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An internal combustion vehicle is a vehicle that uses an internal combustion engine for propulsion.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/431 + +extend internal combustion engine axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293 + +Adapt definition and convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "internal combustion vehicle" + + EquivalentTo: + OEO_00010023 + and ( some + (OEO_00010029 + and ( some ))) + + SubClassOf: + OEO_00010023, + OEO_00000503 some OEO_00000099 + + +Class: OEO_00000245 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Jet fuel is kerosene used for aviation turbine power units. It has the same distillation characteristics between 150 °C and 300 °C (generally not above 250 °C) and flash point as kerosene. In addition, it has particular specifications (such as freezing point) which are established by the International air Transport Association (IATA).", + "kerosene type jet fuel", + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + "Add 'physical output of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + "convert second label to alternative term: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1230 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1237", + rdfs:label "jet fuel" + + SubClassOf: + OEO_00000246, + OEO_00240025 some OEO_00010315 + + +Class: OEO_00000246 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Kerosene, also known as paraffin, lamp oil, and coal oil (an obsolete term), is a portion of matter consisting of combustible hydrocarbon liquid which is derived from petroleum. It is widely used as a fuel in industry as well as households. It is sometimes spelled kerosine in scientific and industrial usage. +[...] + +Kerosene is widely used to power jet engines of aircraft (jet fuel) and some rocket engines and is also commonly used as a cooking and lighting fuel and for fire toys such as poi. In parts of Asia, kerosene is sometimes used as fuel for small outboard motors or even motorcycles.", + "https://en.wikipedia.org/w/index.php?title=Kerosene&oldid=867958484", + "Add 'physical output of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +https://github.com/OpenEnergyPlatform/ontology/pull/1024 + +add axiom to secondary energy carrier disposition +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", + rdfs:label "kerosene" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030002, + OEO_00240025 some OEO_00010315, + some OEO_00140159, + some OEO_00000001, + some OEO_00000097, + some OEO_00140076, + OEO_00000529 value OEO_00000256 + + +Class: OEO_00000248 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A lithium-ion battery is a battery that is rechargeable and in which lithium ions move from the negative electrode to the positive electrode during discharge, and back when charging. Li-ion batteries use an intercalated lithium compound as one electrode material."@en, + "LIB", + "Li-ion battery", + "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=906786251"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", + rdfs:label "lithium-ion battery" + + SubClassOf: + OEO_00000068 + + +Class: OEO_00000251 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Lignite is coal that is non-agglomerating with a gross calorific value less than 17 435 kJ/kg (4 165 kcal/kg) and greater than 31 % volatile matter on a dry mineral matter free basis."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:comment "Oil shale and tar sands produced and combusted directly should be reported in this category. Oil shale and tar sands used as inputs for other transformation processes should also be reported in this category. + +This includes the portion of the oil shale or tar sands consumed in the transformation process.", + rdfs:label "lignite", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000008" + + SubClassOf: + OEO_00000088, + OEO_00000530 some OEO_00030002, + OEO_00000529 value OEO_00000390 + + DisjointWith: + OEO_00000204 + + +Class: OEO_00000252 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A lignite power plant is a coal power plant that has lignite power units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "lignite power plant", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000040" + + SubClassOf: + OEO_00000089, + some OEO_00000024 + + +Class: OEO_00000253 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power line is a grid component link that is an uninterrupted transmission system between two nodes in an electricity grid."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", + rdfs:label "power line"@en + + SubClassOf: + OEO_00000255, + some OEO_00000143 + + +Class: OEO_00000255 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A grid component link is a grid component that serves as a connection between two other grid components."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, + rdfs:label "grid component link" + + SubClassOf: + OEO_00020006 + + DisjointWith: + OEO_00000296 + + +Class: OEO_00000257 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Liquid air is air that has a liquid state of matter."@en, + "redefine definition and add equivalent +issue: https://github.com/OpenEnergyPlatform/ontology/issues/937 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/945", + rdfs:label "liquid air" + + EquivalentTo: + OEO_00000054 + and (OEO_00000531 value OEO_00000256) + + SubClassOf: + OEO_00000054 + + +Class: OEO_00000258 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A liquid biofuel is a biofuel that has liquid as its normal state of matter.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "liquid biofuel" + + EquivalentTo: + OEO_00000072 + and (OEO_00000529 value OEO_00000256) + + SubClassOf: + + Annotations: "Add `SubClass Of` axiom for `liquid biofuel` +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" + OEO_00000072, + OEO_00000530 some OEO_00030001, + OEO_00000529 value OEO_00000256 + + +Class: OEO_00000259 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A liquid-metal battery is a battery that consists of two molten metal alloys separated by an electrolyte. The rechargeable batteries are used for electric vehicles and potentially also for grid energy storage."@en, + "https://en.wikipedia.org/w/index.php?title=Molten-salt_battery&oldid=900557096"@en, + "reclassification and integration of molten state battery +issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", + rdfs:label "liquid-metal battery" + + SubClassOf: + OEO_00000068 + + +Class: OEO_00000263 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A manufactured coal based gas is a gas mixture that is manufactured from coal. It is used as fossil fuel."@en, + "improve definition and make subclass of gas mixture: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007 +add axiom to secondary energy carrier disposition +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", + rdfs:label "manufactured coal based gas" + + SubClassOf: + , + OEO_00000530 some OEO_00030002, + some OEO_00000001, + some OEO_00000097, + some OEO_00140076, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000269 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power-to-methane system is a power-to-gas system that implements the power-to-methane process."@en, + "methanation gas storage", + "Improve definition and classification: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "power-to-methane system" + + SubClassOf: + OEO_00000335, + some OEO_00010217 + + +Class: OEO_00000282 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A molten-salt battery is a battery that uses molten salts as an electrolyte and offers both a high energy density and a high power density."@en, + "https://en.wikipedia.org/w/index.php?title=Molten-salt_battery&oldid=900557096"@en, + "reclassification +issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", + rdfs:label "molten-salt battery" + + SubClassOf: + OEO_00000068 + + +Class: OEO_00000286 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Motor gasoline is gasoline consisting of a mixture of light hydrocarbons distilling between 35 oC and 215 oC. It is used as a fuel for land based spark ignition engines. Motor gasoline may include additives, oxygenates and octane enhancers, including lead compounds such as TEL and TML. + +Includes motor gasoline blending components (excluding additives/oxygenates), e.g. alkylates, isomerate, reformate, cracked gasoline destined for use as finished motor gasoline."@en, + + Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 +https://github.com/OpenEnergyPlatform/ontology/pull/1037" + "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + "Add 'physical output of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "motor gasoline" + + SubClassOf: + OEO_00000183, + OEO_00240025 some OEO_00010315 + + +Class: OEO_00000290 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A municipal waste fuel is waste fuel produced by households or non-industrial commercial activities."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", + rdfs:label "municipal waste fuel" + + SubClassOf: + OEO_00000439 + + +Class: OEO_00000292 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Natural gas is a gas mixture occurring in underground deposits, whether liquefied or gaseous, and consisting mainly of methane."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/430 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/431 + +improve definition and make subclass of gas mixture and add disjoints: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", + rdfs:comment "It includes both ‘non-associated’ gas originating from fields producing hydrocarbons only in gaseous form, and ‘associated’ gas produced in association with crude oil as well as methane recovered from coal mines (colliery gas) or from coal seams (coal seam gas). + +It does not include gases created by anaerobic digestion of biomass (e.g. municipal or sewage gas) nor gasworks gas.", + rdfs:label "natural gas", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000552" + + SubClassOf: + , + OEO_00000530 some OEO_00030002, + some OEO_00000025, + some OEO_00000001, + some OEO_00000097, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" + some OEO_00140075, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00000293 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Negative emission is the process of absorbing a substance, usually a pollutant that was emitted before.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", + rdfs:label "negative emission" + + SubClassOf: + + + +Class: OEO_00000296 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A grid node is a grid component of a supply grid where two or more links meet."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, + rdfs:label "grid node" + + SubClassOf: + OEO_00020006 + + DisjointWith: + OEO_00000255 + + +Class: OEO_00000297 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Non associated gas is natural gas originating from fields producing hydrocarbons only in gaseous form.", + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN", + rdfs:label "non associated gas" + + SubClassOf: + OEO_00000292 + + +Class: OEO_00000298 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A non-methane volatile organic compound (NMVOC) is a volatile organic compound other than methane."@en, + "NMVOC", + "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "non-methane volatile organic compound" + + SubClassOf: + OEO_00000437 + + +Class: OEO_00000299 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fossil municipal waste fuel is an municipal waste fuel that has a fossil origin."@en, + + Annotations: "Old class name kept as alternative term" + "non renewable municipal waste fuel", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", + rdfs:label "fossil municipal waste fuel" + + EquivalentTo: + OEO_00000290 + and (OEO_00000530 some OEO_00030002) + + SubClassOf: + OEO_00000290 + + +Class: OEO_00000300 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Nuclear binding energy is the energy that is required to disassemble the nucleus of an atom into its component parts."@en, + "Derived from https://en.wikipedia.org/w/index.php?title=Nuclear_binding_energy&oldid=1007327561"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225 +convertion to nuclear binding energy +issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", + rdfs:label "nuclear binding energy", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000025" + + SubClassOf: + OEO_00000150, + OEO_00000530 some OEO_00020147 + + +Class: OEO_00000302 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A nuclear fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by undergoing nuclear fission.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237", + rdfs:label "nuclear fuel" + + EquivalentTo: + OEO_00000173 + and ( some OEO_00000028) + + SubClassOf: + OEO_00000173, + some OEO_00000300 + + +Class: OEO_00000303 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A nuclear power plant is a power plant that has nuclear power units as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "nuclear power plant", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002271" + + SubClassOf: + OEO_00000031, + some OEO_00000029 + + +Class: OEO_00000308 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An offshore wind farm is a wind farm that is build in a body of water, usually the ocean."@en, + rdfs:label "offshore wind farm" + + SubClassOf: + OEO_00000447 + + DisjointWith: + OEO_00000311 + + +Class: OEO_00000310 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A oil power plant is a power plant that has oil power units as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "oil power plant" + + SubClassOf: + OEO_00000031, + some OEO_00000030 + + +Class: OEO_00000311 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An onshore wind farm is a wind farm that is build on land."@en, + rdfs:label "onshore wind farm" + + SubClassOf: + OEO_00000447 + + DisjointWith: + OEO_00000308 + + +Class: OEO_00000316 + + +Class: OEO_00000318 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Particulate matter is a portion of matter consisting of small particles. It can act as an air pollutant."@en, + "PM", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "particulate matter", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000060" + + SubClassOf: + OEO_00000331, + (OEO_00000529 value OEO_00000256) or (OEO_00000529 value OEO_00000390), + some OEO_00000055 + + +Class: OEO_00000320 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Peat is a or portion of matter that is a soft, porous or compressed, sedimentary deposit of plant origin with high water content (up to 90 % in the raw state) and can be used as combustion fuel. As the natural formation of peat takes at least centuries, peat is usually considered having a fossil origin."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/942 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1003", + rdfs:label "peat", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00005774" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030002, + some OEO_00000441, + some OEO_00000001, + some OEO_00000097, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" + some OEO_00140075, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00000322 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Perfluorocarbons (PFCs) are portions of matter consisting of organic compounds that contain fluorine atoms but no hydrogen atoms.", + "PFC", + rdfs:label "perfluorocarbon" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030000 + + +Class: OEO_00000324 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A photovoltaic power plant is a solar power plant that has PV panels as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "photovoltaic power plant" + + SubClassOf: + OEO_00000386, + some OEO_00000348 + + +Class: OEO_00000330 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Pollution is an emission with a negative effect on the environment or organisms."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", + rdfs:label "pollution", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02500036" + + SubClassOf: + OEO_00000147 + + +Class: OEO_00000331 + + +Class: OEO_00000332 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Solid biomass is a portion of matter consisting of organic, non-fossil material of biological origin which may be used as fuel for heat production or electricity generation.", + "portion of solid biomass", + "solid biomass"@en, + "https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN", + rdfs:label "solid biofuel"@en + + EquivalentTo: + OEO_00000072 + and (OEO_00000529 value OEO_00000390) + + SubClassOf: + + Annotations: "Add `SubClass Of` axiom for `solid biofuel` +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" + OEO_00000072, + OEO_00000530 some OEO_00030001, + some OEO_00000001, + some OEO_00000097, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00000333 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Power is the process attribute that is the amount of energy transformed or transferred per time unit."@en, + "classification: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/205 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/386 + +definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/79 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/369", + rdfs:comment "Power is the derivative of energy transformation over time", + rdfs:label "power" + + SubClassOf: + OEO_00030019, + OEO_00000502 some OEO_00020003 + + +Class: OEO_00000334 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power generating unit is an energy transformation unit that contains a generator."@en, + "block", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 + +subclass of energy transformation unit +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +remove \"among other parts from definition\" +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1258 +pull request: https://github.com/OpenEnergyPlatform/ontology/issues/1259"@en, + rdfs:label "power generating unit" + + SubClassOf: + OEO_00020102, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00000139, + some OEO_00000188, + some OEO_00020003, + some OEO_00020107 + + +Class: OEO_00000335 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power-to-gas system is an energy transformation unit that implements a power-to-gas process. A water electrolyser is participating in the power-to-gas process."@en, + "P2G", + "PtG", + "power to gas", + "power-to-gas", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", + rdfs:label "power-to-gas system" + + SubClassOf: + OEO_00020102, + some OEO_00010021, + some OEO_00010216 + + +Class: OEO_00000345 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Pumped water is liquid water which was pumped into an upper reservoir and thus contains potential energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/755 + +add secondary energy carrier disposition +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1222 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243 + +add potential energy axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1174 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "pumped water" + + SubClassOf: + OEO_00110000, + OEO_00000501 some OEO_00000399, + some OEO_00020045, + some OEO_00140076 + + +Class: OEO_00000348 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A PV panel (photovoltaic panel) is a solar power unit absorbing sunlight as a source of energy to generate electricity."@en, + "change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:comment "A photovoltaic (PV) module is a packaged, connected assembly of typically 6x10 photovoltaic solar cells. Photovoltaic modules constitute the photovoltaic array of a photovoltaic system that generates and supplies solar electricity in commercial and residential applications.", + rdfs:label "PV panel" + + SubClassOf: + OEO_00000034, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010235 some OEO_00000139, + some OEO_00000032 + + +Class: OEO_00000350 + + SubClassOf: + some + + +Class: OEO_00000356 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A biogenic municipal waste fuel is a municipal waste fuel that has a biogenic origin."@en, + "renewable municipal waste fuel", + "remove origin +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 + +new definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961 + +rename class and change axiom: +https://github.com/OpenEnergyPlatform/ontology/issues/872 +https://github.com/OpenEnergyPlatform/ontology/pull/1048", + rdfs:label "biogenic municipal waste fuel" + + EquivalentTo: + OEO_00000290 + and (OEO_00000530 some OEO_00030001) + + SubClassOf: + OEO_00000290, + OEO_00000530 some OEO_00030001 + + +Class: OEO_00000361 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A rooftop photovoltaic power plant is a photovoltaic power plant that is installed on top of the roof of a building."@en, + rdfs:label "rooftop photovoltaic power plant" + + SubClassOf: + OEO_00000324 + + DisjointWith: + OEO_00000165 + + +Class: OEO_00000374 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Superconducting magnetic energy storage (SMES) systems store energy in the magnetic field created by the flow of direct current in a superconducting coil which has been cryogenically cooled to a temperature below its superconducting critical temperature. + A typical smes system includes three parts: superconducting coil, power conditioning system and cryogenically cooled refrigerator. Once the superconducting coil is charged, the current will not decay and the magnetic energy can be stored indefinitely."@en, + "https://en.wikipedia.org/w/index.php?title=Superconducting_magnetic_energy_storage&oldid=902190687", + rdfs:label "SMES" + + SubClassOf: + OEO_00000159 + + +Class: OEO_00000376 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sodium-ion battery is a rechargable metal-ion battery that uses sodium ions as charge carriers."@en, + "SIB", + "https://en.wikipedia.org/w/index.php?title=Sodium-ion_battery&oldid=906459441"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", + rdfs:label "sodium-ion battery" + + SubClassOf: + OEO_00000068 + + +Class: OEO_00000377 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sodium–sulphur battery is a type of molten-salt battery constructed from liquid sodium (Na) and sulphur (S).This type of battery has a high energy density, high efficiency of charge/discharge and long cycle life, and is fabricated from inexpensive materials. The operating temperatures of 300 to 350 °C and the highly corrosive nature of the sodium polysulphides, primarily make them suitable for stationary energy storage applications. The cell becomes more economical with increasing size."@en, + "sodium–sulfur battery", + "https://en.wikipedia.org/w/index.php?title=Sodium%E2%80%93sulfur_battery&oldid=900392594"@en, + "reclassification +issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", + rdfs:label "sodium-sulphur battery" + + SubClassOf: + OEO_00000282 + + +Class: OEO_00000384 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Solar energy is radiative energy of the sun."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225 +restructure solar energy +issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/672 +remove disposition renewable fuel +issue: https://github.com/OpenEnergyPlatform/ontology/issues/726 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732", + rdfs:label "solar energy" + + SubClassOf: + OEO_00020040, + OEO_00000530 some OEO_00030004 + + +Class: OEO_00000386 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar power plant is a power plant that has solar power units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "solar power plant", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000041" + + SubClassOf: + OEO_00000031, + some OEO_00000034 + + +Class: OEO_00000387 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar thermal collector is a heater that absorbs solar radiation to convert it into heat."@en, + "https://en.wikipedia.org/w/index.php?title=Solar_thermal_collector&oldid=903948846"@en, + "change produces energy and uses energy axioms to 'has energy output' and 'has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 +add axiom to 'has part some solar radiation receiving surface' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228", + rdfs:label "solar thermal collector" + + SubClassOf: + OEO_00000210, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010234 some OEO_00000384, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00000388, + some OEO_00020199, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + some OEO_00020047 + + +Class: OEO_00000388 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Solar thermal energy is thermal energy that is the physical output of a solar thermal energy transformation."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", + rdfs:label "solar thermal energy" + + SubClassOf: + OEO_00000207, + OEO_00000530 some OEO_00030004 + + +Class: OEO_00000389 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar thermal power plant is a solar power plant that has solar thermal power units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "solar thermal power plant" + + SubClassOf: + OEO_00000386, + some OEO_00000035, + some OEO_00000396 + + +Class: OEO_00000391 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solid fossil fuel is a fossil fuel that has a solid state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/106 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/164 + +Update definition and axioms: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "solid fossil fuel" + + EquivalentTo: + OEO_00000014 + and (OEO_00000529 value OEO_00000390) + + SubClassOf: + OEO_00000014, + OEO_00000530 some OEO_00030002, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00000395 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "In physics, a state of matter is one of the distinct forms in which matter can exist. Four states of matter are observable in everyday life: solid, liquid, gas, and plasma. Many intermediate states are known to exist, such as liquid crystal, and some states only exist under extreme conditions", + "https://en.wikipedia.org/w/index.php?title=State_of_matter&oldid=903680856", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/38 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/39 + +add 'has bearer' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", + rdfs:label "state of matter" + + SubClassOf: + , + OEO_00010121 some OEO_00000331 + + +Class: OEO_00000396 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A steam turbine is a turbine that converts heat from pressurised steam into rotational energy.", + "change produces energy and uses energy axioms to 'has energy output' and ' has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "steam turbine" + + SubClassOf: + OEO_00000425, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00000503 some OEO_00110001, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010234 some OEO_00000207, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00240000, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + some OEO_00050020 + + +Class: OEO_00000399 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A storage unit is a grid component that stores energy."@en, + "Make equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1338 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "storage unit" + + EquivalentTo: + OEO_00020006 + and ( some OEO_00000012) + + SubClassOf: + OEO_00020006, + some OEO_00000200 + + +Class: OEO_00000401 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Sub bituminous coal is coal that is non-agglomerating with a gross calorific value between 17 435 kJ/kg (4 165 kcal/kg) and 23 865 kJ/kg (5 700 kcal/kg) containing more than 31 % volatile matter on a dry mineral matter free basis."@en, + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:label "sub bituminous coal", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000009" + + SubClassOf: + OEO_00000088 + + +Class: OEO_00000407 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A Technology is an information content entity that specifies how to create an artificial object."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/136 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/334", + rdfs:label "technology" + + SubClassOf: + + + +Class: OEO_00000419 + + +Class: OEO_00000420 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A transformer is an electricity grid component that passively transfers electrical energy from one electrical circuit to another."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, + rdfs:comment "Source: https://en.wikipedia.org/wiki/Transformer"@en, + rdfs:label "transformer" + + SubClassOf: + OEO_00020006, + some OEO_00000143 + + +Class: OEO_00000423 + + SubClassOf: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/415 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821" + OEO_00140164 some OEO_00000143 + + +Class: OEO_00000425 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A turbine is an energy converting component that converts energy from a moving fluid flow into rotational energy."@en, + "use energy converting component in definition: +https://github.com/OpenEnergyPlatform/ontology/pull/993 + +change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "turbine" + + SubClassOf: + OEO_00000011, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769" + OEO_00000503 some OEO_00140116, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00240000 + + +Class: OEO_00000429 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An underground hydrogen storage is an underground fuel storage object that stores hydrogen. Examples are underground caverns, salt domes and depleted oil/gas fields."@en, + "https://en.wikipedia.org/w/index.php?title=Underground_hydrogen_storage&oldid=895350780", + "Issue:https://github.com/OpenEnergyPlatform/ontology/issues/448 +Pull request: https://github.com/OpenEnergyPlatform/ontology/pull/462 + +Improve definition and classification: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "underground hydrogen storage object" + + SubClassOf: + OEO_00010325, + OEO_00000503 some OEO_00000220 + + +Class: OEO_00000437 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A volatile organic compound (VOC) is a portion of matter consisting of organic compounds that is capable of producing photochemical oxidants by reactions with nitrogen oxides in the presence of sunlight. Hence it can act as an air pollutant."@en, + "VOC", + "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "volatile organic compound", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_134179" + + EquivalentTo: + OEO_00000025 or OEO_00000298 + + SubClassOf: + + Annotations: "Add `SubClass Of` axiom for `volatile organic compound` +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" + OEO_00000331, + OEO_00000331 + and ( some OEO_00010011), + some OEO_00000055 + + +Class: OEO_00000439 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A waste fuel is a fuel in which the material entity is waste."@en, + "label and definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/132 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/207 + +comment: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/629 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/631", + rdfs:comment "The energy content of waste fuel is typically released by incineration or gasification. The energy content of nuclear waste is not considered as a waste fuel.", + rdfs:label "waste fuel" + + EquivalentTo: + OEO_00000173 + and ( some OEO_00000042) + + SubClassOf: + + Annotations: "Add `SubClass Of` axiom for `waste fuel` +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" + OEO_00000173, + some OEO_00000097 + + +Class: OEO_00000440 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A waste power plant is a power plant that has waste power units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "waste power plant" + + SubClassOf: + OEO_00000031, + some OEO_00000041 + + +Class: OEO_00000441 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Water is a portion of matter with the chemical formula H2O. It has a liquid normal state of matter.", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1081 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1099" + "We are aware that water is defined as pure H2O in the OEO and that naturally occuring water usually also contains impurities of other portions of matter (e.g. minerals). We purposely neglect this inconsistency for usability reasons.", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + "H2O", + "definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/685 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/689 +add origin +issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 +remove origin +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", + rdfs:label "water", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_15377" + + SubClassOf: + OEO_00000331, + some OEO_00000151, + OEO_00000529 value OEO_00000256 + + +Class: OEO_00000442 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A water turbine is a turbine converting potential energy and kinetic energy of water into rotational energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758 + +change produces energy and uses energy axioms to 'has energy output' and 'has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "water turbine" + + SubClassOf: + OEO_00000425, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010234 some OEO_00000218, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00240000, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + some OEO_00110004 + + +Class: OEO_00000446 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Wind energy is the kinetic energy of moving air."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225 +reclassify and change def +issue: https://github.com/OpenEnergyPlatform/ontology/issues/662 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/666 +remove disposition renewable fuel +issue: https://github.com/OpenEnergyPlatform/ontology/issues/726 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732 +add and change axioms +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", + rdfs:label "wind energy" + + SubClassOf: + OEO_00230020, + OEO_00000530 some OEO_00030004, + + Annotations: "change axiom to 'participates in' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" + OEO_00020182 some OEO_00000043, + OEO_00020183 some OEO_00020043 + + +Class: OEO_00000447 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A wind farm is a power plant that has wind energy converting units as parts."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "wind farm" + + SubClassOf: + OEO_00000031, + some OEO_00000044 + + +Class: OEO_00000448 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A wind rotor (or wind turbine) is a turbine that converts the wind's kinetic energy into rotational energy."@en, + "wind turbine", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 + +change produces energy and uses energy axioms to 'has energy output' and 'has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "wind rotor" + + SubClassOf: + OEO_00000425, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010234 some OEO_00000446, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00240000, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + some OEO_00020043, + some OEO_00020144 + + +Class: OEO_00000449 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Wood is a biomass from trees. It has a solid state of matter an can be used as fuel."@en, + "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 + +add dispositions: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033", + rdfs:label "wood" + + SubClassOf: + OEO_00010214, + some OEO_00000001, + some OEO_00000097, + some OEO_00140075, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00010000 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Ammonia is a portion of matter with the chemical formula NH3. It has a gaseous normal state of matter and can act as an air pollutant. As it can be oxidised it can be used as a fuel.", + "NH3", + "nitrogen trihydride", + "trihydridonitrogen", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 + +Adapt definiton and axioms, add alternative terms: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", + rdfs:label "ammonia"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16134" + + SubClassOf: + OEO_00000331, + some OEO_00000055, + some OEO_00000001, + some OEO_00000097, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00010001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Carbon monoxide is a portion of matter with the chemical formula CO. It has a gaseous normal state of matter and can act as an air pollutant.", + "CO", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "carbon monoxide"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_17245" + + SubClassOf: + OEO_00000331, + some OEO_00000055, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00010002 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Nitrogen oxides are a portion of matter consisting of compounds of nitrogen and oxygen. It is a collective term for numerous oxides of nitrogen with a gaseous normal state of matter. They can act as air pollutants.", + "NOx", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "nitrogen oxides"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_35196" + + SubClassOf: + OEO_00000331, + some OEO_00000055, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00010003 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Nitric oxide is a portion of matter with the chemical formula NO. It is a gas and can act as an air pollutant. Synonyms are nitrogen oxide or nitrogen monoxide.", + "NO", + "nitrogen monoxide", + "nitrogen oxide", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "nitric oxide"@en + + SubClassOf: + OEO_00010002 + + +Class: OEO_00010004 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Nitrogen dioxide is a portion of matter with the chemical formula NO2. It is a gas and can act as an air pollutant.", + "NO2", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "nitrogen dioxide"@en + + SubClassOf: + OEO_00010002 + + +Class: OEO_00010007 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Sulphur dioxide is a portion of matter with the chemical formula SO2. It has a gaseous normal state of matter and can act as an air pollutant.", + "SO2", + "sulfur dioxide", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "sulphur dioxide"@en + + SubClassOf: + OEO_00000331, + some OEO_00000055, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00010009 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "PM10 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM10, EN 12341, with a 50 % efficiency cut-off at 10 µm aerodynamic diameter.", + "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "PM10"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000405" + + SubClassOf: + OEO_00000318 + + +Class: OEO_00010010 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "PM2.5 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM2,5, EN 14907, with a 50 % efficiency cut-off at 2,5 µm aerodynamic diameter.", + "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "PM2.5"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000415" + + SubClassOf: + OEO_00000318 + + +Class: OEO_00010011 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "The volatility disposition is the disposition of a portion of matter to sublimate or evaporate from the solid or liquid form and enter the surrounding air.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 + +add 'has bearer' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", + rdfs:label "volatility"@en + + SubClassOf: + , + OEO_00010121 some OEO_00000331 + + +Class: OEO_00010012 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An air pollutant is a portion of matter that participates in some air pollution.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/815 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/816", + rdfs:label "air pollutant"@en + + EquivalentTo: + OEO_00000331 + and ( some OEO_00000055) + + SubClassOf: + OEO_00000331 + + +Class: OEO_00010015 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Fossil hydrogen is hydrogen with fossil origin. It is usually produced from fossil fuels applying the steam reforming process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", + rdfs:label "fossil hydrogen" + + EquivalentTo: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954" + OEO_00000220 + and (OEO_00000530 some OEO_00030002) + + SubClassOf: + OEO_00000220 + + +Class: OEO_00010016 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Synthetic hydrogen is hydrogen with synthetic origin. It is usually produced from water applying the water electrolysis process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", + rdfs:label "synthetic hydrogen" + + EquivalentTo: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954" + OEO_00000220 + and (OEO_00000530 some OEO_00030005) + + SubClassOf: + OEO_00000220 + + +Class: OEO_00010017 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A synthetic fuel is a fuel produced from one or more portion(s) of matter using electric energy.", + "e-fuel", + "electric fuel", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 + +add axiom to secondary energy carrier disposition +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", + rdfs:label "synthetic fuel" + + EquivalentTo: + OEO_00000173 + and (OEO_00000530 some OEO_00030005) + + SubClassOf: + + Annotations: "Add `SubClass Of` axiom for `synthetic fuel` +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" + OEO_00000173, + some OEO_00000097, + some OEO_00140076 + + +Class: OEO_00010018 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Synthetic methane is methane that has a synthetic origin.", + "P2G", + "PtG", + "power to gas", + "power-to-gas", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 + +Re-definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", + rdfs:label "synthetic methane" + + EquivalentTo: + OEO_00000025 + and (OEO_00000530 some OEO_00030005) + + SubClassOf: + OEO_00000025 + + +Class: OEO_00010019 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "PtL fuel is a liquid synthetic fuel produced in a power-to-liquid system from water and carbon dioxide using electrical energy.", + "P2L fuel", + "liquid synthetic fuel", + "synthetic liquid fuel", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 + +new label and axioms: +https://github.com/OpenEnergyPlatform/ontology/issues/934 +pull request: https://github.com/OpenEnergyPlatform/ontology/pulls/957", + rdfs:label "PtL fuel" + + SubClassOf: + OEO_00010156, + some OEO_00010020, + OEO_00000529 value OEO_00000256 + + +Class: OEO_00010020 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power-to-liquid system is an energy transformation unit that implements a power-to-liquid process. A water electrolyser is participating in the power-to-liquid process.", + "P2L", + "PtL", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 + +Align with 'power-to-gas system': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "power-to-liquid system" + + SubClassOf: + OEO_00020102, + some OEO_00010021 + + +Class: OEO_00010021 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A water electrolyser is an energy converting component that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 + +use energy converting component in definition: +https://github.com/OpenEnergyPlatform/ontology/pull/993 + +change produces energy and uses energy axioms to 'has energy output' and 'has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "water electrolyser" + + SubClassOf: + OEO_00000011, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00000503 some OEO_00000441, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010234 some OEO_00000139, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00000007, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + some OEO_00000220 + + +Class: OEO_00010022 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A steam reformer is an energy converting component that produces syngas from hydrocarbons such as natural gas.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 + +use energy converting component in definition: +https://github.com/OpenEnergyPlatform/ontology/pull/993", + rdfs:label "steam reformer" + + SubClassOf: + OEO_00000011, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805" + OEO_00000503 some OEO_00140159, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805" + some OEO_00140160 + + +Class: OEO_00010023 + + +Class: OEO_00010024 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A battery electric vehicle (BEV) is an electric vehicle that stores energy in a traction battery.", + "BEV", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/637 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/655 + +Adapt definition and convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "battery electric vehicle"@en + + EquivalentTo: + OEO_00000146 + and ( some OEO_00010026) + + SubClassOf: + OEO_00000146 + + +Class: OEO_00010025 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fuel cell electric vehicle (FCEV) is an electric vehicle that uses electrical energy from a fuel cell.", + "FCEV", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/637 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/655 + +Convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "fuel cell electric vehicle"@en + + EquivalentTo: + OEO_00000146 + and ( some OEO_00000016) + + SubClassOf: + OEO_00000146, + OEO_00000503 some OEO_00000220 + + +Class: OEO_00010026 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453", + dc:description "A traction battery is a battery that is used in vehicles for propulsion.", + rdfs:label "traction battery"@en + + SubClassOf: + OEO_00000068 + + +Class: OEO_00010027 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electric motor is a motor that converts electrical energy into kinetic energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 + +change uses energy axiom to 'has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "electric motor"@en + + SubClassOf: + OEO_00010032, + OEO_00010234 some OEO_00000139 + + +Class: OEO_00010028 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electric traction motor is an electric motor used for propulsion."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 + +relabel and add axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1029 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1135", + rdfs:label "electric traction motor"@en + + SubClassOf: + OEO_00010027, + some + + +Class: OEO_00010029 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An internal combustion engine is a motor that converts chemical energy into kinetic energy using a cyclic combustion process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 + +add energy input axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1280 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1285", + rdfs:label "internal combustion engine"@en + + SubClassOf: + OEO_00010032, + OEO_00000503 some OEO_00000099, + OEO_00010234 some OEO_00000007, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817" + some OEO_00140038 + + +Class: OEO_00010030 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A plug-in hybrid electric vehicle (PHEV) is a vehicle that contains both an electric traction motor and an internal combustion engine and can switch between their usage for propulsion. It contains a traction battery that can be charged with electrical energy from an external supply.", + "PHEV", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 + +Convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "plug-in hybrid electric vehicle"@en + + EquivalentTo: + OEO_00010023 + and ( some OEO_00010028) + and ( some + (OEO_00010029 + and ( some ))) + + SubClassOf: + OEO_00010023, + OEO_00000503 some OEO_00000099, + OEO_00000503 some OEO_00000139, + some OEO_00010026 + + +Class: OEO_00010031 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A grid supplied electric vehicle is an electric vehicle that has a current collector to use electrical energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 + +Adapt definition and convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "grid supplied electric vehicle"@en + + EquivalentTo: + OEO_00000146 + and ( some OEO_00010300) + + SubClassOf: + OEO_00000146 + + +Class: OEO_00010032 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A motor is an energy converting component that converts other forms of energy into kinetic energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 + +use energy converting component in definition: +https://github.com/OpenEnergyPlatform/ontology/pull/993 + +change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "motor", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000610" + + SubClassOf: + OEO_00000011, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00230020 + + +Class: OEO_00010072 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An areal power density unit is a unit which is a measure for the power per surface area.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", + rdfs:label "areal power density unit" + + SubClassOf: + + + +Class: OEO_00010073 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An areal energy density unit is a unit which is a measure for the energy per surface area.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", + rdfs:label "areal energy density unit" + + SubClassOf: + + + +Class: OEO_00010074 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An areal power density is a quantity value that indicates a certain power per area.", + "specific power", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", + rdfs:label "areal power density" + + SubClassOf: + OEO_00000350, + OEO_00040010 some OEO_00010072 + + +Class: OEO_00010075 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An areal energy density is a quantity value that states a certain energy amount per area.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", + rdfs:label "areal energy density" + + SubClassOf: + OEO_00000350, + OEO_00040010 some OEO_00010073 + + +Class: OEO_00010076 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An areal solar power density is an areal power density that indicates the arriving solar power per area. A synonym for areal solar power density is irradiance.", + "irradiance", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", + rdfs:label "areal solar power density" + + SubClassOf: + OEO_00010074 + + +Class: OEO_00010077 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An areal solar energy density is an areal energy density that gives the arriving solar power per area. A synonym for areal solar power density is irradiation.", + "irradiation", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", + rdfs:label "areal solar energy density" + + SubClassOf: + OEO_00010075 + + +Class: OEO_00010078 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Global warming potential (GWP) is a quantity value that measures the the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).", + "GWP", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683", + rdfs:label "global warming potential"@en + + SubClassOf: + OEO_00000350, + OEO_00040010 some + + +Class: OEO_00010079 + + +Class: OEO_00010080 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar-steam-electric process is a solar energy transformation that converts solar energy into electrical energy. It has two partial processes: a solar thermal energy transformation and a steam-electric process."@en, + "add two has participant and redefine +issue: https://github.com/OpenEnergyPlatform/ontology/issues/938 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010 + +add 'has physical output' some 'electrical energy' +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/668 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/701 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "solar-steam-electric process"@en + + EquivalentTo: + ( some OEO_00020047) + and ( some OEO_00050020) + + SubClassOf: + OEO_00020046, + OEO_00010235 some OEO_00000139, + some OEO_00000010, + some OEO_00000396 + + +Class: OEO_00010081 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar chemical energy transformation is a solar energy transformation that converts solar energy into chemical energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/673 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/735 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "solar chemical energy transformation"@en + + SubClassOf: + OEO_00020046, + OEO_00010235 some OEO_00000007 + + +Class: OEO_00010084 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A reservoir is an artificial object that stores liquid water and has a dam as part.", + "Reservoirs created by dams provide water for activities such as hydro energy transformation, irrigation, human consumption, industrial use, aquaculture, and navigability. They are also used to regulate floods.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/755", + rdfs:label "reservoir"@en + + SubClassOf: + OEO_00000061, + OEO_00000503 some OEO_00110000, + some OEO_00000117 + + +Class: OEO_00010085 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A hydro power unit is a power generating unit that uses hydro energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", + rdfs:label "hydro power unit"@en + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00000441, + some OEO_00000442, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + some OEO_00110005 + + +Class: OEO_00010086 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A hydro power plant is a power plant having an aggregate of hydro power generating units as its power generating unit parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", + rdfs:label "hydro power plant"@en + + SubClassOf: + OEO_00000031, + OEO_00000503 some OEO_00000441, + some OEO_00010085, + some OEO_00110005 + + +Class: OEO_00010087 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A run of river power plant is a hydro power plant that uses the momentarily available hydro energy of a river. It has either no reservoir or just has a small one with a maximum of 24 hours of storage.", + "The distinction between a run of river power plant and a hydro storage power plant is important for modelling, but in reality not so easy. The chosen distinction follows the document: European Network of Transmission System Operators for Electricity (ENTSO-E): Hydropower modelling – New database complementing PECD, V.1.0, 12 December 2019, https://www.entsoe.eu/Documents/SDC%20documents/MAF/2019/Hydropower_Modelling_New_database_and_methodology.pdf", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", + rdfs:label "run of river power plant"@en + + SubClassOf: + OEO_00010086, + OEO_00000503 some OEO_00010093, + some OEO_00000117 + + +Class: OEO_00010088 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A hydro storage power plant is a hydro power plant that uses the available hydro energy of a stationary water storage.", + "The distinction between a run of river power plant and a hydro storage power plant is important for modelling, but in reality not so easy. The chosen distinction follows the document: European Network of Transmission System Operators for Electricity (ENTSO-E): Hydropower modelling – New database complementing PECD, V.1.0, 12 December 2019, https://www.entsoe.eu/Documents/SDC%20documents/MAF/2019/Hydropower_Modelling_New_database_and_methodology.pdf", + "storage power plant", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", + rdfs:label "hydro storage power plant"@en + + SubClassOf: + OEO_00010086, + ( some OEO_00000117) + and ( some OEO_00010084), + OEO_00000503 some OEO_00110000 + + +Class: OEO_00010089 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A pumped hydro storage power plant is a hydro storage power plant which has some pumps as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758 + +Add energy storage function axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1174 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "pumped hydro storage power plant"@en + + SubClassOf: + OEO_00010088, + some OEO_00010090, + some OEO_00010322 + + +Class: OEO_00010090 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A pump is an energy converting component that converts energy into kinetic or potential energy of a fluid.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758 + +use energy converting component in definition: +https://github.com/OpenEnergyPlatform/ontology/pull/993 + +change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "pump"@en + + SubClassOf: + OEO_00000011, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769" + OEO_00000503 some OEO_00140116, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some + (OEO_00020045 or OEO_00230020) + + +Class: OEO_00010091 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An open-loop pumped hydro storage power plant is a pumped hydro storage power plant that has natural inflows.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", + rdfs:label "open-loop pumped hydro storage power plant"@en + + SubClassOf: + OEO_00010089, + OEO_00000503 some OEO_00000345 + + +Class: OEO_00010092 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A closed-loop pumped hydro storage power plant is a pumped hydro storage power plant that has no natural inflows.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", + rdfs:label "closed-loop pumped hydro storage power plant"@en + + SubClassOf: + OEO_00010089, + OEO_00000503 only OEO_00000345 + + +Class: OEO_00010093 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A river is a water body that moves through permanent or seasonal flow process from elevated land towards lower elevations through a definite channel and empties either into a sea, lake, or another river or ends on land as bed seepage and evapotranspiration exceed water supply.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/760 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/765 + +Make river a subclass of water body: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "river"@en, + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00000022" + + SubClassOf: + OEO_00010104, + some OEO_00110002 + + +Class: OEO_00010094 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A reservoir hydro storage power plant is a hydro storage power plant that has no pump.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issue/767 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/768", + rdfs:label "reservoir hydro storage power plant"@en + + SubClassOf: + OEO_00010088, + not ( some OEO_00010090) + + +Class: OEO_00010095 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Marine thermal energy is a kind of natural ambient thermal energy that is present in marine water bodies.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "marine thermal energy"@en + + SubClassOf: + OEO_00140104 + + +Class: OEO_00010096 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Marine thermal energy transfer is a heat transfer from the marine water body to a transportable material entity.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "marine thermal energy transfer"@en + + SubClassOf: + OEO_00140101, + some OEO_00010105 + + +Class: OEO_00010097 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Marine current energy is the natural hydro energy of an ocean current.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +fix classification: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/896 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 + +add and change axioms +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", + rdfs:label "marine current energy"@en + + SubClassOf: + OEO_00020087, + + Annotations: "change axiom to 'participates in' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" + OEO_00020182 some OEO_00010107, + OEO_00020183 some OEO_00010098 + + +Class: OEO_00010098 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Marine current energy transformation is a hydroelectric energy transformation that converts marine current energy to electrical energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041 +remove wrong axiom +https://github.com/OpenEnergyPlatform/ontology/pull/1044", + rdfs:label "marine current energy transformation"@en + + SubClassOf: + OEO_00110005, + OEO_00010234 some OEO_00010097, + + Annotations: rdfs:comment "reintroduce axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" + some OEO_00010105, + + Annotations: "replace 'has input' with 'causally downstream of or within' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" + some OEO_00010107 + + +Class: OEO_00010099 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Marine tidal energy transformation is a hydroelectric energy transformation that converts kinetic energy from tidal flow to electrical energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "marine tidal energy transformation"@en + + SubClassOf: + OEO_00110005, + OEO_00010234 some OEO_00010100, + some OEO_00010105, + + Annotations: "replace 'has input' with 'causally downstream of or within' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" + some OEO_00010101 + + +Class: OEO_00010100 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Marine tidal energy is the natural hydro energy of a tidal flow.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +fix classification: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/896 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 + +change axiom from participates in to is energy participant of +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", + rdfs:label "marine tidal energy"@en + + SubClassOf: + OEO_00020087, + OEO_00020182 some OEO_00010101 + + +Class: OEO_00010101 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Tidal flow is a water flow during which movements of water masses caused by varying gravitational and rotational forces from sun and moon, combined with the rotation of the earth, cause waters to undergo periodic depth oscillations (tides).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "tidal flow"@en, + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001342" + + SubClassOf: + OEO_00110002 + + +Class: OEO_00010102 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Marine wave energy is the natural hydro energy of a wave.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +fix classification: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/896 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 + +change axiom from participates in to is energy participant of +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", + rdfs:label "marine wave energy"@en + + SubClassOf: + OEO_00020087, + + Annotations: "change axiom to 'participates in' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" + OEO_00020182 some OEO_00010106 + + +Class: OEO_00010103 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Marine wave energy transformation is a hydroelectric energy transformation that converts marine wave energy to electrical energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "marine wave energy transformation"@en + + SubClassOf: + OEO_00110005, + OEO_00010234 some OEO_00010102, + some OEO_00010105, + + Annotations: "replace 'has input' with 'causally downstream of or within' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" + some OEO_00010106 + + +Class: OEO_00010104 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A water body is an accumulation of liquid water of varying size on the surface of the Earth.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "water body"@en + + SubClassOf: + OEO_00110000 + + +Class: OEO_00010105 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "The ocean is a water body that consists of salt water and is covering approximately 71% of Earth's surface.", + "marine water body", + "sea", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "ocean"@en + + SubClassOf: + OEO_00010104 + + +Class: OEO_00010106 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A wave is a water flow that is at the surface of a water body/marine water body/ocean and that is mainly vertically orientated.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "wave"@en + + SubClassOf: + OEO_00110002 + + +Class: OEO_00010107 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An ocean current is a a water flow within a water body/marine water body/ocean that is mainly horizontally orientated.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "ocean current"@en + + SubClassOf: + OEO_00110002 + + +Class: OEO_00010108 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A marine current energy converting unit is a hydro power unit that uses marine current energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "marine current energy converting unit"@en + + SubClassOf: + OEO_00010085, + some OEO_00010098 + + +Class: OEO_00010109 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A marine tidal energy converting unit is a hydro power unit that uses marine tidal energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "marine tidal energy converting unit"@en + + SubClassOf: + OEO_00010085, + some OEO_00010099 + + +Class: OEO_00010110 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A marine wave energy converting unit is a hydro power unit that uses marine wave energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "marine wave energy converting unit"@en + + SubClassOf: + OEO_00010085, + some OEO_00010103 + + +Class: OEO_00010111 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A marine current energy power plant is a power plant that has marine current energy units as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "marine current energy power plant"@en + + SubClassOf: + OEO_00010086, + some OEO_00010108, + some OEO_00010098 + + +Class: OEO_00010112 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A marine tidal energy power plant is a power plant that has marine tidal energy units as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "marine tidal energy power plant"@en + + SubClassOf: + OEO_00010086, + some OEO_00010109, + some OEO_00010099 + + +Class: OEO_00010113 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A marine wave energy power plant is a power plant that has marine wave energy units as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", + rdfs:label "marine wave energy power plant"@en + + SubClassOf: + OEO_00010086, + some OEO_00010110, + some OEO_00010103 + + +Class: OEO_00010114 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Waste thermal energy is thermal energy that is the physical output of an energy transformation process and that is released into the environment unused."@en, + "waste heat", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/775 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/813 + +change label and definition language +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", + rdfs:label "waste thermal energy" + + SubClassOf: + OEO_00000207 + + +Class: OEO_00010117 + + +Class: OEO_00010127 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Secondary energy production is the production of secondary energy carriers.", + "secondary production of energy", + "add alternative term: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/920 +pull: https://github.com/OpenEnergyPlatform/ontology/pull/924 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/860 +pull: https://github.com/OpenEnergyPlatform/ontology/pull/865", + rdfs:label "secondary energy production"@en + + SubClassOf: + OEO_00240003, + OEO_00000533 some OEO_00140079, + OEO_00140002 some OEO_00050019 + + +Class: OEO_00010137 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Metric ton (t) is a a mass unit which is equal to thousand of a kilogram or 10^3 kg.", + "tonne", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/856 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/879", + "t", + rdfs:label "metric ton"@en + + SubClassOf: + + + +Class: OEO_00010138 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Carbon capture is a process that captures carbon dioxide from a gas.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", + rdfs:label "carbon capture"@en + + SubClassOf: + , + OEO_00000532 some OEO_00000006 + + +Class: OEO_00010139 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Direct on air capture (DAC) is carbon dioxide capture from air.", + "DAC", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", + rdfs:label "direct air capture"@en + + SubClassOf: + OEO_00010138, + some OEO_00000054 + + +Class: OEO_00010140 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Carbon storage is a process that stores CO2 in a geological formation.", + "carbon sequestration", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", + rdfs:label "carbon storage"@en + + SubClassOf: + , + OEO_00000532 some OEO_00000006 + + +Class: OEO_00010141 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Carbon capture and storage (CCS) is a process that combines carbon capture and carbon sequestration.", + "CCS", + "carbon capture and sequestration", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", + rdfs:label "carbon capture and storage"@en + + EquivalentTo: + ( some OEO_00010138) + and ( some OEO_00010140) + + SubClassOf: + , + OEO_00000532 some OEO_00000006 + + +Class: OEO_00010144 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solid combustion fuel is a combustion fuel that has a solid state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "solid combustion fuel"@en + + EquivalentTo: + OEO_00000099 + and (OEO_00000529 value OEO_00000390) + + SubClassOf: + OEO_00000099 + + +Class: OEO_00010145 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A liquid combustion fuel is a combustion fuel that has a liquid state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "liquid combustion fuel"@en + + EquivalentTo: + OEO_00000099 + and (OEO_00000529 value OEO_00000256) + + SubClassOf: + OEO_00000099 + + +Class: OEO_00010146 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gaseous combustion fuel is a combustion fuel that has a gaseous state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "gaseous combustion fuel"@en + + EquivalentTo: + OEO_00000099 + and (OEO_00000529 value OEO_00000182) + + SubClassOf: + OEO_00000099 + + +Class: OEO_00010147 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A liquid fossil fuel is a fossil combustion fuel that has a liquid state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "liquid fossil fuel"@en + + EquivalentTo: + OEO_00000014 + and (OEO_00000529 value OEO_00000256) + + SubClassOf: + OEO_00000014 + + +Class: OEO_00010148 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gaseous fossil fuel is a fossil combustion fuel that has a gaseous state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "gaseous fossil fuel"@en + + EquivalentTo: + OEO_00000014 + and (OEO_00000529 value OEO_00000182) + + SubClassOf: + OEO_00000014 + + +Class: OEO_00010149 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solid renewable fuel is a renewable fuel that has a solid state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "solid renewable fuel"@en + + EquivalentTo: + OEO_00000033 + and (OEO_00000529 value OEO_00000390) + + SubClassOf: + OEO_00000033 + + +Class: OEO_00010150 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A liquid renewable fuel is a renewable fuel that has a liquid state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "liquid renewable fuel"@en + + EquivalentTo: + OEO_00000033 + and (OEO_00000529 value OEO_00000256) + + SubClassOf: + OEO_00000033 + + +Class: OEO_00010151 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gaseous renewable fuel is a renewable fuel that has a gaseous state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "gaseous renewable fuel"@en + + EquivalentTo: + OEO_00000033 + and (OEO_00000529 value OEO_00000182) + + SubClassOf: + OEO_00000033 + + +Class: OEO_00010153 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gasoeus biofuel is a biofuel that has a gaseous state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "gaseous biofuel"@en + + EquivalentTo: + OEO_00000072 + and (OEO_00000529 value OEO_00000182) + + SubClassOf: + OEO_00000072 + + +Class: OEO_00010154 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solid synthetic fuel is a synthetic fuel that has a solid state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "solid synthetic fuel"@en + + EquivalentTo: + OEO_00010017 + and (OEO_00000529 value OEO_00000390) + + SubClassOf: + OEO_00010017 + + +Class: OEO_00010155 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gaseous synthetic fuel is a synthetic fuel that has a gaseous state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "gaseous synthetic fuel"@en + + EquivalentTo: + OEO_00010017 + and (OEO_00000529 value OEO_00000182) + + SubClassOf: + OEO_00010017 + + +Class: OEO_00010156 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A liquid synthetic fuel is a synthetic fuel that has a liquid state of matter under normal conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", + rdfs:label "liquid synthetic fuel"@en + + EquivalentTo: + OEO_00010017 + and (OEO_00000529 value OEO_00000256) + + SubClassOf: + OEO_00010017 + + +Class: OEO_00010157 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power value is a quantity value that has a power unit as unit.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/918 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/935 + +Make equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", + rdfs:label "power value"@en + + EquivalentTo: + OEO_00000350 + and (OEO_00040010 some ) + + SubClassOf: + OEO_00000350 + + +Class: OEO_00010210 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Energy use is the consumption of an energy carrier making use of the energy it carries.", + "energy consumption", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950 + +Add alternative label: +https://github.com/OpenEnergyPlatform/ontology/pull/1321", + rdfs:label "energy use"@en + + SubClassOf: + OEO_00140039, + some OEO_00020039 + + DisjointWith: + OEO_00010211 + + +Class: OEO_00010211 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Non-energy use is the consumption of an energy carrier without making use the energy it carries.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950", + rdfs:label "non-energy use"@en + + SubClassOf: + OEO_00140039 + + DisjointWith: + OEO_00010210 + + +Class: OEO_00010214 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Biomass is a portion of matter from plants or animals and has thus has a biogenic origin.", + "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952", + rdfs:label "biomass"@en + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030001 + + +Class: OEO_00010215 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Biomethane is a gas mixture produced from biogas by removing carbon dioxide. It consists mainly of methane and can be used as fuel.", + "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 + +improve definition and make subclass of gas mixture: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", + rdfs:label "biomethane"@en + + SubClassOf: + , + OEO_00000530 some OEO_00030001, + some OEO_00000025, + some OEO_00000001, + some OEO_00000097, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00010216 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power-to-gas process is an energy transformation that converts electrical energy to chemical energy by synthesising portions of matter into a gaseous synthetic fuel.", + "P2G", + "PtG", + "power to gas", + "power-to-gas", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "power-to-gas process"@en + + SubClassOf: + OEO_00020003, + (OEO_00000532 some OEO_00000331) + and (OEO_00010234 some OEO_00000139), + (OEO_00000533 some OEO_00010155) + and (OEO_00010235 some OEO_00000007) + + +Class: OEO_00010217 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power-to-methane process is a power-to-gas process that has electrical energy as energy input, water and carbon dioxide as physical input and synthetic methane carrying chemical energy as physical output. It consists of two sub processes: an electrolysis process and a methanation.", + "power to methane", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "power-to-methane process"@en + + SubClassOf: + OEO_00010216, + (OEO_00000532 some OEO_00000006) + and (OEO_00000532 some OEO_00000441) + and (OEO_00010234 some OEO_00000139), + (OEO_00000533 some OEO_00010018) + and (OEO_00010235 some OEO_00000007), + some OEO_00010219, + some OEO_00010220 + + +Class: OEO_00010218 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Oxygen is a portion of matter with the chemical formula O2. It has a gaseous normal state of matter.", + "O2", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", + rdfs:label "oxygen"@en + + SubClassOf: + OEO_00000331, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00010219 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A water electrolysis process is an energy transformation that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "water electrolysis process"@en + + SubClassOf: + OEO_00020003, + (OEO_00000532 some OEO_00000441) + and (OEO_00010234 some OEO_00000139), + (OEO_00000533 some OEO_00000220) + and (OEO_00000533 some OEO_00010218) + and (OEO_00010235 some OEO_00000007), + some OEO_00010021 + + +Class: OEO_00010220 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A methanation is a redox reaction that converts carbon dioxide and hydrogen to synthetic methane and water.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", + rdfs:label "methanation"@en + + SubClassOf: + OEO_00140034, + (OEO_00000532 some OEO_00000006) + and (OEO_00000532 some OEO_00000220), + (OEO_00000533 some OEO_00000006) + and (OEO_00000533 some OEO_00000441) + + +Class: OEO_00010221 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Synthetic ammonia is ammonia that has a synthetic origin.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", + rdfs:label "synthetic ammonia"@en + + EquivalentTo: + OEO_00010000 + and (OEO_00000530 some OEO_00030005) + + SubClassOf: + OEO_00010000 + + +Class: OEO_00010222 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power-to-ammonia process is a power-to-gas process that has ammonia as output.", + "power to ammonia", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", + rdfs:label "power-to-ammonia process"@en + + SubClassOf: + OEO_00010216, + some OEO_00010000 + + +Class: OEO_00010223 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A biogenic waste fuel is a waste fuel that has a biogenic origin.", + "renewable waste fuel", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961 + +rename class and change axiom: +https://github.com/OpenEnergyPlatform/ontology/issues/872 +https://github.com/OpenEnergyPlatform/ontology/pull/1048", + rdfs:label "biogenic waste fuel"@en + + EquivalentTo: + OEO_00000439 + and (OEO_00000530 some OEO_00030001) + + SubClassOf: + OEO_00000439 + + +Class: OEO_00010224 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fossil waste fuel is a waste fuel that has a fossil origin.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", + rdfs:label "fossil waste fuel"@en + + EquivalentTo: + OEO_00000439 + and (OEO_00000530 some OEO_00030002) + + SubClassOf: + OEO_00000439 + + +Class: OEO_00010225 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A biogenic industrial waste fuel is an industrial waste fuel that has a biogenic origin.", + "renewable industrial waste fuel", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961 + +rename class and change axiom: +https://github.com/OpenEnergyPlatform/ontology/issues/872 +https://github.com/OpenEnergyPlatform/ontology/pull/1048", + rdfs:label "biogenic industrial waste fuel"@en + + EquivalentTo: + OEO_00000226 + and (OEO_00000530 some OEO_00030001) + + SubClassOf: + OEO_00000226 + + +Class: OEO_00010226 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fossil industrial waste fuel is an industrial waste fuel that has a fossil origin.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", + rdfs:label "fossil industrial waste fuel"@en + + EquivalentTo: + OEO_00000226 + and (OEO_00000530 some OEO_00030002) + + SubClassOf: + OEO_00000226 + + +Class: OEO_00010256 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A maximum value is a quantity value that represents the upper limit of an artificial object or process to contain or transform another entity.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", + rdfs:label "maximum value" + + SubClassOf: + OEO_00000350 + + +Class: OEO_00010257 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power capacity is a maximum value of a generator or power generating unit to generate power.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155 + +Fix 'quantity value of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1223 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1235", + rdfs:label "power capacity" + + SubClassOf: + OEO_00010256, + OEO_00020056 some + (OEO_00000188 or OEO_00000334), + OEO_00040010 some + + +Class: OEO_00010258 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Bioenergy is chemical energy that is stored in biofuels.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1168 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1188", + rdfs:label "bioenergy" + + EquivalentTo: + OEO_00000007 + and (OEO_00000530 some OEO_00030001) + + SubClassOf: + OEO_00000007 + + +Class: OEO_00010259 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A measurement device is an artificial object that is used in some measurement process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1214 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1215", + rdfs:label "measurement device" + + SubClassOf: + OEO_00000061 + + +Class: OEO_00010263 + + +Class: OEO_00010267 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A steam reforming process is a chemical reaction that converts hydrocarbons and steam to syngas. As it converts chemical energy and thermal energy to a different type of chemical energy (and waste heat), it is also an energy transformation process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1211 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251", + rdfs:label "steam reforming"@en + + SubClassOf: + OEO_00140033, + OEO_00000532 some OEO_00110001, + OEO_00000532 some OEO_00140159, + OEO_00000533 some OEO_00140160, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00000007, + OEO_00010235 some OEO_00010114 + + +Class: OEO_00010273 + + Annotations: + "A land vehicle is a vehicle that is moved by applying forces against the ground.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "land vehicle"@en + + SubClassOf: + OEO_00010023 + + +Class: OEO_00010274 + + Annotations: + "A road vehicle is a vehicle that uses roads.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "road vehicle"@en + + SubClassOf: + OEO_00010273 + + +Class: OEO_00010275 + + Annotations: + "A motorised road vehicle is a road vehicle that has a traction motor.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "motorised road vehicle"@en + + SubClassOf: + OEO_00010274, + some + + +Class: OEO_00010276 + + Annotations: + "A car is a motorised road vehicle that is used for passenger transport and has a maximum of eight seats.", + "automobile", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "car"@en + + SubClassOf: + OEO_00010275, + some OEO_00010263 + + +Class: OEO_00010277 + + Annotations: + "A bus is a motorised road vehicle that is used for passenger transport and has more than eight seats.", + "autobus", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "bus"@en + + SubClassOf: + OEO_00010275, + some OEO_00010263 + + +Class: OEO_00010278 + + Annotations: + "A truck is a motorised road vehicle that is used for freight transport.", + "lorry", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "truck"@en + + SubClassOf: + OEO_00010275, + some OEO_00140005 + + +Class: OEO_00010279 + + Annotations: + "A bicycle is a road vehicle that has two wheels and is propelled by a person.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "bicycle"@en + + SubClassOf: + OEO_00010274, + some OEO_00010263 + + +Class: OEO_00010280 + + Annotations: + "A train is a vehicle that uses railway tracks.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "train"@en + + SubClassOf: + OEO_00010273 + + +Class: OEO_00010281 + + Annotations: + "A freight train is a train that is used for freight transport.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "freight train"@en + + SubClassOf: + OEO_00010280, + some OEO_00140005 + + +Class: OEO_00010282 + + Annotations: + "A passenger train is a train that is used for passenger transport.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "passenger train"@en + + SubClassOf: + OEO_00010280, + some OEO_00010263 + + +Class: OEO_00010283 + + Annotations: + "An e-bike is a bicycle that is propelled by a person and an electric traction motor.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293 + +Add 'traction battery' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "e-bike"@en + + SubClassOf: + OEO_00010279, + some OEO_00010026, + some OEO_00010028 + + +Class: OEO_00010284 + + Annotations: + "A motorcycle is a motorised road vehicle that has two wheels.", + "motorbike", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "motorcycle"@en + + SubClassOf: + OEO_00010275, + some OEO_00010263 + + +Class: OEO_00010285 + + Annotations: + "A watercraft is a vehicle that is driving through water.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "watercraft"@en + + SubClassOf: + OEO_00010023 + + +Class: OEO_00010286 + + Annotations: + "A ship is a watercraft of significant size that is driving on the water surface.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "ship"@en + + SubClassOf: + OEO_00010285 + + +Class: OEO_00010287 + + Annotations: + "A passenger ship is a ship that is used for passenger transport.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "passenger ship"@en + + SubClassOf: + OEO_00010286, + some OEO_00010263 + + +Class: OEO_00010288 + + Annotations: + "A cargo ship is a ship that is used for freight transport.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "cargo ship"@en + + SubClassOf: + OEO_00010286, + some OEO_00140005 + + +Class: OEO_00010289 + + Annotations: + "A container ship is a cargo ship used for the transport of containers.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "container ship"@en + + SubClassOf: + OEO_00010288 + + +Class: OEO_00010290 + + Annotations: + "A tank ship is a cargo ship used for the transport of liquid goods.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "tank ship"@en + + SubClassOf: + OEO_00010288 + + +Class: OEO_00010291 + + Annotations: + "A motorised vehicle is a vehicle that has a traction motor.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "motorised vehicle"@en + + EquivalentTo: + OEO_00010023 + and ( some ) + + SubClassOf: + OEO_00010023 + + +Class: OEO_00010292 + + Annotations: + "An aircraft is a vehicle that is flying in the air.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "aircraft"@en + + SubClassOf: + OEO_00010023 + + +Class: OEO_00010293 + + Annotations: + "An airplane is an aircraft that has fixed wings.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "airplane"@en + + SubClassOf: + OEO_00010292 + + +Class: OEO_00010294 + + Annotations: + "A helicopter is an aircraft that has rotating wings.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", + rdfs:label "helicopter"@en + + SubClassOf: + OEO_00010292 + + +Class: OEO_00010295 + + Annotations: + "A conventional energy is an energy that has a conventional origin.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1270 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1295", + rdfs:label "conventional energy"@en + + EquivalentTo: + OEO_00000150 + and (OEO_00000530 some OEO_00020147) + + SubClassOf: + OEO_00000150 + + DisjointWith: + OEO_00020085 + + +Class: OEO_00010296 + + Annotations: + "A primary energy consumption calculation method is a methodology to calculate primary energy consumption.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", + rdfs:label "primary energy consumption calculation method"@en + + SubClassOf: + OEO_00020166, + some OEO_00050018 + + +Class: OEO_00010297 + + Annotations: + "A substitution method is a primary energy consumption calculation method that treats renewable energy carriers as if they have similar conversion losses as a specified fossil reference energy carrier.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", + rdfs:label "substitution method"@en + + SubClassOf: + OEO_00010296 + + +Class: OEO_00010298 + + Annotations: + "A direct equivalent method is a primary energy consumption calculation method that quantifies renewable and nuclear energies using its secondary energy content assuming no conversion losses.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", + rdfs:label "direct equivalent method"@en + + SubClassOf: + OEO_00010296 + + +Class: OEO_00010299 + + Annotations: + "A physical method is a method to calculate primary energy consumption that quantifies renewable and nuclear energies by attributing an efficiency value each.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", + rdfs:label "physical method"@en + + SubClassOf: + OEO_00010296 + + +Class: OEO_00010300 + + Annotations: + "A current collector is an energy converting component that transfers electrical energy between a stationary conductor and a grid supplied electric vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "current collector"@en + + SubClassOf: + OEO_00000011, + OEO_00010234 some OEO_00000139, + OEO_00010235 some OEO_00000139, + some OEO_00010031 + + +Class: OEO_00010301 + + Annotations: + "A gas turbine vehicle is a vehicle that uses a gas turbine for propulsion.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "gas turbine vehicle"@en + + EquivalentTo: + OEO_00010023 + and ( some + (OEO_00000185 + and ( some ))) + + SubClassOf: + OEO_00010023 + + +Class: OEO_00010302 + + Annotations: + "A jet fuel vehicle is a gas turbine vehicle that uses a jet fuel turbine.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "jet fuel vehicle"@en + + EquivalentTo: + OEO_00010301 + and ( some + (OEO_00010303 + and ( some ))) + + SubClassOf: + OEO_00010301 + + +Class: OEO_00010303 + + Annotations: + "A jet fuel turbine is a turbine fueled with jet fuel.", + "aviation turbine", + "jet turbine", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", + rdfs:label "jet fuel turbine"@en + + SubClassOf: + OEO_00000185, + OEO_00000503 some OEO_00000245 + + +Class: OEO_00010313 + + Annotations: + "A sectoral energy consumption is the energy use of a sector.", + "sectoral energy use", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/864 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", + rdfs:label "sectoral energy consumption"@en + + SubClassOf: + OEO_00010210, + OEO_00140002 some OEO_00050019 + + +Class: OEO_00010314 + + Annotations: + "A sectoral emission is an emission caused by a certain sector.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/864 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", + rdfs:label "sectoral emission"@en + + SubClassOf: + OEO_00000147, + OEO_00140002 some OEO_00050019 + + +Class: OEO_00010315 + + Annotations: + "A mineral oil refining process is an energy transformation that converts crude oil by cracking and destillation into various mineral oil products.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "mineral oil refining process" + + SubClassOf: + OEO_00020003, + OEO_00000532 some OEO_00000115, + OEO_00000533 some OEO_00010316, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00000007 + + +Class: OEO_00010316 + + Annotations: + "A mineral oil product is a fossil combustion fuel produced in a mineral oil refining process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "mineral oil product" + + EquivalentTo: + OEO_00000014 + and (OEO_00240025 some OEO_00010315) + + SubClassOf: + OEO_00000014 + + +Class: OEO_00010317 + + Annotations: + "A mineral oil is a fossil combustion fuel that is either crude oil or a mineral oil product.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "mineral oil" + + EquivalentTo: + OEO_00000014 + and (OEO_00000115 or OEO_00010316) + + SubClassOf: + OEO_00000014 + + +Class: OEO_00010318 + + Annotations: + "A mineral oil refinery is an energy transformation unit that applies a mineral oil refining process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "mineral oil refinery" + + SubClassOf: + OEO_00020102, + OEO_00000503 some OEO_00000115, + some OEO_00010315 + + +Class: OEO_00010321 + + Annotations: + "A chemical energy storage function is an energy storage function with chemical energy as input and output.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "chemical energy storage function"@en + + SubClassOf: + OEO_00000012 + + +Class: OEO_00010322 + + Annotations: + "An electrical energy storage function is an energy storage function with electrical energy as input and output.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "electrical energy storage function"@en + + SubClassOf: + OEO_00000012 + + +Class: OEO_00010323 + + Annotations: + "A kinetic energy storage function is an energy storage function with kinetic energy as input and output.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "kinetic energy storage function"@en + + SubClassOf: + OEO_00000012 + + +Class: OEO_00010324 + + Annotations: + "A potential energy storage function is an energy storage function with potential energy as input and output.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "potential energy storage function"@en + + SubClassOf: + OEO_00000012 + + +Class: OEO_00010325 + + Annotations: + "An underground fuel storage object is an energy storage object that stores chemical energy in form of fuels underground.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", + rdfs:label "underground fuel storage object"@en + + SubClassOf: + OEO_00000159, + some OEO_00010321 + + +Class: OEO_00020001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Ethanol is a portion of matter with the chemical formula C2H6O. It has a liquid normal state of matter and can be used as a combustion fuel."@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + "C2H6O", + "class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/439 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/445 +axioms: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/703 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/704"@en, + rdfs:label "ethanol"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16236" + + SubClassOf: + OEO_00000331, + some OEO_00000075, + some OEO_00000001, + some OEO_00000097, + OEO_00000529 value OEO_00000256 + + +Class: OEO_00020003 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Energy transformation is a transformation in which one or more certain types of energy as input result in certain types of energy as output."@en, + "class added: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/371 + +make class a subclass of transformation: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/435 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/450 + +add input and output relations: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/680 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/690 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 + +add relation to energy transformation unit: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041 + +add axiom relating to energy carrier / input and output axioms: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1167 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178 + +update definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1175 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1182 + +make equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1211 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251"@en, + rdfs:label "energy transformation"@en + + EquivalentTo: + OEO_00000419 + and (OEO_00010234 some OEO_00000150) + and (OEO_00010235 some OEO_00000150) + + SubClassOf: + OEO_00000419, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" + some OEO_00000011, + some OEO_00020039, + some OEO_00020102 + + +Class: OEO_00020004 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas grid is a supply grid that distributes gaseous fuel, e.g. methane.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/385", + rdfs:label "gas grid"@en + + SubClassOf: + OEO_00000200, + some OEO_00020007 + + +Class: OEO_00020005 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heating grid is a supply grid that distributes thermal energy via circulating steam or liquids."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/385", + rdfs:label "heating grid"@en + + SubClassOf: + OEO_00000200, + some OEO_00020008 + + +Class: OEO_00020006 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 +subclass of energy transformation unit +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", + rdfs:label "grid component"@en + + SubClassOf: + OEO_00020102, + some OEO_00000200 + + +Class: OEO_00020007 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas grid component is a grid component that is part of a gas grid."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, + rdfs:label "gas grid component"@en + + EquivalentTo: + OEO_00020006 + and ( some OEO_00020004) + + SubClassOf: + OEO_00020006 + + +Class: OEO_00020008 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heating grid component is a grid component that is part of a heating grid."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, + rdfs:label "heating grid component"@en + + EquivalentTo: + OEO_00020006 + and ( some OEO_00020005) + + SubClassOf: + OEO_00020006 + + +Class: OEO_00020009 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A switchyard is an electricity grid component that connects different levels of voltage"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, + rdfs:label "switchyard"@en + + SubClassOf: + OEO_00020006, + some OEO_00000143, + some OEO_00000420 + + +Class: OEO_00020037 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Radiation is the process of emitting or transmitting energy in the form of waves or particles through a spatial region or a material entity.", + "Adaptation of https://en.wikipedia.org/w/index.php?title=Radiation&oldid=986678480", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", + rdfs:label "radiation", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001023" + + SubClassOf: + , + some OEO_00230021 + + +Class: OEO_00020038 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Solar radiation is radiation that is emitted by the sun.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", + rdfs:label "solar radiation", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001862" + + SubClassOf: + OEO_00020037 + + +Class: OEO_00020039 + + +Class: OEO_00020040 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Radiative energy is energy that has been transmitted by a radiation process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/660 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/665", + rdfs:label "radiative energy", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000030" + + SubClassOf: + OEO_00000150 + + +Class: OEO_00020043 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Wind energy transformation is an energy transformation that converts wind energy to electrical energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/662 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/666 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702", + rdfs:label "wind energy transformation" + + SubClassOf: + OEO_00020003, + OEO_00010234 some OEO_00000446, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010235 some OEO_00000139, + some OEO_00000044 + + +Class: OEO_00020045 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/628 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/670", + rdfs:comment "Potential energy is the energy that a material entity contains due to its position relative to other material entities or to stresses within itself.", + rdfs:label "potential energy", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000016" + + SubClassOf: + OEO_00000150 + + +Class: OEO_00020046 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Solar energy transformation is an energy transformation that converts solar energy.", + "class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/672 +has input relation: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/668 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/701 +delete has physical output relation: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "solar energy transformation" + + SubClassOf: + OEO_00020003, + OEO_00010234 some OEO_00000384 + + +Class: OEO_00020047 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Solar thermal energy transformation is a solar energy transformation that converts solar energy into thermal energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/672 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "solar thermal energy transformation" + + SubClassOf: + OEO_00020046, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" + OEO_00010235 some OEO_00000388, + some OEO_00000387 + + +Class: OEO_00020048 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Photovoltaic energy transformation is a solar energy transformation that converts solar energy into electrical energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/672 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "photovoltaic energy transformation" + + SubClassOf: + OEO_00020046, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" + OEO_00010235 some OEO_00000139, + some OEO_00000032 + + +Class: OEO_00020050 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A renewable energy carrier is an energy carrier that has a renewable energy carrier disposition.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 +change def and equivalence +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", + rdfs:label "renewable energy carrier" + + EquivalentTo: + + and ( some OEO_00020086) + + SubClassOf: + OEO_00020039 + + +Class: OEO_00020053 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Nuclear fission is a process of nuclear reaction or a radioactive decay in which the nucleus of an atom splits into two or more smaller, lighter nuclei.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/692 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", + rdfs:label "nuclear fission" + + SubClassOf: + , + some OEO_00000302 + + +Class: OEO_00020054 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Nuclear energy transformation is an energy transformation that converts nuclear binding energy to thermal energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/692 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "nuclear energy transformation" + + SubClassOf: + OEO_00020003, + OEO_00010234 some OEO_00000300, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010235 some OEO_00000207 + + +Class: OEO_00020058 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A rock is a portion of matter that is a naturally occurring solid aggregate of minerals or mineraloid matter that is part of the earth's crust.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", + rdfs:label "rock" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030003, + some OEO_00000151, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00020059 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Geothermal heat transfer is a heat transfer from the earth crust to a transportable material entity. E.g. a liquid or gas.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "geothermal heat transfer" + + SubClassOf: + OEO_00140101, + OEO_00010234 only OEO_00000191 + + +Class: OEO_00020066 + + +Class: OEO_00020068 + + SubClassOf: + some OEO_00000001 + + +Class: OEO_00020073 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Grid-bound heating is a heat transfer over a distance via a heating grid, using steam or (hot) water.", + "distance heating", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", + rdfs:label "grid-bound heating" + + SubClassOf: + OEO_00140101, + some OEO_00020005, + some + (OEO_00110000 or OEO_00110001) + + +Class: OEO_00020074 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Industrial grid-bound heating is a grid-bound heating transfer to industrial installations."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", + rdfs:label "industrial grid-bound heating" + + SubClassOf: + OEO_00020073 + + +Class: OEO_00020085 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A renewable energy is an energy that has renewable origin.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", + rdfs:label "renewable energy" + + EquivalentTo: + OEO_00000150 + and (OEO_00000530 some OEO_00030004) + + SubClassOf: + OEO_00000150 + + DisjointWith: + OEO_00010295 + + +Class: OEO_00020086 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A renewable energy carrier disposition is an energy carrier disposition of an material entity that contains renewable energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", + rdfs:label "renewable energy carrier disposition" + + SubClassOf: + OEO_00000151 + + +Class: OEO_00020087 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Natural hydro energy is hydro energy collected from the natural water cycle (rain water, melted snow and ice).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", + rdfs:label "natural hydro energy" + + SubClassOf: + OEO_00000218, + OEO_00000503 some OEO_00010104, + OEO_00000530 some OEO_00030004 + + +Class: OEO_00020088 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Pumped hydro energy is hydro energy that results from a water flow of pumped water.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", + rdfs:label "pumped hydro energy" + + SubClassOf: + OEO_00000218, + OEO_00000503 some OEO_00000345, + OEO_00000530 some OEO_00020147 + + +Class: OEO_00020102 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy transformation unit is an artificial object that transforms, changes or transfers a certain type of energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", + rdfs:label "energy transformation unit" + + SubClassOf: + OEO_00000061, + OEO_00010235 some OEO_00010114, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" + some OEO_00000011, + some OEO_00020003, + some OEO_00020104 + + +Class: OEO_00020103 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Energy transfer is an energy transformation in form of a spatial transmission, that does not change the types of energies, apart from losses, e.g. waste heat.", + "class added: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", + rdfs:label "energy transfer" + + SubClassOf: + OEO_00020003 + + +Class: OEO_00020104 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An outage is a process during which an artificial object cannot perfom or operate.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", + rdfs:label "outage" + + SubClassOf: + , + some OEO_00020102 + + +Class: OEO_00020105 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A forced outage is an outage of an artificial object caused by a failure.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", + rdfs:label "forced outage" + + SubClassOf: + OEO_00020104 + + DisjointWith: + OEO_00020106 + + +Class: OEO_00020106 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A planned outage is an outage during which an artificial object is being maintained.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", + rdfs:label "planned outage" + + SubClassOf: + OEO_00020104 + + DisjointWith: + OEO_00020105 + + +Class: OEO_00020107 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Curtailment is a process in which a power generating unit is forced to reduce its output, in order to balance energy supply and demand or due to transmission constraints.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/888 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", + rdfs:label "curtailment" + + SubClassOf: + , + some OEO_00000334 + + +Class: OEO_00020136 + + +Class: OEO_00020137 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An operational space requirement is space requirement that covers the area needed by an artificial object in order to operate properly.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", + rdfs:label "operational space requirement" + + SubClassOf: + OEO_00020136 + + +Class: OEO_00020139 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A space requirement for construction is space requirement of an artificial object that covers the area needed in order to contruct an artificial object.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", + rdfs:label "space requirement for construction" + + SubClassOf: + OEO_00020136 + + +Class: OEO_00020140 + + +Class: OEO_00020141 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A specific space requirement is a quantity value that indicates a certain space requirement per nameplate capacity.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/899 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", + rdfs:label "specific space requirement" + + SubClassOf: + OEO_00000350, + OEO_00040010 some OEO_00020140 + + +Class: OEO_00020144 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Rotor diameter is a quality of a wind energy converting unit that measures the diameter of the wind rotor.", + "add class +issue: https://github.com/OpenEnergyPlatform/ontology/issues/892 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/949 + +add 'has bearer' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", + rdfs:label "rotor diameter" + + SubClassOf: + , + OEO_00010121 some + (OEO_00000044 or OEO_00000448), + OEO_00140002 some OEO_00140001 + + +Class: OEO_00020147 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Conventional is an origin of energies that don't replenish when transformed / consumed.", + "non-renewable", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955 + +Axiomatise relations between origin, energy and portion of matter: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", + rdfs:label "conventional" + + SubClassOf: + OEO_00000316, + OEO_00010121 some OEO_00000150 + + DisjointWith: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048" + OEO_00030004 + + +Class: OEO_00020148 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A conventional energy carrier disposition is an energy carrier disposition of an material entity that contains non-renewable energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955", + rdfs:label "conventional energy carrier disposition" + + SubClassOf: + OEO_00000151 + + +Class: OEO_00020149 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Fossil energy is chemical energy that is stored in fossil combustion fuels and thus has a conventional origin.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955 + +Update definition and axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1172 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1185", + rdfs:label "fossil energy" + + EquivalentTo: + OEO_00000007 + and (OEO_00000530 some OEO_00020147) + and (OEO_00010121 some OEO_00000014) + + SubClassOf: + OEO_00000007 + + +Class: OEO_00020166 + + +Class: OEO_00020196 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fissile material entity is a material entity that has the disposition to carry nuclear (binding) energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1159 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1190 + +Fix spelling of label: +https://github.com/OpenEnergyPlatform/ontology/pull/1196", + rdfs:label "fissile material entity" + + EquivalentTo: + + and ( some OEO_00000028) + + SubClassOf: + + + +Class: OEO_00020197 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A tangential proper part is a fiat object part of an entity which shares a boundary with that entity.", + "https://en.wikipedia.org/wiki/Region_connection_calculus", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", + rdfs:label "tangential proper part" + + SubClassOf: + + + +Class: OEO_00020198 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A surface is a tangential proper part of an object that extends in two dimensions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", + rdfs:label "surface" + + SubClassOf: + OEO_00020197, + some + + +Class: OEO_00020199 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar radiation receiving surface is a surface that is receiving solar energy via solar radiation.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", + rdfs:label "solar radiation receiving surface" + + EquivalentTo: + OEO_00020198 + and (OEO_00010234 some OEO_00000384) + + SubClassOf: + OEO_00020198 + + +Class: OEO_00020200 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A solar receiving object is an artificial object that has a solar radiation receiving surface as part.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", + rdfs:label "solar receiving object" + + EquivalentTo: + OEO_00000061 + and ( some OEO_00020199) + + SubClassOf: + OEO_00000061, + OEO_00010235 some OEO_00010114 + + +Class: OEO_00020201 + + +Class: OEO_00020202 + + +Class: OEO_00020207 + + +Class: OEO_00020208 + + +Class: OEO_00020210 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sirup is a portion of matter that consists mainly of water and sugar. It has a liquid state of matter.", + "sirop", + "syrup", + "pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", + rdfs:label "sirup" + + SubClassOf: + OEO_00000331, + some OEO_00000441, + OEO_00000531 value OEO_00000256 + + +Class: OEO_00030000 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Anthropogenic is an origin of portions of matter or energies created by human activity.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 + +include \"or energies\" +issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742 + +Axiomatise relations between origin, energy and portion of matter: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", + rdfs:label "anthropogenic" + + SubClassOf: + OEO_00000316, + OEO_00010121 some + (OEO_00000150 or OEO_00000331) + + +Class: OEO_00030001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Biogenic is an origin of portions of matter made by or produced from life forms.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 + +Axiomatise relations between origin, energy and portion of matter: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", + rdfs:label "biogenic" + + SubClassOf: + OEO_00000316, + OEO_00010121 some OEO_00000331 + + DisjointWith: + OEO_00030002 + + +Class: OEO_00030002 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Fossil is a geogenic origin of portions of matter created from organic material by geological processes lasting thousands or millions of years.", + "In real world, fossils are from biogenic origin some thousands or millions of years ago. However, this is irrelevant in the energy modelling domain.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 + +Update definition and add disjoint: +https://github.com/OpenEnergyPlatform/ontology/issues/872 +https://github.com/OpenEnergyPlatform/ontology/pull/1048 + +Shift part of the definition into an editor note: +Issue: https://github.com/OpenEnergyPlatform/ontology/issues/1180 +Pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1181 + +Axiomatise relations between origin, energy and portion of matter: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", + rdfs:label "fossil" + + SubClassOf: + OEO_00030003, + OEO_00010121 some OEO_00000331 + + DisjointWith: + OEO_00030001 + + +Class: OEO_00030003 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Geogenic is an origin of portions of matter or energies that are the result of geological processes.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237 + +Update definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048 + +Axiomatise relations between origin, energy and portion of matter: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", + rdfs:label "geogenic" + + SubClassOf: + OEO_00000316, + OEO_00010121 some + (OEO_00000150 or OEO_00000331) + + +Class: OEO_00030004 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Renewable is an origin of energies that replenish on a human time scale.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/397 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/398 +include \"or energies\" +issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742 +change def +issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 + +Axiomatise relations between origin, energy and portion of matter: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", + rdfs:label "renewable" + + SubClassOf: + OEO_00000316, + OEO_00010121 some OEO_00000150 + + DisjointWith: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048" + OEO_00020147 + + +Class: OEO_00030005 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Synthetic is an anthropogenic origin of portions of matter created artificially by a chemical process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 + +Make subclass of anthropogenic: +https://github.com/OpenEnergyPlatform/ontology/issues/872 +https://github.com/OpenEnergyPlatform/ontology/pull/1048 + +Axiomatise relations between origin, energy and portion of matter: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", + rdfs:label "synthetic" + + SubClassOf: + OEO_00030000, + OEO_00010121 some OEO_00000331 + + +Class: OEO_00030015 + + SubClassOf: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/415 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821" + OEO_00140164 some OEO_00030024 + + +Class: OEO_00030019 + + +Class: OEO_00030024 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy system is a supply system of spatially extended linked energy sources and sinks.", + "energy supply system", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/432 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/493 + +make subclass of supply system: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1071 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1123", + rdfs:label "energy system" + + SubClassOf: + OEO_00030025 + + +Class: OEO_00030025 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A supply system is a system that connects producers and consumers.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/432 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/493", + rdfs:label "supply system" + + SubClassOf: + + + +Class: OEO_00030026 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Primary energy production is a production that prepares raw material for its use as primary energy carrier."@en, + "primary production of energy", + "add eurostat alternative term: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/920 +pull: https://github.com/OpenEnergyPlatform/ontology/pull/924 + +add axioms: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/860 +pull: https://github.com/OpenEnergyPlatform/ontology/pull/865 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/835 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", + rdfs:label "primary energy production" + + SubClassOf: + OEO_00240003, + OEO_00000533 some OEO_00140078, + OEO_00140002 some OEO_00050019 + + +Class: OEO_00030027 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Primary energy carrier mining is a primary energy production that recovers non-renewable energy carriers from its natural site."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/835 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", + rdfs:label "primary energy carrier mining" + + SubClassOf: + OEO_00030026 + + +Class: OEO_00030028 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Primary energy carrier harvest is a primary energy production that collects solid biomass from its natural site."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/835 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", + rdfs:label "primary energy carrier harvest" + + SubClassOf: + OEO_00030026 + + +Class: OEO_00030035 + + +Class: OEO_00040009 + + +Class: OEO_00040011 + + +Class: OEO_00050000 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An industrial process is a process that has output object or object aggregates that are economic goods. An industrial process consists of several subprocesses. Examples of subprocesses that can be involved in an industrial process are energy transformations, mechanical operations and chemical reactions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/534 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/589", + rdfs:label "industrial process"@en + + SubClassOf: + , + some + ( or ) + + +Class: OEO_00050001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Fuel-powered electricity generation is an electricity generation process that converts chemical energy from a combustion fuel to electrical energy. It causes some emission.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/582 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/592 + +Update definition and axioms: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/936 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1240", + rdfs:label "fuel-powered electricity generation"@en + + EquivalentTo: + OEO_00240014 + and (OEO_00000532 some OEO_00000099) + + SubClassOf: + OEO_00240014, + OEO_00000500 some OEO_00000148, + OEO_00000533 some OEO_00000331, + OEO_00010234 some OEO_00000007, + some OEO_00000174, + some OEO_00000175, + some OEO_00000147 + + +Class: OEO_00050002 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy unit which is equal to 1,000 joules.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", + "kJ", + rdfs:label "kilojoule"@en + + SubClassOf: + + + +Class: OEO_00050003 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy unit which is equal to 1,000,000 joules.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", + "MJ", + rdfs:label "megajoule"@en + + SubClassOf: + + + +Class: OEO_00050004 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy unit which is equal to 10^9 joules.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", + "GJ", + rdfs:label "gigajoule"@en + + SubClassOf: + + + +Class: OEO_00050005 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy unit which is equal to 10^12 joules.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", + "TJ", + rdfs:label "terajoule"@en + + SubClassOf: + + + +Class: OEO_00050006 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy unit which is equal to 10^15 joules.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", + "PJ", + rdfs:label "petajoule"@en + + SubClassOf: + + + +Class: OEO_00050007 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy unit which is equal to 10^18 joules.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", + "EJ", + rdfs:label "exajoule"@en + + SubClassOf: + + + +Class: OEO_00050008 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy unit which is equal to 1,000,000 watt-hours.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", + "MWh", + rdfs:label "megawatt-hour"@en + + SubClassOf: + + + +Class: OEO_00050009 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy unit which is equal to 10^12 watt-hours.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", + "TWh", + rdfs:label "terawatt-hour"@en + + SubClassOf: + + + +Class: OEO_00050010 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy unit which is equal to 10^15 watt-hours.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", + "PWh", + rdfs:label "petawatt-hour"@en + + SubClassOf: + + + +Class: OEO_00050011 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy unit which is equal to 10^9 watt-hours.", + "gigawatt hours", + "add eurostat alternative term: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/920 +pull: https://github.com/OpenEnergyPlatform/ontology/pull/924 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", + "GWh", + rdfs:label "gigawatt-hour"@en + + SubClassOf: + + + +Class: OEO_00050016 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Final energy consumption is an energy consumption value accounting for the energy delivered to and consumed by end users."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613 + +Make 'energy consumption value' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1322 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1340", + rdfs:label "final energy consumption"@en + + SubClassOf: + OEO_00240019 + + +Class: OEO_00050017 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Gross inland energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region (e.g. a country)."@en, + "Gross inland energy consumption represents the quantity of energy necessary to satisfy inland consumption of the spatial region (e.g. a country) under consideration. + +Gross inland energy consumption covers: + - consumption by the energy sector itself; + - distribution and transformation losses; + - final energy consumption by end users; + - 'statistical differences' (not already captured in the figures on primary energy consumption and final energy consumption). + +Gross inland energy consumption does not include energy (fuel oil) provided to international maritime bunkers."@en, + "gross inland consumption"@en, + "primary energy consumption including non-energy use of energy carriers"@en, + "Eurostat Energy Glossary +https://ec.europa.eu/eurostat/statistics-explained/index.php/Glossary:Gross_inland_energy_consumption"@en, + "become a subclass of quantity value: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/709 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/719 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613 + +improve definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306"@en, + rdfs:label "gross inland energy consumption"@en + + SubClassOf: + OEO_00240019, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" + ( some OEO_00010210) + and ( some OEO_00010211) + + +Class: OEO_00050018 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Primary energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region excluding the non-energetic use of fuels."@en, + "Primary energy consumption covers consumption of the energy sector itself, losses during transformation (for example, from oil or gas into electricity) and distribution of energy, and the final consumption by end users. It excludes energy carriers used for non-energy purposes (such as petroleum not used not for combustion but for producing plastics)."@en, + "Primary energy consumption excluding non-energy use of energy carriers."@en, + "Eurostat Energy Glossary +https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:Primary_energy_consumption"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/709 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/719 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613 + +make energy consumption value: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306"@en, + rdfs:label "primary energy consumption"@en + + SubClassOf: + OEO_00240019, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" + (not ( some OEO_00010211)) + and ( some OEO_00010210) + + +Class: OEO_00050019 + + +Class: OEO_00050020 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A steam-electric process is an energy transformation that converts thermal energy to electrical energy. A steam turbine and an electro motive generator are participating in a steam-electric process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/659 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/691 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, + rdfs:label "steam-electric process"@en + + SubClassOf: + OEO_00020003, + OEO_00010234 some OEO_00000207, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010235 some OEO_00000139, + some OEO_00000010, + some OEO_00000396 + + +Class: OEO_00090000 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A volumetric flow rate value is a quantity value that has a volumetric flow rate unit as unit.", + "Issue: https://github.com/OpenEnergyPlatform/ontology/pull/693 +Pull Request: https://github.com/OpenEnergyPlatform/ontology/pull/693", + rdfs:label "volumetric flow rate value" + + SubClassOf: + OEO_00000350, + OEO_00040010 some + + +Class: OEO_00110000 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Liquid water is water that has a liquid state of matter."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, + rdfs:label "liquid water"@en + + SubClassOf: + OEO_00000441, + some OEO_00000218, + OEO_00000531 value OEO_00000256 + + +Class: OEO_00110001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Steam is water that has a gaseous state of matter."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682 + +add axiom to secondary energy carrier disposition +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243"@en, + rdfs:label "steam"@en + + SubClassOf: + OEO_00000441, + some OEO_00140076, + OEO_00000531 value OEO_00000182 + + +Class: OEO_00110002 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Water flow is a process of liquid water moving."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, + rdfs:label "water flow"@en + + SubClassOf: + , + OEO_00000500 some OEO_00110003, + some OEO_00110000 + + +Class: OEO_00110003 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Water flow rate is the process attribute of water flow that quantifies the water volume per time unit."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, + rdfs:label "water flow rate"@en + + SubClassOf: + OEO_00030019, + OEO_00140002 some OEO_00090000 + + +Class: OEO_00110004 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Hydro energy transformation is an energy transformation that converts hydro energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, + rdfs:label "hydro energy transformation"@en + + SubClassOf: + OEO_00020003, + OEO_00010234 some OEO_00000218 + + +Class: OEO_00110005 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Hydroelectric energy transformation is a hydro energy transformation that converts hydro energy to electrical energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, + rdfs:label "hydroelectric energy transformation"@en + + SubClassOf: + OEO_00110004, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010235 some OEO_00000139 + + +Class: OEO_00140000 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Hub height is a quality of a wind energy converting unit that measures the distance between surface and centre-line of the wind rotor.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509 + +add 'has bearer' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", + rdfs:label "hub height"@en + + SubClassOf: + , + OEO_00010121 some OEO_00000044, + OEO_00140002 some OEO_00140001 + + +Class: OEO_00140001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Length value is a quantity value that has a length unit as unit.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509", + rdfs:label "length value"@en + + SubClassOf: + OEO_00000350, + some + + +Class: OEO_00140005 + + +Class: OEO_00140033 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A chemical reaction is a transformation that involves the interconversion of chemical species.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", + rdfs:label "chemical reaction"@en + + SubClassOf: + OEO_00000419 + + +Class: OEO_00140034 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A redox reaction is a chemical reaction in which the oxidation of one reactant is coupled to the reduction of a second reactant.", + "oxidation", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", + rdfs:label "redox reaction"@en + + SubClassOf: + OEO_00140033 + + +Class: OEO_00140035 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Oxidation is a chemical reaction that describes the loss of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", + rdfs:label "oxidation"@en + + SubClassOf: + OEO_00140033 + + +Class: OEO_00140036 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Reduction is a chemical reaction that describes the gain of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", + rdfs:label "reduction"@en + + SubClassOf: + OEO_00140033 + + +Class: OEO_00140037 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electrochemical reaction is a chemical reaction that describes the overall reactions of individual redox reactions being separated but connected by an external electric circuit and an intervening electrolyte.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", + rdfs:label "electrochemical reaction"@en + + SubClassOf: + OEO_00140033 + + +Class: OEO_00140038 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Combustion is an exothermic redox reaction between a fuel (the reductant) and an oxidant (usually atmospheric oxygen) which is initiated by a ignition source.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", + rdfs:label "combustion"@en + + SubClassOf: + OEO_00140034 + + +Class: OEO_00140039 + + +Class: OEO_00140049 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Energy conversion efficiency is a process attribute describing the ratio between the input of an energy transformation and the outputs that are used.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", + rdfs:label "energy conversion efficiency"@en + + SubClassOf: + OEO_00030019, + OEO_00000502 some OEO_00020003, + OEO_00140002 some OEO_00140050 + + +Class: OEO_00140050 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An efficiency value is a quantity value stating the ratio between a process's inputs and the outputs that are used.", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779" + "efficiency", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", + rdfs:label "efficiency value"@en + + SubClassOf: + OEO_00000350, + OEO_00040010 some + + +Class: OEO_00140051 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A coefficient of performance value is a quantity value stating the ratio between the work input and the total output of an energy conversion process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", + rdfs:label "coefficient of performance value"@en + + SubClassOf: + OEO_00000350, + OEO_00020056 some OEO_00140052, + OEO_00040010 some + + +Class: OEO_00140052 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Energy conversion performance is a process attribute describing the ratio between the non-heat input of an energy transformation and the outputs that are used.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", + rdfs:label "energy conversion performance"@en + + SubClassOf: + OEO_00030019, + OEO_00000502 some OEO_00020003, + OEO_00140002 some OEO_00140051 + + +Class: OEO_00140056 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A flow potential is a potential of an input or output of a process, per time unit.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607 + +change: adjust definition to be based on parent class +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1102", + rdfs:label "flow potential"@en + + SubClassOf: + OEO_00290000 + + +Class: OEO_00140057 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A theoretical flow potential is a type of flow potential that identifies the physical upper limit of an input or output of a process in a spatial region of reference per unit time.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", + rdfs:label "theoretical flow potential"@en + + SubClassOf: + OEO_00140056 + + +Class: OEO_00140058 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A technological flow potential is a type of a flow potential derived from a theoretical flow potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", + rdfs:label "technological flow potential"@en + + SubClassOf: + OEO_00140056 + + +Class: OEO_00140059 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An economic flow potential is a type of flow potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", + rdfs:label "economic flow potential"@en + + SubClassOf: + OEO_00140056 + + +Class: OEO_00140060 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A developable flow potential is a type of flow potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", + rdfs:label "developable flow potential"@en + + SubClassOf: + OEO_00140056 + + +Class: OEO_00140061 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sustainable flow potential is a type of flow potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", + rdfs:label "sustainable flow potential"@en + + SubClassOf: + OEO_00140056 + + +Class: OEO_00140062 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A stock potential is a potential of the stock of a source or sink.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607 + +change: adjust definition to be based on parent class +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1102", + rdfs:label "stock potential"@en + + SubClassOf: + OEO_00290000 + + +Class: OEO_00140063 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A theoretical stock potential is a type of stock potential that identifies the physical upper limit of a stock of a source or sink in a spatial region of reference.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", + rdfs:label "theoretical stock potential"@en + + SubClassOf: + OEO_00140062 + + +Class: OEO_00140064 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A technological stock potential is a type of a stock potential derived from a theoretical stock potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", + rdfs:label "technological stock potential"@en + + SubClassOf: + OEO_00140062 + + +Class: OEO_00140065 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An economic stock potential is a type of stock potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", + rdfs:label "economic stock potential"@en + + SubClassOf: + OEO_00140062 + + +Class: OEO_00140066 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A developable stock potential is a type of stock potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", + rdfs:label "developable stock potential"@en + + SubClassOf: + OEO_00140062 + + +Class: OEO_00140067 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sustainable stock potential is a type of stock potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", + rdfs:label "sustainable stock potential"@en + + SubClassOf: + OEO_00140062 + + +Class: OEO_00140075 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "coals, cruide oil, natural gas, wood or moving air (wind) have the disposition of being primary energy carriers", + "Primary energy carrier disposition is an energy carrier disposition of material entities that are extracted directly from natural resources or that are natural energy flows.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", + rdfs:label "primary energy carrier disposition"@en + + SubClassOf: + OEO_00000151 + + +Class: OEO_00140076 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "blast furnace gas, coke oven gas, cokes, motor gasoline or electricity have the disposition to be a secondary energy carrier", + "Secondary energy carrier disposition is an energy carrier disposition of material entities that are manufactured from primary energy carriers or from a different form of secondary energy carriers.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", + rdfs:label "secondary energy carrier disposition"@en + + SubClassOf: + OEO_00000151 + + +Class: OEO_00140077 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "district heat or electricity have the disposition of being a final energy carrier", + "Final energy carrier disposition is an energy carrier disposition of material entities that are delivered to energy consumers for their use.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", + rdfs:label "final energy carrier disposition"@en + + SubClassOf: + OEO_00000151 + + +Class: OEO_00140078 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A primary energy carrier is an energy carrier that has the disposition primary energy carrier disposition.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", + rdfs:label "primary energy carrier"@en + + EquivalentTo: + + and ( some OEO_00140075) + + SubClassOf: + OEO_00020039 + + +Class: OEO_00140079 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A secondary energy carrier is an energy carrier that has the disposition secondary energy carrier disposition.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633 +fix error in definition +issue: https://github.com/OpenEnergyPlatform/ontology/issues/669 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/678", + rdfs:label "secondary energy carrier"@en + + EquivalentTo: + + and ( some OEO_00140076) + + SubClassOf: + OEO_00020039 + + +Class: OEO_00140080 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A final energy carrier is an energy carrier that has the disposition final energy carrier disposition.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", + rdfs:label "final energy carrier"@en + + EquivalentTo: + + and ( some OEO_00140077) + + SubClassOf: + OEO_00020039 + + +Class: OEO_00140081 + + +Class: OEO_00140082 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A greenhouse gas emission value is an emission value that quantifies the output of a greenhouse gas emission process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651", + rdfs:label "greenhouse gas emission value"@en + + SubClassOf: + OEO_00140081, + OEO_00000502 some OEO_00000199 + + +Class: OEO_00140083 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A carbon dioxide equivalent quantity is a greenhouse gas emission value that quantifies the combined effect of all emitted greenhouse gases by giving an equivalent amount of CO2 which would have the same effect on the climate.", + "CO2 equivalent quantity", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651", + rdfs:label "carbon dioxide equivalent quantity"@en + + SubClassOf: + OEO_00140082 + + +Class: OEO_00140091 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Plutonium is a portion of matter with the chemical formula Pu. It has a solid normal state of matter.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/694 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/708", + rdfs:label "plutonium"@en + + SubClassOf: + OEO_00000331, + some OEO_00000001, + some OEO_00000028, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00140092 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Thorium is a portion of matter with the chemical formula Th. It has a solid normal state of matter.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/694 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/708", + rdfs:label "thorium"@en + + SubClassOf: + OEO_00000331, + some OEO_00000001, + some OEO_00000028, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00140101 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Heat transfer is an energy transfer of thermal energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/730 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/733 + +subclass of energy transfer +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041 + +Shorten definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", + rdfs:label "heat transfer"@en + + SubClassOf: + OEO_00020103, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010234 only OEO_00000207, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010235 only OEO_00000207 + + +Class: OEO_00140102 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat exchanger is an energy converting component that is used for a heat transfer process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/713 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/734 + +use energy converting component in definition: +https://github.com/OpenEnergyPlatform/ontology/pull/993 + +change produces energy and uses energy axioms to 'has energy output' and 'has energy input': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +fix definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1263 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1264", + rdfs:label "heat exchanger"@en + + SubClassOf: + OEO_00000011, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010234 some OEO_00000207, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00000207, + some OEO_00140101 + + +Class: OEO_00140104 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Natural ambient thermal energy is ambient thermal energy that has a renewable origin.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742", + rdfs:label "natural ambient thermal energy"@en + + SubClassOf: + OEO_00000056, + OEO_00000530 some OEO_00030004 + + +Class: OEO_00140105 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Artificial ambient thermal energy is ambient thermal energy that has an anthropogenic origin.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742", + rdfs:label "artificial ambient thermal energy"@en + + SubClassOf: + OEO_00000056, + OEO_00000530 some OEO_00020147, + OEO_00000530 some OEO_00030000 + + +Class: OEO_00140106 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Ambient thermal energy transfer is a heat transfer from the ambient air to a transportable material entity.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "ambient thermal energy transfer"@en + + SubClassOf: + OEO_00140101, + OEO_00010234 some OEO_00000056, + some + + +Class: OEO_00140116 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fluid is a material entity which is a liquid, gas or plasma.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769", + rdfs:label "fluid"@en + + EquivalentTo: + + and ((OEO_00000531 value OEO_00000182) or (OEO_00000531 value OEO_00000256) or (OEO_00000531 value OEO_00000326)) + + SubClassOf: + + + +Class: OEO_00140126 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Planned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779 + +add 'has bearer' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", + rdfs:label "planned availability"@en + + SubClassOf: + , + OEO_00010121 some OEO_00000031, + OEO_00140002 some OEO_00140127 + + +Class: OEO_00140127 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fraction value is a quantity value that has a fraction as it's unit.", + "share", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/187 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779", + rdfs:label "fraction value"@en + + SubClassOf: + OEO_00000350 + + +Class: OEO_00140128 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Block size is the declared net capacity of a power generating unit.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779", + rdfs:label "block size"@en + + SubClassOf: + OEO_00230002, + OEO_00020056 some OEO_00000334 + + +Class: OEO_00140129 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Unplanned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year, but is not operation.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779 + +add 'has bearer' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", + rdfs:label "unplanned availability"@en + + SubClassOf: + , + OEO_00010121 some OEO_00000031, + OEO_00140002 some OEO_00140127 + + +Class: OEO_00140133 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "RE-share is a process attribute that indicates the fraction of renewable energy related to the total energy of an energy generation or consumption process.", + "renewables share", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/187 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/780", + rdfs:label "RE-share"@en + + SubClassOf: + OEO_00030019, + OEO_00140002 some OEO_00140127 + + +Class: OEO_00140134 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A hydrogen fuel cell is a fuel cell that uses hydrogen.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782", + rdfs:label "hydrogen fuel cell"@en + + SubClassOf: + OEO_00000016, + OEO_00000503 some OEO_00000220 + + +Class: OEO_00140135 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A natural gas turbine is a gas turbine fueled with natural gas.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782", + rdfs:label "natural gas turbine"@en + + SubClassOf: + OEO_00000185, + OEO_00000503 some OEO_00000292 + + +Class: OEO_00140144 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Full load hours are a quantity value that describes the utilization of a technical device. The value of the full load hours is obtained by dividing the annual amount of energy generated by the declared net capacity of the plant.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793", + rdfs:label "full load hours"@en + + SubClassOf: + OEO_00000350, + OEO_00040010 some + + +Class: OEO_00140159 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Hydrocarbon is a portion of matter which is member of class of organic chemical compounds composed only of the elements carbon (C) and hydrogen (H).", + "https://www.britannica.com/science/hydrocarbon", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805", + rdfs:label "hydrocarbon"@en + + SubClassOf: + OEO_00000331, + some OEO_00000001, + some OEO_00000097 + + +Class: OEO_00140160 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Syngas is a gas mixture consisting primarily of hydrogen, carbon monoxide, and very often carbon dioxide, that can be used as fuel.", + "https://en.wikipedia.org/wiki/Syngas", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805 + +add axioms: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931 + +improve definition and make subclass of gas mixture: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007 + +add axiom to secondary energy carrier disposition +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", + rdfs:label "syngas"@en + + SubClassOf: + , + some OEO_00000220, + some OEO_00010001, + some OEO_00000001, + some OEO_00000097, + some OEO_00140076, + OEO_00000529 value OEO_00000182 + + +Class: OEO_00140162 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power plant with electromotive generator is a power plant that has an electro motive generator.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810", + rdfs:label "power plant with electro motive generator"@en, + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002214" + + EquivalentTo: + OEO_00000031 + and ( some OEO_00000010) + + SubClassOf: + OEO_00000031 + + +Class: OEO_00160001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Frequency control is a process that regulates the electricity output of an artificial object to maintain the equilibrium between electricity supply and demand.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", + rdfs:label "frequency control"@en + + SubClassOf: + + + +Class: OEO_00160002 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A primary control is a frequency control that is decentralised and automated. It reacts within seconds to frequency deviations caused by electricity supply and demand imbalances.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", + rdfs:label "primary control"@en + + SubClassOf: + OEO_00160001 + + +Class: OEO_00160003 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A secondary control is a frequency control that is centralised and automated. It refers to the control area of one transmission system operator. Secondary control succeeds primary control and operates for several minutes.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", + rdfs:label "secondary control"@en + + SubClassOf: + OEO_00160001 + + +Class: OEO_00160004 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A tertiary control is a frequency control that is either automated or manual. It takes over from secondary control to equalise electricity supply and demand imbalances that last for more than 15 minutes.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", + rdfs:label "tertiary control"@en + + SubClassOf: + OEO_00160001 + + +Class: OEO_00230000 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Storage capacity is the quantity value stating the maximum energy an energy storage object can store.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391", + rdfs:label "storage capacity" + + SubClassOf: + OEO_00000350, + OEO_00020056 some OEO_00000159 + + +Class: OEO_00230001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Power rating is a power capacity stating the maximum power an energy converting component can convert.", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779" + "installed power", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391 + +Make it subclass of power value and add unit axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/918 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/935 + +use energy converting component in definition: +https://github.com/OpenEnergyPlatform/ontology/pull/993 + +Make subclass of 'power capacity': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", + rdfs:label "power rating"@en + + SubClassOf: + OEO_00010257, + OEO_00020056 some OEO_00000011, + OEO_00040010 some + + +Class: OEO_00230002 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Declared net capacity is a power capacity stating the maximum power a power generating unit or a power plant can deliver to the electrical grid. It equals the sum of the rated powers of all plant generators minus all power used internally within the plant.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391 + +Make it subclass of power value and add unit axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/918 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/935 + +Make subclass of 'power capacity': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", + rdfs:label "declared net capacity"@en + + SubClassOf: + OEO_00010257, + OEO_00020056 some + (OEO_00000031 or OEO_00000334), + OEO_00040010 some + + +Class: OEO_00230003 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Nameplate capacity is the power capacity stating the maximum power an artificial object, e.g. a power generating unit or a power plant, can generate, and the sum of the power ratings of all energy converting component of that power plant.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391 +extend to artificial objects: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933 +Make it subclass of power value and add unit axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/918 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/935 + +use energy converting component in definition: +https://github.com/OpenEnergyPlatform/ontology/pull/993 + +Make subclass of 'power capacity': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", + rdfs:label "nameplate capacity"@en + + SubClassOf: + OEO_00010257, + OEO_00020056 some OEO_00000061 + + +Class: OEO_00230020 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Kinetic energy is the energy that a material entity possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to a stated velocity."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, + rdfs:label "kinetic energy"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000017" + + SubClassOf: + OEO_00000150 + + +Class: OEO_00230021 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A photon is a material entity that is a light particle."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/661 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 +pull request: https://github.com/OpenEnergyPlatform/ontology/issues/674 +add origin +issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 +remove origin +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 +classify as material entity +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1165"@en, + rdfs:label "photon"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_30212" + + SubClassOf: + , + some OEO_00020040, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/726 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732" + some OEO_00000151 + + +Class: OEO_00240000 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Rotational energy is the kinetic energy that a material entity possesses due to its rotational motion."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817", + rdfs:label "rotational energy"@en + + SubClassOf: + OEO_00230020 + + +Class: OEO_00240003 + + +Class: OEO_00240009 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Combined heat and power generation (CHP) is an energy transformation that converts energy simultaneously to electrical energy and thermal energy."@en, + "CHP"@en, + "co-generation"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "combined heat and power generation" + + SubClassOf: + OEO_00020003, + OEO_00010235 some OEO_00000139, + OEO_00010235 some OEO_00000207 + + +Class: OEO_00240010 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A combined heat and power generating unit is a power generating unit that produces electrical energy and thermal energy."@en, + "co-generating power unit"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 + +change produces energy axioms to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "combined heat and power generating unit" + + SubClassOf: + OEO_00000334, + OEO_00010235 some OEO_00000139, + OEO_00010235 some OEO_00000207, + some OEO_00240009 + + +Class: OEO_00240011 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A combined heat and power plant (CHPP) is a power plant that has combined heat and power generating units as parts."@en, + "CHPP"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923", + rdfs:label "combined heat and power plant" + + SubClassOf: + OEO_00000031, + some OEO_00240010 + + +Class: OEO_00240012 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Gross electricity generation is a process attribute that refers to the total amount of electrical energy produced in an electricity generation process."@en, + "gross electricity production", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932", + rdfs:label "gross electricity generation" + + SubClassOf: + OEO_00030019, + OEO_00140002 some OEO_00050019 + + +Class: OEO_00240013 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Net electricity generation is a process attribute that equals to gross electricity generation minus the consumption of power stations' auxiliary services."@en, + "net electricity production", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932", + rdfs:label "net electricity generation" + + SubClassOf: + OEO_00030019, + OEO_00140002 some OEO_00050019 + + +Class: OEO_00240014 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Electricity generation process is an energy transformation that has electrical energy as physical output."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "electricity generation process" + + EquivalentTo: + OEO_00020003 + and (OEO_00010235 some OEO_00000139) + + SubClassOf: + OEO_00020003, + OEO_00000500 some OEO_00240012, + OEO_00000500 some OEO_00240013, + OEO_00010235 some OEO_00000139 + + +Class: OEO_00240015 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Liquid air production is a production that produces liquid air by cooling and compressing (gaseous) air."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/937 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/945", + rdfs:label "liquid air production" + + SubClassOf: + OEO_00240003, + OEO_00000532 some OEO_00000054, + OEO_00000533 some OEO_00000257 + + +Class: OEO_00240016 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A net capacity factor is a fraction value that is calculated by dividing the net electricity generation over a given time step by the declared net capacity times the length of this time step."@en, + "A net capacity factor is typically calculated for a year but other time steps (e.g. month or day) are possible."@en, + "capacity factor", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/890 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/946 + +make subclass of 'fraction value': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1144 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1146", + rdfs:label "net capacity factor" + + SubClassOf: + OEO_00140127 + + +Class: OEO_00240018 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + OEO_00110012 "GrossNationalElectricityConsumption = GrossElectricityGeneration + ElectricityImports - ElectricityExports", + "Gross national electricity consumption is an energy consumption value measuring the consumption of electrical energy in a spatial region (e.g. a country), including gross electricity generation plus electricity imports, minus electricity exports. It is part of the gross inland energy consumption."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en, + rdfs:label "gross national electricity consumption" + + SubClassOf: + OEO_00240019, + some OEO_00050017 + + +Class: OEO_00240019 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An energy consumption value is an energy amount value that measures the energy consumption over a time span."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en, + rdfs:label "energy consumption value" + + SubClassOf: + OEO_00050019, + some OEO_00030035 + + +Class: OEO_00240026 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An industrial material is a portion of matter that is the physical output of an industrial process and that has a good role."@en, + rdfs:label "industrial material" + + EquivalentTo: + (OEO_00240025 some OEO_00050000) + and ( some OEO_00040011) + + SubClassOf: + OEO_00000331 + + +Class: OEO_00240027 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A chemical substance is a portion of matter of constant composition and that is neither a metal or mineral. It is composed of molecular entities of the same type or of different types that is used in or produced by a chemical reaction involving changes to atoms or molecules. It is the physical output of an industrial process and has a commodity role."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", + rdfs:label "chemical substance" + + SubClassOf: + OEO_00000331, + OEO_00240025 some OEO_00050000, + OEO_00240025 some OEO_00140033, + some OEO_00040011 + + +Class: OEO_00240028 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Paper is a portion of matter that is made from cellulose fibres and other plant materials. It is used for paper-based products. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", + rdfs:label "paper" + + SubClassOf: + OEO_00000331, + OEO_00240025 some OEO_00050000, + some OEO_00040011, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00240029 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Cement is a portion of matter that is made from limestone and clay; other elements may be present. It is used as a building material to set as a solid mass or is used as an ingredient in making mortar or concrete. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", + rdfs:label "cement" + + SubClassOf: + OEO_00000331, + OEO_00240025 some OEO_00050000, + some OEO_00040011, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00240030 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A mineral is a portion of matter that is normally crystalline formed."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", + rdfs:label "mineral" + + SubClassOf: + OEO_00000331 + + +Class: OEO_00240031 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A non-metallic mineral is a mineral that does not contain any metallic content within themselves. It is the physical output of an industrial process and has a commodity role."@en, + "Some examples for non-metallic minerals are ceramic, glass, clay or gypsum."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", + rdfs:label "non-metallic mineral" + + SubClassOf: + OEO_00240030, + OEO_00240025 some OEO_00050000, + some OEO_00040011 + + +Class: OEO_00240032 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A metal is a portion of matter consisting of an atom of an element that exhibits typical metallic properties, being typically shiny, with high electrical and thermal conductivity."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", + rdfs:label "metal" + + SubClassOf: + OEO_00000331 + + +Class: OEO_00240034 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Steel is a metal that consists mainly of iron and up to 2.14 % of carbon; other elements may be present. It has a solid normal state of matter. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", + rdfs:label "steel" + + SubClassOf: + OEO_00240032, + OEO_00240025 some OEO_00050000, + some OEO_00040011, + OEO_00000529 value OEO_00000390 + + +Class: OEO_00240035 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A non-ferrous metal is a metal that does not contain a significant amount of iron in its chemical composition. It is the physical output of an industrial process and has a commodity role."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", + rdfs:label "non-ferrous metal" + + SubClassOf: + OEO_00240032, + OEO_00240025 some OEO_00050000, + some OEO_00040011 + + +Class: OEO_00260001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Ramping is a process attribute that describes the change in power of an energy transformation unit or an energy converting component per time step.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", + rdfs:label "ramping"@en + + SubClassOf: + OEO_00030019 + + +Class: OEO_00260002 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Start-up speed is ramping during a cold start.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", + rdfs:label "start-up speed"@en + + SubClassOf: + OEO_00260001 + and (OEO_00000502 some OEO_00260003) + + +Class: OEO_00260003 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A cold start is a process in which an energy transformation unit is started-up after a period of inactivity.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", + rdfs:label "cold start"@en + + SubClassOf: + + and (OEO_00000500 some OEO_00260002) + + +Class: OEO_00290000 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A potential is a maximum value that describes some upper limit in a spatial region of reference.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1102 + +make subclass of 'maximum value': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", + rdfs:label "potential"@en + + SubClassOf: + OEO_00010256 + + +Class: OEO_00290001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A slope is a quantity value with a plane angle unit that measures the angle between the plane of a surface and the horizontal plane."@en, + "add slope +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1087 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1112", + rdfs:label "slope"@en + + SubClassOf: + OEO_00000350, + OEO_00040010 some + + +Class: OEO_00310000 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A datacenter is an artificial object that houses computer systems and associated components."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", + rdfs:label "data center" + + SubClassOf: + OEO_00000061, + OEO_00010235 some OEO_00010114 + + +Class: OEO_00310001 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sewage plant is an artificial object that removes contaminants from wastewater to produce an effluent that is suitable for discharge to the surrounding environment or an intended reuse application."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", + rdfs:label "sewage plant" + + SubClassOf: + OEO_00000061, + OEO_00000503 some OEO_00000441, + OEO_00010235 some OEO_00010114 + + +Class: OEO_00310004 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Industrial waste thermal energy is waste thermal energy that is energy output of some industrial process."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", + rdfs:label "industrial waste thermal energy" + + SubClassOf: + OEO_00010114, + OEO_00020184 some OEO_00050000 + + +Class: OEO_00310005 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Recovered heat is a thermal energy that is physical output of an energy transformation process and that is recovered and would otherwise be emitted in the environment as waste thermal energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", + rdfs:label "recovered heat" + + SubClassOf: + OEO_00000207 + + +Class: OEO_00310006 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Aerothermal energy is a natural ambient thermal energy that is stored in the air of a natural environment."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", + rdfs:label "aerothermal energy" + + SubClassOf: + OEO_00140104 + + +Class: OEO_00310032 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A thermo-chemical heat storage (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM)."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "thermo-chemical heat storage" + + SubClassOf: + OEO_00000159, + OEO_00010234 some OEO_00000207, + OEO_00010235 some OEO_00000207, + some OEO_00140033, + some OEO_00000039 + + +Class: OEO_00310033 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A chemical heat storage is a thermo-chemical heat storage that stores thermal energy by using the chemical binding energy in an endotherm reaction."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "chemical heat storage" + + SubClassOf: + OEO_00310032 + + +Class: OEO_00310034 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sorption heat storage is a thermo-chemical heat storage that stores thermal energy by using desorption."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "sorption heat storage" + + SubClassOf: + OEO_00310032, + some OEO_00310036 + + +Class: OEO_00310035 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Adsorption is a process that leads to an accumulation of a substance within a phase or at an interface between two phases."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "adsorption" + + SubClassOf: + , + some OEO_00240027 + + +Class: OEO_00310036 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Desorption is a process that leads to a detaching of a substance that was accumulated within a phase or at an interface between two phases (for example by adsorption)."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "desorption" + + SubClassOf: + , + not (OEO_00310035), + some OEO_00240027 + + +Class: OEO_00310037 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sensible heat storage is a thermal energy storage object that stores thermal energy through temperature changes in some medium."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "sensible heat storage" + + SubClassOf: + OEO_00000159, + OEO_00010234 some OEO_00000207, + OEO_00010235 some OEO_00000207, + some OEO_00140101, + some OEO_00000039 + + +Class: OEO_00310038 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sensible fluid heat storage is a sensible heat storage that uses fluids (like water, oil, …) to store thermal energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "sensible fluid heat storage" + + SubClassOf: + OEO_00310037, + OEO_00000503 some + (OEO_00000331 + and (OEO_00000531 value OEO_00000256)) + + +Class: OEO_00310039 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A sensible solid heat storage is a sensible heat storage that uses solid materials (like bulk goods, powder, …) to store thermal energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "sensible solid heat storage" + + SubClassOf: + OEO_00310037, + OEO_00000503 some + (OEO_00000331 + and (OEO_00000531 value OEO_00000390)) + + +Class: OEO_00310040 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A phase transition is a transformation of a medium from a solid, liquid, or gas state to a different state."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "phase transitions" + + SubClassOf: + , + OEO_00000532 some OEO_00000331, + OEO_00000533 some OEO_00000331 + + +Class: OEO_00310041 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Evaporating is a phase transition from a liquid medium to their gaseous state."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "evaporating" + + SubClassOf: + OEO_00310040, + OEO_00000532 some + (OEO_00000331 + and (OEO_00000531 value OEO_00000256)), + OEO_00000533 some + (OEO_00000331 + and (OEO_00000531 value OEO_00000182)) + + +Class: OEO_00310042 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Melting is a phase transition from a solid medium to their liquid state."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "melting" + + SubClassOf: + OEO_00310040, + OEO_00000532 some + (OEO_00000331 + and (OEO_00000531 value OEO_00000390)), + OEO_00000533 some + (OEO_00000331 + and (OEO_00000531 value OEO_00000256)) + + +Class: OEO_00310043 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A latent heat storage (LHS) is a thermal energy storage object that stores thermal energy through phase transitions in phase-change materials (PCM)."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "latent heat storage" + + SubClassOf: + OEO_00000159, + OEO_00010234 some OEO_00000207, + OEO_00010235 some OEO_00000207, + some OEO_00310040, + some OEO_00000039 + + +Class: OEO_00310044 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A latent solid-fluid heat storage is a latent heat storage that stores thermal energy by converting solid materials to their liquid equivalent i.e. melting the material."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "latent solid-fluid heat storage" + + SubClassOf: + OEO_00310043, + some OEO_00310042 + + +Class: OEO_00310045 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A latent fluid-gaseous heat storage is a latent heat storage that stores thermal energy by converting liquid materials to their gaseous equivalent i.e. evaporating the material."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", + rdfs:label "latent fluid-gaseous heat storage" + + SubClassOf: + OEO_00310043, + some OEO_00310041 + + +Class: OEO_00320004 + + Annotations: + "A gas vehicle is an internal combustion vehicle that has only a gas engine as a motor for propulsion."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290 + +Convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315"@en, + rdfs:label "gas vehicle"@en + + EquivalentTo: + OEO_00000240 + and ( some OEO_00320008) + and ( only + (OEO_00320008 or (not (OEO_00010032)))) + + SubClassOf: + OEO_00000240, + OEO_00000503 some OEO_00010146 + + +Class: OEO_00320005 + + Annotations: + "A liquefied petroleum gas vehicle is a gas vehicle that uses liquefied petroleum gas as fuel."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290 + +Convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315"@en, + rdfs:label "liquefied petroleum gas vehicle"@en + + EquivalentTo: + OEO_00320004 + and (OEO_00000503 some OEO_00320011) + + SubClassOf: + OEO_00320004 + + +Class: OEO_00320006 + + Annotations: + "A compressed gas vehicle is a gas vehicle that uses a compressed gas fuel."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290 + +Convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315"@en, + rdfs:label "compressed gas vehicle"@en + + EquivalentTo: + OEO_00320004 + and (OEO_00000503 some OEO_00320015) + + SubClassOf: + OEO_00320004 + + +Class: OEO_00320007 + + Annotations: + "A liquefied natural gas vehicle is a gas vehicle that uses liquefied natural gas as fuel."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290 + +Convert to equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315"@en, + rdfs:label "liquefied natural gas vehicle"@en + + EquivalentTo: + OEO_00320004 + and (OEO_00000503 some ) + + SubClassOf: + OEO_00320004 + + +Class: OEO_00320008 + + Annotations: + "A gas engine is an internal combustion engine that uses a gaseous combustion fuel."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, + rdfs:label "gas engine"@en + + SubClassOf: + OEO_00010029, + OEO_00000503 some OEO_00010146 + + +Class: OEO_00320009 + + Annotations: + "A compressed gas engine is a gas engine that uses a compressed gas fuel."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, + rdfs:label "compressed gas engine"@en + + SubClassOf: + OEO_00320008, + OEO_00000503 some OEO_00320015 + + +Class: OEO_00320010 + + Annotations: + "A compressed gas fuel role is a fuel role that expresses that a portion of matter can be used in a compressed gas engine."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, + rdfs:label "compressed gas fuel role"@en + + SubClassOf: + OEO_00000001 + + +Class: OEO_00320011 + + Annotations: + "Liquefied petroleum gas (LPG) is gas mixture of hydrocarbon gases, mainly propane and butane."@en, + "LPG"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, + rdfs:label "liquefied petroleum gas"@en + + SubClassOf: + , + some OEO_00000001, + some OEO_00000097, + OEO_00000531 value OEO_00000256 + + +Class: OEO_00320012 + + Annotations: + "Compressed natural gas (CNG) is natural gas that has been compressed."@en, + "CNG"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, + rdfs:label "compressed natural gas"@en + + SubClassOf: + OEO_00000292, + some OEO_00320010 + + +Class: OEO_00320013 + + Annotations: + "Compressed biomethane is biomethane that has been compressed."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, + rdfs:label "compressed biomethane"@en + + SubClassOf: + OEO_00010215, + some OEO_00320010 + + +Class: OEO_00320014 + + Annotations: + "Compressed synthetic methane is synthetic methane that has been compressed."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, + rdfs:label "compressed synthetic methane"@en + + SubClassOf: + OEO_00010018, + some OEO_00320010 + + +Class: OEO_00320015 + + Annotations: + "A compressed gas fuel is a combustion fuel that has a compressed gas fuel role."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, + rdfs:label "compressed gas fuel"@en + + EquivalentTo: + OEO_00000099 + and ( some OEO_00320010) + + SubClassOf: + OEO_00000099 + + +Class: OEO_00320016 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A transport network is an object aggregate of transport network components that enables the transport of people and/or goods."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "transport network"@en + + SubClassOf: + , + OEO_00140002 some OEO_00140001, + some OEO_00320021 + + +Class: OEO_00320017 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A road network is a transport network that enables transport on roads."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "road network"@en + + SubClassOf: + OEO_00320016, + some OEO_00320022 + + +Class: OEO_00320018 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A rail network is a transport network that enables transport on rails."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "rail network"@en + + SubClassOf: + OEO_00320016, + some OEO_00320025, + some OEO_00320028 + + +Class: OEO_00320019 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A waterway network is a transport network that enables transport on water."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "waterway network"@en + + SubClassOf: + OEO_00320016, + some OEO_00320032 + + +Class: OEO_00320020 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An aviation network is a transport network that enables air transport."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "aviation network"@en + + SubClassOf: + OEO_00320016, + some OEO_00320035 + + +Class: OEO_00320021 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A transport network component is an artificial object that is part of a transport network."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "transport network component"@en + + EquivalentTo: + OEO_00000061 + and ( some OEO_00320016) + + SubClassOf: + OEO_00000061, + OEO_00020180 some OEO_00040009 + + +Class: OEO_00320022 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A road is a transport network component with an artificial surface that allows transport for road vehicles."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "road"@en + + SubClassOf: + OEO_00320021, + OEO_00000501 some OEO_00010274 + + +Class: OEO_00320023 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A bridge is a transport network component that spans a physical obstacle without blocking the way underneath."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:comment "It can hold other transport network components such as rails and roads."@en, + rdfs:label "bridge"@en + + SubClassOf: + OEO_00320021 + + +Class: OEO_00320024 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A tunnel is a transport network component that is built through a certain environment (e.g. a mountain or water) and allows to pass through that environment."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:comment "It can contain other transport network components such as rails and roads."@en, + rdfs:label "tunnel"@en + + SubClassOf: + OEO_00320021 + + +Class: OEO_00320025 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A railway is a transport network component that can only be used by trains."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "railway"@en + + SubClassOf: + OEO_00320021, + OEO_00000501 some OEO_00010280 + + +Class: OEO_00320026 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A canal is a transport network component that is an artificially created waterway."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "canal"@en + + SubClassOf: + OEO_00320021 + + +Class: OEO_00320027 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A transport hub is a transport network component that allows the exchange of people and/or goods."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "transport hub"@en + + SubClassOf: + OEO_00320021 + + +Class: OEO_00320028 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A train station is a transport hub for trains."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "train station"@en + + SubClassOf: + OEO_00320027, + OEO_00000501 some OEO_00010280 + + +Class: OEO_00320029 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A freight train station is a train station for the exchange of goods."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "freight train station"@en + + SubClassOf: + OEO_00320028, + OEO_00000501 some OEO_00010281 + + +Class: OEO_00320030 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A passenger train station is a train station for the exchange of passengers."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "passenger train station"@en + + SubClassOf: + OEO_00320028, + OEO_00000501 some OEO_00010282 + + +Class: OEO_00320031 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A bus station is a transport hub for busses."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "bus station"@en + + SubClassOf: + OEO_00320027, + OEO_00000501 some OEO_00010277 + + +Class: OEO_00320032 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A port is a transport hub for ships."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "port"@en + + SubClassOf: + OEO_00320027, + OEO_00000501 some OEO_00010286 + + +Class: OEO_00320033 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A freight port is a port for the exchange of goods."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "freight port"@en + + SubClassOf: + OEO_00320032, + OEO_00000501 some OEO_00010288 + + +Class: OEO_00320034 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A passenger port is a port for the exchange of passengers."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "passenger port"@en + + SubClassOf: + OEO_00320032, + OEO_00000501 some OEO_00010287 + + +Class: OEO_00320035 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An airport is a transport hub for airplanes."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", + rdfs:label "airport"@en + + SubClassOf: + OEO_00320027, + OEO_00000501 some OEO_00010292 + + +Class: OEO_00320036 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Electrical energy transfer is an energy transfer of electrical energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", + rdfs:label "electrical energy transfer"@en + + SubClassOf: + OEO_00020103, + OEO_00010234 some OEO_00000139, + OEO_00010235 some OEO_00000139 + + +Class: OEO_00320037 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Chemical energy transfer is an energy transfer of chemical energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", + rdfs:label "chemical energy transfer"@en + + SubClassOf: + OEO_00020103, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00000007 + + +Class: OEO_00320038 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Fuel transport is the freight transport of fuels."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", + rdfs:label "fuel transport"@en + + SubClassOf: + OEO_00140005, + some OEO_00000173 + + +Class: OEO_00320039 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Combustion fuel transport is the fuel transport of combustion fuels."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", + rdfs:label "combustion fuel transport"@en + + SubClassOf: + OEO_00320038, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00000007, + some OEO_00000099 + + +Class: OEO_00320040 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A vehicle charging station is an electricity grid component that transfers electrical energy into the traction battery of a battery electric vehicle."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1307 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1312", + rdfs:label "vehicle charging station"@en + + SubClassOf: + OEO_00000144, + some OEO_00320016, + some OEO_00320036 + + +Class: OEO_00320042 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fuel supply system is an energy system covering the distribution of fuels.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1300 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1316", + rdfs:label "fuel supply system"@en + + SubClassOf: + OEO_00030024 + + +Class: OEO_00320043 + + Annotations: + "A diesel car is a car that has only a diesel engine as motor for propulsion and thus is also a diesel vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "diesel car"@en + + EquivalentTo: + OEO_00010276 + and ( some ) + and ( only + ( or (not (OEO_00010032)))) + + SubClassOf: + OEO_00010276 + + +Class: OEO_00320044 + + Annotations: + "A diesel truck is a truck that has only a diesel engine as motor for propulsion and thus is also a diesel vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "diesel truck"@en + + EquivalentTo: + OEO_00010278 + and ( some ) + and ( only + ( or (not (OEO_00010032)))) + + SubClassOf: + OEO_00010278 + + +Class: OEO_00320045 + + Annotations: + "A gasoline car is a car that has only a gasoline engine as motor for propulsion and thus is also a gasoline vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "gasoline car"@en + + EquivalentTo: + OEO_00010276 + and ( some ) + and ( only + ( or (not (OEO_00010032)))) + + SubClassOf: + OEO_00010276 + + +Class: OEO_00320046 + + Annotations: + "A battery electric car is a car that has an electric traction motor and a traction battery and thus is also a battery electric vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "battery electric car"@en + + EquivalentTo: + OEO_00010276 + and ( some OEO_00010026) + and ( some OEO_00010028) + + SubClassOf: + OEO_00010276 + + +Class: OEO_00320047 + + Annotations: + "A fuel cell electric car is a car that has an eletric traction motor and uses electrical energy from a fuel cell and thus is also a fuel cell electric vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "fuel cell electric car"@en + + EquivalentTo: + OEO_00010276 + and ( some OEO_00000016) + and ( some OEO_00010028) + + SubClassOf: + OEO_00010276 + + +Class: OEO_00320048 + + Annotations: + "A compressed gas car is a car that uses compressed gas in a gas engine for propulsion and thus is also a compressed gas vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "compressed gas car"@en + + EquivalentTo: + OEO_00010276 + and (OEO_00000503 some OEO_00320015) + and ( some OEO_00320008) + and ( only + (OEO_00320008 or (not (OEO_00010032)))) + + SubClassOf: + OEO_00010276 + + +Class: OEO_00320049 + + Annotations: + "A liquefied petroleum gas car is a car that uses liquefied petroleum gas in a gas engine for propulsion and thus is also a liquefied petroleum gas vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "liquefied petroleum gas car"@en + + EquivalentTo: + OEO_00010276 + and (OEO_00000503 some OEO_00320011) + and ( some OEO_00320008) + and ( only + (OEO_00320008 or (not (OEO_00010032)))) + + SubClassOf: + OEO_00010276 + + +Class: OEO_00320050 + + Annotations: + "A plug-in hybrid electric car is a car that can switch between an electric traction motor and an internal combustion engine for propulsion and thus is also a plug-in hybrid electric vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "plug-in hybrid electric car"@en + + EquivalentTo: + OEO_00010276 + and ( some OEO_00010028) + and ( some + (OEO_00010029 + and ( some ))) + + SubClassOf: + OEO_00010276 + + +Class: OEO_00320051 + + Annotations: + "A battery electric truck is a truck that has an electric traction motor and a traction battery and thus is also a battery electric vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "battery electric truck"@en + + EquivalentTo: + OEO_00010278 + and ( some OEO_00010026) + and ( some OEO_00010028) + + SubClassOf: + OEO_00010278 + + +Class: OEO_00320052 + + Annotations: + "A fuel cell electric truck is a truck that has an electric traction motor and uses electrical energy from a fuel cell and thus is also a fuel cell electric vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "fuel cell electric truck"@en + + EquivalentTo: + OEO_00010278 + and ( some OEO_00000016) + and ( some OEO_00010028) + + SubClassOf: + OEO_00010278 + + +Class: OEO_00320053 + + Annotations: + "A compressed gas truck is a truck that uses compressed gas in a gas engine for propulsion and thus is also a compressed gas vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "compressed gas truck"@en + + EquivalentTo: + OEO_00010278 + and (OEO_00000503 some OEO_00320015) + and ( some OEO_00320008) + and ( only + (OEO_00320008 or (not (OEO_00010032)))) + + SubClassOf: + OEO_00010278 + + +Class: OEO_00320054 + + Annotations: + "A liquefied natural gas truck is a truck that uses liquefied natural gas in a gas engine for propulsion and thus is also a liquefied natural gas vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", + rdfs:label "liquefied natural gas truck"@en + + EquivalentTo: + OEO_00010278 + and (OEO_00000503 some ) + and ( some OEO_00320008) + and ( only + (OEO_00320008 or (not (OEO_00010032)))) + + SubClassOf: + OEO_00010278 + + +Individual: OEO_00000182 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "The state of being a gas. A portion of matter is in gaseous state if and only if it has has no definite shape and no definite volume and is not electrically conductive.", + rdfs:label "gaseous" + + Types: + OEO_00000395 + + +Individual: OEO_00000256 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "The state of being liquid. A portion of matter is liquid has has no definite shape but a definite volume (at a given temperature and pressure).", + rdfs:label "liquid" + + Types: + OEO_00000395 + + +Individual: OEO_00000326 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "The state of being a plasma. A portion of matter is in plasmatic state if and only if it has has no definite shape and no definite volume and is electrically conductive.", + rdfs:label "plasmatic" + + Types: + OEO_00000395 + + +Individual: OEO_00000390 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "The state being solid. A portion of matter is in solid state if and only if it has a definite shape and volume (at a given temperature and pressure).", + rdfs:label "solid" + + Types: + OEO_00000395 + + +DisjointClasses: + OEO_00000074,OEO_00000263,OEO_00000292,OEO_00010215,OEO_00140160 + +DisjointClasses: + OEO_00000188,OEO_00000210,OEO_00000425 + From 2160d695c001b166a1d15d278276f0380b7c3de3 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 7 Nov 2022 11:29:23 +0100 Subject: [PATCH 188/370] Update oeo.omn --- src/ontology/oeo.omn | 130 +++++++++++++++++++++---------------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index 450e5c26b..faeda3733 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -76,48 +76,48 @@ AnnotationProperty: AnnotationProperty: dc:contributor - + AnnotationProperty: dc:description - + AnnotationProperty: dct:license - + AnnotationProperty: dct:title - + AnnotationProperty: rdfs:comment - + AnnotationProperty: rdfs:isDefinedBy - + AnnotationProperty: rdfs:label - + Datatype: rdf:PlainLiteral - + ObjectProperty: - + ObjectProperty: - + ObjectProperty: - + ObjectProperty: - Annotations: + Annotations: "make inverse of has participant issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "make inverse of participates in issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 @@ -125,142 +125,142 @@ pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 Add range axiom for `has participant` issue: https://github.com/OpenEnergyPlatform/ontology/issues/1157 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1225" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add `Inverse Of` issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - + ObjectProperty: - Annotations: + Annotations: "add inverse issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add inverse issue https://github.com/OpenEnergyPlatform/ontology/issues/979 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086" - - + + ObjectProperty: - Annotations: + Annotations: "add subset of relation below 'causally related to' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" - - + + ObjectProperty: - Annotations: + Annotations: "add subset of relation below 'causally related to' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" - - + + ObjectProperty: OEO_00020182 - + ObjectProperty: owl:topObjectProperty - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: - + Class: From 980f13774d15c83c6a3e1e813b3f0a491279a5d0 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 7 Nov 2022 11:29:49 +0100 Subject: [PATCH 189/370] Delete tocheck.omn --- src/ontology/edits/tocheck.omn | 10967 ------------------------------- 1 file changed, 10967 deletions(-) delete mode 100644 src/ontology/edits/tocheck.omn diff --git a/src/ontology/edits/tocheck.omn b/src/ontology/edits/tocheck.omn deleted file mode 100644 index 0bb77442f..000000000 --- a/src/ontology/edits/tocheck.omn +++ /dev/null @@ -1,10967 +0,0 @@ -Prefix: : -Prefix: dc: -Prefix: owl: -Prefix: rdf: -Prefix: rdfs: -Prefix: xml: -Prefix: xsd: - - - -Ontology: - -Import: - -Annotations: - dc:description "The Open Energy Ontology is an ontology for all aspects of the energy modelling domain. The 'Physical' module covers all those aspects of the world that are relevant for the energy systems domain, including physical entities such as generators, power lines, technologies, portions of matter; attributes of those, such as the energy they carry or release, whether they can be a pollutant, or their origins; representational transformations into maps and measures, such as coordinates, units, quantities; and the processes that modify the physical entities, such as energy production.", - "http://creativecommons.org/publicdomain/zero/1.0/", - "Open Energy Ontology (Physical module)" - -AnnotationProperty: - - -AnnotationProperty: - - -AnnotationProperty: - - -AnnotationProperty: - - -AnnotationProperty: - - -AnnotationProperty: - - -AnnotationProperty: - - -AnnotationProperty: - - -AnnotationProperty: - - -AnnotationProperty: - - -AnnotationProperty: OEO_00040001 - - -AnnotationProperty: OEO_00110012 - - -AnnotationProperty: dc:contributor - - -AnnotationProperty: dc:description - - -AnnotationProperty: owl:equivalentClass - - -AnnotationProperty: rdfs:comment - - -AnnotationProperty: rdfs:isDefinedBy - - -AnnotationProperty: rdfs:label - - -Datatype: rdf:PlainLiteral - - -Datatype: xsd:string - - -ObjectProperty: - - Annotations: - "A relation between an artificial object or a process and an energy, where the energy is used in the artificial object or process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "has energy participant"@en - - Domain: - OEO_00000061 or - - Range: - OEO_00000150 - - InverseOf: - OEO_00020182 - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - Annotations: - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/664 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702", - rdfs:comment "OEO adjustment: The range of this property has been changed from material entity to continuant. A subclass \"has physical input\" has been added for material entities and energies." - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: - - -ObjectProperty: OEO_00000500 - - -ObjectProperty: OEO_00000501 - - -ObjectProperty: OEO_00000502 - - -ObjectProperty: OEO_00000503 - - -ObjectProperty: OEO_00000521 - - Annotations: - "the property of an artificial object to apply to a technology.", - rdfs:label "applies technology" - - Domain: - OEO_00000061 - - Range: - OEO_00000407 - - InverseOf: - OEO_00000525 - - -ObjectProperty: OEO_00000522 - - -ObjectProperty: OEO_00000523 - - -ObjectProperty: OEO_00000524 - - Annotations: - "A relation between a greenhouse gas and the global warming potential it has.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/478 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683", - rdfs:label "has global warming potential" - - SubPropertyOf: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/858 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/965" - OEO_00140002 - - Domain: - OEO_00000020 - - Range: - OEO_00010078 - - -ObjectProperty: OEO_00000525 - - Annotations: - "The property of a technology to be applied to an artificial object.", - rdfs:label "is applied to object" - - Domain: - OEO_00000407 - - Range: - OEO_00000061 - - InverseOf: - OEO_00000521 - - -ObjectProperty: OEO_00000526 - - Annotations: - "A relation that holds between two nodes in a graph that are connected to each other through an edge.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66 -pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/478", - rdfs:label "is connected to" - - SubPropertyOf: - owl:topObjectProperty - - Characteristics: - Symmetric - - -ObjectProperty: OEO_00000527 - - Annotations: - "A relation that holds between a directed graph and a node in that graph that has edges ending but not starting there.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66 -pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/478", - rdfs:label "has sink" - - SubPropertyOf: - OEO_00000526 - - DisjointWith: - OEO_00000528 - - -ObjectProperty: OEO_00000528 - - Annotations: - "A relation that holds between a directed graph and a node in that graph that has edges starting but not ending there.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66 -pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/478", - rdfs:label "has source" - - SubPropertyOf: - OEO_00000526 - - DisjointWith: - OEO_00000527 - - -ObjectProperty: OEO_00000529 - - Annotations: - "x has normal state of matter y if and only if a portion of x occurs in state y under normal pressure (1 bar) and normal temperature (0°C)", - "make subproperty of 'has state of matter' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/989 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1001", - rdfs:label "has normal state of matter" - - SubPropertyOf: - OEO_00000531 - - Domain: - OEO_00000331 - - Range: - OEO_00000395 - - -ObjectProperty: OEO_00000530 - - Annotations: - "x has the origin of y", - rdfs:label "has origin" - - SubPropertyOf: - - - Domain: - - Annotations: "add energy -issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742" - OEO_00000150 or OEO_00000331 - - Range: - OEO_00000316 - - -ObjectProperty: OEO_00000531 - - Annotations: - "A relation between a portion of matter (x) and a state of matter (y) that indicates the state y of matter x under certain given conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/989 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1001", - rdfs:label "has state of matter" - - SubPropertyOf: - - - Domain: - OEO_00000331 - - Range: - OEO_00000395 - - -ObjectProperty: OEO_00000532 - - Annotations: - "p has physical input c iff: p has input c, and c is a material entity"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/664 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 - -restrict range to 'material entity': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "has physical input" - - SubPropertyOf: - - - Characteristics: - Irreflexive, - Asymmetric - - Domain: - - - Range: - - - -ObjectProperty: OEO_00000533 - - Annotations: - "p has physical output c iff: p has output c, and c is a material entity"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/618 -pull request:: https://github.com/OpenEnergyPlatform/ontology/pull/716 - -restrict range to 'material entity': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "has physical output" - - SubPropertyOf: - - - Domain: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838" - - - Range: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838" - - - InverseOf: - OEO_00240025 - - -ObjectProperty: OEO_00010121 - - -ObjectProperty: OEO_00010234 - - Annotations: - "A relation between an artificial object or a process and an energy, where the energy is an input of the artificial object or process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "has energy input"@en - - SubPropertyOf: - - - Domain: - OEO_00000061 or - - Range: - OEO_00000150 - - -ObjectProperty: OEO_00010235 - - Annotations: - "A relation between an artificial object or a process and an energy, where the energy is an output of the artificial object or process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "has energy output"@en - - SubPropertyOf: - - - Domain: - OEO_00000061 or - - Range: - OEO_00000150 - - -ObjectProperty: OEO_00020056 - - -ObjectProperty: OEO_00020180 - - -ObjectProperty: OEO_00020182 - - Annotations: - "A relation between an energy and an artificial object or a process, where the energy is used in the artificial object or process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1057 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", - rdfs:label "is energy participant of" - - Domain: - OEO_00000150 - - Range: - OEO_00000061 or - - InverseOf: - - - -ObjectProperty: OEO_00020183 - - Annotations: - "A relation between an energy and an artificial object or a process, where the energy is an input of the artificial object or process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1057 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", - rdfs:label "is energy input to" - - SubPropertyOf: - OEO_00020182 - - -ObjectProperty: OEO_00020184 - - Annotations: - "A relation between an energy and an artificial object or a process, where the energy is an output of the artificial object or process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1057 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", - rdfs:label "is energy output of" - - SubPropertyOf: - OEO_00020182 - - -ObjectProperty: OEO_00040010 - - -ObjectProperty: OEO_00140002 - - -ObjectProperty: OEO_00140164 - - -ObjectProperty: OEO_00140175 - - Annotations: - "p has gross output c iff: p has energy output c, and c is the total amount of energy generated during the process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838 - -make subproperty of 'has energy output' and add domain: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "has gross output"@en - - SubPropertyOf: - OEO_00010235 - - Domain: - OEO_00000061 or - - Range: - OEO_00000150 - - -ObjectProperty: OEO_00140176 - - Annotations: - "p has net output c iff: p has energy output c, and c is the amount of energy delivered to the consumer or fed into a supply grid.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838 - -make subproperty of 'has energy output' and add domain: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "has net output"@en - - SubPropertyOf: - OEO_00010235 - - Domain: - OEO_00000061 or - - Range: - OEO_00000150 - - -ObjectProperty: OEO_00240025 - - Annotations: - "c is physical output of p iff: c output of p, and c is a material entity"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", - rdfs:label "physical output of" - - SubPropertyOf: - - - Domain: - - - Range: - - - InverseOf: - OEO_00000533 - - -ObjectProperty: owl:topObjectProperty - - -Class: - - Annotations: - "A gas mixture is a portion of matter that is a composition of different kinds of portions of matter and that has a gaseous normal state of matter.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", - rdfs:label "gas mixture"@en - - SubClassOf: - OEO_00000331, - OEO_00000529 value OEO_00000182 - - -Class: - - Annotations: - "Liquefied natural gas (LNG) is natural gas that has a liquid state of matter.", - "LNG", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1005 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1016 - -change spelling from liquified to liquefied: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290", - rdfs:label "liquefied natural gas"@en - - EquivalentTo: - OEO_00000292 - and (OEO_00000531 value OEO_00000256) - - SubClassOf: - OEO_00000292 - - -Class: - - Annotations: - "A gasoline fuel role is a fuel role that expresses that a portion of matter can be used in a gasoline engine.", - - Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 -https://github.com/OpenEnergyPlatform/ontology/pull/1037" - "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", - rdfs:label "gasoline fuel role"@en - - SubClassOf: - OEO_00000001 - - DisjointWith: - - - -Class: - - Annotations: - "A diesel fuel role is a fuel role that expresses that a portion of matter can be used in a diesel engine.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 - -add disjoint axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1286 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1288", - rdfs:label "diesel fuel role"@en - - SubClassOf: - OEO_00000001 - - DisjointWith: - - - -Class: - - Annotations: - "A gasoline fuel is a combustion fuel that has a gasoline fuel role.", - - Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 -https://github.com/OpenEnergyPlatform/ontology/pull/1037" - "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", - rdfs:label "gasoline fuel"@en - - EquivalentTo: - OEO_00000099 - and ( some ) - - SubClassOf: - OEO_00000099 - - DisjointWith: - - - -Class: - - Annotations: - "A diesel fuel is a combustion fuel that has a diesel fuel role.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 - -add disjoint axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1286 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1288", - rdfs:label "diesel fuel"@en - - EquivalentTo: - OEO_00000099 - and ( some ) - - SubClassOf: - OEO_00000099 - - DisjointWith: - - - -Class: - - Annotations: - "A gasoline engine is an internal combustion engine that uses a gasoline fuel.", - - Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 -https://github.com/OpenEnergyPlatform/ontology/pull/1037" - "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", - "gasoline motor", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", - rdfs:label "gasoline engine"@en - - SubClassOf: - OEO_00010029, - OEO_00000503 some - - -Class: - - Annotations: - "A diesel engine is an internal combustion engine that uses a diesel fuel.", - "diesel motor", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 - -update axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1286 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1288", - rdfs:label "diesel engine"@en - - SubClassOf: - OEO_00010029, - OEO_00000503 some - - -Class: - - Annotations: - "A gasoline vehicle is an internal combustion vehicle that has only a gasoline engine as motor for propulsion.", - - Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 -https://github.com/OpenEnergyPlatform/ontology/pull/1037" - "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 - -Convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "gasoline vehicle"@en - - EquivalentTo: - OEO_00000240 - and ( some ) - and ( only - ( or (not (OEO_00010032)))) - - SubClassOf: - OEO_00000240, - OEO_00000503 some - - -Class: - - Annotations: - "A diesel vehicle is an internal combustion vehicle that has only a diesel engine as motor for propulsion.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 - -update axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1286 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1288 - -Convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "diesel vehicle"@en - - EquivalentTo: - OEO_00000240 - and ( some ) - and ( only - ( or (not (OEO_00010032)))) - - SubClassOf: - OEO_00000240, - OEO_00000503 some - - -Class: - - Annotations: - "A heat generation process is an energy transformation that has thermal energy as energy output.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1045 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1130", - rdfs:label "heat generation process"@en - - EquivalentTo: - OEO_00020003 - and (OEO_00010235 some OEO_00000207) - - SubClassOf: - OEO_00020003 - - -Class: - - Annotations: - "A combustion thermal energy transformation is an energy transformation that converts chemical energy of a combustion fuel into thermal energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1045 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1130 - -Add relation to emission -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1045 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1210", - rdfs:label "combustion thermal energy transformation"@en - - SubClassOf: - OEO_00020003, - OEO_00000532 some OEO_00000099, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00000207, - some OEO_00140038, - some OEO_00000147 - - -Class: - - Annotations: - "Propulsion is a process of pushing or pulling to drive an object.", - "traction process", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1029 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1135", - rdfs:label "propulsion"@en - - SubClassOf: - , - some - - -Class: - - Annotations: - "A traction motor is a motor that is used for propulsion.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1029 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1135", - rdfs:label "traction motor"@en - - EquivalentTo: - OEO_00010032 - and ( some ) - - SubClassOf: - OEO_00010032 - - -Class: - - Annotations: - "A surface azimuth angle is a quantity value with a plane angle unit that measures the deviation of the projection on a horizontal plane of the normal to the plane from the local meridian, with zero due south, east negative, and west positive."@en, - "add azimuth surface angle -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1087 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1112", - rdfs:label "surface azimuth angle"@en - - SubClassOf: - OEO_00000350, - OEO_00040010 some - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: - - -Class: OEO_00000001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fuel role is a role of a portion of matter that has the disposition to be an energy carrier and is used in a process that releases the carried energy by transforming the portion of matter into a different kind of portion of matter in a way that releases heat or does work.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/227 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/279 - -add has bearer axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1167 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178", - rdfs:label "fuel role", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_33292" - - SubClassOf: - , - OEO_00010121 some OEO_00000331 - - -Class: OEO_00000003 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A biofuel power unit is a power generating unit using biofuel.", - rdfs:label "biofuel power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00000072, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - some OEO_00000010 - - -Class: OEO_00000004 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A biogas power plant is a biofuel power plant that has biogas power units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "biogas power plant" - - SubClassOf: - OEO_00000073, - some OEO_00000005 - - -Class: OEO_00000005 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A biogas power unit is a biofuel power unit using biogas as fuel.", - rdfs:label "biogas power unit" - - SubClassOf: - OEO_00000003, - OEO_00000503 some OEO_00000074 - - -Class: OEO_00000006 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Carbon dioxide is a portion of matter with the chemical formula CO2. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and can work as a greenhouse gas.", - "CO2", - rdfs:label "carbon dioxide", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16526" - - SubClassOf: - OEO_00000331, - some OEO_00000198, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000007 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Chemical energy is energy that is stored in the chemical bonds of a substance, which can be released by a chemical reaction.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/174 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/214", - rdfs:label "chemical energy", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000023" - - SubClassOf: - OEO_00000150 - - -Class: OEO_00000008 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A coal power unit is a power generating unit using coal as fuel.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "coal power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00000088, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - some OEO_00000010, - some OEO_00000396 - - -Class: OEO_00000009 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electric heat pump is a heat pump that uses electrical energy as drive energy.", - "fix energy axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1281 -pull: https://github.com/OpenEnergyPlatform/ontology/pulls/1282", - rdfs:label "electric heat pump" - - SubClassOf: - OEO_00000212, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782 - -change uses energy axiom to 'has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006" - OEO_00010234 some OEO_00000139 - - -Class: OEO_00000010 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electro motive generator is a generator that converts kinetic energy into electric energy.", - rdfs:label "electro motive generator" - - SubClassOf: - OEO_00000188, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010234 some OEO_00230020 - - -Class: OEO_00000011 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy converting component is an artificial object that is usually a discrete part of an energy transformation unit with the function of transforming, transferring or changing a certain type of energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 - -renaming to component -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 - -redefine -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:comment "formerly called energy transformer and formerly called energy converting device", - rdfs:label "energy converting component" - - SubClassOf: - OEO_00000061, - OEO_00010235 some OEO_00010114, - some OEO_00020102, - some OEO_00020003 - - -Class: OEO_00000012 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy storage function is a function of an artificial object that has been engineered to contain energy for later usage whereby input energy and usable output energy are of the same type.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/209 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/276 - -Improve definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1170 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "energy storage function" - - SubClassOf: - OEO_00000151, - OEO_00010121 some OEO_00000061 - - -Class: OEO_00000013 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fluorinated greenhouse gas is a greenhouse gas that is produced by fluorination. Hence it contains Fluor (F) atoms and is of anthropogenic origin.", - rdfs:label "fluorinated greenhouse gas" - - EquivalentTo: - OEO_00000026 or OEO_00000038 or OEO_00000219 or OEO_00000322 - - SubClassOf: - OEO_00000020 - - -Class: OEO_00000014 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fossil combustion fuel is a combustion fuel with the origin fossil.", - rdfs:comment "This class is used to implement the subset relationship between origins fossil and geogenic: Every object with the origin fossil also has the origin geogenic.", - rdfs:label "fossil combustion fuel" - - EquivalentTo: - OEO_00000099 - and (OEO_00000530 some OEO_00030002) - - SubClassOf: - - Annotations: "Add `SubClass Of` axiom for `fossil combustion fuel` -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" - OEO_00000099, - OEO_00000530 some OEO_00030003 - - DisjointWith: - OEO_00000072 - - -Class: OEO_00000016 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fuel cell is a generator that converts chemical energy into electricity using redox reactions.", - "Improve axioms: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1337 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1340", - rdfs:label "fuel cell" - - SubClassOf: - OEO_00000188, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00000503 some OEO_00000099, - OEO_00010234 some OEO_00000007, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - some OEO_00140034 - - -Class: OEO_00000017 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas fired power unit is a power generating unit using gas as fuel.", - rdfs:label "gas fired power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some - (OEO_00000173 - and (OEO_00000529 value OEO_00000182)), - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - some OEO_00000010 - - -Class: OEO_00000019 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A geothermal power unit is a power unit using geothermal heat.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "geothermal power unit" - - SubClassOf: - OEO_00000334, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - some OEO_00000010, - some OEO_00000396 - - -Class: OEO_00000020 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A greenhouse gas is a portion of matter that has the disposition to contribute to the greenhouse effect.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", - rdfs:label "greenhouse gas" - - EquivalentTo: - OEO_00000331 - and ( some OEO_00000198) - - SubClassOf: - OEO_00000331, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000021 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A hard coal power unit is a coal power unit using hard coal as fuel.", - rdfs:label "hard coal power unit" - - SubClassOf: - OEO_00000008, - OEO_00000503 some OEO_00000204 - - -Class: OEO_00000022 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A hydrogen power unit is a power generating unit using hydrogen as fuel.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "hydrogen power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00000220, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - some OEO_00000010, - some OEO_00000222 - - -Class: OEO_00000024 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A lignite power unit is a coal power unit using lignite as fuel.", - rdfs:label "lignite power unit" - - SubClassOf: - OEO_00000008, - OEO_00000503 some OEO_00000251 - - -Class: OEO_00000025 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Methane is a hydrocarbon with the chemical formula CH4. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and can work as a greenhouse gas. As it can be oxidised it can be used as a fuel.", - "CH4", - "classification changed: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805", - rdfs:label "methane", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16183" - - SubClassOf: - OEO_00140159, - some OEO_00000001, - some OEO_00000097, - some OEO_00000198, - some OEO_00010011, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000026 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Nitrogen trifluoride is a portion of matter with the chemical formula NF3. It has a gaseous normal state of matter. It can work as a potent greenhouse gas and has an anthropogenic origin.", - "NF3", - rdfs:label "nitrogen trifluoride" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030000, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000027 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Nitrous oxide is a portion of matter with the chemical formula N2O. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and it can work as a greenhouse gas.", - "N2O", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "dinitrogen oxide", - rdfs:label "nitrous oxide", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_17045" - - SubClassOf: - OEO_00000331, - some OEO_00000198, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000028 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A nuclear energy carrier is an energy carrier used in nuclear power stations to produce heat for steam turbines. Heat is created when the nuclear fuel undergoes nuclear fission.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237", - rdfs:label "nuclear energy carrier disposition" - - SubClassOf: - OEO_00000151 - - -Class: OEO_00000029 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A nuclear power unit is a power generating unit using nuclear fuel.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "nuclear power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00000302, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - some OEO_00000010, - some OEO_00000396 - - -Class: OEO_00000030 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An oil power unit is a power generating unit using oil as fuel.", - rdfs:label "oil power unit" - - SubClassOf: - OEO_00000334, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -https://github.com/OpenEnergyPlatform/ontology/pull/1024" - OEO_00000503 some - (OEO_00000181 or OEO_00000183), - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - some OEO_00000010, - some OEO_00000396 - - -Class: OEO_00000031 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power plant is an energy transformation unit consisting of power generating units and a grid component that feeds electric energy into an electric grid.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/588 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/594 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 - -subclass of energy transformation unit -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", - rdfs:label "power plant" - - SubClassOf: - OEO_00020102, - some OEO_00000334, - some OEO_00020006, - some OEO_00020003 - - -Class: OEO_00000032 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A photovoltaic cell (PV cell) is a generator that converts solar energy into electrical energy.", - "PV cell", - "solar cell", - "change produces axiom to 'has energy output' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 - -Add axiom to 'has part some solar radiation receiving surface' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228 - -Update definition, label and axioms, add alternative terms: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1152 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1220", - rdfs:label "photovoltaic cell" - - SubClassOf: - OEO_00000188, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010234 some OEO_00000384, - OEO_00010235 some OEO_00000139, - some OEO_00020199, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - some OEO_00020048 - - -Class: OEO_00000033 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A renewable fuel is a fuel that has a renewable origin and an renewable energy carrier disposition", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", - rdfs:label "renewable fuel" - - EquivalentTo: - OEO_00000173 - and ( some OEO_00020086) - - SubClassOf: - - Annotations: "Add `SubClass Of` axiom for `renevable fuel` -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" - OEO_00000173, - some OEO_00000097 - - -Class: OEO_00000034 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar power unit is a power generating unit using solar power.", - rdfs:label "solar power unit" - - SubClassOf: - OEO_00000334, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782 - -change uses energy axiom to 'has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006" - OEO_00010234 some OEO_00000384 - - -Class: OEO_00000035 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar thermal power unit is a solar power unit that has solar thermal collectors as parts.", - "change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "solar thermal power unit" - - SubClassOf: - OEO_00000034, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00000207, - some OEO_00000387 - - -Class: OEO_00000036 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solid biomass power plant is a biofuel power plant that has solid biomass power units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "solid biomass power plant" - - SubClassOf: - OEO_00000073, - some OEO_00000037 - - -Class: OEO_00000037 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solid biomass power unit is a biomass power unit using solid biomass as fuel.", - rdfs:label "solid biomass power unit" - - SubClassOf: - OEO_00000003, - OEO_00000503 some OEO_00000332 - - -Class: OEO_00000038 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Sulphur hexafluoride is a portion of matter with the chemical formula SF6. It has a gaseous normal state of matter. It can work as a potent greenhouse gas and has an anthropogenic origin.", - "SF6", - "sulfur hexafluoride", - rdfs:label "sulphur hexafluoride" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030000, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000039 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A thermal energy storage function is an energy storage function with thermal energy as input and output.", - "Improve definition and label: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "thermal energy storage function" - - SubClassOf: - OEO_00000012 - - -Class: OEO_00000040 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Uranium is a portion of matter that has the atomic number 92. It is a silver-grey metal.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237", - rdfs:label "uranium", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_33499" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030003, - some OEO_00000001, - some OEO_00000028, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00000041 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A waste power unit is a power generating unit using waste as fuel.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "waste power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00000439, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - some OEO_00000010, - some OEO_00000396 - - -Class: OEO_00000042 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A waste role is a role of an object aggregate that has been discarded after primary use.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/132 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/207 - -add 'has bearer' axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "waste role", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000665" - - SubClassOf: - , - OEO_00010121 some - - -Class: OEO_00000043 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Wind is a process of air naturally moving.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225", - rdfs:label "wind", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000793" - - SubClassOf: - , - some OEO_00000054 - - -Class: OEO_00000044 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A wind energy converting unit is a power generating unit that uses wind energy.", - "wind turbine", - "Issue: https://github.com/OpenEnergyPlatform/ontology/issues/753 -Pull Request: https://github.com/OpenEnergyPlatform/ontology/pull/754 - -change uses energy axiom to 'has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "wind energy converting unit" - - SubClassOf: - OEO_00000334, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010234 some OEO_00000446, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - some OEO_00000010, - some OEO_00000448, - some OEO_00020144, - some OEO_00140000 - - -Class: OEO_00000047 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An AC-line is a powerline for transferring high voltage alternating current."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", - rdfs:comment "undirected", - rdfs:label "AC-line"@en - - SubClassOf: - OEO_00000253 - - DisjointWith: - OEO_00000126 - - -Class: OEO_00000054 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Air is a gas mixture that forms the Earth's atmosphere."@en, - "https://en.wikipedia.org/wiki/Air_(disambiguation)", - "add origin -issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 -remove origin -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 -make subclass of gas mixture and improve definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", - rdfs:label "air", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002005" - - SubClassOf: - , - OEO_00000501 some OEO_00000399, - some OEO_00000446, - some OEO_00000151, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000055 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Air pollution occurs when harmful or excessive quantities of substances including gases, particles, and biological molecules are introduced into Earth's atmosphere."@en, - "https://en.wikipedia.org/w/index.php?title=Air_pollution&oldid=877082014"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410", - rdfs:label "air pollution", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02500037" - - SubClassOf: - OEO_00000330, - some OEO_00010012 - - -Class: OEO_00000056 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Ambient thermal energy is thermal energy that is stored in the ambient air, beneath the surface of solid earth or in surface water. It is captured by heat pumps."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742", - rdfs:label "ambient thermal energy" - - SubClassOf: - OEO_00000207 - - -Class: OEO_00000058 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Anthracite is a hard coal with a high caloric value due to its high carbon content (about 90 % fixed carbon).", - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:comment "Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis."@en, - rdfs:label "anthracite", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000011" - - SubClassOf: - OEO_00000204 - - -Class: OEO_00000061 - - -Class: OEO_00000062 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Associated gas is a natural gas that is a byproduct from crude oil exploitation."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:label "associated gas" - - SubClassOf: - OEO_00000292 - - -Class: OEO_00000066 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Aviation gasoline is gasoline used as motor spirit and prepared especially for aviation piston engines, with an octane number suited to the engine, a freezing point of -60 °C and a distillation range usually within the limits of 30 °C and 180 °C."@en, - - Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 -https://github.com/OpenEnergyPlatform/ontology/pull/1037" - "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - "Add 'physical output of' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "aviation gasoline" - - SubClassOf: - OEO_00000183, - OEO_00240025 some OEO_00010315 - - -Class: OEO_00000068 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A battery is an energy storage object using different chemical or physical reactions to store energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", - rdfs:label "battery" - - SubClassOf: - OEO_00000159, - OEO_00010234 some OEO_00000139, - OEO_00010235 some OEO_00000139, - some OEO_00140037, - some OEO_00010322 - - -Class: OEO_00000071 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Biodiesel is a portion of matter that has a liquid state of matter and has a diesel fuel role. It is produced from plants or animals and thus has a biogenic origin.", - "redefine and change axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", - rdfs:label "biodiesel" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030001, - some , - some OEO_00000097, - OEO_00000529 value OEO_00000256 - - -Class: OEO_00000072 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A biofuel is a combustion fuel that has a biogenic origin.", - "biogenic combustion fuel", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/396 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/400 - -remove origin -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 - -redefine: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 - -fix subclassof: -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/965 - -alternative term and disjoint: -https://github.com/OpenEnergyPlatform/ontology/issues/872 -https://github.com/OpenEnergyPlatform/ontology/pull/1048", - rdfs:label "biofuel" - - EquivalentTo: - OEO_00000099 - and (OEO_00000530 some OEO_00030001) - - SubClassOf: - OEO_00000099, - OEO_00000530 some OEO_00030001, - some OEO_00000097, - some OEO_00020086 - - DisjointWith: - OEO_00000014 - - -Class: OEO_00000073 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A biofuel power plant is a power plant that has biofuel power units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "biofuel power plant" - - SubClassOf: - OEO_00000031, - some OEO_00000003 - - -Class: OEO_00000074 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Biogas is a gas mixture produced by anaerobic digestion. It consists mainly of methane and carbon dioxide and can be used as fuel.", - "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 -improve definition and make subclass of gas mixture: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", - rdfs:label "biogas", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000556" - - SubClassOf: - , - ( some OEO_00000006) - and ( some OEO_00000025), - OEO_00000530 some OEO_00030001, - some OEO_00000001, - some OEO_00000097, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000075 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Biogasoline is a portion of matter that has a liquid state of matter and has a gasoline fuel role. It consists of bioethanol, biomethanol and products of these two substances. It is made from vegetable or animal material and thus has a biogenic origin.", - "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", - "bioethanol"@en, - "https://github.com/OpenEnergyPlatform/ontology/issues/1028 -https://github.com/OpenEnergyPlatform/ontology/pull/1037", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/439 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/445 - -redefine and change axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", - rdfs:comment "biopetrol", - rdfs:label "biogasoline"@en - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030001, - some OEO_00020001, - some , - some OEO_00000097, - OEO_00000529 value OEO_00000256 - - -Class: OEO_00000077 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Blast furnace gas is manufactured coal based gas produced during the combustion of coke in blast furnaces in the iron and steel industry. It is recovered and used as a fuel partly within the plant and partly in other steel industry processes or in power stations equipped to burn it. The quantity of fuel should be reported on a gross calorific value basis."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:label "blast furnace gas" - - SubClassOf: - OEO_00000263 - - -Class: OEO_00000084 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Charcoal is a portion of matter produced from wood via pyrolysis. It has a solid state of matter an can be used as fuel."@en, - "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 -add axiom to secondary energy carrier disposition -issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", - rdfs:label "charcoal", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000560" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030001, - some OEO_00000001, - some OEO_00000097, - some OEO_00140076, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00000088 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Coal is a portion of matter consisting of combustible black or brownish-black sedimentary rock, formed as rock strata called coal seams."@en, - "https://en.wikipedia.org/w/index.php?title=Coal&oldid=907331967", - rdfs:comment "Coal is mostly carbon with variable amounts of other elements; chiefly hydrogen, sulphur, oxygen, and nitrogen.coal is formed if dead plant matter decays into peat and over millions of years the heat and pressure of deep burial converts the peat into coal.", - rdfs:label "coal", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02000091" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030002, - some OEO_00000001, - some OEO_00000097, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" - some OEO_00140075, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00000089 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A coal power plant is a power plant that has coal power units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "coal power plant", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000038" - - SubClassOf: - OEO_00000031, - some OEO_00000008 - - -Class: OEO_00000093 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Coke oven gas is manufactured coal based gas obtained as a by-product of the manufacture of coke oven coke for the production of iron and steel."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:label "coke oven gas" - - SubClassOf: - OEO_00000263 - - -Class: OEO_00000094 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Coking coal is hard coal that is bituminous with a quality that allows the production of a coke suitable to support a blast furnace charge. Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:label "coking coal" - - SubClassOf: - OEO_00000204 - - -Class: OEO_00000096 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Colliery gas is natural gas found in coal mines (British English: colliery). The main component is methane. Synonyms are firedamp, mine gas. It is used as a fossil fuel."@en, - rdfs:label "colliery gas" - - SubClassOf: - OEO_00000292 - - -Class: OEO_00000097 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combustible energy carrier is an energy carrier that releases energy from a material entity in form of heat or work, by chemical reaction with other substances.", - rdfs:label "combustible energy carrier disposition" - - SubClassOf: - OEO_00000151 - - -Class: OEO_00000099 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combustion fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by chemical reaction with other substances.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237 - -Update definition: -https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "combustion fuel" - - EquivalentTo: - OEO_00000173 - and ( some OEO_00000097) - - SubClassOf: - OEO_00000173 - - -Class: OEO_00000102 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Compressed air is air that has been compressed to store energy. To discharge energy, the air is expanded."@en, - "add axiom to secondary energy carrier disposition -issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", - rdfs:label "compressed air" - - SubClassOf: - OEO_00000054, - some OEO_00140076 - - -Class: OEO_00000115 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Crude oil is a portion of mater of fossil origin comprising a mixture of hydrocarbons and associated impurities, such as sulphur. It exists in the liquid phase under normal surface temperature and pressure and its physical characteristics (density, viscosity, etc.) are highly variable. This category includes field or lease condensate recovered from associated and non-associated gas where it is commingled with the commercial crude oil stream."@en, - "petroleum", - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -https://github.com/OpenEnergyPlatform/ontology/pull/1024 - -Add petroleum as alternative label: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "crude oil" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030002, - some OEO_00140159, - some OEO_00000001, - some OEO_00000097, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" - some OEO_00140075, - OEO_00000529 value OEO_00000256 - - -Class: OEO_00000117 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A dam is an artificial object that stops or restricts the flow of water or underground streams."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/755", - rdfs:label "dam" - - SubClassOf: - OEO_00000061, - OEO_00000501 some OEO_00000399 - - -Class: OEO_00000126 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An HVDC-line is a powerline for transferring high voltage direct current."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", - rdfs:comment "directed", - rdfs:label "HVDC-line"@en - - SubClassOf: - OEO_00000253 - - DisjointWith: - OEO_00000047 - - -Class: OEO_00000129 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Grid transferred thermal energy is thermal energy that is transferred via the grid-bound heating process."@en, - "derived heat", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", - rdfs:label "grid transferred thermal energy" - - SubClassOf: - OEO_00000207, - some OEO_00020073 - - -Class: OEO_00000131 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Diesel fuel is gas diesel oil used on-road for diesel compression ignition (cars, trucks, etc.), usually of low sulphur content."@en, - "TransportDiesel"@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - "relabel and add axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 - -Add 'physical output of' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "fossil diesel fuel" - - SubClassOf: - OEO_00000181, - OEO_00240025 some OEO_00010315, - some - - -Class: OEO_00000132 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "District heating is a grid-bound heating transfer to residential or commercial buildings."@en, - "district grid-bound heating", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", - rdfs:label "district heating" - - SubClassOf: - OEO_00020073 - - -Class: OEO_00000139 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Electrical energy is a form of energy derived from the potential or kinetic energy of charged particles."@en, - "electricity", - "https://en.wikipedia.org/wiki/Electrical_energy"@en, - "definition of electrical energy: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/224 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/524 - -alternative term electricity: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/381 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/621 - -add commodity role: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 - -add axiom to electricity im/exports: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", - rdfs:label "electrical energy", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000020" - - SubClassOf: - OEO_00000150, - OEO_00020182 some OEO_00020207, - OEO_00020182 some OEO_00020208, - some OEO_00040011 - - -Class: OEO_00000143 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electricity grid is a supply grid that distributes electrical energy / electricity."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/138 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/165", - rdfs:label "electricity grid" - - SubClassOf: - OEO_00000200, - some OEO_00000144, - min 1 OEO_00000253 - - -Class: OEO_00000144 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electricity grid component is a grid component that is part of an electricity grid."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", - rdfs:label "electricity grid component" - - EquivalentTo: - OEO_00020006 - and ( some OEO_00000143) - - SubClassOf: - OEO_00020006 - - -Class: OEO_00000146 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electric vehicle (abbreviated as EV) is a vehicle that uses one or more electric traction motors."@en, - "EV", - "https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/431 - -change uses energy axiom to 'has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 - -Adapt definition and convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "electric vehicle" - - EquivalentTo: - OEO_00010023 - and ( some OEO_00010028) - - SubClassOf: - OEO_00010023, - OEO_00010234 some OEO_00000139 - - -Class: OEO_00000147 - - -Class: OEO_00000148 - - -Class: OEO_00000150 - - -Class: OEO_00000151 - - -Class: OEO_00000159 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy storage object is an artificial object that has the function energy storage.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/209 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/276 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359 - -Make equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "energy storage object" - - EquivalentTo: - OEO_00000061 - and ( some OEO_00000012) - - SubClassOf: - OEO_00000061, - OEO_00010235 some OEO_00010114 - - -Class: OEO_00000165 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A field photovoltaic power plant (also: solar farm, solar park) is a photovoltaic power plant that is installed out in the open on the ground."@en, - "Solar park", - rdfs:label "field photovoltaic power plant" - - SubClassOf: - OEO_00000324 - - DisjointWith: - OEO_00000361 - - -Class: OEO_00000169 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A flow battery is a battery in which chemical energy is provided by two chemical components dissolved in liquids contained within the system and separated by a membrane. Ion exchange (accompanied by flow of electric current) occurs through the membrane while both liquids circulate in their own respective space."@en, - "redox flow battery", - "https://en.wikipedia.org/w/index.php?title=Flow_battery&oldid=907053515"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", - rdfs:label "flow battery" - - SubClassOf: - OEO_00000068 - - -Class: OEO_00000173 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fuel is a portion of matter that has the disposition to be an energy carrier and that has a fuel role.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/227 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/279 -add role fuel commodity -https://github.com/OpenEnergyPlatform/ontology/pull/748 - -shorten definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1184 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1187 - -Add good role: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", - rdfs:label "fuel" - - EquivalentTo: - ( some OEO_00000001) - and ( some OEO_00000151) - - SubClassOf: - OEO_00000331, - some OEO_00010117 - - -Class: OEO_00000174 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fueled power plant is a power plant that has fueled power units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/292 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/306", - rdfs:label "fueled power plant" - - EquivalentTo: - some OEO_00000175 - - SubClassOf: - OEO_00000031, - some OEO_00050001 - - -Class: OEO_00000175 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fueled power unit is a power generating unit that uses fuel.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/292 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/306", - rdfs:label "fueled power unit" - - EquivalentTo: - OEO_00000334 - and (OEO_00000503 some OEO_00000173) - - SubClassOf: - OEO_00000334, - some OEO_00050001 - - -Class: OEO_00000181 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Gas/diesel oil is a portion of matter that is primarily a medium distillate distilling between 180 °C and 380 °C. Includes blending components. Several grades are available depending on uses."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -https://github.com/OpenEnergyPlatform/ontology/pull/1024 - -add axiom to secondary energy carrier disposition -issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243 - -Add 'physical output of' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "gas diesel oil" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030002, - OEO_00240025 some OEO_00010315, - some OEO_00140159, - some OEO_00000001, - some OEO_00000097, - some OEO_00140076, - OEO_00000529 value OEO_00000256 - - -Class: OEO_00000183 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Gasoline (American English) or petrol (British English) is a portion of matter in the form of a transparent petroleum-derived liquid that is used primarily as a fuel in spark-ignited internal combustion engines. It consists mostly of organic compounds obtained by the fractional distillation of petroleum, enhanced with a variety of additives.", - "https://en.wikipedia.org/w/index.php?title=Gasoline&oldid=867948640", - - Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 -https://github.com/OpenEnergyPlatform/ontology/pull/1037" - "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", - "petrol", - "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -https://github.com/OpenEnergyPlatform/ontology/pull/1024 - -relabel and add axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 - -add axiom to secondary energy carrier disposition -issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243 - -Add 'physical output of' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "gasoline" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030002, - OEO_00240025 some OEO_00010315, - some OEO_00140159, - some , - some OEO_00000097, - some OEO_00140076, - OEO_00000529 value OEO_00000256 - - -Class: OEO_00000184 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas power plant is a power plant that has gas fired power units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "gas power plant" - - SubClassOf: - OEO_00000031, - some OEO_00000017 - - -Class: OEO_00000185 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine."@en, - "combustion turbine", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 - -change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "gas turbine" - - SubClassOf: - OEO_00000425, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00000503 some OEO_00000099, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00240000 - - -Class: OEO_00000186 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Gasworks gas is manufactured coal based gas that covers all types of gases produced in public utility or private plants, whose main purpose is manufacture, transport and distribution of gas. It includes gas produced by carbonisation (including gas produced by coke ovens and transferred to gasworks gas), by total gasification with or without enrichment with oil products (LPG, residual fuel oil, etc.), and by reforming and simple mixing of gases and/or air, reported under the rows ‘from other sources’. Under the transformation sector identify amounts of gasworks gas transferred to blended natural gas which will be distributed and consumed through the natural gas grid. - -The production of other coal gases (i.e. coke oven gas, blast furnace gas and oxygen steel furnace gas) should be reported in the columns concerning such gases, and not as production of gasworks gas. The coal gases transferred to gasworks plants should then be reported (in their own column) in the transformation sector in the gasworks plants row. The total amount of gasworks gas resulting from transfers of other coal gases should appear in the production line for gasworks gas."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:label "gasworks gas" - - SubClassOf: - OEO_00000263 - - -Class: OEO_00000188 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A generator is an energy converting component that converts other forms of energy into electrical energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 -axiom -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 - -change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "generator" - - SubClassOf: - OEO_00000011, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010235 some OEO_00000139, - some OEO_00000334 - - -Class: OEO_00000189 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A geographic coordinate is an information content entity explicitly stating the geographic position of a zero-dimensional spatial region on Earth, by using a set of numbers with respect to a geografic coordinate system.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/795 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/803", - rdfs:label "geographic coordinate" - - SubClassOf: - , - some - - -Class: OEO_00000191 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Geothermal energy is thermal energy that is released from within the earth's crust.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", - rdfs:label "geothermal energy", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000034" - - SubClassOf: - OEO_00000207, - OEO_00000530 some OEO_00030004 - - -Class: OEO_00000192 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A geothermal power plant is a power plant that has geothermal power units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "geothermal power plant", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002215" - - SubClassOf: - OEO_00000031, - some OEO_00000019 - - -Class: OEO_00000198 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "The greenhouse effect disposition is the disposition of a gas to contribute to the greenhouse effect, when it is emitted into the atmosphere.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 - -add 'has bearer' axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "greenhouse effect disposition", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_76413" - - SubClassOf: - , - OEO_00010121 some - (OEO_00000331 - and (OEO_00000531 value OEO_00000182)) - - -Class: OEO_00000199 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A greenhouse gas emission is an emission that releases a greenhouse gas.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 - -make equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1012 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1100", - rdfs:label "greenhouse gas emission" - - EquivalentTo: - OEO_00000147 - and ( some OEO_00000020) - - SubClassOf: - OEO_00000147 - - -Class: OEO_00000200 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A supply grid is an object aggregate of systematically connected artificial objects that can work as a supply system.", - "grid", - "network", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/114 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/137", - rdfs:label "supply grid" - - SubClassOf: - - - -Class: OEO_00000204 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Hard coal is coal with a gross calorific value greater than 23 865 kJ/kg (5 700 kcal/kg) on an ashfree but moist basis and with a mean random reflectance of vitrinite of at least 0,6."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:label "hard coal" - - SubClassOf: - OEO_00000088 - - DisjointWith: - OEO_00000251 - - -Class: OEO_00000205 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A hard coal power plant is a coal power plant that has hard coal power units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "hard coal power plant" - - SubClassOf: - OEO_00000089, - some OEO_00000021 - - -Class: OEO_00000207 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Thermal energy is the energy that a material entity contains in the undirected motion of its constituent parts (e.g. molecules and atoms)."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, - rdfs:label "thermal energy"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000032" - - SubClassOf: - OEO_00000150 - - -Class: OEO_00000210 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heater is an energy converting component that converts other forms of energy into useful heat.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 - -use energy converting component in definition: -https://github.com/OpenEnergyPlatform/ontology/pull/993 - -change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "heater" - - SubClassOf: - OEO_00000011, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010235 some OEO_00000207 - - -Class: OEO_00000211 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Heating oil is gas diesel oil for industrial and commercial uses, marine diesel and diesel used in rail traffic, other gas oil, including heavy gas oils which distil between 380 °C and 540 °C and which are used as petrochemical feedstocks."@en, - "OtherGasOil"@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - "Add 'physical output of' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "heating oil"@en - - SubClassOf: - OEO_00000181, - OEO_00240025 some OEO_00010315 - - -Class: OEO_00000212 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat pump is a heater that transforms low temperature heat to high temperature heat using external energy."@en, - rdfs:label "heat pump" - - SubClassOf: - OEO_00000210 - - -Class: OEO_00000218 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Hydro energy is kinetic energy of moving liquid water which can result directly from its potential energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/681 -change axiom from participates in to is energy participant of -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", - rdfs:label "hydro energy" - - SubClassOf: - OEO_00230020, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 - -change axiom to 'participates in' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" - OEO_00020182 some OEO_00110002 - - -Class: OEO_00000219 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Hydrofluorocarbons (HFCs) are portions of matter consisting of organic compounds that contain fluorine and hydrogen atoms, and are the most common type of organofluorine compounds. They are frequently used in air conditioning and as refrigerants in place of the older chlorofluorocarbons such as R-12 and hydrochlorofluorocarbons such as R-21."@en, - "HFC", - "https://en.wikipedia.org/w/index.php?title=Hydrofluorocarbon&oldid=904556263"@en, - rdfs:label "hydrofluorocarbon" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030000 - - -Class: OEO_00000220 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Hydrogen is a portion of matter with the chemical formula H2. It has a gaseous normal state of matter. As it can be oxidised it can be used as a fuel."@en, - "H2", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134", - rdfs:label "hydrogen", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_18276" - - SubClassOf: - OEO_00000331, - some OEO_00000001, - some OEO_00000097, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000221 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A hydrogen power plant is a power plant that has hydrogen power units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "hydrogen power plant" - - SubClassOf: - OEO_00000031, - some OEO_00000022 - - -Class: OEO_00000222 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A hydrogen turbine is a gas turbine fueled with hydrogen."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/873 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/877 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300", - rdfs:label "hydrogen turbine" - - SubClassOf: - OEO_00000185, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00000503 some OEO_00000220 - - -Class: OEO_00000226 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An industrial waste fuel is waste fuel produced by industry."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", - rdfs:label "industrial waste fuel" - - SubClassOf: - OEO_00000439 - - -Class: OEO_00000240 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An internal combustion vehicle is a vehicle that uses an internal combustion engine for propulsion.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/431 - -extend internal combustion engine axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293 - -Adapt definition and convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "internal combustion vehicle" - - EquivalentTo: - OEO_00010023 - and ( some - (OEO_00010029 - and ( some ))) - - SubClassOf: - OEO_00010023, - OEO_00000503 some OEO_00000099 - - -Class: OEO_00000245 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Jet fuel is kerosene used for aviation turbine power units. It has the same distillation characteristics between 150 °C and 300 °C (generally not above 250 °C) and flash point as kerosene. In addition, it has particular specifications (such as freezing point) which are established by the International air Transport Association (IATA).", - "kerosene type jet fuel", - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - "Add 'physical output of' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - "convert second label to alternative term: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1230 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1237", - rdfs:label "jet fuel" - - SubClassOf: - OEO_00000246, - OEO_00240025 some OEO_00010315 - - -Class: OEO_00000246 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Kerosene, also known as paraffin, lamp oil, and coal oil (an obsolete term), is a portion of matter consisting of combustible hydrocarbon liquid which is derived from petroleum. It is widely used as a fuel in industry as well as households. It is sometimes spelled kerosine in scientific and industrial usage. -[...] - -Kerosene is widely used to power jet engines of aircraft (jet fuel) and some rocket engines and is also commonly used as a cooking and lighting fuel and for fire toys such as poi. In parts of Asia, kerosene is sometimes used as fuel for small outboard motors or even motorcycles.", - "https://en.wikipedia.org/w/index.php?title=Kerosene&oldid=867958484", - "Add 'physical output of' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -https://github.com/OpenEnergyPlatform/ontology/pull/1024 - -add axiom to secondary energy carrier disposition -issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", - rdfs:label "kerosene" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030002, - OEO_00240025 some OEO_00010315, - some OEO_00140159, - some OEO_00000001, - some OEO_00000097, - some OEO_00140076, - OEO_00000529 value OEO_00000256 - - -Class: OEO_00000248 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A lithium-ion battery is a battery that is rechargeable and in which lithium ions move from the negative electrode to the positive electrode during discharge, and back when charging. Li-ion batteries use an intercalated lithium compound as one electrode material."@en, - "LIB", - "Li-ion battery", - "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=906786251"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", - rdfs:label "lithium-ion battery" - - SubClassOf: - OEO_00000068 - - -Class: OEO_00000251 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Lignite is coal that is non-agglomerating with a gross calorific value less than 17 435 kJ/kg (4 165 kcal/kg) and greater than 31 % volatile matter on a dry mineral matter free basis."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:comment "Oil shale and tar sands produced and combusted directly should be reported in this category. Oil shale and tar sands used as inputs for other transformation processes should also be reported in this category. - -This includes the portion of the oil shale or tar sands consumed in the transformation process.", - rdfs:label "lignite", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000008" - - SubClassOf: - OEO_00000088, - OEO_00000530 some OEO_00030002, - OEO_00000529 value OEO_00000390 - - DisjointWith: - OEO_00000204 - - -Class: OEO_00000252 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A lignite power plant is a coal power plant that has lignite power units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "lignite power plant", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000040" - - SubClassOf: - OEO_00000089, - some OEO_00000024 - - -Class: OEO_00000253 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power line is a grid component link that is an uninterrupted transmission system between two nodes in an electricity grid."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", - rdfs:label "power line"@en - - SubClassOf: - OEO_00000255, - some OEO_00000143 - - -Class: OEO_00000255 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A grid component link is a grid component that serves as a connection between two other grid components."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, - rdfs:label "grid component link" - - SubClassOf: - OEO_00020006 - - DisjointWith: - OEO_00000296 - - -Class: OEO_00000257 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Liquid air is air that has a liquid state of matter."@en, - "redefine definition and add equivalent -issue: https://github.com/OpenEnergyPlatform/ontology/issues/937 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/945", - rdfs:label "liquid air" - - EquivalentTo: - OEO_00000054 - and (OEO_00000531 value OEO_00000256) - - SubClassOf: - OEO_00000054 - - -Class: OEO_00000258 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A liquid biofuel is a biofuel that has liquid as its normal state of matter.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "liquid biofuel" - - EquivalentTo: - OEO_00000072 - and (OEO_00000529 value OEO_00000256) - - SubClassOf: - - Annotations: "Add `SubClass Of` axiom for `liquid biofuel` -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" - OEO_00000072, - OEO_00000530 some OEO_00030001, - OEO_00000529 value OEO_00000256 - - -Class: OEO_00000259 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A liquid-metal battery is a battery that consists of two molten metal alloys separated by an electrolyte. The rechargeable batteries are used for electric vehicles and potentially also for grid energy storage."@en, - "https://en.wikipedia.org/w/index.php?title=Molten-salt_battery&oldid=900557096"@en, - "reclassification and integration of molten state battery -issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", - rdfs:label "liquid-metal battery" - - SubClassOf: - OEO_00000068 - - -Class: OEO_00000263 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A manufactured coal based gas is a gas mixture that is manufactured from coal. It is used as fossil fuel."@en, - "improve definition and make subclass of gas mixture: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007 -add axiom to secondary energy carrier disposition -issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", - rdfs:label "manufactured coal based gas" - - SubClassOf: - , - OEO_00000530 some OEO_00030002, - some OEO_00000001, - some OEO_00000097, - some OEO_00140076, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000269 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power-to-methane system is a power-to-gas system that implements the power-to-methane process."@en, - "methanation gas storage", - "Improve definition and classification: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "power-to-methane system" - - SubClassOf: - OEO_00000335, - some OEO_00010217 - - -Class: OEO_00000282 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A molten-salt battery is a battery that uses molten salts as an electrolyte and offers both a high energy density and a high power density."@en, - "https://en.wikipedia.org/w/index.php?title=Molten-salt_battery&oldid=900557096"@en, - "reclassification -issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", - rdfs:label "molten-salt battery" - - SubClassOf: - OEO_00000068 - - -Class: OEO_00000286 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Motor gasoline is gasoline consisting of a mixture of light hydrocarbons distilling between 35 oC and 215 oC. It is used as a fuel for land based spark ignition engines. Motor gasoline may include additives, oxygenates and octane enhancers, including lead compounds such as TEL and TML. - -Includes motor gasoline blending components (excluding additives/oxygenates), e.g. alkylates, isomerate, reformate, cracked gasoline destined for use as finished motor gasoline."@en, - - Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 -https://github.com/OpenEnergyPlatform/ontology/pull/1037" - "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - "Add 'physical output of' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "motor gasoline" - - SubClassOf: - OEO_00000183, - OEO_00240025 some OEO_00010315 - - -Class: OEO_00000290 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A municipal waste fuel is waste fuel produced by households or non-industrial commercial activities."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", - rdfs:label "municipal waste fuel" - - SubClassOf: - OEO_00000439 - - -Class: OEO_00000292 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Natural gas is a gas mixture occurring in underground deposits, whether liquefied or gaseous, and consisting mainly of methane."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/430 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/431 - -improve definition and make subclass of gas mixture and add disjoints: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", - rdfs:comment "It includes both ‘non-associated’ gas originating from fields producing hydrocarbons only in gaseous form, and ‘associated’ gas produced in association with crude oil as well as methane recovered from coal mines (colliery gas) or from coal seams (coal seam gas). - -It does not include gases created by anaerobic digestion of biomass (e.g. municipal or sewage gas) nor gasworks gas.", - rdfs:label "natural gas", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000552" - - SubClassOf: - , - OEO_00000530 some OEO_00030002, - some OEO_00000025, - some OEO_00000001, - some OEO_00000097, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" - some OEO_00140075, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00000293 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Negative emission is the process of absorbing a substance, usually a pollutant that was emitted before.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", - rdfs:label "negative emission" - - SubClassOf: - - - -Class: OEO_00000296 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A grid node is a grid component of a supply grid where two or more links meet."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, - rdfs:label "grid node" - - SubClassOf: - OEO_00020006 - - DisjointWith: - OEO_00000255 - - -Class: OEO_00000297 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Non associated gas is natural gas originating from fields producing hydrocarbons only in gaseous form.", - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN", - rdfs:label "non associated gas" - - SubClassOf: - OEO_00000292 - - -Class: OEO_00000298 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A non-methane volatile organic compound (NMVOC) is a volatile organic compound other than methane."@en, - "NMVOC", - "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "non-methane volatile organic compound" - - SubClassOf: - OEO_00000437 - - -Class: OEO_00000299 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fossil municipal waste fuel is an municipal waste fuel that has a fossil origin."@en, - - Annotations: "Old class name kept as alternative term" - "non renewable municipal waste fuel", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", - rdfs:label "fossil municipal waste fuel" - - EquivalentTo: - OEO_00000290 - and (OEO_00000530 some OEO_00030002) - - SubClassOf: - OEO_00000290 - - -Class: OEO_00000300 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Nuclear binding energy is the energy that is required to disassemble the nucleus of an atom into its component parts."@en, - "Derived from https://en.wikipedia.org/w/index.php?title=Nuclear_binding_energy&oldid=1007327561"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225 -convertion to nuclear binding energy -issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", - rdfs:label "nuclear binding energy", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000025" - - SubClassOf: - OEO_00000150, - OEO_00000530 some OEO_00020147 - - -Class: OEO_00000302 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A nuclear fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by undergoing nuclear fission.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237", - rdfs:label "nuclear fuel" - - EquivalentTo: - OEO_00000173 - and ( some OEO_00000028) - - SubClassOf: - OEO_00000173, - some OEO_00000300 - - -Class: OEO_00000303 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A nuclear power plant is a power plant that has nuclear power units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "nuclear power plant", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002271" - - SubClassOf: - OEO_00000031, - some OEO_00000029 - - -Class: OEO_00000308 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An offshore wind farm is a wind farm that is build in a body of water, usually the ocean."@en, - rdfs:label "offshore wind farm" - - SubClassOf: - OEO_00000447 - - DisjointWith: - OEO_00000311 - - -Class: OEO_00000310 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A oil power plant is a power plant that has oil power units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "oil power plant" - - SubClassOf: - OEO_00000031, - some OEO_00000030 - - -Class: OEO_00000311 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An onshore wind farm is a wind farm that is build on land."@en, - rdfs:label "onshore wind farm" - - SubClassOf: - OEO_00000447 - - DisjointWith: - OEO_00000308 - - -Class: OEO_00000316 - - -Class: OEO_00000318 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Particulate matter is a portion of matter consisting of small particles. It can act as an air pollutant."@en, - "PM", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "particulate matter", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000060" - - SubClassOf: - OEO_00000331, - (OEO_00000529 value OEO_00000256) or (OEO_00000529 value OEO_00000390), - some OEO_00000055 - - -Class: OEO_00000320 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Peat is a or portion of matter that is a soft, porous or compressed, sedimentary deposit of plant origin with high water content (up to 90 % in the raw state) and can be used as combustion fuel. As the natural formation of peat takes at least centuries, peat is usually considered having a fossil origin."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/942 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1003", - rdfs:label "peat", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00005774" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030002, - some OEO_00000441, - some OEO_00000001, - some OEO_00000097, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" - some OEO_00140075, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00000322 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Perfluorocarbons (PFCs) are portions of matter consisting of organic compounds that contain fluorine atoms but no hydrogen atoms.", - "PFC", - rdfs:label "perfluorocarbon" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030000 - - -Class: OEO_00000324 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A photovoltaic power plant is a solar power plant that has PV panels as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "photovoltaic power plant" - - SubClassOf: - OEO_00000386, - some OEO_00000348 - - -Class: OEO_00000330 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Pollution is an emission with a negative effect on the environment or organisms."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", - rdfs:label "pollution", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02500036" - - SubClassOf: - OEO_00000147 - - -Class: OEO_00000331 - - -Class: OEO_00000332 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Solid biomass is a portion of matter consisting of organic, non-fossil material of biological origin which may be used as fuel for heat production or electricity generation.", - "portion of solid biomass", - "solid biomass"@en, - "https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN", - rdfs:label "solid biofuel"@en - - EquivalentTo: - OEO_00000072 - and (OEO_00000529 value OEO_00000390) - - SubClassOf: - - Annotations: "Add `SubClass Of` axiom for `solid biofuel` -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" - OEO_00000072, - OEO_00000530 some OEO_00030001, - some OEO_00000001, - some OEO_00000097, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00000333 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Power is the process attribute that is the amount of energy transformed or transferred per time unit."@en, - "classification: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/205 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/386 - -definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/79 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/369", - rdfs:comment "Power is the derivative of energy transformation over time", - rdfs:label "power" - - SubClassOf: - OEO_00030019, - OEO_00000502 some OEO_00020003 - - -Class: OEO_00000334 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power generating unit is an energy transformation unit that contains a generator."@en, - "block", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 - -subclass of energy transformation unit -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 - -change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 - -remove \"among other parts from definition\" -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1258 -pull request: https://github.com/OpenEnergyPlatform/ontology/issues/1259"@en, - rdfs:label "power generating unit" - - SubClassOf: - OEO_00020102, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00000139, - some OEO_00000188, - some OEO_00020003, - some OEO_00020107 - - -Class: OEO_00000335 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power-to-gas system is an energy transformation unit that implements a power-to-gas process. A water electrolyser is participating in the power-to-gas process."@en, - "P2G", - "PtG", - "power to gas", - "power-to-gas", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", - rdfs:label "power-to-gas system" - - SubClassOf: - OEO_00020102, - some OEO_00010021, - some OEO_00010216 - - -Class: OEO_00000345 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Pumped water is liquid water which was pumped into an upper reservoir and thus contains potential energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/755 - -add secondary energy carrier disposition -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1222 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243 - -add potential energy axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1174 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "pumped water" - - SubClassOf: - OEO_00110000, - OEO_00000501 some OEO_00000399, - some OEO_00020045, - some OEO_00140076 - - -Class: OEO_00000348 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A PV panel (photovoltaic panel) is a solar power unit absorbing sunlight as a source of energy to generate electricity."@en, - "change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:comment "A photovoltaic (PV) module is a packaged, connected assembly of typically 6x10 photovoltaic solar cells. Photovoltaic modules constitute the photovoltaic array of a photovoltaic system that generates and supplies solar electricity in commercial and residential applications.", - rdfs:label "PV panel" - - SubClassOf: - OEO_00000034, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010235 some OEO_00000139, - some OEO_00000032 - - -Class: OEO_00000350 - - SubClassOf: - some - - -Class: OEO_00000356 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A biogenic municipal waste fuel is a municipal waste fuel that has a biogenic origin."@en, - "renewable municipal waste fuel", - "remove origin -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 - -new definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961 - -rename class and change axiom: -https://github.com/OpenEnergyPlatform/ontology/issues/872 -https://github.com/OpenEnergyPlatform/ontology/pull/1048", - rdfs:label "biogenic municipal waste fuel" - - EquivalentTo: - OEO_00000290 - and (OEO_00000530 some OEO_00030001) - - SubClassOf: - OEO_00000290, - OEO_00000530 some OEO_00030001 - - -Class: OEO_00000361 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A rooftop photovoltaic power plant is a photovoltaic power plant that is installed on top of the roof of a building."@en, - rdfs:label "rooftop photovoltaic power plant" - - SubClassOf: - OEO_00000324 - - DisjointWith: - OEO_00000165 - - -Class: OEO_00000374 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Superconducting magnetic energy storage (SMES) systems store energy in the magnetic field created by the flow of direct current in a superconducting coil which has been cryogenically cooled to a temperature below its superconducting critical temperature. - A typical smes system includes three parts: superconducting coil, power conditioning system and cryogenically cooled refrigerator. Once the superconducting coil is charged, the current will not decay and the magnetic energy can be stored indefinitely."@en, - "https://en.wikipedia.org/w/index.php?title=Superconducting_magnetic_energy_storage&oldid=902190687", - rdfs:label "SMES" - - SubClassOf: - OEO_00000159 - - -Class: OEO_00000376 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sodium-ion battery is a rechargable metal-ion battery that uses sodium ions as charge carriers."@en, - "SIB", - "https://en.wikipedia.org/w/index.php?title=Sodium-ion_battery&oldid=906459441"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", - rdfs:label "sodium-ion battery" - - SubClassOf: - OEO_00000068 - - -Class: OEO_00000377 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sodium–sulphur battery is a type of molten-salt battery constructed from liquid sodium (Na) and sulphur (S).This type of battery has a high energy density, high efficiency of charge/discharge and long cycle life, and is fabricated from inexpensive materials. The operating temperatures of 300 to 350 °C and the highly corrosive nature of the sodium polysulphides, primarily make them suitable for stationary energy storage applications. The cell becomes more economical with increasing size."@en, - "sodium–sulfur battery", - "https://en.wikipedia.org/w/index.php?title=Sodium%E2%80%93sulfur_battery&oldid=900392594"@en, - "reclassification -issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", - rdfs:label "sodium-sulphur battery" - - SubClassOf: - OEO_00000282 - - -Class: OEO_00000384 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Solar energy is radiative energy of the sun."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225 -restructure solar energy -issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/672 -remove disposition renewable fuel -issue: https://github.com/OpenEnergyPlatform/ontology/issues/726 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732", - rdfs:label "solar energy" - - SubClassOf: - OEO_00020040, - OEO_00000530 some OEO_00030004 - - -Class: OEO_00000386 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar power plant is a power plant that has solar power units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "solar power plant", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000041" - - SubClassOf: - OEO_00000031, - some OEO_00000034 - - -Class: OEO_00000387 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar thermal collector is a heater that absorbs solar radiation to convert it into heat."@en, - "https://en.wikipedia.org/w/index.php?title=Solar_thermal_collector&oldid=903948846"@en, - "change produces energy and uses energy axioms to 'has energy output' and 'has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 -add axiom to 'has part some solar radiation receiving surface' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228", - rdfs:label "solar thermal collector" - - SubClassOf: - OEO_00000210, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010234 some OEO_00000384, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00000388, - some OEO_00020199, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - some OEO_00020047 - - -Class: OEO_00000388 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Solar thermal energy is thermal energy that is the physical output of a solar thermal energy transformation."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", - rdfs:label "solar thermal energy" - - SubClassOf: - OEO_00000207, - OEO_00000530 some OEO_00030004 - - -Class: OEO_00000389 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar thermal power plant is a solar power plant that has solar thermal power units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "solar thermal power plant" - - SubClassOf: - OEO_00000386, - some OEO_00000035, - some OEO_00000396 - - -Class: OEO_00000391 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solid fossil fuel is a fossil fuel that has a solid state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/106 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/164 - -Update definition and axioms: -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "solid fossil fuel" - - EquivalentTo: - OEO_00000014 - and (OEO_00000529 value OEO_00000390) - - SubClassOf: - OEO_00000014, - OEO_00000530 some OEO_00030002, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00000395 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "In physics, a state of matter is one of the distinct forms in which matter can exist. Four states of matter are observable in everyday life: solid, liquid, gas, and plasma. Many intermediate states are known to exist, such as liquid crystal, and some states only exist under extreme conditions", - "https://en.wikipedia.org/w/index.php?title=State_of_matter&oldid=903680856", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/38 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/39 - -add 'has bearer' axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "state of matter" - - SubClassOf: - , - OEO_00010121 some OEO_00000331 - - -Class: OEO_00000396 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A steam turbine is a turbine that converts heat from pressurised steam into rotational energy.", - "change produces energy and uses energy axioms to 'has energy output' and ' has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "steam turbine" - - SubClassOf: - OEO_00000425, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00000503 some OEO_00110001, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010234 some OEO_00000207, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00240000, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - some OEO_00050020 - - -Class: OEO_00000399 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A storage unit is a grid component that stores energy."@en, - "Make equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1338 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "storage unit" - - EquivalentTo: - OEO_00020006 - and ( some OEO_00000012) - - SubClassOf: - OEO_00020006, - some OEO_00000200 - - -Class: OEO_00000401 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Sub bituminous coal is coal that is non-agglomerating with a gross calorific value between 17 435 kJ/kg (4 165 kcal/kg) and 23 865 kJ/kg (5 700 kcal/kg) containing more than 31 % volatile matter on a dry mineral matter free basis."@en, - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:label "sub bituminous coal", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000009" - - SubClassOf: - OEO_00000088 - - -Class: OEO_00000407 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A Technology is an information content entity that specifies how to create an artificial object."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/136 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/334", - rdfs:label "technology" - - SubClassOf: - - - -Class: OEO_00000419 - - -Class: OEO_00000420 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A transformer is an electricity grid component that passively transfers electrical energy from one electrical circuit to another."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, - rdfs:comment "Source: https://en.wikipedia.org/wiki/Transformer"@en, - rdfs:label "transformer" - - SubClassOf: - OEO_00020006, - some OEO_00000143 - - -Class: OEO_00000423 - - SubClassOf: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/415 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821" - OEO_00140164 some OEO_00000143 - - -Class: OEO_00000425 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A turbine is an energy converting component that converts energy from a moving fluid flow into rotational energy."@en, - "use energy converting component in definition: -https://github.com/OpenEnergyPlatform/ontology/pull/993 - -change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "turbine" - - SubClassOf: - OEO_00000011, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769" - OEO_00000503 some OEO_00140116, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00240000 - - -Class: OEO_00000429 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An underground hydrogen storage is an underground fuel storage object that stores hydrogen. Examples are underground caverns, salt domes and depleted oil/gas fields."@en, - "https://en.wikipedia.org/w/index.php?title=Underground_hydrogen_storage&oldid=895350780", - "Issue:https://github.com/OpenEnergyPlatform/ontology/issues/448 -Pull request: https://github.com/OpenEnergyPlatform/ontology/pull/462 - -Improve definition and classification: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "underground hydrogen storage object" - - SubClassOf: - OEO_00010325, - OEO_00000503 some OEO_00000220 - - -Class: OEO_00000437 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A volatile organic compound (VOC) is a portion of matter consisting of organic compounds that is capable of producing photochemical oxidants by reactions with nitrogen oxides in the presence of sunlight. Hence it can act as an air pollutant."@en, - "VOC", - "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "volatile organic compound", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_134179" - - EquivalentTo: - OEO_00000025 or OEO_00000298 - - SubClassOf: - - Annotations: "Add `SubClass Of` axiom for `volatile organic compound` -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" - OEO_00000331, - OEO_00000331 - and ( some OEO_00010011), - some OEO_00000055 - - -Class: OEO_00000439 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A waste fuel is a fuel in which the material entity is waste."@en, - "label and definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/132 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/207 - -comment: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/629 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/631", - rdfs:comment "The energy content of waste fuel is typically released by incineration or gasification. The energy content of nuclear waste is not considered as a waste fuel.", - rdfs:label "waste fuel" - - EquivalentTo: - OEO_00000173 - and ( some OEO_00000042) - - SubClassOf: - - Annotations: "Add `SubClass Of` axiom for `waste fuel` -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" - OEO_00000173, - some OEO_00000097 - - -Class: OEO_00000440 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A waste power plant is a power plant that has waste power units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "waste power plant" - - SubClassOf: - OEO_00000031, - some OEO_00000041 - - -Class: OEO_00000441 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Water is a portion of matter with the chemical formula H2O. It has a liquid normal state of matter.", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1081 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1099" - "We are aware that water is defined as pure H2O in the OEO and that naturally occuring water usually also contains impurities of other portions of matter (e.g. minerals). We purposely neglect this inconsistency for usability reasons.", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "H2O", - "definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/685 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/689 -add origin -issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 -remove origin -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", - rdfs:label "water", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_15377" - - SubClassOf: - OEO_00000331, - some OEO_00000151, - OEO_00000529 value OEO_00000256 - - -Class: OEO_00000442 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A water turbine is a turbine converting potential energy and kinetic energy of water into rotational energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758 - -change produces energy and uses energy axioms to 'has energy output' and 'has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "water turbine" - - SubClassOf: - OEO_00000425, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010234 some OEO_00000218, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00240000, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - some OEO_00110004 - - -Class: OEO_00000446 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Wind energy is the kinetic energy of moving air."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225 -reclassify and change def -issue: https://github.com/OpenEnergyPlatform/ontology/issues/662 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/666 -remove disposition renewable fuel -issue: https://github.com/OpenEnergyPlatform/ontology/issues/726 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732 -add and change axioms -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", - rdfs:label "wind energy" - - SubClassOf: - OEO_00230020, - OEO_00000530 some OEO_00030004, - - Annotations: "change axiom to 'participates in' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" - OEO_00020182 some OEO_00000043, - OEO_00020183 some OEO_00020043 - - -Class: OEO_00000447 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A wind farm is a power plant that has wind energy converting units as parts."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "wind farm" - - SubClassOf: - OEO_00000031, - some OEO_00000044 - - -Class: OEO_00000448 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A wind rotor (or wind turbine) is a turbine that converts the wind's kinetic energy into rotational energy."@en, - "wind turbine", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 - -change produces energy and uses energy axioms to 'has energy output' and 'has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "wind rotor" - - SubClassOf: - OEO_00000425, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010234 some OEO_00000446, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00240000, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - some OEO_00020043, - some OEO_00020144 - - -Class: OEO_00000449 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Wood is a biomass from trees. It has a solid state of matter an can be used as fuel."@en, - "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 - -add dispositions: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033", - rdfs:label "wood" - - SubClassOf: - OEO_00010214, - some OEO_00000001, - some OEO_00000097, - some OEO_00140075, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00010000 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Ammonia is a portion of matter with the chemical formula NH3. It has a gaseous normal state of matter and can act as an air pollutant. As it can be oxidised it can be used as a fuel.", - "NH3", - "nitrogen trihydride", - "trihydridonitrogen", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 - -Adapt definiton and axioms, add alternative terms: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", - rdfs:label "ammonia"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16134" - - SubClassOf: - OEO_00000331, - some OEO_00000055, - some OEO_00000001, - some OEO_00000097, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00010001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Carbon monoxide is a portion of matter with the chemical formula CO. It has a gaseous normal state of matter and can act as an air pollutant.", - "CO", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "carbon monoxide"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_17245" - - SubClassOf: - OEO_00000331, - some OEO_00000055, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00010002 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Nitrogen oxides are a portion of matter consisting of compounds of nitrogen and oxygen. It is a collective term for numerous oxides of nitrogen with a gaseous normal state of matter. They can act as air pollutants.", - "NOx", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "nitrogen oxides"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_35196" - - SubClassOf: - OEO_00000331, - some OEO_00000055, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00010003 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Nitric oxide is a portion of matter with the chemical formula NO. It is a gas and can act as an air pollutant. Synonyms are nitrogen oxide or nitrogen monoxide.", - "NO", - "nitrogen monoxide", - "nitrogen oxide", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "nitric oxide"@en - - SubClassOf: - OEO_00010002 - - -Class: OEO_00010004 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Nitrogen dioxide is a portion of matter with the chemical formula NO2. It is a gas and can act as an air pollutant.", - "NO2", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "nitrogen dioxide"@en - - SubClassOf: - OEO_00010002 - - -Class: OEO_00010007 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Sulphur dioxide is a portion of matter with the chemical formula SO2. It has a gaseous normal state of matter and can act as an air pollutant.", - "SO2", - "sulfur dioxide", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "sulphur dioxide"@en - - SubClassOf: - OEO_00000331, - some OEO_00000055, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00010009 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "PM10 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM10, EN 12341, with a 50 % efficiency cut-off at 10 µm aerodynamic diameter.", - "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "PM10"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000405" - - SubClassOf: - OEO_00000318 - - -Class: OEO_00010010 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "PM2.5 is particulate matter which passes through a size-selective inlet as defined in the reference method for the sampling and measurement of PM2,5, EN 14907, with a 50 % efficiency cut-off at 2,5 µm aerodynamic diameter.", - "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "PM2.5"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000415" - - SubClassOf: - OEO_00000318 - - -Class: OEO_00010011 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "The volatility disposition is the disposition of a portion of matter to sublimate or evaporate from the solid or liquid form and enter the surrounding air.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 - -add 'has bearer' axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "volatility"@en - - SubClassOf: - , - OEO_00010121 some OEO_00000331 - - -Class: OEO_00010012 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An air pollutant is a portion of matter that participates in some air pollution.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/815 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/816", - rdfs:label "air pollutant"@en - - EquivalentTo: - OEO_00000331 - and ( some OEO_00000055) - - SubClassOf: - OEO_00000331 - - -Class: OEO_00010015 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Fossil hydrogen is hydrogen with fossil origin. It is usually produced from fossil fuels applying the steam reforming process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", - rdfs:label "fossil hydrogen" - - EquivalentTo: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954" - OEO_00000220 - and (OEO_00000530 some OEO_00030002) - - SubClassOf: - OEO_00000220 - - -Class: OEO_00010016 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Synthetic hydrogen is hydrogen with synthetic origin. It is usually produced from water applying the water electrolysis process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", - rdfs:label "synthetic hydrogen" - - EquivalentTo: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954" - OEO_00000220 - and (OEO_00000530 some OEO_00030005) - - SubClassOf: - OEO_00000220 - - -Class: OEO_00010017 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A synthetic fuel is a fuel produced from one or more portion(s) of matter using electric energy.", - "e-fuel", - "electric fuel", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 - -add axiom to secondary energy carrier disposition -issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", - rdfs:label "synthetic fuel" - - EquivalentTo: - OEO_00000173 - and (OEO_00000530 some OEO_00030005) - - SubClassOf: - - Annotations: "Add `SubClass Of` axiom for `synthetic fuel` -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" - OEO_00000173, - some OEO_00000097, - some OEO_00140076 - - -Class: OEO_00010018 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Synthetic methane is methane that has a synthetic origin.", - "P2G", - "PtG", - "power to gas", - "power-to-gas", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 - -Re-definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", - rdfs:label "synthetic methane" - - EquivalentTo: - OEO_00000025 - and (OEO_00000530 some OEO_00030005) - - SubClassOf: - OEO_00000025 - - -Class: OEO_00010019 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "PtL fuel is a liquid synthetic fuel produced in a power-to-liquid system from water and carbon dioxide using electrical energy.", - "P2L fuel", - "liquid synthetic fuel", - "synthetic liquid fuel", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 - -new label and axioms: -https://github.com/OpenEnergyPlatform/ontology/issues/934 -pull request: https://github.com/OpenEnergyPlatform/ontology/pulls/957", - rdfs:label "PtL fuel" - - SubClassOf: - OEO_00010156, - some OEO_00010020, - OEO_00000529 value OEO_00000256 - - -Class: OEO_00010020 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power-to-liquid system is an energy transformation unit that implements a power-to-liquid process. A water electrolyser is participating in the power-to-liquid process.", - "P2L", - "PtL", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 - -Align with 'power-to-gas system': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "power-to-liquid system" - - SubClassOf: - OEO_00020102, - some OEO_00010021 - - -Class: OEO_00010021 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A water electrolyser is an energy converting component that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 - -use energy converting component in definition: -https://github.com/OpenEnergyPlatform/ontology/pull/993 - -change produces energy and uses energy axioms to 'has energy output' and 'has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "water electrolyser" - - SubClassOf: - OEO_00000011, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00000503 some OEO_00000441, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010234 some OEO_00000139, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00000007, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - some OEO_00000220 - - -Class: OEO_00010022 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A steam reformer is an energy converting component that produces syngas from hydrocarbons such as natural gas.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 - -use energy converting component in definition: -https://github.com/OpenEnergyPlatform/ontology/pull/993", - rdfs:label "steam reformer" - - SubClassOf: - OEO_00000011, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805" - OEO_00000503 some OEO_00140159, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805" - some OEO_00140160 - - -Class: OEO_00010023 - - -Class: OEO_00010024 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A battery electric vehicle (BEV) is an electric vehicle that stores energy in a traction battery.", - "BEV", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/637 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/655 - -Adapt definition and convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "battery electric vehicle"@en - - EquivalentTo: - OEO_00000146 - and ( some OEO_00010026) - - SubClassOf: - OEO_00000146 - - -Class: OEO_00010025 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fuel cell electric vehicle (FCEV) is an electric vehicle that uses electrical energy from a fuel cell.", - "FCEV", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/637 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/655 - -Convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "fuel cell electric vehicle"@en - - EquivalentTo: - OEO_00000146 - and ( some OEO_00000016) - - SubClassOf: - OEO_00000146, - OEO_00000503 some OEO_00000220 - - -Class: OEO_00010026 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453", - dc:description "A traction battery is a battery that is used in vehicles for propulsion.", - rdfs:label "traction battery"@en - - SubClassOf: - OEO_00000068 - - -Class: OEO_00010027 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electric motor is a motor that converts electrical energy into kinetic energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 - -change uses energy axiom to 'has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "electric motor"@en - - SubClassOf: - OEO_00010032, - OEO_00010234 some OEO_00000139 - - -Class: OEO_00010028 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electric traction motor is an electric motor used for propulsion."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 - -relabel and add axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1029 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1135", - rdfs:label "electric traction motor"@en - - SubClassOf: - OEO_00010027, - some - - -Class: OEO_00010029 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An internal combustion engine is a motor that converts chemical energy into kinetic energy using a cyclic combustion process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 - -add energy input axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1280 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1285", - rdfs:label "internal combustion engine"@en - - SubClassOf: - OEO_00010032, - OEO_00000503 some OEO_00000099, - OEO_00010234 some OEO_00000007, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817" - some OEO_00140038 - - -Class: OEO_00010030 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A plug-in hybrid electric vehicle (PHEV) is a vehicle that contains both an electric traction motor and an internal combustion engine and can switch between their usage for propulsion. It contains a traction battery that can be charged with electrical energy from an external supply.", - "PHEV", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 - -Convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "plug-in hybrid electric vehicle"@en - - EquivalentTo: - OEO_00010023 - and ( some OEO_00010028) - and ( some - (OEO_00010029 - and ( some ))) - - SubClassOf: - OEO_00010023, - OEO_00000503 some OEO_00000099, - OEO_00000503 some OEO_00000139, - some OEO_00010026 - - -Class: OEO_00010031 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A grid supplied electric vehicle is an electric vehicle that has a current collector to use electrical energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 - -Adapt definition and convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "grid supplied electric vehicle"@en - - EquivalentTo: - OEO_00000146 - and ( some OEO_00010300) - - SubClassOf: - OEO_00000146 - - -Class: OEO_00010032 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A motor is an energy converting component that converts other forms of energy into kinetic energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 - -use energy converting component in definition: -https://github.com/OpenEnergyPlatform/ontology/pull/993 - -change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "motor", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000610" - - SubClassOf: - OEO_00000011, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00230020 - - -Class: OEO_00010072 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An areal power density unit is a unit which is a measure for the power per surface area.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", - rdfs:label "areal power density unit" - - SubClassOf: - - - -Class: OEO_00010073 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An areal energy density unit is a unit which is a measure for the energy per surface area.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", - rdfs:label "areal energy density unit" - - SubClassOf: - - - -Class: OEO_00010074 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An areal power density is a quantity value that indicates a certain power per area.", - "specific power", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", - rdfs:label "areal power density" - - SubClassOf: - OEO_00000350, - OEO_00040010 some OEO_00010072 - - -Class: OEO_00010075 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An areal energy density is a quantity value that states a certain energy amount per area.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", - rdfs:label "areal energy density" - - SubClassOf: - OEO_00000350, - OEO_00040010 some OEO_00010073 - - -Class: OEO_00010076 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An areal solar power density is an areal power density that indicates the arriving solar power per area. A synonym for areal solar power density is irradiance.", - "irradiance", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", - rdfs:label "areal solar power density" - - SubClassOf: - OEO_00010074 - - -Class: OEO_00010077 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An areal solar energy density is an areal energy density that gives the arriving solar power per area. A synonym for areal solar power density is irradiation.", - "irradiation", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", - rdfs:label "areal solar energy density" - - SubClassOf: - OEO_00010075 - - -Class: OEO_00010078 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Global warming potential (GWP) is a quantity value that measures the the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).", - "GWP", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683", - rdfs:label "global warming potential"@en - - SubClassOf: - OEO_00000350, - OEO_00040010 some - - -Class: OEO_00010079 - - -Class: OEO_00010080 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar-steam-electric process is a solar energy transformation that converts solar energy into electrical energy. It has two partial processes: a solar thermal energy transformation and a steam-electric process."@en, - "add two has participant and redefine -issue: https://github.com/OpenEnergyPlatform/ontology/issues/938 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010 - -add 'has physical output' some 'electrical energy' -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/668 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/701 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "solar-steam-electric process"@en - - EquivalentTo: - ( some OEO_00020047) - and ( some OEO_00050020) - - SubClassOf: - OEO_00020046, - OEO_00010235 some OEO_00000139, - some OEO_00000010, - some OEO_00000396 - - -Class: OEO_00010081 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar chemical energy transformation is a solar energy transformation that converts solar energy into chemical energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/673 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/735 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "solar chemical energy transformation"@en - - SubClassOf: - OEO_00020046, - OEO_00010235 some OEO_00000007 - - -Class: OEO_00010084 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A reservoir is an artificial object that stores liquid water and has a dam as part.", - "Reservoirs created by dams provide water for activities such as hydro energy transformation, irrigation, human consumption, industrial use, aquaculture, and navigability. They are also used to regulate floods.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/755", - rdfs:label "reservoir"@en - - SubClassOf: - OEO_00000061, - OEO_00000503 some OEO_00110000, - some OEO_00000117 - - -Class: OEO_00010085 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A hydro power unit is a power generating unit that uses hydro energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", - rdfs:label "hydro power unit"@en - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00000441, - some OEO_00000442, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - some OEO_00110005 - - -Class: OEO_00010086 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A hydro power plant is a power plant having an aggregate of hydro power generating units as its power generating unit parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", - rdfs:label "hydro power plant"@en - - SubClassOf: - OEO_00000031, - OEO_00000503 some OEO_00000441, - some OEO_00010085, - some OEO_00110005 - - -Class: OEO_00010087 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A run of river power plant is a hydro power plant that uses the momentarily available hydro energy of a river. It has either no reservoir or just has a small one with a maximum of 24 hours of storage.", - "The distinction between a run of river power plant and a hydro storage power plant is important for modelling, but in reality not so easy. The chosen distinction follows the document: European Network of Transmission System Operators for Electricity (ENTSO-E): Hydropower modelling – New database complementing PECD, V.1.0, 12 December 2019, https://www.entsoe.eu/Documents/SDC%20documents/MAF/2019/Hydropower_Modelling_New_database_and_methodology.pdf", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", - rdfs:label "run of river power plant"@en - - SubClassOf: - OEO_00010086, - OEO_00000503 some OEO_00010093, - some OEO_00000117 - - -Class: OEO_00010088 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A hydro storage power plant is a hydro power plant that uses the available hydro energy of a stationary water storage.", - "The distinction between a run of river power plant and a hydro storage power plant is important for modelling, but in reality not so easy. The chosen distinction follows the document: European Network of Transmission System Operators for Electricity (ENTSO-E): Hydropower modelling – New database complementing PECD, V.1.0, 12 December 2019, https://www.entsoe.eu/Documents/SDC%20documents/MAF/2019/Hydropower_Modelling_New_database_and_methodology.pdf", - "storage power plant", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", - rdfs:label "hydro storage power plant"@en - - SubClassOf: - OEO_00010086, - ( some OEO_00000117) - and ( some OEO_00010084), - OEO_00000503 some OEO_00110000 - - -Class: OEO_00010089 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A pumped hydro storage power plant is a hydro storage power plant which has some pumps as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758 - -Add energy storage function axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1174 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "pumped hydro storage power plant"@en - - SubClassOf: - OEO_00010088, - some OEO_00010090, - some OEO_00010322 - - -Class: OEO_00010090 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A pump is an energy converting component that converts energy into kinetic or potential energy of a fluid.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758 - -use energy converting component in definition: -https://github.com/OpenEnergyPlatform/ontology/pull/993 - -change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "pump"@en - - SubClassOf: - OEO_00000011, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769" - OEO_00000503 some OEO_00140116, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some - (OEO_00020045 or OEO_00230020) - - -Class: OEO_00010091 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An open-loop pumped hydro storage power plant is a pumped hydro storage power plant that has natural inflows.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", - rdfs:label "open-loop pumped hydro storage power plant"@en - - SubClassOf: - OEO_00010089, - OEO_00000503 some OEO_00000345 - - -Class: OEO_00010092 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A closed-loop pumped hydro storage power plant is a pumped hydro storage power plant that has no natural inflows.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", - rdfs:label "closed-loop pumped hydro storage power plant"@en - - SubClassOf: - OEO_00010089, - OEO_00000503 only OEO_00000345 - - -Class: OEO_00010093 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A river is a water body that moves through permanent or seasonal flow process from elevated land towards lower elevations through a definite channel and empties either into a sea, lake, or another river or ends on land as bed seepage and evapotranspiration exceed water supply.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/760 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/765 - -Make river a subclass of water body: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "river"@en, - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00000022" - - SubClassOf: - OEO_00010104, - some OEO_00110002 - - -Class: OEO_00010094 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A reservoir hydro storage power plant is a hydro storage power plant that has no pump.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issue/767 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/768", - rdfs:label "reservoir hydro storage power plant"@en - - SubClassOf: - OEO_00010088, - not ( some OEO_00010090) - - -Class: OEO_00010095 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Marine thermal energy is a kind of natural ambient thermal energy that is present in marine water bodies.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "marine thermal energy"@en - - SubClassOf: - OEO_00140104 - - -Class: OEO_00010096 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Marine thermal energy transfer is a heat transfer from the marine water body to a transportable material entity.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "marine thermal energy transfer"@en - - SubClassOf: - OEO_00140101, - some OEO_00010105 - - -Class: OEO_00010097 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Marine current energy is the natural hydro energy of an ocean current.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 - -fix classification: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/896 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 - -add and change axioms -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", - rdfs:label "marine current energy"@en - - SubClassOf: - OEO_00020087, - - Annotations: "change axiom to 'participates in' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" - OEO_00020182 some OEO_00010107, - OEO_00020183 some OEO_00010098 - - -Class: OEO_00010098 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Marine current energy transformation is a hydroelectric energy transformation that converts marine current energy to electrical energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041 -remove wrong axiom -https://github.com/OpenEnergyPlatform/ontology/pull/1044", - rdfs:label "marine current energy transformation"@en - - SubClassOf: - OEO_00110005, - OEO_00010234 some OEO_00010097, - - Annotations: rdfs:comment "reintroduce axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" - some OEO_00010105, - - Annotations: "replace 'has input' with 'causally downstream of or within' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" - some OEO_00010107 - - -Class: OEO_00010099 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Marine tidal energy transformation is a hydroelectric energy transformation that converts kinetic energy from tidal flow to electrical energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "marine tidal energy transformation"@en - - SubClassOf: - OEO_00110005, - OEO_00010234 some OEO_00010100, - some OEO_00010105, - - Annotations: "replace 'has input' with 'causally downstream of or within' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" - some OEO_00010101 - - -Class: OEO_00010100 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Marine tidal energy is the natural hydro energy of a tidal flow.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 - -fix classification: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/896 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 - -change axiom from participates in to is energy participant of -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", - rdfs:label "marine tidal energy"@en - - SubClassOf: - OEO_00020087, - OEO_00020182 some OEO_00010101 - - -Class: OEO_00010101 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Tidal flow is a water flow during which movements of water masses caused by varying gravitational and rotational forces from sun and moon, combined with the rotation of the earth, cause waters to undergo periodic depth oscillations (tides).", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "tidal flow"@en, - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001342" - - SubClassOf: - OEO_00110002 - - -Class: OEO_00010102 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Marine wave energy is the natural hydro energy of a wave.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 - -fix classification: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/896 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/921 - -change axiom from participates in to is energy participant of -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", - rdfs:label "marine wave energy"@en - - SubClassOf: - OEO_00020087, - - Annotations: "change axiom to 'participates in' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871/" - OEO_00020182 some OEO_00010106 - - -Class: OEO_00010103 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Marine wave energy transformation is a hydroelectric energy transformation that converts marine wave energy to electrical energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "marine wave energy transformation"@en - - SubClassOf: - OEO_00110005, - OEO_00010234 some OEO_00010102, - some OEO_00010105, - - Annotations: "replace 'has input' with 'causally downstream of or within' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1023 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1137" - some OEO_00010106 - - -Class: OEO_00010104 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A water body is an accumulation of liquid water of varying size on the surface of the Earth.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "water body"@en - - SubClassOf: - OEO_00110000 - - -Class: OEO_00010105 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "The ocean is a water body that consists of salt water and is covering approximately 71% of Earth's surface.", - "marine water body", - "sea", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "ocean"@en - - SubClassOf: - OEO_00010104 - - -Class: OEO_00010106 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A wave is a water flow that is at the surface of a water body/marine water body/ocean and that is mainly vertically orientated.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "wave"@en - - SubClassOf: - OEO_00110002 - - -Class: OEO_00010107 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An ocean current is a a water flow within a water body/marine water body/ocean that is mainly horizontally orientated.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "ocean current"@en - - SubClassOf: - OEO_00110002 - - -Class: OEO_00010108 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A marine current energy converting unit is a hydro power unit that uses marine current energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "marine current energy converting unit"@en - - SubClassOf: - OEO_00010085, - some OEO_00010098 - - -Class: OEO_00010109 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A marine tidal energy converting unit is a hydro power unit that uses marine tidal energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "marine tidal energy converting unit"@en - - SubClassOf: - OEO_00010085, - some OEO_00010099 - - -Class: OEO_00010110 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A marine wave energy converting unit is a hydro power unit that uses marine wave energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "marine wave energy converting unit"@en - - SubClassOf: - OEO_00010085, - some OEO_00010103 - - -Class: OEO_00010111 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A marine current energy power plant is a power plant that has marine current energy units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "marine current energy power plant"@en - - SubClassOf: - OEO_00010086, - some OEO_00010108, - some OEO_00010098 - - -Class: OEO_00010112 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A marine tidal energy power plant is a power plant that has marine tidal energy units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "marine tidal energy power plant"@en - - SubClassOf: - OEO_00010086, - some OEO_00010109, - some OEO_00010099 - - -Class: OEO_00010113 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A marine wave energy power plant is a power plant that has marine wave energy units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "marine wave energy power plant"@en - - SubClassOf: - OEO_00010086, - some OEO_00010110, - some OEO_00010103 - - -Class: OEO_00010114 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Waste thermal energy is thermal energy that is the physical output of an energy transformation process and that is released into the environment unused."@en, - "waste heat", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/775 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/813 - -change label and definition language -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "waste thermal energy" - - SubClassOf: - OEO_00000207 - - -Class: OEO_00010117 - - -Class: OEO_00010127 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Secondary energy production is the production of secondary energy carriers.", - "secondary production of energy", - "add alternative term: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/920 -pull: https://github.com/OpenEnergyPlatform/ontology/pull/924 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/860 -pull: https://github.com/OpenEnergyPlatform/ontology/pull/865", - rdfs:label "secondary energy production"@en - - SubClassOf: - OEO_00240003, - OEO_00000533 some OEO_00140079, - OEO_00140002 some OEO_00050019 - - -Class: OEO_00010137 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Metric ton (t) is a a mass unit which is equal to thousand of a kilogram or 10^3 kg.", - "tonne", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/856 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/879", - "t", - rdfs:label "metric ton"@en - - SubClassOf: - - - -Class: OEO_00010138 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Carbon capture is a process that captures carbon dioxide from a gas.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", - rdfs:label "carbon capture"@en - - SubClassOf: - , - OEO_00000532 some OEO_00000006 - - -Class: OEO_00010139 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Direct on air capture (DAC) is carbon dioxide capture from air.", - "DAC", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", - rdfs:label "direct air capture"@en - - SubClassOf: - OEO_00010138, - some OEO_00000054 - - -Class: OEO_00010140 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Carbon storage is a process that stores CO2 in a geological formation.", - "carbon sequestration", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", - rdfs:label "carbon storage"@en - - SubClassOf: - , - OEO_00000532 some OEO_00000006 - - -Class: OEO_00010141 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Carbon capture and storage (CCS) is a process that combines carbon capture and carbon sequestration.", - "CCS", - "carbon capture and sequestration", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", - rdfs:label "carbon capture and storage"@en - - EquivalentTo: - ( some OEO_00010138) - and ( some OEO_00010140) - - SubClassOf: - , - OEO_00000532 some OEO_00000006 - - -Class: OEO_00010144 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solid combustion fuel is a combustion fuel that has a solid state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "solid combustion fuel"@en - - EquivalentTo: - OEO_00000099 - and (OEO_00000529 value OEO_00000390) - - SubClassOf: - OEO_00000099 - - -Class: OEO_00010145 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A liquid combustion fuel is a combustion fuel that has a liquid state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "liquid combustion fuel"@en - - EquivalentTo: - OEO_00000099 - and (OEO_00000529 value OEO_00000256) - - SubClassOf: - OEO_00000099 - - -Class: OEO_00010146 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gaseous combustion fuel is a combustion fuel that has a gaseous state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "gaseous combustion fuel"@en - - EquivalentTo: - OEO_00000099 - and (OEO_00000529 value OEO_00000182) - - SubClassOf: - OEO_00000099 - - -Class: OEO_00010147 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A liquid fossil fuel is a fossil combustion fuel that has a liquid state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "liquid fossil fuel"@en - - EquivalentTo: - OEO_00000014 - and (OEO_00000529 value OEO_00000256) - - SubClassOf: - OEO_00000014 - - -Class: OEO_00010148 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gaseous fossil fuel is a fossil combustion fuel that has a gaseous state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "gaseous fossil fuel"@en - - EquivalentTo: - OEO_00000014 - and (OEO_00000529 value OEO_00000182) - - SubClassOf: - OEO_00000014 - - -Class: OEO_00010149 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solid renewable fuel is a renewable fuel that has a solid state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "solid renewable fuel"@en - - EquivalentTo: - OEO_00000033 - and (OEO_00000529 value OEO_00000390) - - SubClassOf: - OEO_00000033 - - -Class: OEO_00010150 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A liquid renewable fuel is a renewable fuel that has a liquid state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "liquid renewable fuel"@en - - EquivalentTo: - OEO_00000033 - and (OEO_00000529 value OEO_00000256) - - SubClassOf: - OEO_00000033 - - -Class: OEO_00010151 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gaseous renewable fuel is a renewable fuel that has a gaseous state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "gaseous renewable fuel"@en - - EquivalentTo: - OEO_00000033 - and (OEO_00000529 value OEO_00000182) - - SubClassOf: - OEO_00000033 - - -Class: OEO_00010153 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gasoeus biofuel is a biofuel that has a gaseous state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "gaseous biofuel"@en - - EquivalentTo: - OEO_00000072 - and (OEO_00000529 value OEO_00000182) - - SubClassOf: - OEO_00000072 - - -Class: OEO_00010154 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solid synthetic fuel is a synthetic fuel that has a solid state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "solid synthetic fuel"@en - - EquivalentTo: - OEO_00010017 - and (OEO_00000529 value OEO_00000390) - - SubClassOf: - OEO_00010017 - - -Class: OEO_00010155 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gaseous synthetic fuel is a synthetic fuel that has a gaseous state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "gaseous synthetic fuel"@en - - EquivalentTo: - OEO_00010017 - and (OEO_00000529 value OEO_00000182) - - SubClassOf: - OEO_00010017 - - -Class: OEO_00010156 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A liquid synthetic fuel is a synthetic fuel that has a liquid state of matter under normal conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "liquid synthetic fuel"@en - - EquivalentTo: - OEO_00010017 - and (OEO_00000529 value OEO_00000256) - - SubClassOf: - OEO_00010017 - - -Class: OEO_00010157 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power value is a quantity value that has a power unit as unit.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/918 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/935 - -Make equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", - rdfs:label "power value"@en - - EquivalentTo: - OEO_00000350 - and (OEO_00040010 some ) - - SubClassOf: - OEO_00000350 - - -Class: OEO_00010210 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Energy use is the consumption of an energy carrier making use of the energy it carries.", - "energy consumption", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950 - -Add alternative label: -https://github.com/OpenEnergyPlatform/ontology/pull/1321", - rdfs:label "energy use"@en - - SubClassOf: - OEO_00140039, - some OEO_00020039 - - DisjointWith: - OEO_00010211 - - -Class: OEO_00010211 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Non-energy use is the consumption of an energy carrier without making use the energy it carries.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950", - rdfs:label "non-energy use"@en - - SubClassOf: - OEO_00140039 - - DisjointWith: - OEO_00010210 - - -Class: OEO_00010214 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Biomass is a portion of matter from plants or animals and has thus has a biogenic origin.", - "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952", - rdfs:label "biomass"@en - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030001 - - -Class: OEO_00010215 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Biomethane is a gas mixture produced from biogas by removing carbon dioxide. It consists mainly of methane and can be used as fuel.", - "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 - -improve definition and make subclass of gas mixture: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", - rdfs:label "biomethane"@en - - SubClassOf: - , - OEO_00000530 some OEO_00030001, - some OEO_00000025, - some OEO_00000001, - some OEO_00000097, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00010216 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power-to-gas process is an energy transformation that converts electrical energy to chemical energy by synthesising portions of matter into a gaseous synthetic fuel.", - "P2G", - "PtG", - "power to gas", - "power-to-gas", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "power-to-gas process"@en - - SubClassOf: - OEO_00020003, - (OEO_00000532 some OEO_00000331) - and (OEO_00010234 some OEO_00000139), - (OEO_00000533 some OEO_00010155) - and (OEO_00010235 some OEO_00000007) - - -Class: OEO_00010217 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power-to-methane process is a power-to-gas process that has electrical energy as energy input, water and carbon dioxide as physical input and synthetic methane carrying chemical energy as physical output. It consists of two sub processes: an electrolysis process and a methanation.", - "power to methane", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "power-to-methane process"@en - - SubClassOf: - OEO_00010216, - (OEO_00000532 some OEO_00000006) - and (OEO_00000532 some OEO_00000441) - and (OEO_00010234 some OEO_00000139), - (OEO_00000533 some OEO_00010018) - and (OEO_00010235 some OEO_00000007), - some OEO_00010219, - some OEO_00010220 - - -Class: OEO_00010218 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Oxygen is a portion of matter with the chemical formula O2. It has a gaseous normal state of matter.", - "O2", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", - rdfs:label "oxygen"@en - - SubClassOf: - OEO_00000331, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00010219 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A water electrolysis process is an energy transformation that uses an electric current to decompose water into hydrogen and oxygen gas. Electrical energy is converted into chemical energy (and waste heat).", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "water electrolysis process"@en - - SubClassOf: - OEO_00020003, - (OEO_00000532 some OEO_00000441) - and (OEO_00010234 some OEO_00000139), - (OEO_00000533 some OEO_00000220) - and (OEO_00000533 some OEO_00010218) - and (OEO_00010235 some OEO_00000007), - some OEO_00010021 - - -Class: OEO_00010220 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A methanation is a redox reaction that converts carbon dioxide and hydrogen to synthetic methane and water.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/940 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954", - rdfs:label "methanation"@en - - SubClassOf: - OEO_00140034, - (OEO_00000532 some OEO_00000006) - and (OEO_00000532 some OEO_00000220), - (OEO_00000533 some OEO_00000006) - and (OEO_00000533 some OEO_00000441) - - -Class: OEO_00010221 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Synthetic ammonia is ammonia that has a synthetic origin.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", - rdfs:label "synthetic ammonia"@en - - EquivalentTo: - OEO_00010000 - and (OEO_00000530 some OEO_00030005) - - SubClassOf: - OEO_00010000 - - -Class: OEO_00010222 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power-to-ammonia process is a power-to-gas process that has ammonia as output.", - "power to ammonia", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", - rdfs:label "power-to-ammonia process"@en - - SubClassOf: - OEO_00010216, - some OEO_00010000 - - -Class: OEO_00010223 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A biogenic waste fuel is a waste fuel that has a biogenic origin.", - "renewable waste fuel", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961 - -rename class and change axiom: -https://github.com/OpenEnergyPlatform/ontology/issues/872 -https://github.com/OpenEnergyPlatform/ontology/pull/1048", - rdfs:label "biogenic waste fuel"@en - - EquivalentTo: - OEO_00000439 - and (OEO_00000530 some OEO_00030001) - - SubClassOf: - OEO_00000439 - - -Class: OEO_00010224 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fossil waste fuel is a waste fuel that has a fossil origin.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", - rdfs:label "fossil waste fuel"@en - - EquivalentTo: - OEO_00000439 - and (OEO_00000530 some OEO_00030002) - - SubClassOf: - OEO_00000439 - - -Class: OEO_00010225 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A biogenic industrial waste fuel is an industrial waste fuel that has a biogenic origin.", - "renewable industrial waste fuel", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961 - -rename class and change axiom: -https://github.com/OpenEnergyPlatform/ontology/issues/872 -https://github.com/OpenEnergyPlatform/ontology/pull/1048", - rdfs:label "biogenic industrial waste fuel"@en - - EquivalentTo: - OEO_00000226 - and (OEO_00000530 some OEO_00030001) - - SubClassOf: - OEO_00000226 - - -Class: OEO_00010226 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fossil industrial waste fuel is an industrial waste fuel that has a fossil origin.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/925 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/961", - rdfs:label "fossil industrial waste fuel"@en - - EquivalentTo: - OEO_00000226 - and (OEO_00000530 some OEO_00030002) - - SubClassOf: - OEO_00000226 - - -Class: OEO_00010256 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A maximum value is a quantity value that represents the upper limit of an artificial object or process to contain or transform another entity.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", - rdfs:label "maximum value" - - SubClassOf: - OEO_00000350 - - -Class: OEO_00010257 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power capacity is a maximum value of a generator or power generating unit to generate power.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155 - -Fix 'quantity value of' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1223 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1235", - rdfs:label "power capacity" - - SubClassOf: - OEO_00010256, - OEO_00020056 some - (OEO_00000188 or OEO_00000334), - OEO_00040010 some - - -Class: OEO_00010258 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Bioenergy is chemical energy that is stored in biofuels.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1168 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1188", - rdfs:label "bioenergy" - - EquivalentTo: - OEO_00000007 - and (OEO_00000530 some OEO_00030001) - - SubClassOf: - OEO_00000007 - - -Class: OEO_00010259 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A measurement device is an artificial object that is used in some measurement process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1214 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1215", - rdfs:label "measurement device" - - SubClassOf: - OEO_00000061 - - -Class: OEO_00010263 - - -Class: OEO_00010267 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A steam reforming process is a chemical reaction that converts hydrocarbons and steam to syngas. As it converts chemical energy and thermal energy to a different type of chemical energy (and waste heat), it is also an energy transformation process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1211 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251", - rdfs:label "steam reforming"@en - - SubClassOf: - OEO_00140033, - OEO_00000532 some OEO_00110001, - OEO_00000532 some OEO_00140159, - OEO_00000533 some OEO_00140160, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00000007, - OEO_00010235 some OEO_00010114 - - -Class: OEO_00010273 - - Annotations: - "A land vehicle is a vehicle that is moved by applying forces against the ground.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "land vehicle"@en - - SubClassOf: - OEO_00010023 - - -Class: OEO_00010274 - - Annotations: - "A road vehicle is a vehicle that uses roads.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "road vehicle"@en - - SubClassOf: - OEO_00010273 - - -Class: OEO_00010275 - - Annotations: - "A motorised road vehicle is a road vehicle that has a traction motor.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "motorised road vehicle"@en - - SubClassOf: - OEO_00010274, - some - - -Class: OEO_00010276 - - Annotations: - "A car is a motorised road vehicle that is used for passenger transport and has a maximum of eight seats.", - "automobile", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "car"@en - - SubClassOf: - OEO_00010275, - some OEO_00010263 - - -Class: OEO_00010277 - - Annotations: - "A bus is a motorised road vehicle that is used for passenger transport and has more than eight seats.", - "autobus", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "bus"@en - - SubClassOf: - OEO_00010275, - some OEO_00010263 - - -Class: OEO_00010278 - - Annotations: - "A truck is a motorised road vehicle that is used for freight transport.", - "lorry", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "truck"@en - - SubClassOf: - OEO_00010275, - some OEO_00140005 - - -Class: OEO_00010279 - - Annotations: - "A bicycle is a road vehicle that has two wheels and is propelled by a person.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "bicycle"@en - - SubClassOf: - OEO_00010274, - some OEO_00010263 - - -Class: OEO_00010280 - - Annotations: - "A train is a vehicle that uses railway tracks.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "train"@en - - SubClassOf: - OEO_00010273 - - -Class: OEO_00010281 - - Annotations: - "A freight train is a train that is used for freight transport.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "freight train"@en - - SubClassOf: - OEO_00010280, - some OEO_00140005 - - -Class: OEO_00010282 - - Annotations: - "A passenger train is a train that is used for passenger transport.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "passenger train"@en - - SubClassOf: - OEO_00010280, - some OEO_00010263 - - -Class: OEO_00010283 - - Annotations: - "An e-bike is a bicycle that is propelled by a person and an electric traction motor.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293 - -Add 'traction battery' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "e-bike"@en - - SubClassOf: - OEO_00010279, - some OEO_00010026, - some OEO_00010028 - - -Class: OEO_00010284 - - Annotations: - "A motorcycle is a motorised road vehicle that has two wheels.", - "motorbike", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "motorcycle"@en - - SubClassOf: - OEO_00010275, - some OEO_00010263 - - -Class: OEO_00010285 - - Annotations: - "A watercraft is a vehicle that is driving through water.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "watercraft"@en - - SubClassOf: - OEO_00010023 - - -Class: OEO_00010286 - - Annotations: - "A ship is a watercraft of significant size that is driving on the water surface.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "ship"@en - - SubClassOf: - OEO_00010285 - - -Class: OEO_00010287 - - Annotations: - "A passenger ship is a ship that is used for passenger transport.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "passenger ship"@en - - SubClassOf: - OEO_00010286, - some OEO_00010263 - - -Class: OEO_00010288 - - Annotations: - "A cargo ship is a ship that is used for freight transport.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "cargo ship"@en - - SubClassOf: - OEO_00010286, - some OEO_00140005 - - -Class: OEO_00010289 - - Annotations: - "A container ship is a cargo ship used for the transport of containers.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "container ship"@en - - SubClassOf: - OEO_00010288 - - -Class: OEO_00010290 - - Annotations: - "A tank ship is a cargo ship used for the transport of liquid goods.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "tank ship"@en - - SubClassOf: - OEO_00010288 - - -Class: OEO_00010291 - - Annotations: - "A motorised vehicle is a vehicle that has a traction motor.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "motorised vehicle"@en - - EquivalentTo: - OEO_00010023 - and ( some ) - - SubClassOf: - OEO_00010023 - - -Class: OEO_00010292 - - Annotations: - "An aircraft is a vehicle that is flying in the air.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "aircraft"@en - - SubClassOf: - OEO_00010023 - - -Class: OEO_00010293 - - Annotations: - "An airplane is an aircraft that has fixed wings.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "airplane"@en - - SubClassOf: - OEO_00010292 - - -Class: OEO_00010294 - - Annotations: - "A helicopter is an aircraft that has rotating wings.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", - rdfs:label "helicopter"@en - - SubClassOf: - OEO_00010292 - - -Class: OEO_00010295 - - Annotations: - "A conventional energy is an energy that has a conventional origin.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1270 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1295", - rdfs:label "conventional energy"@en - - EquivalentTo: - OEO_00000150 - and (OEO_00000530 some OEO_00020147) - - SubClassOf: - OEO_00000150 - - DisjointWith: - OEO_00020085 - - -Class: OEO_00010296 - - Annotations: - "A primary energy consumption calculation method is a methodology to calculate primary energy consumption.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", - rdfs:label "primary energy consumption calculation method"@en - - SubClassOf: - OEO_00020166, - some OEO_00050018 - - -Class: OEO_00010297 - - Annotations: - "A substitution method is a primary energy consumption calculation method that treats renewable energy carriers as if they have similar conversion losses as a specified fossil reference energy carrier.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", - rdfs:label "substitution method"@en - - SubClassOf: - OEO_00010296 - - -Class: OEO_00010298 - - Annotations: - "A direct equivalent method is a primary energy consumption calculation method that quantifies renewable and nuclear energies using its secondary energy content assuming no conversion losses.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", - rdfs:label "direct equivalent method"@en - - SubClassOf: - OEO_00010296 - - -Class: OEO_00010299 - - Annotations: - "A physical method is a method to calculate primary energy consumption that quantifies renewable and nuclear energies by attributing an efficiency value each.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", - rdfs:label "physical method"@en - - SubClassOf: - OEO_00010296 - - -Class: OEO_00010300 - - Annotations: - "A current collector is an energy converting component that transfers electrical energy between a stationary conductor and a grid supplied electric vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "current collector"@en - - SubClassOf: - OEO_00000011, - OEO_00010234 some OEO_00000139, - OEO_00010235 some OEO_00000139, - some OEO_00010031 - - -Class: OEO_00010301 - - Annotations: - "A gas turbine vehicle is a vehicle that uses a gas turbine for propulsion.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "gas turbine vehicle"@en - - EquivalentTo: - OEO_00010023 - and ( some - (OEO_00000185 - and ( some ))) - - SubClassOf: - OEO_00010023 - - -Class: OEO_00010302 - - Annotations: - "A jet fuel vehicle is a gas turbine vehicle that uses a jet fuel turbine.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "jet fuel vehicle"@en - - EquivalentTo: - OEO_00010301 - and ( some - (OEO_00010303 - and ( some ))) - - SubClassOf: - OEO_00010301 - - -Class: OEO_00010303 - - Annotations: - "A jet fuel turbine is a turbine fueled with jet fuel.", - "aviation turbine", - "jet turbine", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", - rdfs:label "jet fuel turbine"@en - - SubClassOf: - OEO_00000185, - OEO_00000503 some OEO_00000245 - - -Class: OEO_00010313 - - Annotations: - "A sectoral energy consumption is the energy use of a sector.", - "sectoral energy use", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/864 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", - rdfs:label "sectoral energy consumption"@en - - SubClassOf: - OEO_00010210, - OEO_00140002 some OEO_00050019 - - -Class: OEO_00010314 - - Annotations: - "A sectoral emission is an emission caused by a certain sector.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/864 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", - rdfs:label "sectoral emission"@en - - SubClassOf: - OEO_00000147, - OEO_00140002 some OEO_00050019 - - -Class: OEO_00010315 - - Annotations: - "A mineral oil refining process is an energy transformation that converts crude oil by cracking and destillation into various mineral oil products.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "mineral oil refining process" - - SubClassOf: - OEO_00020003, - OEO_00000532 some OEO_00000115, - OEO_00000533 some OEO_00010316, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00000007 - - -Class: OEO_00010316 - - Annotations: - "A mineral oil product is a fossil combustion fuel produced in a mineral oil refining process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "mineral oil product" - - EquivalentTo: - OEO_00000014 - and (OEO_00240025 some OEO_00010315) - - SubClassOf: - OEO_00000014 - - -Class: OEO_00010317 - - Annotations: - "A mineral oil is a fossil combustion fuel that is either crude oil or a mineral oil product.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "mineral oil" - - EquivalentTo: - OEO_00000014 - and (OEO_00000115 or OEO_00010316) - - SubClassOf: - OEO_00000014 - - -Class: OEO_00010318 - - Annotations: - "A mineral oil refinery is an energy transformation unit that applies a mineral oil refining process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "mineral oil refinery" - - SubClassOf: - OEO_00020102, - OEO_00000503 some OEO_00000115, - some OEO_00010315 - - -Class: OEO_00010321 - - Annotations: - "A chemical energy storage function is an energy storage function with chemical energy as input and output.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "chemical energy storage function"@en - - SubClassOf: - OEO_00000012 - - -Class: OEO_00010322 - - Annotations: - "An electrical energy storage function is an energy storage function with electrical energy as input and output.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "electrical energy storage function"@en - - SubClassOf: - OEO_00000012 - - -Class: OEO_00010323 - - Annotations: - "A kinetic energy storage function is an energy storage function with kinetic energy as input and output.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "kinetic energy storage function"@en - - SubClassOf: - OEO_00000012 - - -Class: OEO_00010324 - - Annotations: - "A potential energy storage function is an energy storage function with potential energy as input and output.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "potential energy storage function"@en - - SubClassOf: - OEO_00000012 - - -Class: OEO_00010325 - - Annotations: - "An underground fuel storage object is an energy storage object that stores chemical energy in form of fuels underground.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", - rdfs:label "underground fuel storage object"@en - - SubClassOf: - OEO_00000159, - some OEO_00010321 - - -Class: OEO_00020001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Ethanol is a portion of matter with the chemical formula C2H6O. It has a liquid normal state of matter and can be used as a combustion fuel."@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "C2H6O", - "class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/439 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/445 -axioms: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/703 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/704"@en, - rdfs:label "ethanol"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16236" - - SubClassOf: - OEO_00000331, - some OEO_00000075, - some OEO_00000001, - some OEO_00000097, - OEO_00000529 value OEO_00000256 - - -Class: OEO_00020003 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Energy transformation is a transformation in which one or more certain types of energy as input result in certain types of energy as output."@en, - "class added: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/371 - -make class a subclass of transformation: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/435 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/450 - -add input and output relations: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/680 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/690 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 - -add relation to energy transformation unit: -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041 - -add axiom relating to energy carrier / input and output axioms: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1167 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178 - -update definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1175 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1182 - -make equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1211 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251"@en, - rdfs:label "energy transformation"@en - - EquivalentTo: - OEO_00000419 - and (OEO_00010234 some OEO_00000150) - and (OEO_00010235 some OEO_00000150) - - SubClassOf: - OEO_00000419, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" - some OEO_00000011, - some OEO_00020039, - some OEO_00020102 - - -Class: OEO_00020004 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas grid is a supply grid that distributes gaseous fuel, e.g. methane.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/385", - rdfs:label "gas grid"@en - - SubClassOf: - OEO_00000200, - some OEO_00020007 - - -Class: OEO_00020005 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heating grid is a supply grid that distributes thermal energy via circulating steam or liquids."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/385", - rdfs:label "heating grid"@en - - SubClassOf: - OEO_00000200, - some OEO_00020008 - - -Class: OEO_00020006 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 -subclass of energy transformation unit -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", - rdfs:label "grid component"@en - - SubClassOf: - OEO_00020102, - some OEO_00000200 - - -Class: OEO_00020007 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas grid component is a grid component that is part of a gas grid."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, - rdfs:label "gas grid component"@en - - EquivalentTo: - OEO_00020006 - and ( some OEO_00020004) - - SubClassOf: - OEO_00020006 - - -Class: OEO_00020008 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heating grid component is a grid component that is part of a heating grid."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, - rdfs:label "heating grid component"@en - - EquivalentTo: - OEO_00020006 - and ( some OEO_00020005) - - SubClassOf: - OEO_00020006 - - -Class: OEO_00020009 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A switchyard is an electricity grid component that connects different levels of voltage"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, - rdfs:label "switchyard"@en - - SubClassOf: - OEO_00020006, - some OEO_00000143, - some OEO_00000420 - - -Class: OEO_00020037 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Radiation is the process of emitting or transmitting energy in the form of waves or particles through a spatial region or a material entity.", - "Adaptation of https://en.wikipedia.org/w/index.php?title=Radiation&oldid=986678480", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", - rdfs:label "radiation", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001023" - - SubClassOf: - , - some OEO_00230021 - - -Class: OEO_00020038 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Solar radiation is radiation that is emitted by the sun.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", - rdfs:label "solar radiation", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001862" - - SubClassOf: - OEO_00020037 - - -Class: OEO_00020039 - - -Class: OEO_00020040 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Radiative energy is energy that has been transmitted by a radiation process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/660 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/665", - rdfs:label "radiative energy", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000030" - - SubClassOf: - OEO_00000150 - - -Class: OEO_00020043 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Wind energy transformation is an energy transformation that converts wind energy to electrical energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/662 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/666 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702", - rdfs:label "wind energy transformation" - - SubClassOf: - OEO_00020003, - OEO_00010234 some OEO_00000446, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010235 some OEO_00000139, - some OEO_00000044 - - -Class: OEO_00020045 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/628 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/670", - rdfs:comment "Potential energy is the energy that a material entity contains due to its position relative to other material entities or to stresses within itself.", - rdfs:label "potential energy", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000016" - - SubClassOf: - OEO_00000150 - - -Class: OEO_00020046 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Solar energy transformation is an energy transformation that converts solar energy.", - "class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/672 -has input relation: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/668 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/701 -delete has physical output relation: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "solar energy transformation" - - SubClassOf: - OEO_00020003, - OEO_00010234 some OEO_00000384 - - -Class: OEO_00020047 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Solar thermal energy transformation is a solar energy transformation that converts solar energy into thermal energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/672 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "solar thermal energy transformation" - - SubClassOf: - OEO_00020046, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" - OEO_00010235 some OEO_00000388, - some OEO_00000387 - - -Class: OEO_00020048 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Photovoltaic energy transformation is a solar energy transformation that converts solar energy into electrical energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/672 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "photovoltaic energy transformation" - - SubClassOf: - OEO_00020046, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" - OEO_00010235 some OEO_00000139, - some OEO_00000032 - - -Class: OEO_00020050 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A renewable energy carrier is an energy carrier that has a renewable energy carrier disposition.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 -change def and equivalence -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", - rdfs:label "renewable energy carrier" - - EquivalentTo: - - and ( some OEO_00020086) - - SubClassOf: - OEO_00020039 - - -Class: OEO_00020053 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Nuclear fission is a process of nuclear reaction or a radioactive decay in which the nucleus of an atom splits into two or more smaller, lighter nuclei.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/692 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", - rdfs:label "nuclear fission" - - SubClassOf: - , - some OEO_00000302 - - -Class: OEO_00020054 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Nuclear energy transformation is an energy transformation that converts nuclear binding energy to thermal energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/692 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "nuclear energy transformation" - - SubClassOf: - OEO_00020003, - OEO_00010234 some OEO_00000300, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010235 some OEO_00000207 - - -Class: OEO_00020058 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A rock is a portion of matter that is a naturally occurring solid aggregate of minerals or mineraloid matter that is part of the earth's crust.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", - rdfs:label "rock" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030003, - some OEO_00000151, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00020059 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Geothermal heat transfer is a heat transfer from the earth crust to a transportable material entity. E.g. a liquid or gas.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "geothermal heat transfer" - - SubClassOf: - OEO_00140101, - OEO_00010234 only OEO_00000191 - - -Class: OEO_00020066 - - -Class: OEO_00020068 - - SubClassOf: - some OEO_00000001 - - -Class: OEO_00020073 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Grid-bound heating is a heat transfer over a distance via a heating grid, using steam or (hot) water.", - "distance heating", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", - rdfs:label "grid-bound heating" - - SubClassOf: - OEO_00140101, - some OEO_00020005, - some - (OEO_00110000 or OEO_00110001) - - -Class: OEO_00020074 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Industrial grid-bound heating is a grid-bound heating transfer to industrial installations."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", - rdfs:label "industrial grid-bound heating" - - SubClassOf: - OEO_00020073 - - -Class: OEO_00020085 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A renewable energy is an energy that has renewable origin.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", - rdfs:label "renewable energy" - - EquivalentTo: - OEO_00000150 - and (OEO_00000530 some OEO_00030004) - - SubClassOf: - OEO_00000150 - - DisjointWith: - OEO_00010295 - - -Class: OEO_00020086 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A renewable energy carrier disposition is an energy carrier disposition of an material entity that contains renewable energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", - rdfs:label "renewable energy carrier disposition" - - SubClassOf: - OEO_00000151 - - -Class: OEO_00020087 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Natural hydro energy is hydro energy collected from the natural water cycle (rain water, melted snow and ice).", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", - rdfs:label "natural hydro energy" - - SubClassOf: - OEO_00000218, - OEO_00000503 some OEO_00010104, - OEO_00000530 some OEO_00030004 - - -Class: OEO_00020088 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Pumped hydro energy is hydro energy that results from a water flow of pumped water.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", - rdfs:label "pumped hydro energy" - - SubClassOf: - OEO_00000218, - OEO_00000503 some OEO_00000345, - OEO_00000530 some OEO_00020147 - - -Class: OEO_00020102 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy transformation unit is an artificial object that transforms, changes or transfers a certain type of energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", - rdfs:label "energy transformation unit" - - SubClassOf: - OEO_00000061, - OEO_00010235 some OEO_00010114, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" - some OEO_00000011, - some OEO_00020003, - some OEO_00020104 - - -Class: OEO_00020103 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Energy transfer is an energy transformation in form of a spatial transmission, that does not change the types of energies, apart from losses, e.g. waste heat.", - "class added: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", - rdfs:label "energy transfer" - - SubClassOf: - OEO_00020003 - - -Class: OEO_00020104 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An outage is a process during which an artificial object cannot perfom or operate.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", - rdfs:label "outage" - - SubClassOf: - , - some OEO_00020102 - - -Class: OEO_00020105 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A forced outage is an outage of an artificial object caused by a failure.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", - rdfs:label "forced outage" - - SubClassOf: - OEO_00020104 - - DisjointWith: - OEO_00020106 - - -Class: OEO_00020106 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A planned outage is an outage during which an artificial object is being maintained.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", - rdfs:label "planned outage" - - SubClassOf: - OEO_00020104 - - DisjointWith: - OEO_00020105 - - -Class: OEO_00020107 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Curtailment is a process in which a power generating unit is forced to reduce its output, in order to balance energy supply and demand or due to transmission constraints.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/888 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", - rdfs:label "curtailment" - - SubClassOf: - , - some OEO_00000334 - - -Class: OEO_00020136 - - -Class: OEO_00020137 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An operational space requirement is space requirement that covers the area needed by an artificial object in order to operate properly.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", - rdfs:label "operational space requirement" - - SubClassOf: - OEO_00020136 - - -Class: OEO_00020139 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A space requirement for construction is space requirement of an artificial object that covers the area needed in order to contruct an artificial object.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", - rdfs:label "space requirement for construction" - - SubClassOf: - OEO_00020136 - - -Class: OEO_00020140 - - -Class: OEO_00020141 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A specific space requirement is a quantity value that indicates a certain space requirement per nameplate capacity.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/899 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", - rdfs:label "specific space requirement" - - SubClassOf: - OEO_00000350, - OEO_00040010 some OEO_00020140 - - -Class: OEO_00020144 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Rotor diameter is a quality of a wind energy converting unit that measures the diameter of the wind rotor.", - "add class -issue: https://github.com/OpenEnergyPlatform/ontology/issues/892 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/949 - -add 'has bearer' axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "rotor diameter" - - SubClassOf: - , - OEO_00010121 some - (OEO_00000044 or OEO_00000448), - OEO_00140002 some OEO_00140001 - - -Class: OEO_00020147 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Conventional is an origin of energies that don't replenish when transformed / consumed.", - "non-renewable", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955 - -Axiomatise relations between origin, energy and portion of matter: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:label "conventional" - - SubClassOf: - OEO_00000316, - OEO_00010121 some OEO_00000150 - - DisjointWith: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048" - OEO_00030004 - - -Class: OEO_00020148 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A conventional energy carrier disposition is an energy carrier disposition of an material entity that contains non-renewable energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955", - rdfs:label "conventional energy carrier disposition" - - SubClassOf: - OEO_00000151 - - -Class: OEO_00020149 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Fossil energy is chemical energy that is stored in fossil combustion fuels and thus has a conventional origin.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955 - -Update definition and axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1172 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1185", - rdfs:label "fossil energy" - - EquivalentTo: - OEO_00000007 - and (OEO_00000530 some OEO_00020147) - and (OEO_00010121 some OEO_00000014) - - SubClassOf: - OEO_00000007 - - -Class: OEO_00020166 - - -Class: OEO_00020196 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fissile material entity is a material entity that has the disposition to carry nuclear (binding) energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1159 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1190 - -Fix spelling of label: -https://github.com/OpenEnergyPlatform/ontology/pull/1196", - rdfs:label "fissile material entity" - - EquivalentTo: - - and ( some OEO_00000028) - - SubClassOf: - - - -Class: OEO_00020197 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A tangential proper part is a fiat object part of an entity which shares a boundary with that entity.", - "https://en.wikipedia.org/wiki/Region_connection_calculus", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", - rdfs:label "tangential proper part" - - SubClassOf: - - - -Class: OEO_00020198 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A surface is a tangential proper part of an object that extends in two dimensions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", - rdfs:label "surface" - - SubClassOf: - OEO_00020197, - some - - -Class: OEO_00020199 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar radiation receiving surface is a surface that is receiving solar energy via solar radiation.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1209", - rdfs:label "solar radiation receiving surface" - - EquivalentTo: - OEO_00020198 - and (OEO_00010234 some OEO_00000384) - - SubClassOf: - OEO_00020198 - - -Class: OEO_00020200 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar receiving object is an artificial object that has a solar radiation receiving surface as part.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "solar receiving object" - - EquivalentTo: - OEO_00000061 - and ( some OEO_00020199) - - SubClassOf: - OEO_00000061, - OEO_00010235 some OEO_00010114 - - -Class: OEO_00020201 - - -Class: OEO_00020202 - - -Class: OEO_00020207 - - -Class: OEO_00020208 - - -Class: OEO_00020210 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sirup is a portion of matter that consists mainly of water and sugar. It has a liquid state of matter.", - "sirop", - "syrup", - "pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", - rdfs:label "sirup" - - SubClassOf: - OEO_00000331, - some OEO_00000441, - OEO_00000531 value OEO_00000256 - - -Class: OEO_00030000 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Anthropogenic is an origin of portions of matter or energies created by human activity.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 - -include \"or energies\" -issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742 - -Axiomatise relations between origin, energy and portion of matter: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:label "anthropogenic" - - SubClassOf: - OEO_00000316, - OEO_00010121 some - (OEO_00000150 or OEO_00000331) - - -Class: OEO_00030001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Biogenic is an origin of portions of matter made by or produced from life forms.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 - -Axiomatise relations between origin, energy and portion of matter: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:label "biogenic" - - SubClassOf: - OEO_00000316, - OEO_00010121 some OEO_00000331 - - DisjointWith: - OEO_00030002 - - -Class: OEO_00030002 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Fossil is a geogenic origin of portions of matter created from organic material by geological processes lasting thousands or millions of years.", - "In real world, fossils are from biogenic origin some thousands or millions of years ago. However, this is irrelevant in the energy modelling domain.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 - -Update definition and add disjoint: -https://github.com/OpenEnergyPlatform/ontology/issues/872 -https://github.com/OpenEnergyPlatform/ontology/pull/1048 - -Shift part of the definition into an editor note: -Issue: https://github.com/OpenEnergyPlatform/ontology/issues/1180 -Pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1181 - -Axiomatise relations between origin, energy and portion of matter: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:label "fossil" - - SubClassOf: - OEO_00030003, - OEO_00010121 some OEO_00000331 - - DisjointWith: - OEO_00030001 - - -Class: OEO_00030003 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Geogenic is an origin of portions of matter or energies that are the result of geological processes.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237 - -Update definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048 - -Axiomatise relations between origin, energy and portion of matter: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:label "geogenic" - - SubClassOf: - OEO_00000316, - OEO_00010121 some - (OEO_00000150 or OEO_00000331) - - -Class: OEO_00030004 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Renewable is an origin of energies that replenish on a human time scale.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/397 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/398 -include \"or energies\" -issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742 -change def -issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 - -Axiomatise relations between origin, energy and portion of matter: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:label "renewable" - - SubClassOf: - OEO_00000316, - OEO_00010121 some OEO_00000150 - - DisjointWith: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048" - OEO_00020147 - - -Class: OEO_00030005 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Synthetic is an anthropogenic origin of portions of matter created artificially by a chemical process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 - -Make subclass of anthropogenic: -https://github.com/OpenEnergyPlatform/ontology/issues/872 -https://github.com/OpenEnergyPlatform/ontology/pull/1048 - -Axiomatise relations between origin, energy and portion of matter: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:label "synthetic" - - SubClassOf: - OEO_00030000, - OEO_00010121 some OEO_00000331 - - -Class: OEO_00030015 - - SubClassOf: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/415 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821" - OEO_00140164 some OEO_00030024 - - -Class: OEO_00030019 - - -Class: OEO_00030024 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy system is a supply system of spatially extended linked energy sources and sinks.", - "energy supply system", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/432 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/493 - -make subclass of supply system: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1071 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1123", - rdfs:label "energy system" - - SubClassOf: - OEO_00030025 - - -Class: OEO_00030025 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A supply system is a system that connects producers and consumers.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/432 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/493", - rdfs:label "supply system" - - SubClassOf: - - - -Class: OEO_00030026 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Primary energy production is a production that prepares raw material for its use as primary energy carrier."@en, - "primary production of energy", - "add eurostat alternative term: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/920 -pull: https://github.com/OpenEnergyPlatform/ontology/pull/924 - -add axioms: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/860 -pull: https://github.com/OpenEnergyPlatform/ontology/pull/865 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/835 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", - rdfs:label "primary energy production" - - SubClassOf: - OEO_00240003, - OEO_00000533 some OEO_00140078, - OEO_00140002 some OEO_00050019 - - -Class: OEO_00030027 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Primary energy carrier mining is a primary energy production that recovers non-renewable energy carriers from its natural site."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/835 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", - rdfs:label "primary energy carrier mining" - - SubClassOf: - OEO_00030026 - - -Class: OEO_00030028 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Primary energy carrier harvest is a primary energy production that collects solid biomass from its natural site."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/835 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", - rdfs:label "primary energy carrier harvest" - - SubClassOf: - OEO_00030026 - - -Class: OEO_00030035 - - -Class: OEO_00040009 - - -Class: OEO_00040011 - - -Class: OEO_00050000 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An industrial process is a process that has output object or object aggregates that are economic goods. An industrial process consists of several subprocesses. Examples of subprocesses that can be involved in an industrial process are energy transformations, mechanical operations and chemical reactions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/534 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/589", - rdfs:label "industrial process"@en - - SubClassOf: - , - some - ( or ) - - -Class: OEO_00050001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Fuel-powered electricity generation is an electricity generation process that converts chemical energy from a combustion fuel to electrical energy. It causes some emission.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/582 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/592 - -Update definition and axioms: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/936 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1240", - rdfs:label "fuel-powered electricity generation"@en - - EquivalentTo: - OEO_00240014 - and (OEO_00000532 some OEO_00000099) - - SubClassOf: - OEO_00240014, - OEO_00000500 some OEO_00000148, - OEO_00000533 some OEO_00000331, - OEO_00010234 some OEO_00000007, - some OEO_00000174, - some OEO_00000175, - some OEO_00000147 - - -Class: OEO_00050002 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy unit which is equal to 1,000 joules.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", - "kJ", - rdfs:label "kilojoule"@en - - SubClassOf: - - - -Class: OEO_00050003 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy unit which is equal to 1,000,000 joules.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", - "MJ", - rdfs:label "megajoule"@en - - SubClassOf: - - - -Class: OEO_00050004 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy unit which is equal to 10^9 joules.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", - "GJ", - rdfs:label "gigajoule"@en - - SubClassOf: - - - -Class: OEO_00050005 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy unit which is equal to 10^12 joules.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", - "TJ", - rdfs:label "terajoule"@en - - SubClassOf: - - - -Class: OEO_00050006 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy unit which is equal to 10^15 joules.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", - "PJ", - rdfs:label "petajoule"@en - - SubClassOf: - - - -Class: OEO_00050007 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy unit which is equal to 10^18 joules.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", - "EJ", - rdfs:label "exajoule"@en - - SubClassOf: - - - -Class: OEO_00050008 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy unit which is equal to 1,000,000 watt-hours.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", - "MWh", - rdfs:label "megawatt-hour"@en - - SubClassOf: - - - -Class: OEO_00050009 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy unit which is equal to 10^12 watt-hours.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", - "TWh", - rdfs:label "terawatt-hour"@en - - SubClassOf: - - - -Class: OEO_00050010 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy unit which is equal to 10^15 watt-hours.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", - "PWh", - rdfs:label "petawatt-hour"@en - - SubClassOf: - - - -Class: OEO_00050011 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy unit which is equal to 10^9 watt-hours.", - "gigawatt hours", - "add eurostat alternative term: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/920 -pull: https://github.com/OpenEnergyPlatform/ontology/pull/924 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", - "GWh", - rdfs:label "gigawatt-hour"@en - - SubClassOf: - - - -Class: OEO_00050016 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Final energy consumption is an energy consumption value accounting for the energy delivered to and consumed by end users."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613 - -Make 'energy consumption value' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1322 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1340", - rdfs:label "final energy consumption"@en - - SubClassOf: - OEO_00240019 - - -Class: OEO_00050017 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Gross inland energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region (e.g. a country)."@en, - "Gross inland energy consumption represents the quantity of energy necessary to satisfy inland consumption of the spatial region (e.g. a country) under consideration. - -Gross inland energy consumption covers: - - consumption by the energy sector itself; - - distribution and transformation losses; - - final energy consumption by end users; - - 'statistical differences' (not already captured in the figures on primary energy consumption and final energy consumption). - -Gross inland energy consumption does not include energy (fuel oil) provided to international maritime bunkers."@en, - "gross inland consumption"@en, - "primary energy consumption including non-energy use of energy carriers"@en, - "Eurostat Energy Glossary -https://ec.europa.eu/eurostat/statistics-explained/index.php/Glossary:Gross_inland_energy_consumption"@en, - "become a subclass of quantity value: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/709 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/719 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613 - -improve definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306"@en, - rdfs:label "gross inland energy consumption"@en - - SubClassOf: - OEO_00240019, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" - ( some OEO_00010210) - and ( some OEO_00010211) - - -Class: OEO_00050018 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Primary energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region excluding the non-energetic use of fuels."@en, - "Primary energy consumption covers consumption of the energy sector itself, losses during transformation (for example, from oil or gas into electricity) and distribution of energy, and the final consumption by end users. It excludes energy carriers used for non-energy purposes (such as petroleum not used not for combustion but for producing plastics)."@en, - "Primary energy consumption excluding non-energy use of energy carriers."@en, - "Eurostat Energy Glossary -https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:Primary_energy_consumption"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/709 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/719 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613 - -make energy consumption value: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306"@en, - rdfs:label "primary energy consumption"@en - - SubClassOf: - OEO_00240019, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" - (not ( some OEO_00010211)) - and ( some OEO_00010210) - - -Class: OEO_00050019 - - -Class: OEO_00050020 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A steam-electric process is an energy transformation that converts thermal energy to electrical energy. A steam turbine and an electro motive generator are participating in a steam-electric process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/659 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/691 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, - rdfs:label "steam-electric process"@en - - SubClassOf: - OEO_00020003, - OEO_00010234 some OEO_00000207, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010235 some OEO_00000139, - some OEO_00000010, - some OEO_00000396 - - -Class: OEO_00090000 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A volumetric flow rate value is a quantity value that has a volumetric flow rate unit as unit.", - "Issue: https://github.com/OpenEnergyPlatform/ontology/pull/693 -Pull Request: https://github.com/OpenEnergyPlatform/ontology/pull/693", - rdfs:label "volumetric flow rate value" - - SubClassOf: - OEO_00000350, - OEO_00040010 some - - -Class: OEO_00110000 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Liquid water is water that has a liquid state of matter."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, - rdfs:label "liquid water"@en - - SubClassOf: - OEO_00000441, - some OEO_00000218, - OEO_00000531 value OEO_00000256 - - -Class: OEO_00110001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Steam is water that has a gaseous state of matter."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682 - -add axiom to secondary energy carrier disposition -issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243"@en, - rdfs:label "steam"@en - - SubClassOf: - OEO_00000441, - some OEO_00140076, - OEO_00000531 value OEO_00000182 - - -Class: OEO_00110002 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Water flow is a process of liquid water moving."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, - rdfs:label "water flow"@en - - SubClassOf: - , - OEO_00000500 some OEO_00110003, - some OEO_00110000 - - -Class: OEO_00110003 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Water flow rate is the process attribute of water flow that quantifies the water volume per time unit."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682"@en, - rdfs:label "water flow rate"@en - - SubClassOf: - OEO_00030019, - OEO_00140002 some OEO_00090000 - - -Class: OEO_00110004 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Hydro energy transformation is an energy transformation that converts hydro energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, - rdfs:label "hydro energy transformation"@en - - SubClassOf: - OEO_00020003, - OEO_00010234 some OEO_00000218 - - -Class: OEO_00110005 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Hydroelectric energy transformation is a hydro energy transformation that converts hydro energy to electrical energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/682 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041"@en, - rdfs:label "hydroelectric energy transformation"@en - - SubClassOf: - OEO_00110004, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010235 some OEO_00000139 - - -Class: OEO_00140000 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Hub height is a quality of a wind energy converting unit that measures the distance between surface and centre-line of the wind rotor.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509 - -add 'has bearer' axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "hub height"@en - - SubClassOf: - , - OEO_00010121 some OEO_00000044, - OEO_00140002 some OEO_00140001 - - -Class: OEO_00140001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Length value is a quantity value that has a length unit as unit.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509", - rdfs:label "length value"@en - - SubClassOf: - OEO_00000350, - some - - -Class: OEO_00140005 - - -Class: OEO_00140033 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A chemical reaction is a transformation that involves the interconversion of chemical species.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", - rdfs:label "chemical reaction"@en - - SubClassOf: - OEO_00000419 - - -Class: OEO_00140034 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A redox reaction is a chemical reaction in which the oxidation of one reactant is coupled to the reduction of a second reactant.", - "oxidation", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", - rdfs:label "redox reaction"@en - - SubClassOf: - OEO_00140033 - - -Class: OEO_00140035 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Oxidation is a chemical reaction that describes the loss of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", - rdfs:label "oxidation"@en - - SubClassOf: - OEO_00140033 - - -Class: OEO_00140036 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Reduction is a chemical reaction that describes the gain of electrons of an atom, an ion, or of certain atoms in a molecule and is a part of a redox reaction.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", - rdfs:label "reduction"@en - - SubClassOf: - OEO_00140033 - - -Class: OEO_00140037 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electrochemical reaction is a chemical reaction that describes the overall reactions of individual redox reactions being separated but connected by an external electric circuit and an intervening electrolyte.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", - rdfs:label "electrochemical reaction"@en - - SubClassOf: - OEO_00140033 - - -Class: OEO_00140038 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Combustion is an exothermic redox reaction between a fuel (the reductant) and an oxidant (usually atmospheric oxygen) which is initiated by a ignition source.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", - rdfs:label "combustion"@en - - SubClassOf: - OEO_00140034 - - -Class: OEO_00140039 - - -Class: OEO_00140049 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Energy conversion efficiency is a process attribute describing the ratio between the input of an energy transformation and the outputs that are used.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", - rdfs:label "energy conversion efficiency"@en - - SubClassOf: - OEO_00030019, - OEO_00000502 some OEO_00020003, - OEO_00140002 some OEO_00140050 - - -Class: OEO_00140050 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An efficiency value is a quantity value stating the ratio between a process's inputs and the outputs that are used.", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779" - "efficiency", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", - rdfs:label "efficiency value"@en - - SubClassOf: - OEO_00000350, - OEO_00040010 some - - -Class: OEO_00140051 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A coefficient of performance value is a quantity value stating the ratio between the work input and the total output of an energy conversion process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", - rdfs:label "coefficient of performance value"@en - - SubClassOf: - OEO_00000350, - OEO_00020056 some OEO_00140052, - OEO_00040010 some - - -Class: OEO_00140052 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Energy conversion performance is a process attribute describing the ratio between the non-heat input of an energy transformation and the outputs that are used.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", - rdfs:label "energy conversion performance"@en - - SubClassOf: - OEO_00030019, - OEO_00000502 some OEO_00020003, - OEO_00140002 some OEO_00140051 - - -Class: OEO_00140056 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A flow potential is a potential of an input or output of a process, per time unit.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607 - -change: adjust definition to be based on parent class -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1102", - rdfs:label "flow potential"@en - - SubClassOf: - OEO_00290000 - - -Class: OEO_00140057 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A theoretical flow potential is a type of flow potential that identifies the physical upper limit of an input or output of a process in a spatial region of reference per unit time.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", - rdfs:label "theoretical flow potential"@en - - SubClassOf: - OEO_00140056 - - -Class: OEO_00140058 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A technological flow potential is a type of a flow potential derived from a theoretical flow potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", - rdfs:label "technological flow potential"@en - - SubClassOf: - OEO_00140056 - - -Class: OEO_00140059 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An economic flow potential is a type of flow potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", - rdfs:label "economic flow potential"@en - - SubClassOf: - OEO_00140056 - - -Class: OEO_00140060 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A developable flow potential is a type of flow potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", - rdfs:label "developable flow potential"@en - - SubClassOf: - OEO_00140056 - - -Class: OEO_00140061 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sustainable flow potential is a type of flow potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", - rdfs:label "sustainable flow potential"@en - - SubClassOf: - OEO_00140056 - - -Class: OEO_00140062 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A stock potential is a potential of the stock of a source or sink.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607 - -change: adjust definition to be based on parent class -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1102", - rdfs:label "stock potential"@en - - SubClassOf: - OEO_00290000 - - -Class: OEO_00140063 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A theoretical stock potential is a type of stock potential that identifies the physical upper limit of a stock of a source or sink in a spatial region of reference.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", - rdfs:label "theoretical stock potential"@en - - SubClassOf: - OEO_00140062 - - -Class: OEO_00140064 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A technological stock potential is a type of a stock potential derived from a theoretical stock potential, taking account of the annual efficiency of the respective conversion technology and the additional restrictions regarding the area that is realistically available for energy generation.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", - rdfs:label "technological stock potential"@en - - SubClassOf: - OEO_00140062 - - -Class: OEO_00140065 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An economic stock potential is a type of stock potential that identifies the proportion of the technological potential that can be utilised economically (based on economic boundary conditions).", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", - rdfs:label "economic stock potential"@en - - SubClassOf: - OEO_00140062 - - -Class: OEO_00140066 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A developable stock potential is a type of stock potential that describes the fraction of the economic potential that can be developed under realistic conditions (regulations, environmental and social restrictions).", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", - rdfs:label "developable stock potential"@en - - SubClassOf: - OEO_00140062 - - -Class: OEO_00140067 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sustainable stock potential is a type of stock potential that takes into account all aspects of sustainability, which usually requires careful consideration and evaluation of different ecological and socio-economic aspects. The differentiation of the sustainable potential is blurred, since ecological aspects may already have been considered for the technological or economic potential, depending on the author.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/481 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", - rdfs:label "sustainable stock potential"@en - - SubClassOf: - OEO_00140062 - - -Class: OEO_00140075 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "coals, cruide oil, natural gas, wood or moving air (wind) have the disposition of being primary energy carriers", - "Primary energy carrier disposition is an energy carrier disposition of material entities that are extracted directly from natural resources or that are natural energy flows.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", - rdfs:label "primary energy carrier disposition"@en - - SubClassOf: - OEO_00000151 - - -Class: OEO_00140076 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "blast furnace gas, coke oven gas, cokes, motor gasoline or electricity have the disposition to be a secondary energy carrier", - "Secondary energy carrier disposition is an energy carrier disposition of material entities that are manufactured from primary energy carriers or from a different form of secondary energy carriers.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", - rdfs:label "secondary energy carrier disposition"@en - - SubClassOf: - OEO_00000151 - - -Class: OEO_00140077 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "district heat or electricity have the disposition of being a final energy carrier", - "Final energy carrier disposition is an energy carrier disposition of material entities that are delivered to energy consumers for their use.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", - rdfs:label "final energy carrier disposition"@en - - SubClassOf: - OEO_00000151 - - -Class: OEO_00140078 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A primary energy carrier is an energy carrier that has the disposition primary energy carrier disposition.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", - rdfs:label "primary energy carrier"@en - - EquivalentTo: - - and ( some OEO_00140075) - - SubClassOf: - OEO_00020039 - - -Class: OEO_00140079 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A secondary energy carrier is an energy carrier that has the disposition secondary energy carrier disposition.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633 -fix error in definition -issue: https://github.com/OpenEnergyPlatform/ontology/issues/669 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/678", - rdfs:label "secondary energy carrier"@en - - EquivalentTo: - - and ( some OEO_00140076) - - SubClassOf: - OEO_00020039 - - -Class: OEO_00140080 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A final energy carrier is an energy carrier that has the disposition final energy carrier disposition.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", - rdfs:label "final energy carrier"@en - - EquivalentTo: - - and ( some OEO_00140077) - - SubClassOf: - OEO_00020039 - - -Class: OEO_00140081 - - -Class: OEO_00140082 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A greenhouse gas emission value is an emission value that quantifies the output of a greenhouse gas emission process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651", - rdfs:label "greenhouse gas emission value"@en - - SubClassOf: - OEO_00140081, - OEO_00000502 some OEO_00000199 - - -Class: OEO_00140083 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A carbon dioxide equivalent quantity is a greenhouse gas emission value that quantifies the combined effect of all emitted greenhouse gases by giving an equivalent amount of CO2 which would have the same effect on the climate.", - "CO2 equivalent quantity", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651", - rdfs:label "carbon dioxide equivalent quantity"@en - - SubClassOf: - OEO_00140082 - - -Class: OEO_00140091 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Plutonium is a portion of matter with the chemical formula Pu. It has a solid normal state of matter.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/694 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/708", - rdfs:label "plutonium"@en - - SubClassOf: - OEO_00000331, - some OEO_00000001, - some OEO_00000028, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00140092 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Thorium is a portion of matter with the chemical formula Th. It has a solid normal state of matter.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/694 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/708", - rdfs:label "thorium"@en - - SubClassOf: - OEO_00000331, - some OEO_00000001, - some OEO_00000028, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00140101 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Heat transfer is an energy transfer of thermal energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/730 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/733 - -subclass of energy transfer -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041 - -Shorten definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", - rdfs:label "heat transfer"@en - - SubClassOf: - OEO_00020103, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010234 only OEO_00000207, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010235 only OEO_00000207 - - -Class: OEO_00140102 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat exchanger is an energy converting component that is used for a heat transfer process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/713 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/734 - -use energy converting component in definition: -https://github.com/OpenEnergyPlatform/ontology/pull/993 - -change produces energy and uses energy axioms to 'has energy output' and 'has energy input': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 - -fix definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1263 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1264", - rdfs:label "heat exchanger"@en - - SubClassOf: - OEO_00000011, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010234 some OEO_00000207, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00000207, - some OEO_00140101 - - -Class: OEO_00140104 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Natural ambient thermal energy is ambient thermal energy that has a renewable origin.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742", - rdfs:label "natural ambient thermal energy"@en - - SubClassOf: - OEO_00000056, - OEO_00000530 some OEO_00030004 - - -Class: OEO_00140105 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Artificial ambient thermal energy is ambient thermal energy that has an anthropogenic origin.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742", - rdfs:label "artificial ambient thermal energy"@en - - SubClassOf: - OEO_00000056, - OEO_00000530 some OEO_00020147, - OEO_00000530 some OEO_00030000 - - -Class: OEO_00140106 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Ambient thermal energy transfer is a heat transfer from the ambient air to a transportable material entity.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "ambient thermal energy transfer"@en - - SubClassOf: - OEO_00140101, - OEO_00010234 some OEO_00000056, - some - - -Class: OEO_00140116 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fluid is a material entity which is a liquid, gas or plasma.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769", - rdfs:label "fluid"@en - - EquivalentTo: - - and ((OEO_00000531 value OEO_00000182) or (OEO_00000531 value OEO_00000256) or (OEO_00000531 value OEO_00000326)) - - SubClassOf: - - - -Class: OEO_00140126 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Planned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779 - -add 'has bearer' axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "planned availability"@en - - SubClassOf: - , - OEO_00010121 some OEO_00000031, - OEO_00140002 some OEO_00140127 - - -Class: OEO_00140127 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fraction value is a quantity value that has a fraction as it's unit.", - "share", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/187 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779", - rdfs:label "fraction value"@en - - SubClassOf: - OEO_00000350 - - -Class: OEO_00140128 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Block size is the declared net capacity of a power generating unit.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779", - rdfs:label "block size"@en - - SubClassOf: - OEO_00230002, - OEO_00020056 some OEO_00000334 - - -Class: OEO_00140129 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Unplanned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year, but is not operation.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779 - -add 'has bearer' axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "unplanned availability"@en - - SubClassOf: - , - OEO_00010121 some OEO_00000031, - OEO_00140002 some OEO_00140127 - - -Class: OEO_00140133 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "RE-share is a process attribute that indicates the fraction of renewable energy related to the total energy of an energy generation or consumption process.", - "renewables share", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/187 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/780", - rdfs:label "RE-share"@en - - SubClassOf: - OEO_00030019, - OEO_00140002 some OEO_00140127 - - -Class: OEO_00140134 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A hydrogen fuel cell is a fuel cell that uses hydrogen.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782", - rdfs:label "hydrogen fuel cell"@en - - SubClassOf: - OEO_00000016, - OEO_00000503 some OEO_00000220 - - -Class: OEO_00140135 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A natural gas turbine is a gas turbine fueled with natural gas.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782", - rdfs:label "natural gas turbine"@en - - SubClassOf: - OEO_00000185, - OEO_00000503 some OEO_00000292 - - -Class: OEO_00140144 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Full load hours are a quantity value that describes the utilization of a technical device. The value of the full load hours is obtained by dividing the annual amount of energy generated by the declared net capacity of the plant.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793", - rdfs:label "full load hours"@en - - SubClassOf: - OEO_00000350, - OEO_00040010 some - - -Class: OEO_00140159 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Hydrocarbon is a portion of matter which is member of class of organic chemical compounds composed only of the elements carbon (C) and hydrogen (H).", - "https://www.britannica.com/science/hydrocarbon", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805", - rdfs:label "hydrocarbon"@en - - SubClassOf: - OEO_00000331, - some OEO_00000001, - some OEO_00000097 - - -Class: OEO_00140160 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Syngas is a gas mixture consisting primarily of hydrogen, carbon monoxide, and very often carbon dioxide, that can be used as fuel.", - "https://en.wikipedia.org/wiki/Syngas", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805 - -add axioms: -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931 - -improve definition and make subclass of gas mixture: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007 - -add axiom to secondary energy carrier disposition -issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", - rdfs:label "syngas"@en - - SubClassOf: - , - some OEO_00000220, - some OEO_00010001, - some OEO_00000001, - some OEO_00000097, - some OEO_00140076, - OEO_00000529 value OEO_00000182 - - -Class: OEO_00140162 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power plant with electromotive generator is a power plant that has an electro motive generator.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810", - rdfs:label "power plant with electro motive generator"@en, - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002214" - - EquivalentTo: - OEO_00000031 - and ( some OEO_00000010) - - SubClassOf: - OEO_00000031 - - -Class: OEO_00160001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Frequency control is a process that regulates the electricity output of an artificial object to maintain the equilibrium between electricity supply and demand.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", - rdfs:label "frequency control"@en - - SubClassOf: - - - -Class: OEO_00160002 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A primary control is a frequency control that is decentralised and automated. It reacts within seconds to frequency deviations caused by electricity supply and demand imbalances.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", - rdfs:label "primary control"@en - - SubClassOf: - OEO_00160001 - - -Class: OEO_00160003 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A secondary control is a frequency control that is centralised and automated. It refers to the control area of one transmission system operator. Secondary control succeeds primary control and operates for several minutes.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", - rdfs:label "secondary control"@en - - SubClassOf: - OEO_00160001 - - -Class: OEO_00160004 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A tertiary control is a frequency control that is either automated or manual. It takes over from secondary control to equalise electricity supply and demand imbalances that last for more than 15 minutes.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", - rdfs:label "tertiary control"@en - - SubClassOf: - OEO_00160001 - - -Class: OEO_00230000 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Storage capacity is the quantity value stating the maximum energy an energy storage object can store.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391", - rdfs:label "storage capacity" - - SubClassOf: - OEO_00000350, - OEO_00020056 some OEO_00000159 - - -Class: OEO_00230001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Power rating is a power capacity stating the maximum power an energy converting component can convert.", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779" - "installed power", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391 - -Make it subclass of power value and add unit axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/918 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/935 - -use energy converting component in definition: -https://github.com/OpenEnergyPlatform/ontology/pull/993 - -Make subclass of 'power capacity': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", - rdfs:label "power rating"@en - - SubClassOf: - OEO_00010257, - OEO_00020056 some OEO_00000011, - OEO_00040010 some - - -Class: OEO_00230002 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Declared net capacity is a power capacity stating the maximum power a power generating unit or a power plant can deliver to the electrical grid. It equals the sum of the rated powers of all plant generators minus all power used internally within the plant.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391 - -Make it subclass of power value and add unit axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/918 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/935 - -Make subclass of 'power capacity': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", - rdfs:label "declared net capacity"@en - - SubClassOf: - OEO_00010257, - OEO_00020056 some - (OEO_00000031 or OEO_00000334), - OEO_00040010 some - - -Class: OEO_00230003 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Nameplate capacity is the power capacity stating the maximum power an artificial object, e.g. a power generating unit or a power plant, can generate, and the sum of the power ratings of all energy converting component of that power plant.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391 -extend to artificial objects: -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933 -Make it subclass of power value and add unit axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/918 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/935 - -use energy converting component in definition: -https://github.com/OpenEnergyPlatform/ontology/pull/993 - -Make subclass of 'power capacity': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", - rdfs:label "nameplate capacity"@en - - SubClassOf: - OEO_00010257, - OEO_00020056 some OEO_00000061 - - -Class: OEO_00230020 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Kinetic energy is the energy that a material entity possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to a stated velocity."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, - rdfs:label "kinetic energy"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000017" - - SubClassOf: - OEO_00000150 - - -Class: OEO_00230021 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A photon is a material entity that is a light particle."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/661 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/663 -pull request: https://github.com/OpenEnergyPlatform/ontology/issues/674 -add origin -issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 -remove origin -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 -classify as material entity -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1165"@en, - rdfs:label "photon"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_30212" - - SubClassOf: - , - some OEO_00020040, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/726 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732" - some OEO_00000151 - - -Class: OEO_00240000 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Rotational energy is the kinetic energy that a material entity possesses due to its rotational motion."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817", - rdfs:label "rotational energy"@en - - SubClassOf: - OEO_00230020 - - -Class: OEO_00240003 - - -Class: OEO_00240009 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Combined heat and power generation (CHP) is an energy transformation that converts energy simultaneously to electrical energy and thermal energy."@en, - "CHP"@en, - "co-generation"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "combined heat and power generation" - - SubClassOf: - OEO_00020003, - OEO_00010235 some OEO_00000139, - OEO_00010235 some OEO_00000207 - - -Class: OEO_00240010 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined heat and power generating unit is a power generating unit that produces electrical energy and thermal energy."@en, - "co-generating power unit"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 - -change produces energy axioms to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "combined heat and power generating unit" - - SubClassOf: - OEO_00000334, - OEO_00010235 some OEO_00000139, - OEO_00010235 some OEO_00000207, - some OEO_00240009 - - -Class: OEO_00240011 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined heat and power plant (CHPP) is a power plant that has combined heat and power generating units as parts."@en, - "CHPP"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923", - rdfs:label "combined heat and power plant" - - SubClassOf: - OEO_00000031, - some OEO_00240010 - - -Class: OEO_00240012 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Gross electricity generation is a process attribute that refers to the total amount of electrical energy produced in an electricity generation process."@en, - "gross electricity production", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932", - rdfs:label "gross electricity generation" - - SubClassOf: - OEO_00030019, - OEO_00140002 some OEO_00050019 - - -Class: OEO_00240013 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Net electricity generation is a process attribute that equals to gross electricity generation minus the consumption of power stations' auxiliary services."@en, - "net electricity production", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932", - rdfs:label "net electricity generation" - - SubClassOf: - OEO_00030019, - OEO_00140002 some OEO_00050019 - - -Class: OEO_00240014 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Electricity generation process is an energy transformation that has electrical energy as physical output."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "electricity generation process" - - EquivalentTo: - OEO_00020003 - and (OEO_00010235 some OEO_00000139) - - SubClassOf: - OEO_00020003, - OEO_00000500 some OEO_00240012, - OEO_00000500 some OEO_00240013, - OEO_00010235 some OEO_00000139 - - -Class: OEO_00240015 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Liquid air production is a production that produces liquid air by cooling and compressing (gaseous) air."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/937 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/945", - rdfs:label "liquid air production" - - SubClassOf: - OEO_00240003, - OEO_00000532 some OEO_00000054, - OEO_00000533 some OEO_00000257 - - -Class: OEO_00240016 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A net capacity factor is a fraction value that is calculated by dividing the net electricity generation over a given time step by the declared net capacity times the length of this time step."@en, - "A net capacity factor is typically calculated for a year but other time steps (e.g. month or day) are possible."@en, - "capacity factor", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/890 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/946 - -make subclass of 'fraction value': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1144 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1146", - rdfs:label "net capacity factor" - - SubClassOf: - OEO_00140127 - - -Class: OEO_00240018 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - OEO_00110012 "GrossNationalElectricityConsumption = GrossElectricityGeneration + ElectricityImports - ElectricityExports", - "Gross national electricity consumption is an energy consumption value measuring the consumption of electrical energy in a spatial region (e.g. a country), including gross electricity generation plus electricity imports, minus electricity exports. It is part of the gross inland energy consumption."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en, - rdfs:label "gross national electricity consumption" - - SubClassOf: - OEO_00240019, - some OEO_00050017 - - -Class: OEO_00240019 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy consumption value is an energy amount value that measures the energy consumption over a time span."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en, - rdfs:label "energy consumption value" - - SubClassOf: - OEO_00050019, - some OEO_00030035 - - -Class: OEO_00240026 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An industrial material is a portion of matter that is the physical output of an industrial process and that has a good role."@en, - rdfs:label "industrial material" - - EquivalentTo: - (OEO_00240025 some OEO_00050000) - and ( some OEO_00040011) - - SubClassOf: - OEO_00000331 - - -Class: OEO_00240027 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A chemical substance is a portion of matter of constant composition and that is neither a metal or mineral. It is composed of molecular entities of the same type or of different types that is used in or produced by a chemical reaction involving changes to atoms or molecules. It is the physical output of an industrial process and has a commodity role."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", - rdfs:label "chemical substance" - - SubClassOf: - OEO_00000331, - OEO_00240025 some OEO_00050000, - OEO_00240025 some OEO_00140033, - some OEO_00040011 - - -Class: OEO_00240028 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Paper is a portion of matter that is made from cellulose fibres and other plant materials. It is used for paper-based products. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", - rdfs:label "paper" - - SubClassOf: - OEO_00000331, - OEO_00240025 some OEO_00050000, - some OEO_00040011, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00240029 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Cement is a portion of matter that is made from limestone and clay; other elements may be present. It is used as a building material to set as a solid mass or is used as an ingredient in making mortar or concrete. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", - rdfs:label "cement" - - SubClassOf: - OEO_00000331, - OEO_00240025 some OEO_00050000, - some OEO_00040011, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00240030 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A mineral is a portion of matter that is normally crystalline formed."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", - rdfs:label "mineral" - - SubClassOf: - OEO_00000331 - - -Class: OEO_00240031 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A non-metallic mineral is a mineral that does not contain any metallic content within themselves. It is the physical output of an industrial process and has a commodity role."@en, - "Some examples for non-metallic minerals are ceramic, glass, clay or gypsum."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", - rdfs:label "non-metallic mineral" - - SubClassOf: - OEO_00240030, - OEO_00240025 some OEO_00050000, - some OEO_00040011 - - -Class: OEO_00240032 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A metal is a portion of matter consisting of an atom of an element that exhibits typical metallic properties, being typically shiny, with high electrical and thermal conductivity."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", - rdfs:label "metal" - - SubClassOf: - OEO_00000331 - - -Class: OEO_00240034 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Steel is a metal that consists mainly of iron and up to 2.14 % of carbon; other elements may be present. It has a solid normal state of matter. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", - rdfs:label "steel" - - SubClassOf: - OEO_00240032, - OEO_00240025 some OEO_00050000, - some OEO_00040011, - OEO_00000529 value OEO_00000390 - - -Class: OEO_00240035 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A non-ferrous metal is a metal that does not contain a significant amount of iron in its chemical composition. It is the physical output of an industrial process and has a commodity role."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", - rdfs:label "non-ferrous metal" - - SubClassOf: - OEO_00240032, - OEO_00240025 some OEO_00050000, - some OEO_00040011 - - -Class: OEO_00260001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Ramping is a process attribute that describes the change in power of an energy transformation unit or an energy converting component per time step.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", - rdfs:label "ramping"@en - - SubClassOf: - OEO_00030019 - - -Class: OEO_00260002 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Start-up speed is ramping during a cold start.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", - rdfs:label "start-up speed"@en - - SubClassOf: - OEO_00260001 - and (OEO_00000502 some OEO_00260003) - - -Class: OEO_00260003 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A cold start is a process in which an energy transformation unit is started-up after a period of inactivity.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", - rdfs:label "cold start"@en - - SubClassOf: - - and (OEO_00000500 some OEO_00260002) - - -Class: OEO_00290000 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A potential is a maximum value that describes some upper limit in a spatial region of reference.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1093 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1102 - -make subclass of 'maximum value': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1092 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", - rdfs:label "potential"@en - - SubClassOf: - OEO_00010256 - - -Class: OEO_00290001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A slope is a quantity value with a plane angle unit that measures the angle between the plane of a surface and the horizontal plane."@en, - "add slope -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1087 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1112", - rdfs:label "slope"@en - - SubClassOf: - OEO_00000350, - OEO_00040010 some - - -Class: OEO_00310000 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A datacenter is an artificial object that houses computer systems and associated components."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "data center" - - SubClassOf: - OEO_00000061, - OEO_00010235 some OEO_00010114 - - -Class: OEO_00310001 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sewage plant is an artificial object that removes contaminants from wastewater to produce an effluent that is suitable for discharge to the surrounding environment or an intended reuse application."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "sewage plant" - - SubClassOf: - OEO_00000061, - OEO_00000503 some OEO_00000441, - OEO_00010235 some OEO_00010114 - - -Class: OEO_00310004 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Industrial waste thermal energy is waste thermal energy that is energy output of some industrial process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "industrial waste thermal energy" - - SubClassOf: - OEO_00010114, - OEO_00020184 some OEO_00050000 - - -Class: OEO_00310005 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Recovered heat is a thermal energy that is physical output of an energy transformation process and that is recovered and would otherwise be emitted in the environment as waste thermal energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "recovered heat" - - SubClassOf: - OEO_00000207 - - -Class: OEO_00310006 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Aerothermal energy is a natural ambient thermal energy that is stored in the air of a natural environment."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "aerothermal energy" - - SubClassOf: - OEO_00140104 - - -Class: OEO_00310032 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A thermo-chemical heat storage (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM)."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "thermo-chemical heat storage" - - SubClassOf: - OEO_00000159, - OEO_00010234 some OEO_00000207, - OEO_00010235 some OEO_00000207, - some OEO_00140033, - some OEO_00000039 - - -Class: OEO_00310033 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A chemical heat storage is a thermo-chemical heat storage that stores thermal energy by using the chemical binding energy in an endotherm reaction."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "chemical heat storage" - - SubClassOf: - OEO_00310032 - - -Class: OEO_00310034 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sorption heat storage is a thermo-chemical heat storage that stores thermal energy by using desorption."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "sorption heat storage" - - SubClassOf: - OEO_00310032, - some OEO_00310036 - - -Class: OEO_00310035 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Adsorption is a process that leads to an accumulation of a substance within a phase or at an interface between two phases."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "adsorption" - - SubClassOf: - , - some OEO_00240027 - - -Class: OEO_00310036 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Desorption is a process that leads to a detaching of a substance that was accumulated within a phase or at an interface between two phases (for example by adsorption)."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "desorption" - - SubClassOf: - , - not (OEO_00310035), - some OEO_00240027 - - -Class: OEO_00310037 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sensible heat storage is a thermal energy storage object that stores thermal energy through temperature changes in some medium."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "sensible heat storage" - - SubClassOf: - OEO_00000159, - OEO_00010234 some OEO_00000207, - OEO_00010235 some OEO_00000207, - some OEO_00140101, - some OEO_00000039 - - -Class: OEO_00310038 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sensible fluid heat storage is a sensible heat storage that uses fluids (like water, oil, …) to store thermal energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "sensible fluid heat storage" - - SubClassOf: - OEO_00310037, - OEO_00000503 some - (OEO_00000331 - and (OEO_00000531 value OEO_00000256)) - - -Class: OEO_00310039 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sensible solid heat storage is a sensible heat storage that uses solid materials (like bulk goods, powder, …) to store thermal energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "sensible solid heat storage" - - SubClassOf: - OEO_00310037, - OEO_00000503 some - (OEO_00000331 - and (OEO_00000531 value OEO_00000390)) - - -Class: OEO_00310040 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A phase transition is a transformation of a medium from a solid, liquid, or gas state to a different state."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "phase transitions" - - SubClassOf: - , - OEO_00000532 some OEO_00000331, - OEO_00000533 some OEO_00000331 - - -Class: OEO_00310041 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Evaporating is a phase transition from a liquid medium to their gaseous state."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "evaporating" - - SubClassOf: - OEO_00310040, - OEO_00000532 some - (OEO_00000331 - and (OEO_00000531 value OEO_00000256)), - OEO_00000533 some - (OEO_00000331 - and (OEO_00000531 value OEO_00000182)) - - -Class: OEO_00310042 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Melting is a phase transition from a solid medium to their liquid state."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "melting" - - SubClassOf: - OEO_00310040, - OEO_00000532 some - (OEO_00000331 - and (OEO_00000531 value OEO_00000390)), - OEO_00000533 some - (OEO_00000331 - and (OEO_00000531 value OEO_00000256)) - - -Class: OEO_00310043 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A latent heat storage (LHS) is a thermal energy storage object that stores thermal energy through phase transitions in phase-change materials (PCM)."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "latent heat storage" - - SubClassOf: - OEO_00000159, - OEO_00010234 some OEO_00000207, - OEO_00010235 some OEO_00000207, - some OEO_00310040, - some OEO_00000039 - - -Class: OEO_00310044 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A latent solid-fluid heat storage is a latent heat storage that stores thermal energy by converting solid materials to their liquid equivalent i.e. melting the material."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "latent solid-fluid heat storage" - - SubClassOf: - OEO_00310043, - some OEO_00310042 - - -Class: OEO_00310045 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A latent fluid-gaseous heat storage is a latent heat storage that stores thermal energy by converting liquid materials to their gaseous equivalent i.e. evaporating the material."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "latent fluid-gaseous heat storage" - - SubClassOf: - OEO_00310043, - some OEO_00310041 - - -Class: OEO_00320004 - - Annotations: - "A gas vehicle is an internal combustion vehicle that has only a gas engine as a motor for propulsion."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290 - -Convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315"@en, - rdfs:label "gas vehicle"@en - - EquivalentTo: - OEO_00000240 - and ( some OEO_00320008) - and ( only - (OEO_00320008 or (not (OEO_00010032)))) - - SubClassOf: - OEO_00000240, - OEO_00000503 some OEO_00010146 - - -Class: OEO_00320005 - - Annotations: - "A liquefied petroleum gas vehicle is a gas vehicle that uses liquefied petroleum gas as fuel."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290 - -Convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315"@en, - rdfs:label "liquefied petroleum gas vehicle"@en - - EquivalentTo: - OEO_00320004 - and (OEO_00000503 some OEO_00320011) - - SubClassOf: - OEO_00320004 - - -Class: OEO_00320006 - - Annotations: - "A compressed gas vehicle is a gas vehicle that uses a compressed gas fuel."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290 - -Convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315"@en, - rdfs:label "compressed gas vehicle"@en - - EquivalentTo: - OEO_00320004 - and (OEO_00000503 some OEO_00320015) - - SubClassOf: - OEO_00320004 - - -Class: OEO_00320007 - - Annotations: - "A liquefied natural gas vehicle is a gas vehicle that uses liquefied natural gas as fuel."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290 - -Convert to equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315"@en, - rdfs:label "liquefied natural gas vehicle"@en - - EquivalentTo: - OEO_00320004 - and (OEO_00000503 some ) - - SubClassOf: - OEO_00320004 - - -Class: OEO_00320008 - - Annotations: - "A gas engine is an internal combustion engine that uses a gaseous combustion fuel."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, - rdfs:label "gas engine"@en - - SubClassOf: - OEO_00010029, - OEO_00000503 some OEO_00010146 - - -Class: OEO_00320009 - - Annotations: - "A compressed gas engine is a gas engine that uses a compressed gas fuel."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, - rdfs:label "compressed gas engine"@en - - SubClassOf: - OEO_00320008, - OEO_00000503 some OEO_00320015 - - -Class: OEO_00320010 - - Annotations: - "A compressed gas fuel role is a fuel role that expresses that a portion of matter can be used in a compressed gas engine."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, - rdfs:label "compressed gas fuel role"@en - - SubClassOf: - OEO_00000001 - - -Class: OEO_00320011 - - Annotations: - "Liquefied petroleum gas (LPG) is gas mixture of hydrocarbon gases, mainly propane and butane."@en, - "LPG"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, - rdfs:label "liquefied petroleum gas"@en - - SubClassOf: - , - some OEO_00000001, - some OEO_00000097, - OEO_00000531 value OEO_00000256 - - -Class: OEO_00320012 - - Annotations: - "Compressed natural gas (CNG) is natural gas that has been compressed."@en, - "CNG"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, - rdfs:label "compressed natural gas"@en - - SubClassOf: - OEO_00000292, - some OEO_00320010 - - -Class: OEO_00320013 - - Annotations: - "Compressed biomethane is biomethane that has been compressed."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, - rdfs:label "compressed biomethane"@en - - SubClassOf: - OEO_00010215, - some OEO_00320010 - - -Class: OEO_00320014 - - Annotations: - "Compressed synthetic methane is synthetic methane that has been compressed."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, - rdfs:label "compressed synthetic methane"@en - - SubClassOf: - OEO_00010018, - some OEO_00320010 - - -Class: OEO_00320015 - - Annotations: - "A compressed gas fuel is a combustion fuel that has a compressed gas fuel role."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, - rdfs:label "compressed gas fuel"@en - - EquivalentTo: - OEO_00000099 - and ( some OEO_00320010) - - SubClassOf: - OEO_00000099 - - -Class: OEO_00320016 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A transport network is an object aggregate of transport network components that enables the transport of people and/or goods."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "transport network"@en - - SubClassOf: - , - OEO_00140002 some OEO_00140001, - some OEO_00320021 - - -Class: OEO_00320017 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A road network is a transport network that enables transport on roads."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "road network"@en - - SubClassOf: - OEO_00320016, - some OEO_00320022 - - -Class: OEO_00320018 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A rail network is a transport network that enables transport on rails."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "rail network"@en - - SubClassOf: - OEO_00320016, - some OEO_00320025, - some OEO_00320028 - - -Class: OEO_00320019 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A waterway network is a transport network that enables transport on water."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "waterway network"@en - - SubClassOf: - OEO_00320016, - some OEO_00320032 - - -Class: OEO_00320020 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An aviation network is a transport network that enables air transport."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "aviation network"@en - - SubClassOf: - OEO_00320016, - some OEO_00320035 - - -Class: OEO_00320021 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A transport network component is an artificial object that is part of a transport network."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "transport network component"@en - - EquivalentTo: - OEO_00000061 - and ( some OEO_00320016) - - SubClassOf: - OEO_00000061, - OEO_00020180 some OEO_00040009 - - -Class: OEO_00320022 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A road is a transport network component with an artificial surface that allows transport for road vehicles."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "road"@en - - SubClassOf: - OEO_00320021, - OEO_00000501 some OEO_00010274 - - -Class: OEO_00320023 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A bridge is a transport network component that spans a physical obstacle without blocking the way underneath."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:comment "It can hold other transport network components such as rails and roads."@en, - rdfs:label "bridge"@en - - SubClassOf: - OEO_00320021 - - -Class: OEO_00320024 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A tunnel is a transport network component that is built through a certain environment (e.g. a mountain or water) and allows to pass through that environment."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:comment "It can contain other transport network components such as rails and roads."@en, - rdfs:label "tunnel"@en - - SubClassOf: - OEO_00320021 - - -Class: OEO_00320025 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A railway is a transport network component that can only be used by trains."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "railway"@en - - SubClassOf: - OEO_00320021, - OEO_00000501 some OEO_00010280 - - -Class: OEO_00320026 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A canal is a transport network component that is an artificially created waterway."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "canal"@en - - SubClassOf: - OEO_00320021 - - -Class: OEO_00320027 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A transport hub is a transport network component that allows the exchange of people and/or goods."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "transport hub"@en - - SubClassOf: - OEO_00320021 - - -Class: OEO_00320028 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A train station is a transport hub for trains."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "train station"@en - - SubClassOf: - OEO_00320027, - OEO_00000501 some OEO_00010280 - - -Class: OEO_00320029 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A freight train station is a train station for the exchange of goods."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "freight train station"@en - - SubClassOf: - OEO_00320028, - OEO_00000501 some OEO_00010281 - - -Class: OEO_00320030 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A passenger train station is a train station for the exchange of passengers."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "passenger train station"@en - - SubClassOf: - OEO_00320028, - OEO_00000501 some OEO_00010282 - - -Class: OEO_00320031 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A bus station is a transport hub for busses."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "bus station"@en - - SubClassOf: - OEO_00320027, - OEO_00000501 some OEO_00010277 - - -Class: OEO_00320032 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A port is a transport hub for ships."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "port"@en - - SubClassOf: - OEO_00320027, - OEO_00000501 some OEO_00010286 - - -Class: OEO_00320033 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A freight port is a port for the exchange of goods."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "freight port"@en - - SubClassOf: - OEO_00320032, - OEO_00000501 some OEO_00010288 - - -Class: OEO_00320034 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A passenger port is a port for the exchange of passengers."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "passenger port"@en - - SubClassOf: - OEO_00320032, - OEO_00000501 some OEO_00010287 - - -Class: OEO_00320035 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An airport is a transport hub for airplanes."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", - rdfs:label "airport"@en - - SubClassOf: - OEO_00320027, - OEO_00000501 some OEO_00010292 - - -Class: OEO_00320036 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Electrical energy transfer is an energy transfer of electrical energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", - rdfs:label "electrical energy transfer"@en - - SubClassOf: - OEO_00020103, - OEO_00010234 some OEO_00000139, - OEO_00010235 some OEO_00000139 - - -Class: OEO_00320037 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Chemical energy transfer is an energy transfer of chemical energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", - rdfs:label "chemical energy transfer"@en - - SubClassOf: - OEO_00020103, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00000007 - - -Class: OEO_00320038 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Fuel transport is the freight transport of fuels."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", - rdfs:label "fuel transport"@en - - SubClassOf: - OEO_00140005, - some OEO_00000173 - - -Class: OEO_00320039 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Combustion fuel transport is the fuel transport of combustion fuels."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", - rdfs:label "combustion fuel transport"@en - - SubClassOf: - OEO_00320038, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00000007, - some OEO_00000099 - - -Class: OEO_00320040 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A vehicle charging station is an electricity grid component that transfers electrical energy into the traction battery of a battery electric vehicle."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1307 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1312", - rdfs:label "vehicle charging station"@en - - SubClassOf: - OEO_00000144, - some OEO_00320016, - some OEO_00320036 - - -Class: OEO_00320042 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fuel supply system is an energy system covering the distribution of fuels.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1300 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1316", - rdfs:label "fuel supply system"@en - - SubClassOf: - OEO_00030024 - - -Class: OEO_00320043 - - Annotations: - "A diesel car is a car that has only a diesel engine as motor for propulsion and thus is also a diesel vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "diesel car"@en - - EquivalentTo: - OEO_00010276 - and ( some ) - and ( only - ( or (not (OEO_00010032)))) - - SubClassOf: - OEO_00010276 - - -Class: OEO_00320044 - - Annotations: - "A diesel truck is a truck that has only a diesel engine as motor for propulsion and thus is also a diesel vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "diesel truck"@en - - EquivalentTo: - OEO_00010278 - and ( some ) - and ( only - ( or (not (OEO_00010032)))) - - SubClassOf: - OEO_00010278 - - -Class: OEO_00320045 - - Annotations: - "A gasoline car is a car that has only a gasoline engine as motor for propulsion and thus is also a gasoline vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "gasoline car"@en - - EquivalentTo: - OEO_00010276 - and ( some ) - and ( only - ( or (not (OEO_00010032)))) - - SubClassOf: - OEO_00010276 - - -Class: OEO_00320046 - - Annotations: - "A battery electric car is a car that has an electric traction motor and a traction battery and thus is also a battery electric vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "battery electric car"@en - - EquivalentTo: - OEO_00010276 - and ( some OEO_00010026) - and ( some OEO_00010028) - - SubClassOf: - OEO_00010276 - - -Class: OEO_00320047 - - Annotations: - "A fuel cell electric car is a car that has an eletric traction motor and uses electrical energy from a fuel cell and thus is also a fuel cell electric vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "fuel cell electric car"@en - - EquivalentTo: - OEO_00010276 - and ( some OEO_00000016) - and ( some OEO_00010028) - - SubClassOf: - OEO_00010276 - - -Class: OEO_00320048 - - Annotations: - "A compressed gas car is a car that uses compressed gas in a gas engine for propulsion and thus is also a compressed gas vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "compressed gas car"@en - - EquivalentTo: - OEO_00010276 - and (OEO_00000503 some OEO_00320015) - and ( some OEO_00320008) - and ( only - (OEO_00320008 or (not (OEO_00010032)))) - - SubClassOf: - OEO_00010276 - - -Class: OEO_00320049 - - Annotations: - "A liquefied petroleum gas car is a car that uses liquefied petroleum gas in a gas engine for propulsion and thus is also a liquefied petroleum gas vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "liquefied petroleum gas car"@en - - EquivalentTo: - OEO_00010276 - and (OEO_00000503 some OEO_00320011) - and ( some OEO_00320008) - and ( only - (OEO_00320008 or (not (OEO_00010032)))) - - SubClassOf: - OEO_00010276 - - -Class: OEO_00320050 - - Annotations: - "A plug-in hybrid electric car is a car that can switch between an electric traction motor and an internal combustion engine for propulsion and thus is also a plug-in hybrid electric vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "plug-in hybrid electric car"@en - - EquivalentTo: - OEO_00010276 - and ( some OEO_00010028) - and ( some - (OEO_00010029 - and ( some ))) - - SubClassOf: - OEO_00010276 - - -Class: OEO_00320051 - - Annotations: - "A battery electric truck is a truck that has an electric traction motor and a traction battery and thus is also a battery electric vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "battery electric truck"@en - - EquivalentTo: - OEO_00010278 - and ( some OEO_00010026) - and ( some OEO_00010028) - - SubClassOf: - OEO_00010278 - - -Class: OEO_00320052 - - Annotations: - "A fuel cell electric truck is a truck that has an electric traction motor and uses electrical energy from a fuel cell and thus is also a fuel cell electric vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "fuel cell electric truck"@en - - EquivalentTo: - OEO_00010278 - and ( some OEO_00000016) - and ( some OEO_00010028) - - SubClassOf: - OEO_00010278 - - -Class: OEO_00320053 - - Annotations: - "A compressed gas truck is a truck that uses compressed gas in a gas engine for propulsion and thus is also a compressed gas vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "compressed gas truck"@en - - EquivalentTo: - OEO_00010278 - and (OEO_00000503 some OEO_00320015) - and ( some OEO_00320008) - and ( only - (OEO_00320008 or (not (OEO_00010032)))) - - SubClassOf: - OEO_00010278 - - -Class: OEO_00320054 - - Annotations: - "A liquefied natural gas truck is a truck that uses liquefied natural gas in a gas engine for propulsion and thus is also a liquefied natural gas vehicle.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", - rdfs:label "liquefied natural gas truck"@en - - EquivalentTo: - OEO_00010278 - and (OEO_00000503 some ) - and ( some OEO_00320008) - and ( only - (OEO_00320008 or (not (OEO_00010032)))) - - SubClassOf: - OEO_00010278 - - -Individual: OEO_00000182 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "The state of being a gas. A portion of matter is in gaseous state if and only if it has has no definite shape and no definite volume and is not electrically conductive.", - rdfs:label "gaseous" - - Types: - OEO_00000395 - - -Individual: OEO_00000256 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "The state of being liquid. A portion of matter is liquid has has no definite shape but a definite volume (at a given temperature and pressure).", - rdfs:label "liquid" - - Types: - OEO_00000395 - - -Individual: OEO_00000326 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "The state of being a plasma. A portion of matter is in plasmatic state if and only if it has has no definite shape and no definite volume and is electrically conductive.", - rdfs:label "plasmatic" - - Types: - OEO_00000395 - - -Individual: OEO_00000390 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "The state being solid. A portion of matter is in solid state if and only if it has a definite shape and volume (at a given temperature and pressure).", - rdfs:label "solid" - - Types: - OEO_00000395 - - -DisjointClasses: - OEO_00000074,OEO_00000263,OEO_00000292,OEO_00010215,OEO_00140160 - -DisjointClasses: - OEO_00000188,OEO_00000210,OEO_00000425 - From 6344f34ae9e15bb2a6fbc05703de1156a3e3407b Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Mon, 7 Nov 2022 11:36:31 +0100 Subject: [PATCH 190/370] Update axiom with fuel tank --- src/ontology/edits/oeo-physical.omn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 51e5657fc..1f5b02a2c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10828,7 +10828,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", SubClassOf: OEO_00020102, some OEO_00320016, - some OEO_00320039 + some + (OEO_00320039 + and ( some + (OEO_00320056 + and ( some OEO_00010023)))) Class: OEO_00320059 @@ -10856,6 +10860,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", OEO_00320039, some OEO_00000220 + Individual: OEO_00000182 Annotations: From 72b799727f70a11cd0ac3061ce88bd2a62199437 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 7 Nov 2022 11:39:21 +0100 Subject: [PATCH 191/370] add keyword object to heat storage objects --- src/ontology/edits/oeo-physical.omn | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ec68e1010..38e5a292d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10001,11 +10001,11 @@ Class: OEO_00310032 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A thermo-chemical heat storage (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM).", + "A thermo-chemical heat storage object (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM).", "TCS", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "thermo-chemical heat storage" + rdfs:label "thermo-chemical heat storage object" SubClassOf: OEO_00000159, @@ -10019,10 +10019,10 @@ Class: OEO_00310033 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A chemical heat storage is a thermo-chemical heat storage that stores thermal energy by using the chemical binding energy in an endotherm reaction.", + "A chemical heat storage object is a thermo-chemical heat storage object that stores thermal energy by using the chemical binding energy in an endotherm reaction.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "chemical heat storage" + rdfs:label "chemical heat storage object" SubClassOf: OEO_00310032 @@ -10032,10 +10032,10 @@ Class: OEO_00310034 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sorption heat storage is a thermo-chemical heat storage that stores thermal energy by using desorption.", + "A sorption heat storage object is a thermo-chemical heat storage object that stores thermal energy by using desorption.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "sorption heat storage" + rdfs:label "sorption heat storage object" SubClassOf: OEO_00310032, @@ -10075,10 +10075,10 @@ Class: OEO_00310037 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sensible heat storage is a thermal energy storage object that stores thermal energy through temperature changes in some medium.", + "A sensible heat storage object is a thermal energy storage object that stores thermal energy through temperature changes in some medium.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "sensible heat storage" + rdfs:label "sensible heat storage object" SubClassOf: OEO_00000159, @@ -10092,10 +10092,10 @@ Class: OEO_00310038 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sensible fluid heat storage is a sensible heat storage that uses fluids (like water, oil, …) to store thermal energy.", + "A sensible fluid heat storage object is a sensible heat storage that uses fluids (like water, oil, …) to store thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "sensible fluid heat storage" + rdfs:label "sensible fluid heat storage object" SubClassOf: OEO_00310037, @@ -10108,10 +10108,10 @@ Class: OEO_00310039 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sensible solid heat storage is a sensible heat storage that uses solid materials (like bulk goods, powder, …) to store thermal energy.", + "A sensible solid heat storage object is a sensible heat storage that uses solid materials (like bulk goods, powder, …) to store thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "sensible solid heat storage" + rdfs:label "sensible solid heat storage object" SubClassOf: OEO_00310037, @@ -10177,11 +10177,11 @@ Class: OEO_00310043 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A latent heat storage (LHS) is a thermal energy storage object that stores thermal energy through phase transitions in phase-change materials (PCM).", + "A latent heat storage object (LHS) is a thermal energy storage object that stores thermal energy through phase transitions in phase-change materials (PCM).", "LHS", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "latent heat storage" + rdfs:label "latent heat storage object" SubClassOf: OEO_00000159, @@ -10195,10 +10195,10 @@ Class: OEO_00310044 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A latent solid-fluid heat storage is a latent heat storage that stores thermal energy by converting solid materials to their liquid equivalent i.e. melting the material.", + "A latent solid-fluid heat storage object is a latent heat storage object that stores thermal energy by converting solid materials to their liquid equivalent i.e. melting the material.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "latent solid-fluid heat storage" + rdfs:label "latent solid-fluid heat storage object" SubClassOf: OEO_00310043, @@ -10209,10 +10209,10 @@ Class: OEO_00310045 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A latent fluid-gaseous heat storage is a latent heat storage that stores thermal energy by converting liquid materials to their gaseous equivalent i.e. evaporating the material.", + "A latent fluid-gaseous heat storage object is a latent heat storage object that stores thermal energy by converting liquid materials to their gaseous equivalent i.e. evaporating the material.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "latent fluid-gaseous heat storage" + rdfs:label "latent fluid-gaseous heat storage object" SubClassOf: OEO_00310043, From 11b26cf9b81ec949bdb9f0a514d305a9fc075177 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 7 Nov 2022 11:42:18 +0100 Subject: [PATCH 192/370] add keyword object to heat storage objects in changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f6a00ea..0b02d6d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - tank, fuel tank, volume (#1356) -- thermo-chemical heat storage, chemical heat storage, sorption heat storage, adsorption, desorption (#1363) -- sensible heat storage, sensible solid heat storage, sensible fluid heat storage (#1363) -- phase transitions, evaporating, melting, latent heat storage, latent fluid-gaseous heat storage, latent solid-fluid heat storage (#1363) +- thermo-chemical heat storage object, chemical heat storage object, sorption heat storage object, adsorption, desorption (#1363) +- sensible heat storage object, sensible solid heat storage object, sensible fluid heat storage object (#1363) +- phase transitions, evaporating, melting, latent heat storage object, latent fluid-gaseous heat storage object, latent solid-fluid heat storage object (#1363) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) From c2e483d03906e34a8ccc6c267e3265254173b993 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 7 Nov 2022 11:46:47 +0100 Subject: [PATCH 193/370] git merge dev --- src/ontology/edits/oeo-physical.omn | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 38e5a292d..b0ba98b21 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2361,9 +2361,6 @@ Class: OEO_00000159 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/209 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/276 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359 - Make equivalent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348 From 2085741d9b9aba7e0d15fc543c42a3e5b5fd69ca Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 7 Nov 2022 13:42:57 +0100 Subject: [PATCH 194/370] Add `OEP user`, `qualitist`, `quantitist`, `apinist` #1339 --- src/ontology/edits/oeo-social.omn | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 2ede61a31..68d24ae69 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -846,6 +846,46 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1334", OEO_00010312 some OEO_00140004 +Class: OEO_00010328 + + Annotations: + "An OEP user is a user that interacts with the Open Energy Platform.", + rdfs:label "OEP user"@en + + SubClassOf: + OEO_00000431 + + +Class: OEO_00010329 + + Annotations: + "A qualitist is an OEP user that mainly interacts with qualitive information.", + rdfs:label "qualitist"@en + + SubClassOf: + OEO_00010328 + + +Class: OEO_00010330 + + Annotations: + "A qualitist is an OEP user that mainly interacts with quantitive information.", + rdfs:label "quantitist"@en + + SubClassOf: + OEO_00010328 + + +Class: OEO_00010331 + + Annotations: + "An apinist is an OEP user that mainly interacts via an API.", + rdfs:label "apinist"@en + + SubClassOf: + OEO_00010328 + + Class: OEO_00020015 From cbfa776be4303c7c4703694ba774cbf57aa2d846 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 7 Nov 2022 13:46:30 +0100 Subject: [PATCH 195/370] Add term tracker items and update CHANGELOG.md #1339 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-social.omn | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd090528..6676f00e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - tank, fuel tank, volume (#1356) +- OEP user, qualitist, quantitist, apinist (#1383) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 68d24ae69..bcd3e99ea 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -850,6 +850,8 @@ Class: OEO_00010328 Annotations: "An OEP user is a user that interacts with the Open Energy Platform.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", rdfs:label "OEP user"@en SubClassOf: @@ -860,6 +862,8 @@ Class: OEO_00010329 Annotations: "A qualitist is an OEP user that mainly interacts with qualitive information.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", rdfs:label "qualitist"@en SubClassOf: @@ -870,6 +874,8 @@ Class: OEO_00010330 Annotations: "A qualitist is an OEP user that mainly interacts with quantitive information.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", rdfs:label "quantitist"@en SubClassOf: @@ -880,6 +886,8 @@ Class: OEO_00010331 Annotations: "An apinist is an OEP user that mainly interacts via an API.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", rdfs:label "apinist"@en SubClassOf: From aec53c162ae1b0cb155daf93cde7b964b6a804e9 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 7 Nov 2022 14:08:13 +0100 Subject: [PATCH 196/370] apply review suggestions --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b02d6d14..0df3bbaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - tank, fuel tank, volume (#1356) - thermo-chemical heat storage object, chemical heat storage object, sorption heat storage object, adsorption, desorption (#1363) - sensible heat storage object, sensible solid heat storage object, sensible fluid heat storage object (#1363) -- phase transitions, evaporating, melting, latent heat storage object, latent fluid-gaseous heat storage object, latent solid-fluid heat storage object (#1363) +- phase transition, evaporation, melting, latent heat storage object, latent fluid-gaseous heat storage object, latent solid-fluid heat storage object (#1363) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index b0ba98b21..3bd013832 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10052,6 +10052,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", , some OEO_00240027 + DisjointWith: + OEO_00310036 + Class: OEO_00310036 @@ -10064,9 +10067,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: , - not (OEO_00310035), some OEO_00240027 + DisjointWith: + OEO_00310035 + Class: OEO_00310037 @@ -10096,9 +10101,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310037, - OEO_00000503 some - (OEO_00000331 - and (OEO_00000531 value OEO_00000256)) + OEO_00000503 some OEO_00140116 Class: OEO_00310039 @@ -10124,7 +10127,7 @@ Class: OEO_00310040 "A phase transition is a transformation of a medium from a solid, liquid, or gas state to a different state.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "phase transitions" + rdfs:label "phase transition" SubClassOf: , @@ -10136,10 +10139,11 @@ Class: OEO_00310041 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Evaporating is a phase transition from a liquid medium to their gaseous state.", + "Evaporation is a phase transition from a liquid medium to their gaseous state.", + "evaporating", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "evaporating" + rdfs:label "evaporation" SubClassOf: OEO_00310040, From 190292314f9870b29f1d98c834d3a9755d793c55 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 7 Nov 2022 14:27:27 +0100 Subject: [PATCH 197/370] Add concepts describing sustainability: * `sustainability criterion`: _A sustainability criterion is a plan specification that intends to meet the needs of the present without compromising the ability of future generations to meet their own environmental, economic and social needs._ * `material sustainability`: _Material sustainability is a disposition is a material entity that conforms to some sustainablility criteria._ * `process sustainability`: _Process sustainability is a process attribute that conforms to some sustainablility criteria._ * `sustainable process`: _A sustainable process is a process that has a process sustainability attribute._ (Equivalent class) --- src/ontology/edits/oeo-physical.omn | 53 +++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4233768bb..1b7e3d347 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -397,6 +397,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838" ObjectProperty: OEO_00010121 +ObjectProperty: OEO_00010231 + + ObjectProperty: OEO_00010234 Annotations: @@ -910,6 +913,9 @@ Class: Class: +Class: + + Class: @@ -6960,6 +6966,53 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1351", OEO_00000529 value OEO_00000390 +Class: OEO_00010332 + + Annotations: + "A sustainability criterion is a plan specification that intends to meet the needs of the present without compromising the ability of future generations to meet their own environmental, economic and social needs.", + rdfs:label "sustainability criterion"@en + + SubClassOf: + + + +Class: OEO_00010333 + + Annotations: + "Material sustainability is a disposition is a material entity that conforms to some sustainablility criteria.", + rdfs:label "material sustainability"@en + + SubClassOf: + , + OEO_00010121 some , + OEO_00010231 some OEO_00010332 + + +Class: OEO_00010334 + + Annotations: + "Process sustainability is a process attribute that conforms to some sustainablility criteria", + rdfs:label "process sustainability"@en + + SubClassOf: + OEO_00030019, + OEO_00010231 some OEO_00010332 + + +Class: OEO_00010335 + + Annotations: + "A sustainable process is a process that has a process sustainability attribute.", + rdfs:label "sustainable process"@en + + EquivalentTo: + + and (OEO_00000500 some OEO_00010334) + + SubClassOf: + + + Class: OEO_00020001 Annotations: From ef1fcff17789ba1cf8226df9c1f6a5562bd117d0 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 7 Nov 2022 14:36:23 +0100 Subject: [PATCH 198/370] Add term tracker items and update CHANGELOG.md #872 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd090528..8ded69cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - tank, fuel tank, volume (#1356) +- sustainability criterion, material sustainability, process sustainability, process sustainability, sustainable process (#1385) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 1b7e3d347..dda9f3fc5 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6970,6 +6970,8 @@ Class: OEO_00010332 Annotations: "A sustainability criterion is a plan specification that intends to meet the needs of the present without compromising the ability of future generations to meet their own environmental, economic and social needs.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", rdfs:label "sustainability criterion"@en SubClassOf: @@ -6980,6 +6982,8 @@ Class: OEO_00010333 Annotations: "Material sustainability is a disposition is a material entity that conforms to some sustainablility criteria.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", rdfs:label "material sustainability"@en SubClassOf: @@ -6991,7 +6995,9 @@ Class: OEO_00010333 Class: OEO_00010334 Annotations: - "Process sustainability is a process attribute that conforms to some sustainablility criteria", + "Process sustainability is a process attribute that conforms to some sustainablility criteria.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", rdfs:label "process sustainability"@en SubClassOf: @@ -7003,6 +7009,8 @@ Class: OEO_00010335 Annotations: "A sustainable process is a process that has a process sustainability attribute.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", rdfs:label "sustainable process"@en EquivalentTo: From 87515b291a938fab596851e580e266705e16ad2e Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 7 Nov 2022 14:40:40 +0100 Subject: [PATCH 199/370] Fix typos --- src/ontology/edits/oeo-physical.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index dda9f3fc5..c67f08932 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6981,7 +6981,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", Class: OEO_00010333 Annotations: - "Material sustainability is a disposition is a material entity that conforms to some sustainablility criteria.", + "Material sustainability is a disposition is a material entity that conforms to some sustainability criteria.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", rdfs:label "material sustainability"@en @@ -6995,7 +6995,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", Class: OEO_00010334 Annotations: - "Process sustainability is a process attribute that conforms to some sustainablility criteria.", + "Process sustainability is a process attribute that conforms to some sustainability criteria.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", rdfs:label "process sustainability"@en From d57502b1b4fabca6cc479a58b027d981cb31bdfd Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 8 Nov 2022 15:55:42 +0100 Subject: [PATCH 200/370] Apply suggestions from code review Co-authored-by: chrwm <54852694+chrwm@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c67f08932..1bc81d145 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6972,7 +6972,7 @@ Class: OEO_00010332 "A sustainability criterion is a plan specification that intends to meet the needs of the present without compromising the ability of future generations to meet their own environmental, economic and social needs.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", - rdfs:label "sustainability criterion"@en + rdfs:label "sustainability criterion" SubClassOf: @@ -6984,7 +6984,7 @@ Class: OEO_00010333 "Material sustainability is a disposition is a material entity that conforms to some sustainability criteria.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", - rdfs:label "material sustainability"@en + rdfs:label "material sustainability" SubClassOf: , @@ -7011,7 +7011,7 @@ Class: OEO_00010335 "A sustainable process is a process that has a process sustainability attribute.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", - rdfs:label "sustainable process"@en + rdfs:label "sustainable process" EquivalentTo: From ff00580eff1e159e413e9316ddbacaf9cc5a3bb3 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 8 Nov 2022 15:55:55 +0100 Subject: [PATCH 201/370] Apply suggestions from code review Co-authored-by: chrwm <54852694+chrwm@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 1bc81d145..0ee0e3a00 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6998,7 +6998,7 @@ Class: OEO_00010334 "Process sustainability is a process attribute that conforms to some sustainability criteria.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", - rdfs:label "process sustainability"@en + rdfs:label "process sustainability" SubClassOf: OEO_00030019, From 6ddfb314121bb020ede44117b8c05817723d6ef9 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 09:01:12 +0100 Subject: [PATCH 202/370] Implement suggestion from review #1339 --- src/ontology/edits/oeo-social.omn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index bcd3e99ea..8b4546e91 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -849,7 +849,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1334", Class: OEO_00010328 Annotations: - "An OEP user is a user that interacts with the Open Energy Platform.", + "An OEP user is a user who interacts with the Open Energy Platform.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", rdfs:label "OEP user"@en @@ -861,7 +861,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", Class: OEO_00010329 Annotations: - "A qualitist is an OEP user that mainly interacts with qualitive information.", + "A qualitist is an OEP user who mainly interacts with qualitive information.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", rdfs:label "qualitist"@en @@ -873,7 +873,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", Class: OEO_00010330 Annotations: - "A qualitist is an OEP user that mainly interacts with quantitive information.", + "A qualitist is an OEP user who mainly interacts with quantitive information.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", rdfs:label "quantitist"@en @@ -885,7 +885,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", Class: OEO_00010331 Annotations: - "An apinist is an OEP user that mainly interacts via an API.", + "An apinist is an OEP user who mainly interacts via an API.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", rdfs:label "apinist"@en From 580fc2dc0a0b422c5451e0d7a86ad03f0383d325 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 09:09:08 +0100 Subject: [PATCH 203/370] Add SubclassOf axiom to `model descriptor` #1386 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-model.omn | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd090528..b02fdf872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) +- model descriptor (#1387) ### Removed diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 5970cc035..f02b3bef2 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1292,13 +1292,20 @@ Class: OEO_00020016 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "A model descriptor is an information content entity that contains information about some model."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/82 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/577", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/577 + +Add SubclassOf axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1386 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1387", rdfs:label "model descriptor"@en EquivalentTo: and ( some OEO_00000274) + SubClassOf: + + Class: OEO_00020017 From 4fdb98bcce77c7d879b54d6422fb6a450177ce24 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 9 Nov 2022 11:25:39 +0100 Subject: [PATCH 204/370] Add vehicle-kilometre --- src/ontology/edits/oeo-shared.omn | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index e701721cb..55a90cd1e 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2750,6 +2750,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1314", OEO_00010121 some OEO_00010023 +Class: OEO_00320061 + + Annotations: + "Vehicle-kilometre is a transport performance unit for the accumulated transport distance of the used vehicles themselves where one vehicle-kilometre equals the transport distance of 1 km for one vehicle.", + rdfs:comment "Can be obtained from passenger-kilometre/ton-kilometre by dividing through the average number of passengers/tons per vehicle respectively.", + rdfs:label "vehicle-kilometre" + + SubClassOf: + OEO_00320001 + + Individual: OEO_00020161 Annotations: From 7103784a28ee22c8e49d3cabdfc411a310ae0c91 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 9 Nov 2022 11:27:49 +0100 Subject: [PATCH 205/370] Add abbreviations as synonyms --- src/ontology/edits/oeo-shared.omn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 55a90cd1e..4916c73a7 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2717,6 +2717,7 @@ Class: OEO_00320002 "Passenger-kilometre is a transport performance unit for the accumulated transport distance of people where one passenger-kilometre equals the transport distance of 1 km for one person."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1272 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289"@en, + "pkm", rdfs:label "passenger-kilometre"@en SubClassOf: @@ -2729,6 +2730,7 @@ Class: OEO_00320003 "Ton-kilometre is a transport performance unit for the accumulated transport distance of goods where one ton-kilometre equals the transport distance of 1 km for one ton of goods."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1272 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289"@en, + "tkm", rdfs:label "ton-kilometre"@en SubClassOf: @@ -2754,6 +2756,7 @@ Class: OEO_00320061 Annotations: "Vehicle-kilometre is a transport performance unit for the accumulated transport distance of the used vehicles themselves where one vehicle-kilometre equals the transport distance of 1 km for one vehicle.", + "vkm", rdfs:comment "Can be obtained from passenger-kilometre/ton-kilometre by dividing through the average number of passengers/tons per vehicle respectively.", rdfs:label "vehicle-kilometre" From 7868b1a116324cddc7020856d39b8dd70edfed65 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 9 Nov 2022 11:30:34 +0100 Subject: [PATCH 206/370] Remove some language labels --- src/ontology/edits/oeo-shared.omn | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 4916c73a7..a5f4dd251 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2702,10 +2702,10 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289"@en, Class: OEO_00320001 Annotations: - "A transport performance unit is a unit of measurement for the accumulated transport distance of a number of people and/or amount of goods."@en, + "A transport performance unit is a unit of measurement for the accumulated transport distance of a number of people and/or amount of goods.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1272 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289"@en, - rdfs:label "transport performance unit"@en +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289", + rdfs:label "transport performance unit" SubClassOf: @@ -2714,11 +2714,11 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289"@en, Class: OEO_00320002 Annotations: - "Passenger-kilometre is a transport performance unit for the accumulated transport distance of people where one passenger-kilometre equals the transport distance of 1 km for one person."@en, + "Passenger-kilometre is a transport performance unit for the accumulated transport distance of people where one passenger-kilometre equals the transport distance of 1 km for one person.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1272 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289"@en, +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289", "pkm", - rdfs:label "passenger-kilometre"@en + rdfs:label "passenger-kilometre" SubClassOf: OEO_00320001 @@ -2727,11 +2727,11 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289"@en, Class: OEO_00320003 Annotations: - "Ton-kilometre is a transport performance unit for the accumulated transport distance of goods where one ton-kilometre equals the transport distance of 1 km for one ton of goods."@en, + "Ton-kilometre is a transport performance unit for the accumulated transport distance of goods where one ton-kilometre equals the transport distance of 1 km for one ton of goods.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1272 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289"@en, +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289", "tkm", - rdfs:label "ton-kilometre"@en + rdfs:label "ton-kilometre" SubClassOf: OEO_00320001 From 72d4fb710da2931aff75721fe4d5786114ee4ddc Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 9 Nov 2022 11:41:05 +0100 Subject: [PATCH 207/370] Add term tracker items --- src/ontology/edits/oeo-shared.omn | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index a5f4dd251..559f4acf2 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2716,7 +2716,11 @@ Class: OEO_00320002 Annotations: "Passenger-kilometre is a transport performance unit for the accumulated transport distance of people where one passenger-kilometre equals the transport distance of 1 km for one person.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1272 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289", +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289 + +Add pkm as synonym: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1375 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1388", "pkm", rdfs:label "passenger-kilometre" @@ -2729,7 +2733,11 @@ Class: OEO_00320003 Annotations: "Ton-kilometre is a transport performance unit for the accumulated transport distance of goods where one ton-kilometre equals the transport distance of 1 km for one ton of goods.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1272 -pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289", +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289 + +Add tkm as synonym: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1375 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1388", "tkm", rdfs:label "ton-kilometre" @@ -2756,6 +2764,8 @@ Class: OEO_00320061 Annotations: "Vehicle-kilometre is a transport performance unit for the accumulated transport distance of the used vehicles themselves where one vehicle-kilometre equals the transport distance of 1 km for one vehicle.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1375 +pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1388", "vkm", rdfs:comment "Can be obtained from passenger-kilometre/ton-kilometre by dividing through the average number of passengers/tons per vehicle respectively.", rdfs:label "vehicle-kilometre" From 32f0e12d85f1cf60544595f2b3c669d45cb84f27 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 9 Nov 2022 11:43:49 +0100 Subject: [PATCH 208/370] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ded69cbc..b32cd8db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,11 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - tank, fuel tank, volume (#1356) - sustainability criterion, material sustainability, process sustainability, process sustainability, sustainable process (#1385) +- vehicle-kilometre (#1388) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) +- passenger-kilometre, ton-kilometre (#1388) ### Removed From dd90e98301b785fc0cddfae40d4ea9ba8e5e0958 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 9 Nov 2022 12:05:37 +0100 Subject: [PATCH 209/370] Add electricity and fuel demand --- src/ontology/edits/oeo-social.omn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 2ede61a31..bc148de52 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2066,6 +2066,26 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253/"@en, OEO_00140081 +Class: OEO_00320062 + + Annotations: + "Electricity demand is the energy demand for electricity.", + rdfs:label "electricity demand" + + SubClassOf: + OEO_00140146 + + +Class: OEO_00320063 + + Annotations: + "Fuel demand is the energy demand for fuel.", + rdfs:label "fuel demand" + + SubClassOf: + OEO_00140146 + + Individual: OEO_00000160 Annotations: From 5ed6859c737b7a415baca69ba671d2e8995d849a Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 9 Nov 2022 12:12:59 +0100 Subject: [PATCH 210/370] Add term tracker items --- src/ontology/edits/oeo-social.omn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index bc148de52..c486e1dbd 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2070,6 +2070,8 @@ Class: OEO_00320062 Annotations: "Electricity demand is the energy demand for electricity.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1366 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1389", rdfs:label "electricity demand" SubClassOf: @@ -2080,6 +2082,8 @@ Class: OEO_00320063 Annotations: "Fuel demand is the energy demand for fuel.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1366 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1389", rdfs:label "fuel demand" SubClassOf: From 2a7418b458dba2f0485f70524e83148cd85e2d46 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Wed, 9 Nov 2022 12:13:54 +0100 Subject: [PATCH 211/370] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5fa37a1..4dd0f4515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - tank, fuel tank, volume (#1356) - sustainability criterion, material sustainability, process sustainability, process sustainability, sustainable process (#1385) +- electricity demand, fuel demand (#1389) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) From 546f622884aebad769cd9d6df4ff81e33abb0189 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 18:29:47 +0100 Subject: [PATCH 212/370] Move five classes from oeo-model to oeo-shared #1384 `data descriptor`, `time step`, `time series`, `time stamp` and `time stamp alignment` --- src/ontology/edits/oeo-model.omn | 65 -------------------------- src/ontology/edits/oeo-shared.omn | 77 +++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 65 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index f02b3bef2..c6468961d 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -596,17 +596,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/272", Class: OEO_00000119 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, - "A data descriptor is an information content entity that contains additional information about some data."^^xsd:string, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/612 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/724" - rdfs:label "data descriptor" - - SubClassOf: - - Class: OEO_00000120 @@ -1736,43 +1725,9 @@ Class: OEO_00030032 Class: OEO_00030033 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, - "A time step is a one-dimensional temporal region that has a start time and an endtime and thus a finite duration.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", - rdfs:label "time step" - - SubClassOf: - , - (( some OEO_00030031) - and ( some OEO_00030032)) or (( some OEO_00030035) - and ( some OEO_00140043) - and ( some OEO_00140044)) - Class: OEO_00030034 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, - "A time series is a data set that references to a set of time steps or zero-dimensional temporal regions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538", - rdfs:label "time series", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/IAO_0000584" - - SubClassOf: - , - some OEO_00030031, - some OEO_00030032, - some OEO_00030035, - some - (OEO_00030033 or ) - Class: OEO_00030035 @@ -1831,29 +1786,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/565", Class: OEO_00140043 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, - "A time stamp is a zero-dimensional temporal region that is used to describe a time step.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", - rdfs:label "time stamp"@en - - SubClassOf: - - Class: OEO_00140044 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, - "A time stamp alignment is a data descriptor that indicates the position of a time stamp in a time step.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", - rdfs:label "time stamp alignment"@en - - SubClassOf: - OEO_00000119 - Class: OEO_00140068 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index e701721cb..8470e4c54 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1089,6 +1089,20 @@ Class: OEO_00000107 OEO_00000051 +Class: OEO_00000119 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + "A data descriptor is an information content entity that contains additional information about some data."^^xsd:string, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/612 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/724" + rdfs:label "data descriptor" + + SubClassOf: + + + Class: OEO_00000147 Annotations: @@ -2322,8 +2336,45 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538", +Class: OEO_00030033 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + "A time step is a one-dimensional temporal region that has a start time and an endtime and thus a finite duration.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", + rdfs:label "time step" + + SubClassOf: + , + (( some OEO_00030031) + and ( some OEO_00030032)) or (( some OEO_00030035) + and ( some OEO_00140043) + and ( some OEO_00140044)) + + Class: OEO_00030034 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + "A time series is a data set that references to a set of time steps or zero-dimensional temporal regions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538", + rdfs:label "time series", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/IAO_0000584" + + SubClassOf: + , + some OEO_00030031, + some OEO_00030032, + some OEO_00030035, + some + (OEO_00030033 or ) + Class: OEO_00030035 @@ -2608,6 +2659,32 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", (OEO_00000323 or OEO_00030022 or ) +Class: OEO_00140043 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + "A time stamp is a zero-dimensional temporal region that is used to describe a time step.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", + rdfs:label "time stamp"@en + + SubClassOf: + + + +Class: OEO_00140044 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + "A time stamp alignment is a data descriptor that indicates the position of a time stamp in a time step.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", + rdfs:label "time stamp alignment"@en + + SubClassOf: + OEO_00000119 + + Class: OEO_00140081 Annotations: From 3c0cd97027ed79323a702670962e20599b47b096 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 18:34:37 +0100 Subject: [PATCH 213/370] Fix module annotation #1384 --- src/ontology/edits/oeo-shared.omn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 8470e4c54..62f110bbc 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1092,7 +1092,7 @@ Class: OEO_00000107 Class: OEO_00000119 Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "A data descriptor is an information content entity that contains additional information about some data."^^xsd:string, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/612 @@ -2339,7 +2339,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538", Class: OEO_00030033 Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "A time step is a one-dimensional temporal region that has a start time and an endtime and thus a finite duration.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538 @@ -2357,7 +2357,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", Class: OEO_00030034 Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "A time series is a data set that references to a set of time steps or zero-dimensional temporal regions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538", @@ -2662,7 +2662,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", Class: OEO_00140043 Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "A time stamp is a zero-dimensional temporal region that is used to describe a time step.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", @@ -2675,7 +2675,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", Class: OEO_00140044 Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "A time stamp alignment is a data descriptor that indicates the position of a time stamp in a time step.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", From 897a1fa9944b897121cb775b9e74336fe7d8a037 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 18:46:20 +0100 Subject: [PATCH 214/370] Update term tracker items #1384 --- src/ontology/edits/oeo-shared.omn | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 62f110bbc..ab240cd3a 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1094,6 +1094,9 @@ Class: OEO_00000119 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "A data descriptor is an information content entity that contains additional information about some data."^^xsd:string, + "move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/612 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/724" @@ -2343,7 +2346,11 @@ Class: OEO_00030033 "A time step is a one-dimensional temporal region that has a start time and an endtime and thus a finite duration.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", rdfs:label "time step" SubClassOf: @@ -2360,7 +2367,11 @@ Class: OEO_00030034 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "A time series is a data set that references to a set of time steps or zero-dimensional temporal regions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", rdfs:label "time series", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 @@ -2678,7 +2689,11 @@ Class: OEO_00140044 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "A time stamp alignment is a data descriptor that indicates the position of a time stamp in a time step.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", rdfs:label "time stamp alignment"@en SubClassOf: From 77dcebf420179686c3109f2c6d578ed2951ca571 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 18:55:02 +0100 Subject: [PATCH 215/370] Move `energy transformation` to oeo-shared #1384 --- src/ontology/edits/oeo-physical.omn | 50 --------------------- src/ontology/edits/oeo-shared.omn | 69 ++++++++++++++++++++++++++++- 2 files changed, 68 insertions(+), 51 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0ee0e3a00..3ac69a11f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -7052,56 +7052,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" Class: OEO_00020003 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Energy transformation is a transformation in which one or more certain types of energy as input result in certain types of energy as output."@en, - "class added: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/371 - -make class a subclass of transformation: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/435 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/450 - -add input and output relations: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/680 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/690 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 - -add relation to energy transformation unit: -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041 - -add axiom relating to energy carrier / input and output axioms: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1167 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178 - -update definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1175 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1182 - -make equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1211 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251"@en, - rdfs:label "energy transformation"@en - - EquivalentTo: - OEO_00000419 - and (OEO_00010234 some OEO_00000150) - and (OEO_00010235 some OEO_00000150) - - SubClassOf: - OEO_00000419, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" - some OEO_00000011, - some OEO_00020039, - some OEO_00020102 - Class: OEO_00020004 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index ab240cd3a..7cddc60cc 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -648,6 +648,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/965 +ObjectProperty: OEO_00010234 + + ObjectProperty: OEO_00010235 @@ -1019,6 +1022,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/924", rdfs:comment "The original term from UO had neither an alternative term nor has_exact_synonym. It was added for OEO purposes to include the Eurostat spellings."@en +Class: OEO_00000011 + + Class: OEO_00000051 Annotations: @@ -1666,6 +1672,60 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253", Class: OEO_00020003 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "Energy transformation is a transformation in which one or more certain types of energy as input result in certain types of energy as output."@en, + "class added: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/371 + +make class a subclass of transformation: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/435 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/450 + +add input and output relations: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/680 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/690 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 + +add relation to energy transformation unit: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041 + +add axiom relating to energy carrier / input and output axioms: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1167 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178 + +update definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1175 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1182 + +make equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1211 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1251 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390"@en, + rdfs:label "energy transformation"@en + + EquivalentTo: + OEO_00000419 + and (OEO_00010234 some OEO_00000150) + and (OEO_00010235 some OEO_00000150) + + SubClassOf: + OEO_00000419, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" + some OEO_00000011, + some OEO_00020039, + some OEO_00020102 + Class: OEO_00020011 @@ -1830,6 +1890,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/748", OEO_00020067 +Class: OEO_00020102 + + Class: OEO_00020121 Annotations: @@ -2676,7 +2739,11 @@ Class: OEO_00140043 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "A time stamp is a zero-dimensional temporal region that is used to describe a time step.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", rdfs:label "time stamp"@en SubClassOf: From 9657db94bf5ec018518b4ba53a61534c826bcc1a Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 19:03:24 +0100 Subject: [PATCH 216/370] Move three object properties from oeo-physical to oeo-shared #1384 `has energy input`, `has energy participant` and `energy participant of` --- src/ontology/edits/oeo-physical.omn | 45 --------------------- src/ontology/edits/oeo-shared.omn | 63 +++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 45 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3ac69a11f..bc3e041b0 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -79,21 +79,6 @@ Datatype: xsd:string ObjectProperty: - Annotations: - "A relation between an artificial object or a process and an energy, where the energy is used in the artificial object or process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "has energy participant"@en - - Domain: - OEO_00000061 or - - Range: - OEO_00000150 - - InverseOf: - OEO_00020182 - ObjectProperty: @@ -402,21 +387,6 @@ ObjectProperty: OEO_00010231 ObjectProperty: OEO_00010234 - Annotations: - "A relation between an artificial object or a process and an energy, where the energy is an input of the artificial object or process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "has energy input"@en - - SubPropertyOf: - - - Domain: - OEO_00000061 or - - Range: - OEO_00000150 - ObjectProperty: OEO_00010235 @@ -444,21 +414,6 @@ ObjectProperty: OEO_00020180 ObjectProperty: OEO_00020182 - Annotations: - "A relation between an energy and an artificial object or a process, where the energy is used in the artificial object or process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1057 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065", - rdfs:label "is energy participant of" - - Domain: - OEO_00000150 - - Range: - OEO_00000061 or - - InverseOf: - - ObjectProperty: OEO_00020183 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 7cddc60cc..d5a543042 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -102,6 +102,28 @@ Datatype: rdf:PlainLiteral Datatype: xsd:string +ObjectProperty: + + Annotations: + "A relation between an artificial object or a process and an energy, where the energy is used in the artificial object or process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "has energy participant"@en + + Domain: + OEO_00000061 or + + Range: + OEO_00000150 + + InverseOf: + OEO_00020182 + + ObjectProperty: Annotations: @@ -650,6 +672,25 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/965 ObjectProperty: OEO_00010234 + Annotations: + "A relation between an artificial object or a process and an energy, where the energy is an input of the artificial object or process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "has energy input"@en + + SubPropertyOf: + + + Domain: + OEO_00000061 or + + Range: + OEO_00000150 + ObjectProperty: OEO_00010235 @@ -708,6 +749,28 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034", OEO_00010231 +ObjectProperty: OEO_00020182 + + Annotations: + "A relation between an energy and an artificial object or a process, where the energy is used in the artificial object or process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1057 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "is energy participant of" + + Domain: + OEO_00000150 + + Range: + OEO_00000061 or + + InverseOf: + + + ObjectProperty: OEO_00020188 Annotations: From 54695115b69a6ebfa5f69b3df59328b56e4eacb8 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 19:11:48 +0100 Subject: [PATCH 217/370] Move three classes from oeo-physical to oeo-shared #1384 `energy transformation component`, `energy transformation unit` and `outage` --- src/ontology/edits/oeo-physical.omn | 54 ---------------------- src/ontology/edits/oeo-shared.omn | 69 +++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 54 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bc3e041b0..5a8c74e9c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1064,32 +1064,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" Class: OEO_00000011 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy converting component is an artificial object that is usually a discrete part of an energy transformation unit with the function of transforming, transferring or changing a certain type of energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 - -renaming to component -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 - -redefine -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:comment "formerly called energy transformer and formerly called energy converting device", - rdfs:label "energy converting component" - - SubClassOf: - OEO_00000061, - OEO_00010235 some OEO_00010114, - some OEO_00020102, - some OEO_00020003 - Class: OEO_00000012 @@ -7459,23 +7433,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", Class: OEO_00020102 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy transformation unit is an artificial object that transforms, changes or transfers a certain type of energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", - rdfs:label "energy transformation unit" - - SubClassOf: - OEO_00000061, - OEO_00010235 some OEO_00010114, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" - some OEO_00000011, - some OEO_00020003, - some OEO_00020104 - Class: OEO_00020103 @@ -7493,17 +7450,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", Class: OEO_00020104 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An outage is a process during which an artificial object cannot perfom or operate.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", - rdfs:label "outage" - - SubClassOf: - , - some OEO_00020102 - Class: OEO_00020105 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index d5a543042..6790a0d8a 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1087,6 +1087,36 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/924", Class: OEO_00000011 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "An energy converting component is an artificial object that is usually a discrete part of an energy transformation unit with the function of transforming, transferring or changing a certain type of energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 + +renaming to component +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +redefine +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:comment "formerly called energy transformer and formerly called energy converting device", + rdfs:label "energy converting component" + + SubClassOf: + OEO_00000061, + OEO_00010235 some OEO_00010114, + some OEO_00020102, + some OEO_00020003 + Class: OEO_00000051 @@ -1955,6 +1985,45 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/748", Class: OEO_00020102 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "An energy transformation unit is an artificial object that transforms, changes or transfers a certain type of energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "energy transformation unit" + + SubClassOf: + OEO_00000061, + OEO_00010235 some OEO_00010114, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/980 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" + some OEO_00000011, + some OEO_00020003, + some OEO_00020104 + + +Class: OEO_00020104 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An outage is a process during which an artificial object cannot perfom or operate.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "outage" + + SubClassOf: + , + some OEO_00020102 + Class: OEO_00020121 From f2286af8f8138ef3d349659bfa62f4914565e111 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 19:17:55 +0100 Subject: [PATCH 218/370] Move `waste thermal energy` and `thermal energy` to oeo-shared #1384 --- src/ontology/edits/oeo-physical.omn | 28 --------------------- src/ontology/edits/oeo-shared.omn | 39 +++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 28 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 5a8c74e9c..e2bfa9f4d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2709,20 +2709,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", Class: OEO_00000207 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Thermal energy is the energy that a material entity contains in the undirected motion of its constituent parts (e.g. molecules and atoms)."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, - rdfs:label "thermal energy"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000032" - - SubClassOf: - OEO_00000150 - Class: OEO_00000210 @@ -5559,20 +5545,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", Class: OEO_00010114 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Waste thermal energy is thermal energy that is the physical output of an energy transformation process and that is released into the environment unused."@en, - "waste heat", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/775 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/813 - -change label and definition language -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "waste thermal energy" - - SubClassOf: - OEO_00000207 - Class: OEO_00010117 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 6790a0d8a..a2f2e99b5 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1312,6 +1312,27 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00010235 some OEO_00010114 +Class: OEO_00000207 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "Thermal energy is the energy that a material entity contains in the undirected motion of its constituent parts (e.g. molecules and atoms)."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390"@en, + rdfs:label "thermal energy"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000032" + + SubClassOf: + OEO_00000150 + + Class: OEO_00000238 Annotations: @@ -1606,6 +1627,24 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/697", Class: OEO_00010114 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "Waste thermal energy is thermal energy that is the physical output of an energy transformation process and that is released into the environment unused."@en, + "waste heat", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/775 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/813 + +change label and definition language +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "waste thermal energy" + + SubClassOf: + OEO_00000207 + Class: OEO_00010116 From 6d336bf9d0370eaa3095640903e2663088e108d3 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 19:35:40 +0100 Subject: [PATCH 219/370] Move from GHG related things from oeo-physical to oeo-shared #1384 * Classes: `greenhouse gas emission`, `greenhouse gas`, `greenhouse effect disposition`, `state of matter` * Individual: `gaseous` * Object properties: `has normal state of matter`, `has state of matter` --- src/ontology/edits/oeo-physical.omn | 116 -------------------- src/ontology/edits/oeo-shared.omn | 160 ++++++++++++++++++++++++++++ 2 files changed, 160 insertions(+), 116 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index e2bfa9f4d..f64563f57 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -267,22 +267,6 @@ pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/478", ObjectProperty: OEO_00000529 - Annotations: - "x has normal state of matter y if and only if a portion of x occurs in state y under normal pressure (1 bar) and normal temperature (0°C)", - "make subproperty of 'has state of matter' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/989 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1001", - rdfs:label "has normal state of matter" - - SubPropertyOf: - OEO_00000531 - - Domain: - OEO_00000331 - - Range: - OEO_00000395 - ObjectProperty: OEO_00000530 @@ -306,21 +290,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742" ObjectProperty: OEO_00000531 - Annotations: - "A relation between a portion of matter (x) and a state of matter (y) that indicates the state y of matter x under certain given conditions.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/989 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1001", - rdfs:label "has state of matter" - - SubPropertyOf: - - - Domain: - OEO_00000331 - - Range: - OEO_00000395 - ObjectProperty: OEO_00000532 @@ -1182,21 +1151,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" Class: OEO_00000020 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A greenhouse gas is a portion of matter that has the disposition to contribute to the greenhouse effect.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", - rdfs:label "greenhouse gas" - - EquivalentTo: - OEO_00000331 - and ( some OEO_00000198) - - SubClassOf: - OEO_00000331, - OEO_00000529 value OEO_00000182 - Class: OEO_00000021 @@ -2610,55 +2564,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" Class: OEO_00000198 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "The greenhouse effect disposition is the disposition of a gas to contribute to the greenhouse effect, when it is emitted into the atmosphere.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 - -add 'has bearer' axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310 - -Add 'realized in' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1320 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1353", - rdfs:label "greenhouse effect disposition", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_76413" - - SubClassOf: - , - OEO_00010121 some - (OEO_00000331 - and (OEO_00000531 value OEO_00000182)), - some OEO_00000199 - Class: OEO_00000199 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A greenhouse gas emission is an emission that releases a greenhouse gas.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 - -make equivalent class: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1012 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1100", - rdfs:label "greenhouse gas emission" - - EquivalentTo: - OEO_00000147 - and ( some OEO_00000020) - - SubClassOf: - OEO_00000147 - Class: OEO_00000200 @@ -3849,22 +3757,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", Class: OEO_00000395 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "In physics, a state of matter is one of the distinct forms in which matter can exist. Four states of matter are observable in everyday life: solid, liquid, gas, and plasma. Many intermediate states are known to exist, such as liquid crystal, and some states only exist under extreme conditions", - "https://en.wikipedia.org/w/index.php?title=State_of_matter&oldid=903680856", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/38 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/39 - -add 'has bearer' axiom -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "state of matter" - - SubClassOf: - , - OEO_00010121 some OEO_00000331 - Class: OEO_00000396 @@ -10703,14 +10595,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", Individual: OEO_00000182 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "The state of being a gas. A portion of matter is in gaseous state if and only if it has has no definite shape and no definite volume and is not electrically conductive.", - rdfs:label "gaseous" - - Types: - OEO_00000395 - Individual: OEO_00000256 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index a2f2e99b5..28fcf7901 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -625,9 +625,50 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/852", OEO_00020039 +ObjectProperty: OEO_00000529 + + Annotations: + "x has normal state of matter y if and only if a portion of x occurs in state y under normal pressure (1 bar) and normal temperature (0°C)", + "make subproperty of 'has state of matter' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/989 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1001 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "has normal state of matter" + + SubPropertyOf: + OEO_00000531 + + Domain: + OEO_00000331 + + Range: + OEO_00000395 + + ObjectProperty: OEO_00000530 +ObjectProperty: OEO_00000531 + + Annotations: + "A relation between a portion of matter (x) and a state of matter (y) that indicates the state y of matter x under certain given conditions.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/989 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1001", + rdfs:label "has state of matter" + + SubPropertyOf: + + + Domain: + OEO_00000331 + + Range: + OEO_00000395 + + ObjectProperty: OEO_00010121 Annotations: @@ -1118,6 +1159,28 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", some OEO_00020003 +Class: OEO_00000020 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "A greenhouse gas is a portion of matter that has the disposition to contribute to the greenhouse effect.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "greenhouse gas" + + EquivalentTo: + OEO_00000331 + and ( some OEO_00000198) + + SubClassOf: + OEO_00000331, + OEO_00000529 value OEO_00000182 + + Class: OEO_00000051 Annotations: @@ -1295,6 +1358,66 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178", some OEO_00020003 +Class: OEO_00000198 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "The greenhouse effect disposition is the disposition of a gas to contribute to the greenhouse effect, when it is emitted into the atmosphere.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 + +add 'has bearer' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310 + +Add 'realized in' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1320 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1353 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "greenhouse effect disposition", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_76413" + + SubClassOf: + , + OEO_00010121 some + (OEO_00000331 + and (OEO_00000531 value OEO_00000182)), + some OEO_00000199 + + +Class: OEO_00000199 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "A greenhouse gas emission is an emission that releases a greenhouse gas.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 + +make equivalent class: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1012 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1100 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "greenhouse gas emission" + + EquivalentTo: + OEO_00000147 + and ( some OEO_00000020) + + SubClassOf: + OEO_00000147 + + Class: OEO_00000206 Annotations: @@ -1553,6 +1676,29 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/764", +Class: OEO_00000395 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "In physics, a state of matter is one of the distinct forms in which matter can exist. Four states of matter are observable in everyday life: solid, liquid, gas, and plasma. Many intermediate states are known to exist, such as liquid crystal, and some states only exist under extreme conditions", + "https://en.wikipedia.org/w/index.php?title=State_of_matter&oldid=903680856", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/38 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/39 + +add 'has bearer' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "state of matter" + + SubClassOf: + , + OEO_00010121 some OEO_00000331 + + Class: OEO_00000419 Annotations: @@ -3080,6 +3226,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1314", OEO_00010121 some OEO_00010023 +Individual: OEO_00000182 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "The state of being a gas. A portion of matter is in gaseous state if and only if it has has no definite shape and no definite volume and is not electrically conductive.", + "move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "gaseous" + + Types: + OEO_00000395 + + Individual: OEO_00020161 Annotations: From fe554a498c3ba310c1723e7b0668056a73220c6d Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 9 Nov 2022 20:08:13 +0100 Subject: [PATCH 220/370] Move object properties and classes to oeo-shared #1384 Object properties: `has physical input`, `has physical output`, `physical output of` Classes: `chemical energy`, `crude oil`, `mineral oil refining process` --- src/ontology/edits/oeo-physical.omn | 118 ------------------- src/ontology/edits/oeo-shared.omn | 176 ++++++++++++++++++++++++++++ 2 files changed, 176 insertions(+), 118 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index f64563f57..2aa574ef5 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -293,60 +293,13 @@ ObjectProperty: OEO_00000531 ObjectProperty: OEO_00000532 - Annotations: - "p has physical input c iff: p has input c, and c is a material entity"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/664 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 - -restrict range to 'material entity': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "has physical input" - - SubPropertyOf: - - Characteristics: Irreflexive, Asymmetric - Domain: - - - Range: - - ObjectProperty: OEO_00000533 - Annotations: - "p has physical output c iff: p has output c, and c is a material entity"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/618 -pull request:: https://github.com/OpenEnergyPlatform/ontology/pull/716 - -restrict range to 'material entity': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "has physical output" - - SubPropertyOf: - - - Domain: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838" - - - Range: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838" - - - InverseOf: - OEO_00240025 - ObjectProperty: OEO_00010121 @@ -463,24 +416,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", ObjectProperty: OEO_00240025 - Annotations: - "c is physical output of p iff: c output of p, and c is a material entity"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082", - rdfs:label "physical output of" - - SubPropertyOf: - - - Domain: - - - Range: - - - InverseOf: - OEO_00000533 - ObjectProperty: owl:topObjectProperty @@ -960,20 +895,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" Class: OEO_00000007 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Chemical energy is energy that is stored in the chemical bonds of a substance, which can be released by a chemical reaction.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/174 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/214", - rdfs:label "chemical energy", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000023" - - SubClassOf: - OEO_00000150 - Class: OEO_00000008 @@ -2027,32 +1948,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", Class: OEO_00000115 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Crude oil is a portion of mater of fossil origin comprising a mixture of hydrocarbons and associated impurities, such as sulphur. It exists in the liquid phase under normal surface temperature and pressure and its physical characteristics (density, viscosity, etc.) are highly variable. This category includes field or lease condensate recovered from associated and non-associated gas where it is commingled with the commercial crude oil stream."@en, - "petroleum", - "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' -issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 -https://github.com/OpenEnergyPlatform/ontology/pull/1024 - -Add petroleum as alternative label: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "crude oil" - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030002, - some OEO_00140159, - some OEO_00000001, - some OEO_00000097, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" - some OEO_00140075, - OEO_00000529 value OEO_00000256 - Class: OEO_00000117 @@ -6599,19 +6494,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", Class: OEO_00010315 - Annotations: - "A mineral oil refining process is an energy transformation that converts crude oil by cracking and destillation into various mineral oil products.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "mineral oil refining process" - - SubClassOf: - OEO_00020003, - OEO_00000532 some OEO_00000115, - OEO_00000533 some OEO_00010316, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00000007 - Class: OEO_00010316 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 28fcf7901..8726689b8 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -669,6 +669,67 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1001", OEO_00000395 +ObjectProperty: OEO_00000532 + + Annotations: + "p has physical input c iff: p has input c, and c is a material entity"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/664 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702 + +restrict range to 'material entity': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "has physical input" + + SubPropertyOf: + + + Domain: + + + Range: + + + +ObjectProperty: OEO_00000533 + + Annotations: + "p has physical output c iff: p has output c, and c is a material entity"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/618 +pull request:: https://github.com/OpenEnergyPlatform/ontology/pull/716 + +restrict range to 'material entity': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "has physical output" + + SubPropertyOf: + + + Domain: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838" + + + Range: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/394 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/838" + + + InverseOf: + OEO_00240025 + + ObjectProperty: OEO_00010121 Annotations: @@ -969,6 +1030,31 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821", +ObjectProperty: OEO_00240025 + + Annotations: + "c is physical output of p iff: c output of p, and c is a material entity"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "physical output of" + + SubPropertyOf: + + + Domain: + + + Range: + + + InverseOf: + OEO_00000533 + + ObjectProperty: owl:topObjectProperty @@ -1126,6 +1212,29 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/924", rdfs:comment "The original term from UO had neither an alternative term nor has_exact_synonym. It was added for OEO purposes to include the Eurostat spellings."@en +Class: OEO_00000001 + + +Class: OEO_00000007 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Chemical energy is energy that is stored in the chemical bonds of a substance, which can be released by a chemical reaction.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/174 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/214 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "chemical energy", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000023" + + SubClassOf: + OEO_00000150 + + Class: OEO_00000011 Annotations: @@ -1240,6 +1349,9 @@ Class: OEO_00000087 OEO_00000051 +Class: OEO_00000097 + + Class: OEO_00000107 Annotations: @@ -1251,6 +1363,35 @@ Class: OEO_00000107 OEO_00000051 +Class: OEO_00000115 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "Crude oil is a portion of mater of fossil origin comprising a mixture of hydrocarbons and associated impurities, such as sulphur. It exists in the liquid phase under normal surface temperature and pressure and its physical characteristics (density, viscosity, etc.) are highly variable. This category includes field or lease condensate recovered from associated and non-associated gas where it is commingled with the commercial crude oil stream."@en, + "petroleum", + "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 +https://github.com/OpenEnergyPlatform/ontology/pull/1024 + +Add petroleum as alternative label: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", + rdfs:label "crude oil" + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030002, + some OEO_00140159, + some OEO_00000001, + some OEO_00000097, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1032 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1033" + some OEO_00140075, + OEO_00000529 value OEO_00000256 + + Class: OEO_00000119 Annotations: @@ -1948,6 +2089,29 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253", OEO_00020154 +Class: OEO_00010315 + + Annotations: + "A mineral oil refining process is an energy transformation that converts crude oil by cracking and destillation into various mineral oil products.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "mineral oil refining process" + + SubClassOf: + OEO_00020003, + OEO_00000532 some OEO_00000115, + OEO_00000533 some OEO_00010316, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00000007 + + +Class: OEO_00010316 + + Class: OEO_00020003 Annotations: @@ -2598,6 +2762,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", OEO_00140002 some OEO_00020206 +Class: OEO_00030002 + + Class: OEO_00030015 Annotations: @@ -3084,6 +3251,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", OEO_00000119 +Class: OEO_00140075 + + Class: OEO_00140081 Annotations: @@ -3108,6 +3278,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034", OEO_00140002 some OEO_00010079 +Class: OEO_00140159 + + Class: OEO_00240003 Annotations: @@ -3240,6 +3413,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", OEO_00000395 +Individual: OEO_00000256 + + Individual: OEO_00020161 Annotations: From f6f9380dd229661822ffbe522c4ad14cae63a0f2 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 10 Nov 2022 08:49:32 +0100 Subject: [PATCH 221/370] Move ten classes and one individual to oeo-shared #1384 classes: `hydrocarbon`, `mineral oil product`, `fossil`, `geogenic`, `fuel role`, `fossil combustion fuel`, `combustion fuel`, `fuel`, `combustible energy carrier disposition`, `primary energy carrier disposition` individuals: `liquid` --- src/ontology/edits/oeo-physical.omn | 190 --------------------- src/ontology/edits/oeo-shared.omn | 248 ++++++++++++++++++++++++++++ 2 files changed, 248 insertions(+), 190 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2aa574ef5..e24248b24 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -813,25 +813,6 @@ Class: Class: OEO_00000001 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fuel role is a role of a portion of matter that has the disposition to be an energy carrier and is used in a process that releases the carried energy by transforming the portion of matter into a different kind of portion of matter in a way that releases heat or does work.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/227 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/279 - -add has bearer axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1167 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178", - rdfs:label "fuel role", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_33292" - - SubClassOf: - , - OEO_00010121 some OEO_00000331 - Class: OEO_00000003 @@ -989,24 +970,6 @@ Class: OEO_00000013 Class: OEO_00000014 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fossil combustion fuel is a combustion fuel with the origin fossil.", - rdfs:comment "This class is used to implement the subset relationship between origins fossil and geogenic: Every object with the origin fossil also has the origin geogenic.", - rdfs:label "fossil combustion fuel" - - EquivalentTo: - OEO_00000099 - and (OEO_00000530 some OEO_00030002) - - SubClassOf: - - Annotations: "Add `SubClass Of` axiom for `fossil combustion fuel` -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" - OEO_00000099, - OEO_00000530 some OEO_00030003 - DisjointWith: OEO_00000072 @@ -1898,38 +1861,9 @@ Class: OEO_00000096 Class: OEO_00000097 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combustible energy carrier is an energy carrier that releases energy from a material entity in form of heat or work, by chemical reaction with other substances.", - "Add 'realized in' axiom: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1320 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1353", - rdfs:label "combustible energy carrier disposition" - - SubClassOf: - OEO_00000151, - some OEO_00140033 - Class: OEO_00000099 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combustion fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by chemical reaction with other substances.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237 - -Update definition: -https://github.com/OpenEnergyPlatform/ontology/pull/931", - rdfs:label "combustion fuel" - - EquivalentTo: - OEO_00000173 - and ( some OEO_00000097) - - SubClassOf: - OEO_00000173 - Class: OEO_00000102 @@ -2193,31 +2127,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", Class: OEO_00000173 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A fuel is a portion of matter that has the disposition to be an energy carrier and that has a fuel role.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/227 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/279 -add role fuel commodity -https://github.com/OpenEnergyPlatform/ontology/pull/748 - -shorten definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1184 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1187 - -Add good role: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", - rdfs:label "fuel" - - EquivalentTo: - ( some OEO_00000001) - and ( some OEO_00000151) - - SubClassOf: - OEO_00000331, - some OEO_00010117 - Class: OEO_00000174 @@ -6497,19 +6406,6 @@ Class: OEO_00010315 Class: OEO_00010316 - Annotations: - "A mineral oil product is a fossil combustion fuel produced in a mineral oil refining process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331", - rdfs:label "mineral oil product" - - EquivalentTo: - OEO_00000014 - and (OEO_00240025 some OEO_00010315) - - SubClassOf: - OEO_00000014 - Class: OEO_00010317 @@ -7533,56 +7429,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", Class: OEO_00030002 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Fossil is a geogenic origin of portions of matter created from organic material by geological processes lasting thousands or millions of years.", - "In real world, fossils are from biogenic origin some thousands or millions of years ago. However, this is irrelevant in the energy modelling domain.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 - -Update definition and add disjoint: -https://github.com/OpenEnergyPlatform/ontology/issues/872 -https://github.com/OpenEnergyPlatform/ontology/pull/1048 - -Shift part of the definition into an editor note: -Issue: https://github.com/OpenEnergyPlatform/ontology/issues/1180 -Pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1181 - -Axiomatise relations between origin, energy and portion of matter: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:label "fossil" - - SubClassOf: - OEO_00030003, - OEO_00010121 some OEO_00000331 - DisjointWith: OEO_00030001 Class: OEO_00030003 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Geogenic is an origin of portions of matter or energies that are the result of geological processes.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237 - -Update definition: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048 - -Axiomatise relations between origin, energy and portion of matter: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:label "geogenic" - - SubClassOf: - OEO_00000316, - OEO_00010121 some - (OEO_00000150 or OEO_00000331) - Class: OEO_00030004 @@ -8207,16 +8059,6 @@ Class: OEO_00140005 Class: OEO_00140033 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A chemical reaction is a transformation that involves the interconversion of chemical species.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", - rdfs:label "chemical reaction"@en - - SubClassOf: - OEO_00000419 - Class: OEO_00140034 @@ -8516,17 +8358,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/607", Class: OEO_00140075 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "coals, cruide oil, natural gas, wood or moving air (wind) have the disposition of being primary energy carriers", - "Primary energy carrier disposition is an energy carrier disposition of material entities that are extracted directly from natural resources or that are natural energy flows.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", - rdfs:label "primary energy carrier disposition"@en - - SubClassOf: - OEO_00000151 - Class: OEO_00140076 @@ -8928,19 +8759,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793", Class: OEO_00140159 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Hydrocarbon is a portion of matter which is member of class of organic chemical compounds composed only of the elements carbon (C) and hydrogen (H).", - "https://www.britannica.com/science/hydrocarbon", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805", - rdfs:label "hydrocarbon"@en - - SubClassOf: - OEO_00000331, - some OEO_00000001, - some OEO_00000097 - Class: OEO_00140160 @@ -10480,14 +10298,6 @@ Individual: OEO_00000182 Individual: OEO_00000256 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "The state of being liquid. A portion of matter is liquid has has no definite shape but a definite volume (at a given temperature and pressure).", - rdfs:label "liquid" - - Types: - OEO_00000395 - Individual: OEO_00000326 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 8726689b8..533ef5513 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1214,6 +1214,29 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/924", Class: OEO_00000001 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A fuel role is a role of a portion of matter that has the disposition to be an energy carrier and is used in a process that releases the carried energy by transforming the portion of matter into a different kind of portion of matter in a way that releases heat or does work.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/227 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/279 + +add has bearer axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1167 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "fuel role", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_33292" + + SubClassOf: + , + OEO_00010121 some OEO_00000331 + Class: OEO_00000007 @@ -1268,6 +1291,30 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", some OEO_00020003 +Class: OEO_00000014 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "A fossil combustion fuel is a combustion fuel with the origin fossil.", + "move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:comment "This class is used to implement the subset relationship between origins fossil and geogenic: Every object with the origin fossil also has the origin geogenic.", + rdfs:label "fossil combustion fuel" + + EquivalentTo: + OEO_00000099 + and (OEO_00000530 some OEO_00030002) + + SubClassOf: + + Annotations: "Add `SubClass Of` axiom for `fossil combustion fuel` +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1191 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1201" + OEO_00000099, + OEO_00000530 some OEO_00030003 + + Class: OEO_00000020 Annotations: @@ -1351,6 +1398,46 @@ Class: OEO_00000087 Class: OEO_00000097 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "A combustible energy carrier is an energy carrier that releases energy from a material entity in form of heat or work, by chemical reaction with other substances.", + "Add 'realized in' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1320 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1353 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "combustible energy carrier disposition" + + SubClassOf: + OEO_00000151, + some OEO_00140033 + + +Class: OEO_00000099 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "A combustion fuel is a fuel that realises its fuel role in processes that release energy in the form of heat or work by chemical reaction with other substances.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237 + +Update definition: +https://github.com/OpenEnergyPlatform/ontology/pull/931 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "combustion fuel" + + EquivalentTo: + OEO_00000173 + and ( some OEO_00000097) + + SubClassOf: + OEO_00000173 + Class: OEO_00000107 @@ -1499,6 +1586,38 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178", some OEO_00020003 +Class: OEO_00000173 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "A fuel is a portion of matter that has the disposition to be an energy carrier and that has a fuel role.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/227 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/279 +add role fuel commodity +https://github.com/OpenEnergyPlatform/ontology/pull/748 + +shorten definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1184 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1187 + +Add good role: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "fuel" + + EquivalentTo: + ( some OEO_00000001) + and ( some OEO_00000151) + + SubClassOf: + OEO_00000331, + some OEO_00010117 + + Class: OEO_00000198 Annotations: @@ -2111,6 +2230,23 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", Class: OEO_00010316 + Annotations: + "A mineral oil product is a fossil combustion fuel produced in a mineral oil refining process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "mineral oil product" + + EquivalentTo: + OEO_00000014 + and (OEO_00240025 some OEO_00010315) + + SubClassOf: + OEO_00000014 + Class: OEO_00020003 @@ -2764,6 +2900,61 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", Class: OEO_00030002 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Fossil is a geogenic origin of portions of matter created from organic material by geological processes lasting thousands or millions of years.", + "In real world, fossils are from biogenic origin some thousands or millions of years ago. However, this is irrelevant in the energy modelling domain.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 + +Update definition and add disjoint: +https://github.com/OpenEnergyPlatform/ontology/issues/872 +https://github.com/OpenEnergyPlatform/ontology/pull/1048 + +Shift part of the definition into an editor note: +Issue: https://github.com/OpenEnergyPlatform/ontology/issues/1180 +Pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1181 + +Axiomatise relations between origin, energy and portion of matter: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "fossil" + + SubClassOf: + OEO_00030003, + OEO_00010121 some OEO_00000331 + + +Class: OEO_00030003 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "Geogenic is an origin of portions of matter or energies that are the result of geological processes.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237 + +Update definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1048 + +Axiomatise relations between origin, energy and portion of matter: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "geogenic" + + SubClassOf: + OEO_00000316, + OEO_00010121 some + (OEO_00000150 or OEO_00000331) + Class: OEO_00030015 @@ -3185,6 +3376,23 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/956", OEO_00000350 +Class: OEO_00140033 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "A chemical reaction is a transformation that involves the interconversion of chemical species.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "chemical reaction"@en + + SubClassOf: + OEO_00000419 + + Class: OEO_00140039 Annotations: @@ -3253,6 +3461,21 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", Class: OEO_00140075 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "coals, cruide oil, natural gas, wood or moving air (wind) have the disposition of being primary energy carriers", + "Primary energy carrier disposition is an energy carrier disposition of material entities that are extracted directly from natural resources or that are natural energy flows.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "primary energy carrier disposition"@en + + SubClassOf: + OEO_00000151 + Class: OEO_00140081 @@ -3280,6 +3503,23 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034", Class: OEO_00140159 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "Hydrocarbon is a portion of matter which is member of class of organic chemical compounds composed only of the elements carbon (C) and hydrogen (H).", + "https://www.britannica.com/science/hydrocarbon", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "hydrocarbon"@en + + SubClassOf: + OEO_00000331, + some OEO_00000001, + some OEO_00000097 + Class: OEO_00240003 @@ -3415,6 +3655,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", Individual: OEO_00000256 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "The state of being liquid. A portion of matter is liquid has has no definite shape but a definite volume (at a given temperature and pressure).", + rdfs:label "liquid" + + Types: + OEO_00000395 + Individual: OEO_00020161 From f177c9be913cb198a5b30a63fcf7b7deba8bcc1b Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 10 Nov 2022 09:14:04 +0100 Subject: [PATCH 222/370] Move `has origin` and `has energy output` to oeo-shared #1384 --- src/ontology/edits/oeo-physical.omn | 32 ----------------------- src/ontology/edits/oeo-shared.omn | 39 +++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 32 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index e24248b24..e01f25886 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -270,23 +270,6 @@ ObjectProperty: OEO_00000529 ObjectProperty: OEO_00000530 - Annotations: - "x has the origin of y", - rdfs:label "has origin" - - SubPropertyOf: - - - Domain: - - Annotations: "add energy -issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742" - OEO_00000150 or OEO_00000331 - - Range: - OEO_00000316 - ObjectProperty: OEO_00000531 @@ -312,21 +295,6 @@ ObjectProperty: OEO_00010234 ObjectProperty: OEO_00010235 - Annotations: - "A relation between an artificial object or a process and an energy, where the energy is an output of the artificial object or process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "has energy output"@en - - SubPropertyOf: - - - Domain: - OEO_00000061 or - - Range: - OEO_00000150 - ObjectProperty: OEO_00020056 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 533ef5513..dac136f50 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -650,6 +650,26 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", ObjectProperty: OEO_00000530 + Annotations: + "x has the origin of y", + "move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "has origin" + + SubPropertyOf: + + + Domain: + + Annotations: "add energy +issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742" + OEO_00000150 or OEO_00000331 + + Range: + OEO_00000316 + ObjectProperty: OEO_00000531 @@ -796,6 +816,25 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", ObjectProperty: OEO_00010235 + Annotations: + "A relation between an artificial object or a process and an energy, where the energy is an output of the artificial object or process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", + rdfs:label "has energy output"@en + + SubPropertyOf: + + + Domain: + OEO_00000061 or + + Range: + OEO_00000150 + ObjectProperty: OEO_00010312 From 67916e5232f9fbf89951268a3cf2e3929a9315e7 Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 10 Nov 2022 12:56:16 +0100 Subject: [PATCH 223/370] add object property based on #1346 --- src/ontology/edits/oeo-model.omn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index f02b3bef2..352583e6c 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -284,6 +284,22 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", OEO_00020097 +ObjectProperty: OEO_00020226 + + Annotations: + "A relation between a scenario study or projection and a scenario, that indicates the scenario that provides the assumptions on which the respective scenatio study or projection is based on.", + rdfs:label "based on" + + SubPropertyOf: + owl:topObjectProperty + + Domain: + OEO_00010262 or + + Range: + OEO_00000364 + + ObjectProperty: OEO_00040010 From b8073fb94bc2a77158c2a605541d63981c01bc9e Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 10 Nov 2022 13:03:09 +0100 Subject: [PATCH 224/370] add axioms #1346 --- src/ontology/edits/oeo-model.omn | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 352583e6c..c4110a980 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -288,6 +288,8 @@ ObjectProperty: OEO_00020226 Annotations: "A relation between a scenario study or projection and a scenario, that indicates the scenario that provides the assumptions on which the respective scenatio study or projection is based on.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1346 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", rdfs:label "based on" SubPropertyOf: @@ -388,11 +390,15 @@ Class: Annotations: "A scenario study is a study that investigates one or more scenarios.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1058 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1131", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1131 +add based on axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1346 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", rdfs:label "scenario study"@en SubClassOf: OEO_00020011, + OEO_00020226 some OEO_00000364, some OEO_00000364 @@ -1266,11 +1272,15 @@ Class: OEO_00010262 "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)", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/970 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1217", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1217 +add based on axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1346 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", rdfs:label "scenario projection" SubClassOf: , + OEO_00020226 some OEO_00000364, some OEO_00000275, some OEO_00000364, some OEO_00020013 From 6eb68e55938264773d69e5996780fba61a982896 Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 10 Nov 2022 13:06:57 +0100 Subject: [PATCH 225/370] remove old axioms #1346 --- src/ontology/edits/oeo-model.omn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c4110a980..b45957e1e 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -398,8 +398,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", SubClassOf: OEO_00020011, - OEO_00020226 some OEO_00000364, - some OEO_00000364 + OEO_00020226 some OEO_00000364 Class: @@ -1282,7 +1281,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", , OEO_00020226 some OEO_00000364, some OEO_00000275, - some OEO_00000364, some OEO_00020013 From 4fb6a0297338bbff2f75a39218b542088663a6c5 Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 10 Nov 2022 13:08:15 +0100 Subject: [PATCH 226/370] changelog #1346 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1a2f931..940791a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - sustainability criterion, material sustainability, process sustainability, process sustainability, sustainable process (#1385) - vehicle-kilometre (#1388) - electricity demand, fuel demand (#1389) +- based on (#1391) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) From 2aab60d5695a9b3c08eeee16a978cd848466c586 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Thu, 10 Nov 2022 14:43:03 +0100 Subject: [PATCH 227/370] Apply suggestions from code review Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-social.omn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 8b4546e91..b33ac34e4 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -852,7 +852,7 @@ Class: OEO_00010328 "An OEP user is a user who interacts with the Open Energy Platform.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", - rdfs:label "OEP user"@en + rdfs:label "OEP user" SubClassOf: OEO_00000431 @@ -861,10 +861,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", Class: OEO_00010329 Annotations: - "A qualitist is an OEP user who mainly interacts with qualitive information.", + "A qualitist is an OEP user who mainly interacts with qualitative information.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", - rdfs:label "qualitist"@en + rdfs:label "qualitist" SubClassOf: OEO_00010328 @@ -873,10 +873,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", Class: OEO_00010330 Annotations: - "A qualitist is an OEP user who mainly interacts with quantitive information.", + "A quantitist is an OEP user who mainly interacts with quantitative information.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", - rdfs:label "quantitist"@en + rdfs:label "quantitist" SubClassOf: OEO_00010328 @@ -888,7 +888,7 @@ Class: OEO_00010331 "An apinist is an OEP user who mainly interacts via an API.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1339 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", - rdfs:label "apinist"@en + rdfs:label "apinist" SubClassOf: OEO_00010328 From f5ae24a33f392f8a36d56a3b9d24258a982e9d9a Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Thu, 10 Nov 2022 17:17:09 +0100 Subject: [PATCH 228/370] git merge dev --- src/ontology/edits/oeo-physical.omn | 232 ++++++++++++++-------------- 1 file changed, 116 insertions(+), 116 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 066d074b0..14212bab7 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -279,7 +279,7 @@ ObjectProperty: OEO_00000532 Characteristics: Irreflexive, Asymmetric - + ObjectProperty: OEO_00000533 @@ -289,7 +289,7 @@ ObjectProperty: OEO_00010121 ObjectProperty: OEO_00010231 - + ObjectProperty: OEO_00010234 @@ -742,7 +742,7 @@ Class: Class: - + Class: @@ -6515,59 +6515,59 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1351", Class: OEO_00010332 - Annotations: + Annotations: "A sustainability criterion is a plan specification that intends to meet the needs of the present without compromising the ability of future generations to meet their own environmental, economic and social needs.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", rdfs:label "sustainability criterion" - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00010333 - Annotations: + Annotations: "Material sustainability is a disposition is a material entity that conforms to some sustainability criteria.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", rdfs:label "material sustainability" - - SubClassOf: + + SubClassOf: , OEO_00010121 some , OEO_00010231 some OEO_00010332 - - + + Class: OEO_00010334 - Annotations: + Annotations: "Process sustainability is a process attribute that conforms to some sustainability criteria.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", rdfs:label "process sustainability" - - SubClassOf: + + SubClassOf: OEO_00030019, OEO_00010231 some OEO_00010332 - - + + Class: OEO_00010335 - Annotations: + Annotations: "A sustainable process is a process that has a process sustainability attribute.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", rdfs:label "sustainable process" - - EquivalentTo: + + EquivalentTo: and (OEO_00000500 some OEO_00010334) - - SubClassOf: + + SubClassOf: - - + + Class: OEO_00020001 Annotations: @@ -9461,226 +9461,226 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", Class: OEO_00310032 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A thermo-chemical heat storage object (TCS) is a thermal energy storage object that stores thermal energy through reversible exotherm/endotherm chemical reaction with thermo-chemical materials (TCM).", "TCS", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "thermo-chemical heat storage object" - - SubClassOf: + + SubClassOf: OEO_00000159, OEO_00010234 some OEO_00000207, OEO_00010235 some OEO_00000207, some OEO_00140033, some OEO_00000039 - - + + Class: OEO_00310033 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A chemical heat storage object is a thermo-chemical heat storage object that stores thermal energy by using the chemical binding energy in an endotherm reaction.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "chemical heat storage object" - - SubClassOf: + + SubClassOf: OEO_00310032 - - + + Class: OEO_00310034 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sorption heat storage object is a thermo-chemical heat storage object that stores thermal energy by using desorption.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sorption heat storage object" - - SubClassOf: + + SubClassOf: OEO_00310032, some OEO_00310036 - - + + Class: OEO_00310035 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Adsorption is a process that leads to an accumulation of a substance within a phase or at an interface between two phases.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "adsorption" - - SubClassOf: + + SubClassOf: , some OEO_00240027 - - DisjointWith: + + DisjointWith: OEO_00310036 - - + + Class: OEO_00310036 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Desorption is a process that leads to a detaching of a substance that was accumulated within a phase or at an interface between two phases (for example by adsorption).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "desorption" - - SubClassOf: + + SubClassOf: , some OEO_00240027 - - DisjointWith: + + DisjointWith: OEO_00310035 - - + + Class: OEO_00310037 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sensible heat storage object is a thermal energy storage object that stores thermal energy through temperature changes in some medium.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sensible heat storage object" - - SubClassOf: + + SubClassOf: OEO_00000159, OEO_00010234 some OEO_00000207, OEO_00010235 some OEO_00000207, some OEO_00140101, some OEO_00000039 - - + + Class: OEO_00310038 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sensible fluid heat storage object is a sensible heat storage that uses fluids (like water, oil, …) to store thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sensible fluid heat storage object" - - SubClassOf: + + SubClassOf: OEO_00310037, OEO_00000503 some OEO_00140116 - - + + Class: OEO_00310039 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A sensible solid heat storage object is a sensible heat storage that uses solid materials (like bulk goods, powder, …) to store thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "sensible solid heat storage object" - - SubClassOf: + + SubClassOf: OEO_00310037, - OEO_00000503 some + OEO_00000503 some (OEO_00000331 and (OEO_00000531 value OEO_00000390)) - - + + Class: OEO_00310040 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A phase transition is a transformation of a medium from a solid, liquid, or gas state to a different state.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "phase transition" - - SubClassOf: + + SubClassOf: , OEO_00000532 some OEO_00000331, OEO_00000533 some OEO_00000331 - - + + Class: OEO_00310041 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Evaporation is a phase transition from a liquid medium to their gaseous state.", "evaporating", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "evaporation" - - SubClassOf: + + SubClassOf: OEO_00310040, - OEO_00000532 some + OEO_00000532 some (OEO_00000331 and (OEO_00000531 value OEO_00000256)), - OEO_00000533 some + OEO_00000533 some (OEO_00000331 and (OEO_00000531 value OEO_00000182)) - - + + Class: OEO_00310042 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Melting is a phase transition from a solid medium to their liquid state.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "melting" - - SubClassOf: + + SubClassOf: OEO_00310040, - OEO_00000532 some + OEO_00000532 some (OEO_00000331 and (OEO_00000531 value OEO_00000390)), - OEO_00000533 some + OEO_00000533 some (OEO_00000331 and (OEO_00000531 value OEO_00000256)) - - + + Class: OEO_00310043 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A latent heat storage object (LHS) is a thermal energy storage object that stores thermal energy through phase transitions in phase-change materials (PCM).", "LHS", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent heat storage object" - - SubClassOf: + + SubClassOf: OEO_00000159, OEO_00010234 some OEO_00000207, OEO_00010235 some OEO_00000207, some OEO_00310040, some OEO_00000039 - - + + Class: OEO_00310044 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A latent solid-fluid heat storage object is a latent heat storage object that stores thermal energy by converting solid materials to their liquid equivalent i.e. melting the material.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent solid-fluid heat storage object" - - SubClassOf: + + SubClassOf: OEO_00310043, some OEO_00310042 - - + + Class: OEO_00310045 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A latent fluid-gaseous heat storage object is a latent heat storage object that stores thermal energy by converting liquid materials to their gaseous equivalent i.e. evaporating the material.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "latent fluid-gaseous heat storage object" - - SubClassOf: + + SubClassOf: OEO_00310043, some OEO_00310041 @@ -10715,22 +10715,22 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", Class: OEO_00320058 - Annotations: + Annotations: "A filling station is energy transformation unit that transfers fuel into the fuel tank of a vehicle.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1308 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", rdfs:label "filling station" - - SubClassOf: + + SubClassOf: OEO_00020102, some OEO_00320016, - some + some (OEO_00320039 - and ( some + and ( some (OEO_00320056 and ( some OEO_00010023)))) - - + + Class: OEO_00320059 Annotations: @@ -10738,28 +10738,28 @@ Class: OEO_00320059 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1308 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", rdfs:label "hydrogen station" - - SubClassOf: + + SubClassOf: OEO_00320058, some OEO_00320060 - - + + Class: OEO_00320060 - Annotations: + Annotations: "Hydrogen transport is the combustion fuel transport of hydrogen.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1308 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", rdfs:label "hydrogen transport" - SubClassOf: + SubClassOf: OEO_00320039, some OEO_00000220 Individual: OEO_00000182 - + Individual: OEO_00000256 From 7ff2a39661e6f541cde77cbf96d2f058da47333a Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Fri, 11 Nov 2022 10:47:09 +0100 Subject: [PATCH 229/370] Add charging --- src/ontology/edits/oeo-physical.omn | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 8ee70fa34..767190345 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10485,8 +10485,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", OEO_00000350, OEO_00020056 some , OEO_00040010 some - - + + Class: OEO_00320058 Annotations: @@ -10531,6 +10531,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", some OEO_00000220 +Class: OEO_00320064 + + Annotations: + "Charging is an electrical energy transfer where the transferred energy is stored in a battery.", + rdfs:label "charging" + + SubClassOf: + OEO_00320036, + some OEO_00000068 + + Individual: OEO_00000182 From aba93873e89d06839a374756e98f2cb8cd832c24 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Fri, 11 Nov 2022 10:58:30 +0100 Subject: [PATCH 230/370] Add bidirectional vehicle charging station --- src/ontology/edits/oeo-physical.omn | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 8ee70fa34..11fe87eb8 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10485,8 +10485,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", OEO_00000350, OEO_00020056 some , OEO_00040010 some - - + + Class: OEO_00320058 Annotations: @@ -10531,6 +10531,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", some OEO_00000220 +Class: OEO_00320065 + + Annotations: + "A bidirectional vehicle charging station is a vehicle charging station that can also feed electrical energy from the traction battery back into the electricity grid.", + rdfs:label "bidirectional vehicle charging station" + + SubClassOf: + OEO_00320040 + + Individual: OEO_00000182 From a7ac36970f30704f4d0af3ad16952a84757a70b1 Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 11 Nov 2022 11:11:12 +0100 Subject: [PATCH 231/370] make is based on subproperty of has participant #1346 --- src/ontology/edits/oeo-model.omn | 2 +- src/ontology/oeo.omn | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index b45957e1e..7fa8b9f6b 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -290,7 +290,7 @@ ObjectProperty: OEO_00020226 "A relation between a scenario study or projection and a scenario, that indicates the scenario that provides the assumptions on which the respective scenatio study or projection is based on.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1346 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", - rdfs:label "based on" + rdfs:label "is based on" SubPropertyOf: owl:topObjectProperty diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index faeda3733..b3dfcf59a 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -213,6 +213,12 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" ObjectProperty: OEO_00020182 +ObjectProperty: OEO_00020226 + + SubPropertyOf: + + + ObjectProperty: owl:topObjectProperty From 5aca1b3d4af247dab664ec62f27ff0bc9847728a Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Fri, 11 Nov 2022 11:12:32 +0100 Subject: [PATCH 232/370] Add term tracker item --- src/ontology/edits/oeo-physical.omn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 11fe87eb8..8713887a8 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10535,6 +10535,8 @@ Class: OEO_00320065 Annotations: "A bidirectional vehicle charging station is a vehicle charging station that can also feed electrical energy from the traction battery back into the electricity grid.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1369 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1393", rdfs:label "bidirectional vehicle charging station" SubClassOf: From b54ea80537e36d72dac3febb894e9505c52d58c7 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Fri, 11 Nov 2022 11:14:32 +0100 Subject: [PATCH 233/370] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 443264f98..7eb400acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - thermo-chemical heat storage object, chemical heat storage object, sorption heat storage object, adsorption, desorption (#1363) - sensible heat storage object, sensible solid heat storage object, sensible fluid heat storage object (#1363) - phase transition, evaporation, melting, latent heat storage object, latent fluid-gaseous heat storage object, latent solid-fluid heat storage object (#1363) +- bidirectional vehicle charging station (#1393) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) From 7511b5da33d50da9b84acad6dfbef126995c408a Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 14 Nov 2022 08:50:24 +0100 Subject: [PATCH 234/370] bugfix parent property #1346 --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 7fa8b9f6b..db5087a79 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -293,7 +293,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", rdfs:label "is based on" SubPropertyOf: - owl:topObjectProperty + Domain: OEO_00010262 or From 3c260a0dd6d9a300d44abbc2c3f31d4c37ea6b5e Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Mon, 14 Nov 2022 12:03:14 +0100 Subject: [PATCH 235/370] Add term tracker item --- src/ontology/edits/oeo-physical.omn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 767190345..265ee8477 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10535,6 +10535,8 @@ Class: OEO_00320064 Annotations: "Charging is an electrical energy transfer where the transferred energy is stored in a battery.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1368 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1394", rdfs:label "charging" SubClassOf: From 4192e145927bb15197ceff155bbb01a0409d405b Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Mon, 14 Nov 2022 12:03:18 +0100 Subject: [PATCH 236/370] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 443264f98..165a4ebbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - thermo-chemical heat storage object, chemical heat storage object, sorption heat storage object, adsorption, desorption (#1363) - sensible heat storage object, sensible solid heat storage object, sensible fluid heat storage object (#1363) - phase transition, evaporation, melting, latent heat storage object, latent fluid-gaseous heat storage object, latent solid-fluid heat storage object (#1363) +- charging (#1394) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) From e1ea11c40d6c45382b6d340b758ff7e3fd9b9a94 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:13:59 +0100 Subject: [PATCH 237/370] Update src/ontology/edits/oeo-model.omn --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 790f08fd1..b780872d0 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -394,7 +394,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1131 add based on axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1346 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", - rdfs:label "scenario study"@en + rdfs:label "scenario study" SubClassOf: OEO_00020011, From 74f453b5875b7b471cd050eddcbeac892f134e21 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:38:19 +0100 Subject: [PATCH 238/370] Update src/ontology/oeo.omn --- src/ontology/oeo.omn | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index b3dfcf59a..29662c9a4 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -213,7 +213,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" ObjectProperty: OEO_00020182 -ObjectProperty: OEO_00020226 SubPropertyOf: From 8cbe2b8982fb72736cd6ceebe92f1fea2472d955 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:38:26 +0100 Subject: [PATCH 239/370] Update src/ontology/oeo.omn --- src/ontology/oeo.omn | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index 29662c9a4..d04084e51 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -214,7 +214,6 @@ ObjectProperty: OEO_00020182 - SubPropertyOf: From 3d0487d931d43c1cb7f02b7617a22dc5ea73f6e4 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:38:32 +0100 Subject: [PATCH 240/370] Update src/ontology/oeo.omn --- src/ontology/oeo.omn | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index d04084e51..eba4a7cba 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -214,7 +214,6 @@ ObjectProperty: OEO_00020182 - ObjectProperty: owl:topObjectProperty From 205b636ce2c11c89a227be6ec651ee041a5be533 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 14 Nov 2022 14:20:02 +0100 Subject: [PATCH 241/370] Add `has participant` axioms #1327 --- src/ontology/edits/oeo-model.omn | 6 +++++- src/ontology/edits/oeo-physical.omn | 15 ++++++++++----- src/ontology/edits/oeo-shared.omn | 21 ++++++++++++++++----- src/ontology/edits/oeo-social.omn | 14 ++++++++++---- 4 files changed, 41 insertions(+), 15 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index b780872d0..d8dd72be3 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -915,6 +915,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821" some OEO_00000304 +Class: OEO_00000323 + + Class: OEO_00000327 Annotations: @@ -1898,7 +1901,8 @@ https://github.com/OpenEnergyPlatform/ontology/pull/808", rdfs:label "cooperative programming"@en SubClassOf: - + , + min 2 OEO_00000323 Class: OEO_00140167 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index deae50110..d4ffe85cb 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5568,7 +5568,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950", rdfs:label "non-energy use"@en SubClassOf: - OEO_00140039 + OEO_00140039, + some OEO_00020039 DisjointWith: OEO_00010210 @@ -8787,7 +8788,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", rdfs:label "frequency control"@en SubClassOf: - + , + some + (OEO_00000061 + and (OEO_00010235 some OEO_00000139)) Class: OEO_00160002 @@ -9334,7 +9338,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", SubClassOf: - and (OEO_00000500 some OEO_00260002) + and (OEO_00000500 some OEO_00260002), + some OEO_00020102 Class: OEO_00290000 @@ -10542,8 +10547,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1394", SubClassOf: OEO_00320036, some OEO_00000068 - - + + Class: OEO_00320065 Annotations: diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 28f906be4..21b90ff42 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1535,6 +1535,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/724" +Class: OEO_00000139 + + Class: OEO_00000147 Annotations: @@ -2849,7 +2852,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", rdfs:label "import" SubClassOf: - + , + ( some OEO_00010116) or ( some OEO_00140124) Class: OEO_00020202 @@ -2863,7 +2867,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", rdfs:label "export" SubClassOf: - + , + ( some OEO_00010116) or ( some OEO_00140124) Class: OEO_00020204 @@ -2919,7 +2924,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", SubClassOf: OEO_00020201, - OEO_00140002 some OEO_00020205 + OEO_00140002 some OEO_00020205, + some OEO_00000139 Class: OEO_00020208 @@ -2934,7 +2940,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", SubClassOf: OEO_00020202, - OEO_00140002 some OEO_00020206 + OEO_00140002 some OEO_00020206, + some OEO_00000139 Class: OEO_00030002 @@ -3429,7 +3436,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", rdfs:label "chemical reaction"@en SubClassOf: - OEO_00000419 + OEO_00000419, + some Class: OEO_00140039 @@ -3540,6 +3548,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034", OEO_00140002 some OEO_00010079 +Class: OEO_00140124 + + Class: OEO_00140159 Annotations: diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index d1c506cf8..5da611db5 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -98,6 +98,9 @@ ObjectProperty: ObjectProperty: +ObjectProperty: + + ObjectProperty: OEO_00000503 @@ -787,7 +790,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/876", rdfs:label "distribution"@en SubClassOf: - + , + ( some OEO_00010116) or ( some OEO_00140124) Class: OEO_00010212 @@ -1534,7 +1538,8 @@ https://github.com/OpenEnergyPlatform/ontology/pull/642", rdfs:label "request"@en SubClassOf: - + , + min 2 OEO_00000051 Class: OEO_00040007 @@ -1759,14 +1764,15 @@ Class: OEO_00140124 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, - "A service is a process that is an intangible actitvity performed by some agent for the benefit of another agent.", + "A service is a process that is an intangible activity performed by some agent for the benefit of another agent.", "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/Service (adapted)", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/376 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/778", rdfs:label "service"@en SubClassOf: - + , + some OEO_00000051 Class: OEO_00140125 From 510d0f5616d3acf9de5b6985d496f961d26aa8de Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 14 Nov 2022 14:29:41 +0100 Subject: [PATCH 242/370] Update CHANGELOG.md and term tracker items #1327 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-model.omn | 8 ++++++-- src/ontology/edits/oeo-physical.omn | 18 ++++++++++++++--- src/ontology/edits/oeo-shared.omn | 30 ++++++++++++++++++++++++----- src/ontology/edits/oeo-social.omn | 20 +++++++++++++++---- 5 files changed, 63 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be648ad39..c9c52a3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - phase transition, evaporation, melting, latent heat storage object, latent fluid-gaseous heat storage object, latent solid-fluid heat storage object (#1363) - bidirectional vehicle charging station (#1393) - charging (#1394) +- non-energy use, cold start, cooperative programming, distribution, (electricity) export/import, frequency control, request, service, chemical reaction (#1395) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index d8dd72be3..ffd9c518c 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1896,8 +1896,12 @@ Class: OEO_00140161 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "Cooperative programming is the process of two or more people working on program code together at the same time (according to a specified routine).", "collaborative programming", - "https://github.com/OpenEnergyPlatform/ontology/issues/254 -https://github.com/OpenEnergyPlatform/ontology/pull/808", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/808 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "cooperative programming"@en SubClassOf: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d4ffe85cb..ebc0d95d8 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5564,7 +5564,11 @@ Class: OEO_00010211 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Non-energy use is the consumption of an energy carrier without making use the energy it carries.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "non-energy use"@en SubClassOf: @@ -8784,7 +8788,11 @@ Class: OEO_00160001 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Frequency control is a process that regulates the electricity output of an artificial object to maintain the equilibrium between electricity supply and demand.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "frequency control"@en SubClassOf: @@ -9333,7 +9341,11 @@ Class: OEO_00260003 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A cold start is a process in which an energy transformation unit is started-up after a period of inactivity.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "cold start"@en SubClassOf: diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 21b90ff42..c5c2eae97 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2848,7 +2848,11 @@ Class: OEO_00020201 "Import is the process of purchasing goods or services abroad and their delivery to the domestic market.", "add class issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "import" SubClassOf: @@ -2863,7 +2867,11 @@ Class: OEO_00020202 "Export is the process of selling goods or services abroad and their delivery to a foreign market.", "add class issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "export" SubClassOf: @@ -2919,7 +2927,11 @@ Class: OEO_00020207 "Electricity import is the import of electrical energy.", "add class issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "electricity import" SubClassOf: @@ -2935,7 +2947,11 @@ Class: OEO_00020208 "Electricity export is the export of electrical energy.", "add class issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "electricity export" SubClassOf: @@ -3432,7 +3448,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568 move to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "chemical reaction"@en SubClassOf: diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 5da611db5..fee3e1996 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -786,7 +786,11 @@ Class: OEO_00010136 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, "Distribution is the process of delivering goods and services to agents", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/836 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/876", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/876 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "distribution"@en SubClassOf: @@ -1533,8 +1537,12 @@ Class: OEO_00040006 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, "A request is a process whereby an agent asks another agent for something or to do something.", "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Communications/Request", - "https://github.com/OpenEnergyPlatform/ontology/issues/376 -https://github.com/OpenEnergyPlatform/ontology/pull/642", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/376 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/642 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "request"@en SubClassOf: @@ -1767,7 +1775,11 @@ Class: OEO_00140124 "A service is a process that is an intangible activity performed by some agent for the benefit of another agent.", "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/Service (adapted)", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/376 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/778", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/778 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", rdfs:label "service"@en SubClassOf: From 1e9a4355966d7cda05eb684800b4a67a80c8c46f Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 15 Nov 2022 08:24:21 +0100 Subject: [PATCH 243/370] Improve definition of `superconducting magnetic energy storage` #1349 Change label from `SMES` to `superconducting magnetic energy storage` --- src/ontology/edits/oeo-physical.omn | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index deae50110..bc24513c4 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -3367,10 +3367,9 @@ Class: OEO_00000374 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Superconducting magnetic energy storage (SMES) systems store energy in the magnetic field created by the flow of direct current in a superconducting coil which has been cryogenically cooled to a temperature below its superconducting critical temperature. - A typical smes system includes three parts: superconducting coil, power conditioning system and cryogenically cooled refrigerator. Once the superconducting coil is charged, the current will not decay and the magnetic energy can be stored indefinitely."@en, - "https://en.wikipedia.org/w/index.php?title=Superconducting_magnetic_energy_storage&oldid=902190687", - rdfs:label "SMES" + "A superconducting magnetic energy storage (SMES) is an energy storage object that stores electrical energy in the magnetic field of a superconducting magnet."@en, + "SMES", + rdfs:label "superconducting magnetic energy storage" SubClassOf: OEO_00000159 @@ -10542,8 +10541,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1394", SubClassOf: OEO_00320036, some OEO_00000068 - - + + Class: OEO_00320065 Annotations: From 42097cb9fed80543fd96010911dffeb1aa53c026 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 15 Nov 2022 08:28:55 +0100 Subject: [PATCH 244/370] Add term tracker item and update CHANGELOG.md #1349 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be648ad39..5d1b9e4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) +- SMES -> superconducting magnetic energy storage (#1396) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bc24513c4..60148b560 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -3369,6 +3369,9 @@ Class: OEO_00000374 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A superconducting magnetic energy storage (SMES) is an energy storage object that stores electrical energy in the magnetic field of a superconducting magnet."@en, "SMES", + "Shorten definition and new label: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1349 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1396", rdfs:label "superconducting magnetic energy storage" SubClassOf: From 384081ea266232fc72ecfffc6b0ecf4b277e80b2 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 15 Nov 2022 08:39:49 +0100 Subject: [PATCH 245/370] Update src/ontology/edits/oeo-physical.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 60148b560..d976cf75e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -3367,7 +3367,7 @@ Class: OEO_00000374 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A superconducting magnetic energy storage (SMES) is an energy storage object that stores electrical energy in the magnetic field of a superconducting magnet."@en, + "A superconducting magnetic energy storage (SMES) is an energy storage object that stores electrical energy in the magnetic field of a superconducting magnet.", "SMES", "Shorten definition and new label: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1349 From b2e8ca193e33e7b235fa7cf0839446e7a5d3ce78 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 15 Nov 2022 10:43:51 +0100 Subject: [PATCH 246/370] Add ton of oil equivalent --- src/ontology/edits/oeo-physical.omn | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d976cf75e..89121662a 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10558,6 +10558,40 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1393", OEO_00320040 +Class: OEO_00320066 + + Annotations: + "A ton of oil equivalent is an energy unit which is equal to the amount of energy released by burning one metric ton of crude oil with a certain net calorific value. That is defined as 41.868 gigajoules or 11.63 megawatt-hours.", + "toe", + rdfs:label "ton of oil equivalent" + + SubClassOf: + + + +Class: OEO_00320067 + + Annotations: + "A kilo ton of oil equivalent is an energy unit which is equal to 1,000 tons of oil equivalent.", + "ktoe", + rdfs:label "kilo ton of oil equivalent" + + SubClassOf: + + + +Class: OEO_00320068 + + Annotations: + "A million ton of oil equivalent is an energy unit which is equal to 1,000,000 tons of oil equivalent.", + "megaton of oil equivalent", + "Mtoe", + rdfs:label "million ton of oil equivalent" + + SubClassOf: + + + Individual: OEO_00000182 From 98a34f784bfc081092e11191829ad500a28c1c56 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 15 Nov 2022 10:49:38 +0100 Subject: [PATCH 247/370] Add ton of coal equivalent --- src/ontology/edits/oeo-physical.omn | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 89121662a..6ddc33e8c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10592,6 +10592,40 @@ Class: OEO_00320068 +Class: OEO_00320069 + + Annotations: + "A ton of coal equivalent is an energy unit which is equal to the amount of energy released by burning one metric ton of coal with a certain net calorific value. That is defined as 0.7 tons of oil equivalent (toe) and thus equals 29.3076 gigajoules or 8.141 megawatt-hours.", + "tce", + rdfs:label "ton of coal equivalent" + + SubClassOf: + + + +Class: OEO_00320070 + + Annotations: + "A kilo ton of coal equivalent is an energy unit which is equal to 1,000 tons of coal equivalent.", + "ktce", + rdfs:label "kilo ton of coal equivalent" + + SubClassOf: + + + +Class: OEO_00320071 + + Annotations: + "A million ton of coal equivalent is an energy unit which is equal to 1,000,000 tons of coal equivalent.", + "megaton of coal equivalent", + "Mtoe", + rdfs:label "million ton of coal equivalent" + + SubClassOf: + + + Individual: OEO_00000182 From 2fccb4d92c28755d22cade7e5b0eb9a69410ba04 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 15 Nov 2022 10:57:50 +0100 Subject: [PATCH 248/370] Add term tracker items --- src/ontology/edits/oeo-physical.omn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 6ddc33e8c..bf472d9e8 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10562,6 +10562,8 @@ Class: OEO_00320066 Annotations: "A ton of oil equivalent is an energy unit which is equal to the amount of energy released by burning one metric ton of crude oil with a certain net calorific value. That is defined as 41.868 gigajoules or 11.63 megawatt-hours.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1367 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1398", "toe", rdfs:label "ton of oil equivalent" @@ -10573,6 +10575,8 @@ Class: OEO_00320067 Annotations: "A kilo ton of oil equivalent is an energy unit which is equal to 1,000 tons of oil equivalent.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1367 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1398", "ktoe", rdfs:label "kilo ton of oil equivalent" @@ -10585,6 +10589,8 @@ Class: OEO_00320068 Annotations: "A million ton of oil equivalent is an energy unit which is equal to 1,000,000 tons of oil equivalent.", "megaton of oil equivalent", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1367 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1398", "Mtoe", rdfs:label "million ton of oil equivalent" @@ -10596,6 +10602,8 @@ Class: OEO_00320069 Annotations: "A ton of coal equivalent is an energy unit which is equal to the amount of energy released by burning one metric ton of coal with a certain net calorific value. That is defined as 0.7 tons of oil equivalent (toe) and thus equals 29.3076 gigajoules or 8.141 megawatt-hours.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1382 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1398", "tce", rdfs:label "ton of coal equivalent" @@ -10607,6 +10615,8 @@ Class: OEO_00320070 Annotations: "A kilo ton of coal equivalent is an energy unit which is equal to 1,000 tons of coal equivalent.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1382 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1398", "ktce", rdfs:label "kilo ton of coal equivalent" @@ -10619,6 +10629,8 @@ Class: OEO_00320071 Annotations: "A million ton of coal equivalent is an energy unit which is equal to 1,000,000 tons of coal equivalent.", "megaton of coal equivalent", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1382 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1398", "Mtoe", rdfs:label "million ton of coal equivalent" From ffe2424037dc40e9a75608298e076533c220f29c Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 15 Nov 2022 11:01:38 +0100 Subject: [PATCH 249/370] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d1b9e4a2..098ac5536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - phase transition, evaporation, melting, latent heat storage object, latent fluid-gaseous heat storage object, latent solid-fluid heat storage object (#1363) - bidirectional vehicle charging station (#1393) - charging (#1394) +- ton of oil equivalent, ton of coal equivalent, kilo ton of oil equivalent, kilo ton of coal equivalent, million ton of oil equivalent, million ton of coal equivalent (#1398) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) From 7a67a13e2589052b7f2556b0395cff9ea9e5b959 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 18 Nov 2022 11:16:15 +0100 Subject: [PATCH 250/370] Fix typos and other minor issues --- src/ontology/edits/oeo-model.omn | 32 +++++++++--------- src/ontology/edits/oeo-physical.omn | 52 +++++++++++++++-------------- src/ontology/edits/oeo-shared.omn | 23 ++++++------- src/ontology/edits/oeo-social.omn | 12 +++---- 4 files changed, 60 insertions(+), 59 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index b780872d0..f8a4354c2 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -170,9 +170,9 @@ ObjectProperty: OEO_00000516 ObjectProperty: OEO_00000517 Annotations: - "A relation that holds between a transformation and the constraints it has to fulfill."@en, + "A relation that holds between a transformation and the constraints it has to fulfil."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/618 -pull request:: https://github.com/OpenEnergyPlatform/ontology/pull/716", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/716", rdfs:label "has constraint" SubPropertyOf: @@ -197,7 +197,7 @@ ObjectProperty: OEO_00020056 ObjectProperty: OEO_00020220 Annotations: - "An is-about-relation between a scenario and a study region to indicated the study region of a scenario.", + "An is-about-relation between a scenario and a study region to indicate the study region of a scenario.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has study region" @@ -233,7 +233,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", ObjectProperty: OEO_00020222 Annotations: - "An is-about-relation between a scenario and an interacting region to indicated an interacting region of a scenario.", + "An is-about-relation between a scenario and an interacting region to indicate an interacting region of a scenario.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has interacting region" @@ -251,7 +251,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", ObjectProperty: OEO_00020223 Annotations: - "An is-about-relation between a scenario and a study subregion to indicated a study subregion of a scenario.", + "An is-about-relation between a scenario and a study subregion to indicate a study subregion of a scenario.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has study subregion" @@ -269,7 +269,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", ObjectProperty: OEO_00020224 Annotations: - "An is-about-relation between a scenario and a scenario year to indicated the scenario year of a scenario.", + "An is-about-relation between a scenario and a scenario year to indicate the scenario year of a scenario.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has scenario year" @@ -287,7 +287,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", ObjectProperty: OEO_00020226 Annotations: - "A relation between a scenario study or projection and a scenario, that indicates the scenario that provides the assumptions on which the respective scenatio study or projection is based on.", + "A relation between a scenario study or projection and a scenario, that indicates the scenario that provides the assumptions on which the respective scenario study or projection is based on.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1346 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", rdfs:label "is based on" @@ -594,7 +594,7 @@ Class: OEO_00000104 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "\"The carbon dioxide emissions in Germany have to be reduced by 95% till 2050.\" is a constraint for a model calculation about the energy system."@en, - "A constraint is a condition that has to be fullfilled within a calculation."@en, + "A constraint is a condition that has to be fulfilled within a calculation."@en, rdfs:label "constraint" SubClassOf: @@ -699,7 +699,7 @@ Class: OEO_00000149 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "The measurement series of some experiment."@en, - "An empirical dataset is a dataset that is optained from observations in the real world."@en, + "An empirical dataset is a dataset that is obtained from observations in the real world."@en, rdfs:label "empirical dataset" SubClassOf: @@ -757,7 +757,7 @@ Class: OEO_00000202 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, - "A GUI (Graphical user interface) is a software interface allowing users to communicate with a software application through a graphical window.", + "A GUI (Graphical user interface) is a software interface allowing users to communicate with a software application through a graphical window.", rdfs:label "GUI" SubClassOf: @@ -943,7 +943,7 @@ Class: OEO_00000339 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "Settings for a random number generator."@en, "A program parameter is a variable in a software."@en, - "Rework defintion and change parent class: + "Rework definition and change parent class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1199 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1274", rdfs:label "program parameter" @@ -1105,7 +1105,7 @@ Class: OEO_00000403 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "The projected power usage during an idealised model year."@en, - "A synthetic dataset is a dataset that is obtained by artificially creating data items. It is constructed to be an estimation of a real world dataset."@en, + "A synthetic dataset is a dataset that is obtained by artificially creating data items. It is constructed to be an estimation of a real-world dataset."@en, rdfs:label "synthetic dataset" SubClassOf: @@ -1257,7 +1257,7 @@ Class: OEO_00010262 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "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.", - "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. + "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 variables of interest into the future. (Intentional: a research question is basis for the projection to be done)", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/970 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1217 @@ -1893,8 +1893,8 @@ Class: OEO_00140161 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "Cooperative programming is the process of two or more people working on program code together at the same time (according to a specified routine).", "collaborative programming", - "https://github.com/OpenEnergyPlatform/ontology/issues/254 -https://github.com/OpenEnergyPlatform/ontology/pull/808", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/808", rdfs:label "cooperative programming"@en SubClassOf: @@ -1933,7 +1933,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/878", Class: OEO_00280000 Annotations: - "A file format is a data format that describes how data is stuctured in a file.", + "A file format is a data format that describes how data is structured in a file.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1145 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326", rdfs:label "data file format" diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bf472d9e8..0b96edea8 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1664,7 +1664,7 @@ Class: OEO_00000074 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Biogas is a gas mixture produced by anaerobic digestion. It consists mainly of methane and carbon dioxide and can be used as fuel.", - "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 improve definition and make subclass of gas mixture: issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 @@ -1728,7 +1728,7 @@ Class: OEO_00000084 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Charcoal is a portion of matter produced from wood via pyrolysis. It has a solid state of matter an can be used as fuel."@en, + "Charcoal is a portion of matter produced from wood via pyrolysis. It has a solid state of matter and can be used as fuel."@en, "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 add axiom to secondary energy carrier disposition @@ -1755,7 +1755,7 @@ Class: OEO_00000088 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Coal is a portion of matter consisting of combustible black or brownish-black sedimentary rock, formed as rock strata called coal seams."@en, "https://en.wikipedia.org/w/index.php?title=Coal&oldid=907331967", - rdfs:comment "Coal is mostly carbon with variable amounts of other elements; chiefly hydrogen, sulphur, oxygen, and nitrogen.coal is formed if dead plant matter decays into peat and over millions of years the heat and pressure of deep burial converts the peat into coal.", + rdfs:comment "Coal is mostly carbon with variable amounts of other elements; chiefly hydrogen, sulphur, oxygen, and nitrogen. Coal is formed if dead plant matter decays into peat and over millions of years the heat and pressure of deep burial converts the peat into coal.", rdfs:label "coal", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 @@ -1821,6 +1821,8 @@ Class: OEO_00000096 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Colliery gas is natural gas found in coal mines (British English: colliery). The main component is methane. Synonyms are firedamp, mine gas. It is used as a fossil fuel."@en, + "firedamp", + "mine gas", rdfs:label "colliery gas" SubClassOf: @@ -1902,7 +1904,7 @@ Class: OEO_00000131 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Diesel fuel is gas diesel oil used on-road for diesel compression ignition (cars, trucks, etc.), usually of low sulphur content."@en, - "TransportDiesel"@en, + "transport diesel"@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "relabel and add axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 @@ -2218,7 +2220,7 @@ Class: OEO_00000185 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine is a turbine that converts chemical energy into rotational energy using a continous internal combustion process. Hence it is also called combustion turbine."@en, + "A gas turbine is a turbine that converts chemical energy into rotational energy using a continuous internal combustion process. Hence it is also called combustion turbine."@en, "combustion turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 @@ -2288,7 +2290,7 @@ Class: OEO_00000189 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A geographic coordinate is an information content entity explicitly stating the geographic position of a zero-dimensional spatial region on Earth, by using a set of numbers with respect to a geografic coordinate system.", + "A geographic coordinate is an information content entity explicitly stating the geographic position of a zero-dimensional spatial region on Earth, by using a set of numbers with respect to a geographic coordinate system.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/795 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/803", rdfs:label "geographic coordinate" @@ -2419,7 +2421,7 @@ Class: OEO_00000211 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Heating oil is gas diesel oil for industrial and commercial uses, marine diesel and diesel used in rail traffic, other gas oil, including heavy gas oils which distil between 380 °C and 540 °C and which are used as petrochemical feedstocks."@en, - "OtherGasOil"@en, + "other gas oil"@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "Add 'physical output of' axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 @@ -2585,7 +2587,7 @@ Class: OEO_00000245 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Jet fuel is kerosene used for aviation turbine power units. It has the same distillation characteristics between 150 °C and 300 °C (generally not above 250 °C) and flash point as kerosene. In addition, it has particular specifications (such as freezing point) which are established by the International air Transport Association (IATA).", + "Jet fuel is kerosene used for aviation turbine power units. It has the same distillation characteristics between 150 °C and 300 °C (generally not above 250 °C) and flash point as kerosene. In addition, it has particular specifications (such as freezing point) which are established by the International Air Transport Association (IATA).", "kerosene type jet fuel", "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "Add 'physical output of' axiom: @@ -2834,7 +2836,7 @@ Class: OEO_00000286 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Motor gasoline is gasoline consisting of a mixture of light hydrocarbons distilling between 35 oC and 215 oC. It is used as a fuel for land based spark ignition engines. Motor gasoline may include additives, oxygenates and octane enhancers, including lead compounds such as TEL and TML. + "Motor gasoline is gasoline consisting of a mixture of light hydrocarbons distilling between 35 °C and 215 °C. It is used as a fuel for land based spark ignition engines. Motor gasoline may include additives, oxygenates and octane enhancers, including lead compounds such as TEL and TML. Includes motor gasoline blending components (excluding additives/oxygenates), e.g. alkylates, isomerate, reformate, cracked gasoline destined for use as finished motor gasoline."@en, @@ -2983,7 +2985,7 @@ Class: OEO_00000300 "Derived from https://en.wikipedia.org/w/index.php?title=Nuclear_binding_energy&oldid=1007327561"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225 -convertion to nuclear binding energy +convert to nuclear binding energy issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", rdfs:label "nuclear binding energy", @@ -3382,7 +3384,7 @@ Class: OEO_00000376 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sodium-ion battery is a rechargable metal-ion battery that uses sodium ions as charge carriers."@en, + "A sodium-ion battery is a rechargeable metal-ion battery that uses sodium ions as charge carriers."@en, "SIB", "https://en.wikipedia.org/w/index.php?title=Sodium-ion_battery&oldid=906459441"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 @@ -3397,7 +3399,7 @@ Class: OEO_00000377 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A sodium–sulphur battery is a type of molten-salt battery constructed from liquid sodium (Na) and sulphur (S).This type of battery has a high energy density, high efficiency of charge/discharge and long cycle life, and is fabricated from inexpensive materials. The operating temperatures of 300 to 350 °C and the highly corrosive nature of the sodium polysulphides, primarily make them suitable for stationary energy storage applications. The cell becomes more economical with increasing size."@en, + "A sodium–sulphur battery is a type of molten-salt battery constructed from liquid sodium (Na) and sulphur (S). This type of battery has a high energy density, high efficiency of charge/discharge and long cycle life, and is fabricated from inexpensive materials. The operating temperatures of 300 to 350 °C and the highly corrosive nature of the sodium polysulphides, primarily make them suitable for stationary energy storage applications. The cell becomes more economical with increasing size."@en, "sodium–sulfur battery", "https://en.wikipedia.org/w/index.php?title=Sodium%E2%80%93sulfur_battery&oldid=900392594"@en, "reclassification @@ -3767,7 +3769,7 @@ Class: OEO_00000441 Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1081 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1099" - "We are aware that water is defined as pure H2O in the OEO and that naturally occuring water usually also contains impurities of other portions of matter (e.g. minerals). We purposely neglect this inconsistency for usability reasons.", + "We are aware that water is defined as pure H2O in the OEO and that naturally occurring water usually also contains impurities of other portions of matter (e.g. minerals). We purposely neglect this inconsistency for usability reasons.", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" @@ -3936,7 +3938,7 @@ Class: OEO_00010000 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 -Adapt definiton and axioms, add alternative terms: +Adapt definition and axioms, add alternative terms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", rdfs:label "ammonia"@en, @@ -4373,9 +4375,9 @@ Class: OEO_00010026 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A traction battery is a battery that is used in vehicles for propulsion.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453", - dc:description "A traction battery is a battery that is used in vehicles for propulsion.", rdfs:label "traction battery"@en SubClassOf: @@ -4619,7 +4621,7 @@ Class: OEO_00010078 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Global warming potential (GWP) is a quantity value that measures the the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).", + "Global warming potential (GWP) is a quantity value that measures the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).", "GWP", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683", @@ -5268,7 +5270,7 @@ Class: OEO_00010139 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Direct on air capture (DAC) is carbon dioxide capture from air.", + "Direct air capture (DAC) is carbon dioxide capture from air.", "DAC", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", @@ -5454,7 +5456,7 @@ Class: OEO_00010153 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gasoeus biofuel is a biofuel that has a gaseous state of matter under normal conditions.", + "A gaseous biofuel is a biofuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous biofuel"@en @@ -6471,7 +6473,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348", Class: OEO_00010326 Annotations: - "Refinery gas is a gas mixture that is produced as a by product of a mineral oil refining process. It mainly consists of hydrogen, methane, ethane and olefins and can be used as a fuel.", + "Refinery gas is a gas mixture that is produced as a by-product of a mineral oil refining process. It mainly consists of hydrogen, methane, ethane and olefins and can be used as a fuel.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1332 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1351", rdfs:label "refinery gas" @@ -7017,7 +7019,7 @@ Class: OEO_00020087 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Natural hydro energy is hydro energy collected from the natural water cycle (rain water, melted snow and ice).", + "Natural hydro energy is hydro energy collected from the natural water cycle (rainwater, melted snow and ice).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "natural hydro energy" @@ -7129,7 +7131,7 @@ Class: OEO_00020139 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A space requirement for construction is space requirement of an artificial object that covers the area needed in order to contruct an artificial object.", + "A space requirement for construction is space requirement of an artificial object that covers the area needed in order to construct an artificial object.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933", rdfs:label "space requirement for construction" @@ -7205,7 +7207,7 @@ Class: OEO_00020148 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A conventional energy carrier disposition is an energy carrier disposition of an material entity that contains non-renewable energy.", + "A conventional energy carrier disposition is an energy carrier disposition of a material entity that contains non-renewable energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955", rdfs:label "conventional energy carrier disposition" @@ -8608,7 +8610,7 @@ Class: OEO_00140126 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Planned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year.", + "Planned availability is a quality that describes the amount of time a power plant is planned to be operational per year.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779 @@ -8655,7 +8657,7 @@ Class: OEO_00140129 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Unplanned availabilty is a quality that describes the amount of time a power plant is planned to be operational per year, but is not operation.", + "Unplanned availability is a quality that describes the amount of time a power plant is planned to be operational per year, but is not operation.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779 @@ -10305,7 +10307,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", Class: OEO_00320047 Annotations: - "A fuel cell electric car is a car that has an eletric traction motor and uses electrical energy from a fuel cell and thus is also a fuel cell electric vehicle.", + "A fuel cell electric car is a car that has an electric traction motor and uses electrical energy from a fuel cell and thus is also a fuel cell electric vehicle.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", rdfs:label "fuel cell electric car"@en diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 28f906be4..37fe64174 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -426,7 +426,7 @@ ObjectProperty: OEO_00000506 Annotations: "A relation that holds between an information content entity / model and its author."@en, - "The construct 'has auther' some ('has role' some author) is necessary, because has author has the range has role some author (PR https://github.com/OpenEnergyPlatform/ontology/pull/871). That is an idependent continuant, i.e. a person, that takes over writing a text and as such the role of an author.", + "The construct 'has author' some ('has role' some author) is necessary, because 'has author' has the range 'has role some author' (PR https://github.com/OpenEnergyPlatform/ontology/pull/871). That is an independent continuant, i.e. a person, that takes over writing a text and as such the role of an author.", "pull request: https://github.com/OpenEnergyPlatform/ontology/pull/626 (extend def for information content entity) pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871 (domain and range; move to oeo-shared)", rdfs:label "has author" @@ -720,11 +720,11 @@ ObjectProperty: OEO_00000533 Annotations: "p has physical output c iff: p has output c, and c is a material entity"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/618 -pull request:: https://github.com/OpenEnergyPlatform/ontology/pull/716 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/716 restrict range to 'material entity': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1041 move to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 @@ -945,7 +945,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1113", ObjectProperty: OEO_00020190 Annotations: - "c is an information ouput of p iff: c is an output of p, and c is an information content entity", + "c is an information output of p iff: c is an output of p, and c is an information content entity", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1091 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1113", rdfs:label "information output of" @@ -1539,7 +1539,7 @@ Class: OEO_00000147 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, - "emission is a process releasing byproducts from human activity (e.g. production, distribution or consumption) into the environment."@en, + "emission is a process releasing by-products from human activity (e.g. production, distribution or consumption) into the environment."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 moved to oeo-shared @@ -1944,7 +1944,6 @@ Class: OEO_00000350 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/386 issue: https://github.com/OpenEnergyPlatform/ontology/issues/495 - pull request: https://github.com/OpenEnergyPlatform/ontology/pull/496 issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 @@ -2250,7 +2249,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253", Class: OEO_00010315 Annotations: - "A mineral oil refining process is an energy transformation that converts crude oil by cracking and destillation into various mineral oil products.", + "A mineral oil refining process is an energy transformation that converts crude oil by cracking and distillation into various mineral oil products.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1318 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331 @@ -2535,7 +2534,7 @@ Class: OEO_00020104 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An outage is a process during which an artificial object cannot perfom or operate.", + "An outage is a process during which an artificial object cannot perform or operate.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/887 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897 @@ -2696,7 +2695,7 @@ Class: OEO_00020155 "social cost of CO2", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/956 -add axiom to emission value, add new parent class and relable +add axiom to emission value, add new parent class and relabel pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034", rdfs:label "social cost of carbon emission" @@ -3120,7 +3119,7 @@ Class: OEO_00030033 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, - "A time step is a one-dimensional temporal region that has a start time and an endtime and thus a finite duration.", + "A time step is a one-dimensional temporal region that has a start time and an ending time and thus a finite duration.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570 @@ -3720,7 +3719,7 @@ Individual: OEO_00000256 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, - "The state of being liquid. A portion of matter is liquid has has no definite shape but a definite volume (at a given temperature and pressure).", + "The state of being liquid. A portion of matter is liquid has no definite shape but a definite volume (at a given temperature and pressure).", rdfs:label "liquid" Types: diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index d1c506cf8..0a0047ea3 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -547,7 +547,7 @@ Class: OEO_00000329 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, - "A political party is a organisation of a group of people with common views or goals that wants to have influence in politics."@en, + "A political party is an organisation of a group of people with common views or goals that wants to have influence in politics."@en, rdfs:label "political party" SubClassOf: @@ -1129,7 +1129,7 @@ Class: OEO_00020115 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, - "Purchasing power parity is an economic value reprensenting the ratio between currencies that equalises differences in monetary price levels between countries for the same set of goods.", + "Purchasing power parity is an economic value representing the ratio between currencies that equalises differences in monetary price levels between countries for the same set of goods.", "PPP", "https://github.com/OpenEnergyPlatform/ontology/issues/867 https://github.com/OpenEnergyPlatform/ontology/pull/910", @@ -1264,7 +1264,7 @@ Class: OEO_00020146 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, "An example for variable cost are costs incurred for raw materials (of which more are needed if production is increased).", - "Variable costs are costs that depend on the amount of goods or services produced and which are payed by the producer.", + "Variable costs are costs that depend on the amount of goods or services produced and which are paid by the producer.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/953", rdfs:label "variable production cost" @@ -1311,8 +1311,8 @@ Class: OEO_00020168 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, "rent, regular technical maintenance cost, staff cost, certification cost", - "A fixed cost is a cost for operation and mantainance that does not vary with the amount of goods or services produced.", - "fixed operation and maintanance cost", + "A fixed cost is a cost for operation and maintenance that does not vary with the amount of goods or services produced.", + "fixed operation and maintenance cost", "oemof-Model: https://oemof-solph.readthedocs.io/en/latest/_modules/oemof/solph/options.html?highlight=fix%20costs Fixe Kosten: Kosten, die von der jeweils betrachteten Einflussgröße bzw. Entscheidung unabhängig sind, d.h. Kosten, die sich nicht mit der jeweils betrachteten Einflussgröße ändern. (https://wirtschaftslexikon.gabler.de/definition/fixe-kosten-33359)", @@ -2343,7 +2343,7 @@ Individual: OEO_00010042 OEO_00010037 "CRF 1.A.3", OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, "The CRF sector (IPCC 2006) 'transport' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: -Emissions from the combustion and evaporation of fuel for all transport activity (excluding military transport), regardless of the sector, specifiedby sub-categories below. Emissions from fuel sold to any air or marine vessel engaged in international transport (1 A 3 a i and 1 A 3 d i) should as far as possible be excluded from the totals and subtotals in this category and should be reported separately.", +Emissions from the combustion and evaporation of fuel for all transport activity (excluding military transport), regardless of the sector, specified by sub-categories below. Emissions from fuel sold to any air or marine vessel engaged in international transport (1 A 3 a i and 1 A 3 d i) should as far as possible be excluded from the totals and subtotals in this category and should be reported separately.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 2, Chapter 3.1, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/461 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523", From e36e604654664cae920d7b13476abdead0d86b51 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 18 Nov 2022 11:19:55 +0100 Subject: [PATCH 251/370] Add term tracker item --- src/ontology/edits/oeo-physical.omn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0b96edea8..2e8d4f5da 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1823,6 +1823,8 @@ Class: OEO_00000096 "Colliery gas is natural gas found in coal mines (British English: colliery). The main component is methane. Synonyms are firedamp, mine gas. It is used as a fossil fuel."@en, "firedamp", "mine gas", + "Add alternative labels: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1406", rdfs:label "colliery gas" SubClassOf: From 67d516d1b5b97e87b0ccc10ead1535f19a61312d Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 21 Nov 2022 11:41:05 +0100 Subject: [PATCH 252/370] Remove remnants in oeo.omn from moving classes --- src/ontology/oeo.omn | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index eba4a7cba..262e3278f 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -98,9 +98,6 @@ AnnotationProperty: rdfs:label Datatype: rdf:PlainLiteral -ObjectProperty: - - ObjectProperty: @@ -210,15 +207,6 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" -ObjectProperty: OEO_00020182 - - - - - -ObjectProperty: owl:topObjectProperty - - Class: From c3e6da4ad994a41ec0c9b413c2f98aa7ca8860b8 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 21 Nov 2022 15:47:37 +0100 Subject: [PATCH 253/370] Add `sustainable biofuel` and `non-sustainable biofuel` #872 * _A sustainable biofuel is a biofuel that does conform to sustainability criteria._ Axiom: `'sustainable biofuel' EquivalentTo: biofuel and ('has disposition' some 'material sustainability')` * _A non-sustainable biofuel is a biofuel that does not conform to sustainability criteria._ Axiom: `'non-sustainable biofuel' EquivalentTo: biofuel and not ('has disposition' some 'material sustainability')` --- src/ontology/edits/oeo-physical.omn | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bf472d9e8..9757f2653 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6562,6 +6562,40 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1385", +Class: OEO_00010336 + + Annotations: + "A sustainable biofuel is a biofuel that does conform to sustainability criteria.", + rdfs:label "sustainable biofuel"@en + + EquivalentTo: + OEO_00000072 + and ( some OEO_00010333) + + SubClassOf: + OEO_00000072 + + DisjointWith: + OEO_00010337 + + +Class: OEO_00010337 + + Annotations: + "A non-sustainable biofuel is a biofuel that does not conform to sustainability criteria.", + rdfs:label "non-sustainable biofuel"@en + + EquivalentTo: + OEO_00000072 + and (not ( some OEO_00010333)) + + SubClassOf: + OEO_00000072 + + DisjointWith: + OEO_00010336 + + Class: OEO_00020001 Annotations: From 8f8b89df023e29f388fdfc2b7de587fdd72c2837 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 21 Nov 2022 15:52:29 +0100 Subject: [PATCH 254/370] Add term tracker items and update CHANGELOG.md #872 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 098ac5536..6d2e685ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - bidirectional vehicle charging station (#1393) - charging (#1394) - ton of oil equivalent, ton of coal equivalent, kilo ton of oil equivalent, kilo ton of coal equivalent, million ton of oil equivalent, million ton of coal equivalent (#1398) +- sustainable biofuel, non-sustainable biofuel (#1409) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 9757f2653..92072b9bb 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6566,6 +6566,8 @@ Class: OEO_00010336 Annotations: "A sustainable biofuel is a biofuel that does conform to sustainability criteria.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", rdfs:label "sustainable biofuel"@en EquivalentTo: @@ -6583,6 +6585,8 @@ Class: OEO_00010337 Annotations: "A non-sustainable biofuel is a biofuel that does not conform to sustainability criteria.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", rdfs:label "non-sustainable biofuel"@en EquivalentTo: From 3bce54f1acb323d9bf5075c1a28a54f18fc0cb5e Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 22 Nov 2022 10:00:02 +0100 Subject: [PATCH 255/370] Add axiom `'greenhouse gas' 'has global warming potential' some 'global warming potential'` --- src/ontology/edits/oeo-shared.omn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 28f906be4..2a039cf44 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -625,6 +625,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/852", OEO_00020039 +ObjectProperty: OEO_00000524 + + ObjectProperty: OEO_00000529 Annotations: @@ -1373,6 +1376,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", SubClassOf: OEO_00000331, + OEO_00000524 some OEO_00010078, OEO_00000529 value OEO_00000182 @@ -2056,6 +2060,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" some OEO_00320041 +Class: OEO_00010078 + + Class: OEO_00010079 Annotations: From 70ba879137aad95fda828420bac876cf0f6c987a Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 22 Nov 2022 11:32:30 +0100 Subject: [PATCH 256/370] Add term tracker item and update CHANGELOG.md --- CHANGELOG.md | 1 + src/ontology/edits/oeo-shared.omn | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 098ac5536..5510ec280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) +- global warming potential (#1410) ### Removed diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 2a039cf44..cae87c738 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1367,7 +1367,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 move to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 + +Add global warming potential axiom: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1410", rdfs:label "greenhouse gas" EquivalentTo: From 79bf911473e91ed40e64f6f6575eb37b15207bc9 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 23 Nov 2022 10:11:01 +0100 Subject: [PATCH 257/370] Move `electrical energy` and `service` #1327 --- src/ontology/edits/oeo-physical.omn | 32 ------------------ src/ontology/edits/oeo-shared.omn | 52 +++++++++++++++++++++++++++++ src/ontology/edits/oeo-social.omn | 16 --------- 3 files changed, 52 insertions(+), 48 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 13f06e688..1e3eabd6a 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1935,38 +1935,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", Class: OEO_00000139 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Electrical energy is a form of energy derived from the potential or kinetic energy of charged particles."@en, - "electricity", - "https://en.wikipedia.org/wiki/Electrical_energy"@en, - "definition of electrical energy: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/224 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/524 - -alternative term electricity: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/381 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/621 - -add commodity role: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 - -add axiom to electricity im/exports: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", - rdfs:label "electrical energy", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000020" - - SubClassOf: - OEO_00000150, - OEO_00020182 some OEO_00020207, - OEO_00020182 some OEO_00020208, - some OEO_00040011 - Class: OEO_00000143 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index c5c2eae97..f3f2f01f4 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1537,6 +1537,42 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/724" Class: OEO_00000139 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Electrical energy is a form of energy derived from the potential or kinetic energy of charged particles."@en, + "electricity", + "https://en.wikipedia.org/wiki/Electrical_energy"@en, + "definition of electrical energy: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/224 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/524 + +alternative term electricity: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/381 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/621 + +add commodity role: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 + +add axiom to electricity im/exports: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 + +move class to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", + rdfs:label "electrical energy", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000020" + + SubClassOf: + OEO_00000150, + OEO_00020182 some OEO_00020207, + OEO_00020182 some OEO_00020208, + some OEO_00040011 + Class: OEO_00000147 @@ -3570,6 +3606,22 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034", Class: OEO_00140124 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, + "A service is a process that is an intangible activity performed by some agent for the benefit of another agent.", + "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/Service (adapted)", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/376 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/778 + +add 'has participant axiom' and move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", + rdfs:label "service"@en + + SubClassOf: + , + some OEO_00000051 + Class: OEO_00140159 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index fee3e1996..058e3a7f6 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1770,22 +1770,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/778", Class: OEO_00140124 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, - "A service is a process that is an intangible activity performed by some agent for the benefit of another agent.", - "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/Service (adapted)", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/376 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/778 - -add 'has participant axiom': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", - rdfs:label "service"@en - - SubClassOf: - , - some OEO_00000051 - Class: OEO_00140125 From 6a224486ad072b822167a5b4445943fc1cafeb15 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 23 Nov 2022 10:16:27 +0100 Subject: [PATCH 258/370] Move `global warming potential` to oeo-shared This avoids OEO:00010078 being a runaway class in oeo-shared. --- src/ontology/edits/oeo-physical.omn | 12 ------------ src/ontology/edits/oeo-shared.omn | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bf472d9e8..a0522b330 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -4617,18 +4617,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", Class: OEO_00010078 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Global warming potential (GWP) is a quantity value that measures the the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).", - "GWP", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683", - rdfs:label "global warming potential"@en - - SubClassOf: - OEO_00000350, - OEO_00040010 some - Class: OEO_00010079 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index cae87c738..082d8fd45 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1254,6 +1254,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/924", rdfs:comment "The original term from UO had neither an alternative term nor has_exact_synonym. It was added for OEO purposes to include the Eurostat spellings."@en +Class: + + Class: OEO_00000001 Annotations: @@ -2065,6 +2068,21 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" Class: OEO_00010078 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Global warming potential (GWP) is a quantity value that measures the the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).", + "GWP", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683 + +move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1410", + rdfs:label "global warming potential"@en + + SubClassOf: + OEO_00000350, + OEO_00040010 some + Class: OEO_00010079 From a11e2bc42675eadb45cf9b0c9ff80dd190d0fb40 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 25 Nov 2022 10:45:43 +0100 Subject: [PATCH 259/370] Align economic properties with class hierarchy #1411 The class `economic value` is a subclass of `quantity value`. The object properties should match that hierachy. * Make `has economic value` a subproperty of `has quantity value`. * Make `economic value of` a subproperty of `quantity value of`. * Add range/domain `economic value`. --- src/ontology/edits/oeo-shared.omn | 10 ++++++++-- src/ontology/oeo.omn | 3 --- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index f3f2f01f4..75034a142 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -875,7 +875,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034", rdfs:label "economic value of" SubPropertyOf: - + OEO_00020056 + + Domain: + OEO_00140012 ObjectProperty: OEO_00020180 @@ -887,7 +890,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034", rdfs:label "has economic value" SubPropertyOf: - OEO_00010231 + OEO_00140002 + + Range: + OEO_00140012 ObjectProperty: OEO_00020182 diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index eba4a7cba..faeda3733 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -213,9 +213,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" ObjectProperty: OEO_00020182 - - - ObjectProperty: owl:topObjectProperty From 85f633177bbd7903f8b7df5d3859ced3dc297925 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 25 Nov 2022 10:53:01 +0100 Subject: [PATCH 260/370] Update term tracker items and CHANGELOG.md #1411 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-shared.omn | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbfd6ecaf..cf2b9b9e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) +- has economic value, economic value of (#1422) ### Removed diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 75034a142..c07b20690 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -871,7 +871,11 @@ ObjectProperty: OEO_00020179 Annotations: "A relation that relates an economic value to a related entity in reality.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/958 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034 + +Make subproperty of 'quantity value of' and add domain: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1411 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1422", rdfs:label "economic value of" SubPropertyOf: @@ -886,7 +890,11 @@ ObjectProperty: OEO_00020180 Annotations: "A relation between an entity and an economic value.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/958 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034 + +Make subproperty of 'has quatity value' and add range: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1411 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1422", rdfs:label "has economic value" SubPropertyOf: From ed0049be30e21a0cb0cbc8d37ed93120b2e191aa Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 25 Nov 2022 11:11:24 +0100 Subject: [PATCH 261/370] Add disjoint axiom #1410 * `'binary file format' DisjointWith 'text file format' * `'text file format' DisjointWith 'binary file format' Following the definition of `binary text file format`: _A binary file format is a file format **that is not a text format**._ --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-model.omn | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5510ec280..797bbf03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) -- global warming potential (#1410) +- global warming potential, binary file format, text file format (#1410) ### Removed diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index b780872d0..eb46a2c09 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1947,12 +1947,18 @@ Class: OEO_00280001 Annotations: "A text file format is a file format that is structured as a sequence of lines of electronic text.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1145 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326 + +Add DisjointWith axiom: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1410", rdfs:label "text file format" SubClassOf: OEO_00280000 + DisjointWith: + OEO_00280004 + Class: OEO_00280002 @@ -1985,12 +1991,18 @@ Class: OEO_00280004 Annotations: "A binary file format is a file format that is not a text format.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1145 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326 + +Add DisjointWith axiom: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1410", rdfs:label "binary file format" SubClassOf: OEO_00280000 + DisjointWith: + OEO_00280001 + Class: OEO_00280005 From c2ce4df2da6681c2455c6df5f1a5009182ea3413 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 25 Nov 2022 11:14:55 +0100 Subject: [PATCH 262/370] Move `source code file format` #1410 Make `source code file format` a subclass of `text file format` following the definition: _A source code file format **is a text file format** that is source code in a programming language._ This fixes an implementation errot of PR #1326. --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-model.omn | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 797bbf03b..ef67b81a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) -- global warming potential, binary file format, text file format (#1410) +- global warming potential, binary file format, text file format, source code file format (#1410) ### Removed diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index eb46a2c09..ec93c1d23 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2009,11 +2009,14 @@ Class: OEO_00280005 Annotations: "A source code file format is a text file format that is source code in a programming language.", "Issue: https://github.com/OpenEnergyPlatform/ontology/issues/1145 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326 + +Make subclass of 'text file format`: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1410", rdfs:label "source code file format" SubClassOf: - OEO_00280000 + OEO_00280001 Individual: OEO_00000049 From 4029290d74bc3b19a3157176656b1885f45bb313 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 25 Nov 2022 11:28:15 +0100 Subject: [PATCH 263/370] Add axiom to `generation time series` #1410 `'generation time series' 'is about' some ('electricity generation process' and 'has participant' some 'power plant'` --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-model.omn | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef67b81a8..66e7da252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) -- global warming potential, binary file format, text file format, source code file format (#1410) +- global warming potential, binary file format, text file format, source code file format, generation time series (#1410) ### Removed diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index ec93c1d23..0e692cee5 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -500,6 +500,9 @@ Class: +Class: OEO_00000031 + + Class: OEO_00000048 Annotations: @@ -1867,11 +1870,17 @@ Class: OEO_00140138 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "A generation time series is a time series that describes the specific electricity generation of a particular power plant.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793 + +Add 'is about' axiom: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1410", rdfs:label "generation time series"@en SubClassOf: - OEO_00030034 + OEO_00030034, + some + (OEO_00240014 + and ( some OEO_00000031)) Class: OEO_00140139 @@ -1930,6 +1939,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/878", OEO_00000078 +Class: OEO_00240014 + + Class: OEO_00280000 Annotations: From 129ff38eeb226ea50b31f617db8e86084776a183 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 25 Nov 2022 11:37:48 +0100 Subject: [PATCH 264/370] Move classes to oeo-shared #1410 The axiom `'generation time series' 'is about' some ('electricity generation process' and 'has participant' some 'power plant'` introduced in commit 4029290d74bc3b19a3157176656b1885f45bb313 connects a class from oeo-model with classes from oeo-physical. This requires again that a lot of classes need to be moved to oeo-social: power plant energy transformation electrical energy power generating unit generator grid component supply grid curtailment --- src/ontology/edits/oeo-physical.omn | 122 ------------------------ src/ontology/edits/oeo-shared.omn | 143 ++++++++++++++++++++++++++++ 2 files changed, 143 insertions(+), 122 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index a0522b330..d7472b479 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1162,28 +1162,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" Class: OEO_00000031 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power plant is an energy transformation unit consisting of power generating units and a grid component that feeds electric energy into an electric grid.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/588 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/594 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 - -subclass of energy transformation unit -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", - rdfs:label "power plant" - - SubClassOf: - OEO_00020102, - some OEO_00000334, - some OEO_00020006, - some OEO_00020003 - Class: OEO_00000032 @@ -1935,38 +1913,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", Class: OEO_00000139 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Electrical energy is a form of energy derived from the potential or kinetic energy of charged particles."@en, - "electricity", - "https://en.wikipedia.org/wiki/Electrical_energy"@en, - "definition of electrical energy: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/224 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/524 - -alternative term electricity: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/381 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/621 - -add commodity role: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 - -add axiom to electricity im/exports: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", - rdfs:label "electrical energy", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000020" - - SubClassOf: - OEO_00000150, - OEO_00020182 some OEO_00020207, - OEO_00020182 some OEO_00020208, - some OEO_00040011 - Class: OEO_00000143 @@ -2262,27 +2208,6 @@ The production of other coal gases (i.e. coke oven gas, blast furnace gas and ox Class: OEO_00000188 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A generator is an energy converting component that converts other forms of energy into electrical energy."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 -axiom -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 - -change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "generator" - - SubClassOf: - OEO_00000011, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" - OEO_00010235 some OEO_00000139, - some OEO_00000334 - Class: OEO_00000189 @@ -3220,38 +3145,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/369", Class: OEO_00000334 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power generating unit is an energy transformation unit that contains a generator."@en, - "block", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 - -subclass of energy transformation unit -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 - -change produces energy axiom to 'has energy output': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 - -remove \"among other parts from definition\" -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1258 -pull request: https://github.com/OpenEnergyPlatform/ontology/issues/1259"@en, - rdfs:label "power generating unit" - - SubClassOf: - OEO_00020102, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" - OEO_00010235 some OEO_00000139, - some OEO_00000188, - some OEO_00020003, - some OEO_00020107 - Class: OEO_00000335 @@ -9065,21 +8958,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932", Class: OEO_00240014 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Electricity generation process is an energy transformation that has electrical energy as physical output."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932 - -change 'has physical input / output' axioms to 'has energy input / output': -https://github.com/OpenEnergyPlatform/ontology/issues/994 -https://github.com/OpenEnergyPlatform/ontology/pull/1041", - rdfs:label "electricity generation process" - - EquivalentTo: - OEO_00020003 - and (OEO_00010235 some OEO_00000139) - SubClassOf: OEO_00020003, OEO_00000500 some OEO_00240012, diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 082d8fd45..ba2b6cf18 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1386,6 +1386,31 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1410", OEO_00000529 value OEO_00000182 +Class: OEO_00000031 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power plant is an energy transformation unit consisting of power generating units and a grid component that feeds electric energy into an electric grid.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/588 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/594 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 + +subclass of energy transformation unit +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", + rdfs:label "power plant" + + SubClassOf: + OEO_00020102, + some OEO_00000334, + some OEO_00020006, + some OEO_00020003 + + Class: OEO_00000051 Annotations: @@ -1545,6 +1570,41 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/724" +Class: OEO_00000139 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Electrical energy is a form of energy derived from the potential or kinetic energy of charged particles."@en, + "electricity", + "https://en.wikipedia.org/wiki/Electrical_energy"@en, + "definition of electrical energy: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/224 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/524 + +alternative term electricity: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/381 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/621 + +add commodity role: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 + +add axiom to electricity im/exports: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", + rdfs:label "electrical energy", + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000020" + + SubClassOf: + OEO_00000150, + OEO_00020182 some OEO_00020207, + OEO_00020182 some OEO_00020208, + some OEO_00040011 + + Class: OEO_00000147 Annotations: @@ -1667,6 +1727,30 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", some OEO_00010117 +Class: OEO_00000188 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A generator is an energy converting component that converts other forms of energy into electrical energy."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 +axiom +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "generator" + + SubClassOf: + OEO_00000011, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766" + OEO_00010235 some OEO_00000139, + some OEO_00000334 + + Class: OEO_00000198 Annotations: @@ -1929,6 +2013,41 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1219", OEO_00000530 some OEO_00000316 +Class: OEO_00000334 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power generating unit is an energy transformation unit that contains a generator."@en, + "block", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/372 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/646 + +subclass of energy transformation unit +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 + +change produces energy axiom to 'has energy output': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +remove \"among other parts from definition\" +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1258 +pull request: https://github.com/OpenEnergyPlatform/ontology/issues/1259"@en, + rdfs:label "power generating unit" + + SubClassOf: + OEO_00020102, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" + OEO_00010235 some OEO_00000139, + some OEO_00000188, + some OEO_00020003, + some OEO_00020107 + + Class: OEO_00000340 Annotations: @@ -2372,6 +2491,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" some OEO_00020102 +Class: OEO_00020006 + + Class: OEO_00020011 Annotations: @@ -2577,6 +2699,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", some OEO_00020102 +Class: OEO_00020107 + + Class: OEO_00020121 Annotations: @@ -3601,6 +3726,24 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/845", +Class: OEO_00240014 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Electricity generation process is an energy transformation that has electrical energy as physical output."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932 + +change 'has physical input / output' axioms to 'has energy input / output': +https://github.com/OpenEnergyPlatform/ontology/issues/994 +https://github.com/OpenEnergyPlatform/ontology/pull/1041", + rdfs:label "electricity generation process" + + EquivalentTo: + OEO_00020003 + and (OEO_00010235 some OEO_00000139) + + Class: OEO_00240022 Annotations: From 28009e7c1e0d0334548cf40e60cdf536741a6d90 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 25 Nov 2022 12:48:54 +0100 Subject: [PATCH 265/370] Add axioms to `simulation` and `optimisation` #1410 * `optimisation 'has participant' some 'optimisation model'` * `simulation 'has participant' some 'simulation model'` --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-model.omn | 10 +++++-- src/ontology/edits/oeo-physical.omn | 39 --------------------------- src/ontology/edits/oeo-shared.omn | 42 +++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e7da252..a5fd131ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) -- global warming potential, binary file format, text file format, source code file format, generation time series (#1410) +- global warming potential, binary file format, text file format, source code file format, generation time series, optimisation, simulation (#1410) ### Removed diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 0e692cee5..422f91904 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -893,10 +893,13 @@ Class: OEO_00000313 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "An optimisation is a model calculation with the goal to find a best choice or result for at least one variable or function in the model."@en, "optimization", + "Add 'has participant' axiom: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1410", rdfs:label "optimisation" SubClassOf: - OEO_00000275 + OEO_00000275, + some OEO_00000314 DisjointWith: OEO_00000370 @@ -1018,10 +1021,13 @@ Class: OEO_00000370 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "A simulation is a model calculation that simulates a process or system behaviour from the real world."@en, + "Add 'has participant' axiom: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1410", rdfs:label "simulation" SubClassOf: - OEO_00000275 + OEO_00000275, + some OEO_00000371 DisjointWith: OEO_00000313 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d7472b479..c13ba0b4a 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2267,21 +2267,6 @@ Class: OEO_00000199 Class: OEO_00000200 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A supply grid is an object aggregate of systematically connected artificial objects that can work as a supply system.", - "grid", - "network", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/114 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/137", - rdfs:label "supply grid" - - SubClassOf: - - Class: OEO_00000204 @@ -6505,19 +6490,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/385", Class: OEO_00020006 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 -subclass of energy transformation unit -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", - rdfs:label "grid component"@en - - SubClassOf: - OEO_00020102, - some OEO_00000200 - Class: OEO_00020007 @@ -6978,17 +6950,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", Class: OEO_00020107 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Curtailment is a process in which a power generating unit is forced to reduce its output, in order to balance energy supply and demand or due to transmission constraints.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/888 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", - rdfs:label "curtailment" - - SubClassOf: - , - some OEO_00000334 - Class: OEO_00020136 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index ba2b6cf18..f5a16c62e 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1811,6 +1811,24 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", OEO_00000147 +Class: OEO_00000200 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A supply grid is an object aggregate of systematically connected artificial objects that can work as a supply system.", + "grid", + "network", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/114 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/137", + rdfs:label "supply grid" + + SubClassOf: + + + Class: OEO_00000206 Annotations: @@ -2493,6 +2511,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1010" Class: OEO_00020006 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 +subclass of energy transformation unit +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", + rdfs:label "grid component"@en + + SubClassOf: + OEO_00020102, + some OEO_00000200 + Class: OEO_00020011 @@ -2701,6 +2732,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", Class: OEO_00020107 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Curtailment is a process in which a power generating unit is forced to reduce its output, in order to balance energy supply and demand or due to transmission constraints.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/888 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897", + rdfs:label "curtailment" + + SubClassOf: + , + some OEO_00000334 + Class: OEO_00020121 From 3667e14075eefceca8aa25ee17d4968be40c74e2 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 25 Nov 2022 16:04:50 +0100 Subject: [PATCH 266/370] Add sector individuals CRF 1.C.1, 1.C.2 and 1.C.3 #1401 --- src/ontology/edits/oeo-social.omn | 52 +++++++++++++++++++++++++++++++ src/ontology/oeo.omn | 3 -- 2 files changed, 52 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 058e3a7f6..738b035d8 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -4429,6 +4429,58 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1317", OEO_00010050 +Individual: OEO_00010338 + + Annotations: + OEO_00010037 "CRF 1.C.1", + "The CRF sector (IPCC 2006) 'transport of CO2' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +This comprises fugitive emissions from the systems used to transport captured CO2 from the source to the injection site. These emissions may comprise losses due to fugitive equipment leaks, venting and releases due to pipeline +ruptures or other accidental releases (e.g., temporary storage).", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): transport of CO2"@en + + Types: + OEO_00000367 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010058 + + +Individual: OEO_00010339 + + Annotations: + OEO_00010037 "CRF 1.C.2", + "The CRF sector (IPCC 2006) 'pipelines' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Fugitive emissions from activities and equipment at the injection site and those from the end containment once the CO2 is placed in storage.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): injection and storage"@en + + Types: + OEO_00000367 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010058 + + +Individual: OEO_00010340 + + Annotations: + OEO_00010037 "CRF 1.C.3", + "The CRF sector (IPCC 2006) 'CO2 transport and storage' is a sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Any other emissions from CCS not reported elsewhere.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): CO2 transport and storage - other"@en + + Types: + OEO_00000367 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010058 + + DisjointClasses: OEO_00000145,OEO_00000213,OEO_00000422 diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index eba4a7cba..faeda3733 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -213,9 +213,6 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136" ObjectProperty: OEO_00020182 - - - ObjectProperty: owl:topObjectProperty From b64c2eff09ab07768bab93df980fed8418c4795c Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 28 Nov 2022 12:11:48 +0100 Subject: [PATCH 267/370] Update src/ontology/edits/oeo-physical.omn Co-authored-by: l-emele <36884905+l-emele@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 889966b65..7d92ec0dd 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9676,7 +9676,7 @@ Class: OEO_00310008 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat generating unit is an energy transformation unit that can contain a heat exchanger or a heater.", + "A heat generating unit is an energy transformation unit that contains a heat exchanger or a heater.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "heat generating unit" From ee5c7d3d3c723d49179085c077b58603c6255207 Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 28 Nov 2022 12:14:51 +0100 Subject: [PATCH 268/370] change boiler axiom --- src/ontology/edits/oeo-physical.omn | 371 ++++++++++++++-------------- 1 file changed, 185 insertions(+), 186 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7d92ec0dd..13bc190ca 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9446,6 +9446,179 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00140104 +Class: OEO_00310008 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat generating unit is an energy transformation unit that contains a heat exchanger or a heater.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "heat generating unit" + + SubClassOf: + OEO_00020102, + OEO_00010235 some OEO_00000207, + some + (OEO_00000210 or OEO_00140102), + some + + +Class: OEO_00310009 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A rotary heat exchanger is a heat exchanger that uses a wheel for a heat transfer process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "rotary heat exchanger" + + SubClassOf: + OEO_00140102 + + +Class: OEO_00310010 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A plate heat exchanger is a heat exchanger that uses a plate for a heat transfer process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "plate heat exchanger" + + SubClassOf: + OEO_00140102 + + +Class: OEO_00310011 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat plant is an energy transformation unit consisting of heat generating units and a grid component that feeds thermal energy into a heating grid.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "heat plant" + + SubClassOf: + OEO_00020102, + some OEO_00020008, + some OEO_00310008, + some + + +Class: OEO_00310012 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat transfer unit is a heat generating unit that contains a heat exchanger and not a heater.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "heat transfer unit" + + SubClassOf: + OEO_00310008, + (not ( some OEO_00000210)) + and ( some OEO_00140102) + + +Class: OEO_00310013 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A boiler is a heater that increases the thermal energy of fluids.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "boiler" + + SubClassOf: + OEO_00000210, + OEO_00000503 some OEO_00140116 + + +Class: OEO_00310014 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A combustion-based heater is a heater that increases the thermal energy using combustion.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "combustion-based heater" + + SubClassOf: + OEO_00000210, + OEO_00010234 some OEO_00000007, + some + + +Class: OEO_00310015 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electrical heater is a heater that increases the thermal energy using electric energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "electrical heater" + + SubClassOf: + OEO_00000210, + OEO_00010234 some OEO_00000139 + + +Class: OEO_00310017 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A geothermal heat unit is a heat transfer unit that uses geothermal energy as source.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "geothermal heat unit" + + SubClassOf: + OEO_00310012, + OEO_00010234 some OEO_00000191, + some OEO_00020059 + + +Class: OEO_00310018 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A geothermal heat plant is a heat plant that has geothermal heat units as parts.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "geothermal heat plant" + + SubClassOf: + OEO_00310011, + some OEO_00310017, + some OEO_00020059 + + +Class: OEO_00310021 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A tube collector is a solar thermal collector that consists of tubes.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "tube collector" + + SubClassOf: + OEO_00000387 + + +Class: OEO_00310022 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + OEO_00040001 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + "A flat-plate collector is a solar thermal collector that consists of flat-plates.", + rdfs:label "flat-plate collector" + + SubClassOf: + OEO_00000387 + + Class: OEO_00310032 Annotations: @@ -9670,213 +9843,39 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", SubClassOf: OEO_00310043, some OEO_00310041 - - -Class: OEO_00310008 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat generating unit is an energy transformation unit that contains a heat exchanger or a heater.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "heat generating unit" - - SubClassOf: - OEO_00020102, - OEO_00010235 some OEO_00000207, - some - (OEO_00000210 or OEO_00140102), - some - - -Class: OEO_00310009 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A rotary heat exchanger is a heat exchanger that uses a wheel for a heat transfer process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "rotary heat exchanger" - - SubClassOf: - OEO_00140102 - - -Class: OEO_00310010 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A plate heat exchanger is a heat exchanger that uses a plate for a heat transfer process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "plate heat exchanger" - - SubClassOf: - OEO_00140102 - - -Class: OEO_00310011 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat plant is an energy transformation unit consisting of heat generating units and a grid component that feeds thermal energy into a heating grid.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "heat plant" - - SubClassOf: - OEO_00020102, - some OEO_00020008, - some OEO_00310008, - some - - -Class: OEO_00310012 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat transfer unit is a heat generating unit that contains a heat exchanger and not a heater.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "heat transfer unit" - - SubClassOf: - OEO_00310008, - (not ( some OEO_00000210)) - and ( some OEO_00140102) - - -Class: OEO_00310013 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A boiler is a heater that increases the thermal energy of fluids.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "boiler" - - SubClassOf: - OEO_00000210, - (OEO_00000503 some OEO_00000331) - and (OEO_00000531 value OEO_00000256) - - -Class: OEO_00310014 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combustion-based heater is a heater that increases the thermal energy using combustion.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "combustion-based heater" - - SubClassOf: - OEO_00000210, - OEO_00010234 some OEO_00000007, - some - - -Class: OEO_00310015 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electrical heater is a heater that increases the thermal energy using electric energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "electrical heater" - - SubClassOf: - OEO_00000210, - OEO_00010234 some OEO_00000139 - - -Class: OEO_00310017 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A geothermal heat unit is a heat transfer unit that uses geothermal energy as source.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "geothermal heat unit" - - SubClassOf: - OEO_00310012, - OEO_00010234 some OEO_00000191, - some OEO_00020059 - - -Class: OEO_00310018 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A geothermal heat plant is a heat plant that has geothermal heat units as parts.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "geothermal heat plant" - - SubClassOf: - OEO_00310011, - some OEO_00310017, - some OEO_00020059 - - -Class: OEO_00310021 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A tube collector is a solar thermal collector that consists of tubes.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - rdfs:label "tube collector" - - SubClassOf: - OEO_00000387 - - -Class: OEO_00310022 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - OEO_00040001 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", - "A flat-plate collector is a solar thermal collector that consists of flat-plates.", - rdfs:label "flat-plate collector" - - SubClassOf: - OEO_00000387 - - + + Class: OEO_00310047 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:comment "A solar heat plant is a heat plant that has solar heat units as parts.", rdfs:label "solar heat plant" - - SubClassOf: + + SubClassOf: OEO_00310011, some OEO_00310048, some OEO_00020047 - - + + Class: OEO_00310048 - Annotations: + Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar heat unit is a heat generating unit that has a solar collector.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "solar heat unit" - - SubClassOf: + + SubClassOf: OEO_00310008, OEO_00010234 some OEO_00000384, some OEO_00000387, some OEO_00020047 - - + + Class: OEO_00320004 Annotations: From 1229cdd11cf8f9c67dd7664273b54dc7f9bd0aec Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Mon, 28 Nov 2022 12:31:58 +0100 Subject: [PATCH 269/370] make heat plant and power plant equivalent classes --- src/ontology/edits/oeo-physical.omn | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 13bc190ca..920db8c0d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1181,6 +1181,11 @@ more precise axioms pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "power plant" + EquivalentTo: + OEO_00020102 + and ( some OEO_00000144) + and ( some OEO_00000334) + SubClassOf: OEO_00020102, some OEO_00000144, @@ -3213,6 +3218,10 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1258 pull request: https://github.com/OpenEnergyPlatform/ontology/issues/1259"@en, rdfs:label "power generating unit" + EquivalentTo: + OEO_00020102 + and ( some OEO_00000188) + SubClassOf: OEO_00020102, @@ -9020,6 +9029,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", OEO_00010235 some OEO_00000139, OEO_00010235 some OEO_00000207, some OEO_00000188, + some + (OEO_00000210 or OEO_00140102), some OEO_00020107, some OEO_00240009 @@ -9455,6 +9466,11 @@ Class: OEO_00310008 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "heat generating unit" + EquivalentTo: + OEO_00020102 + and ( some + (OEO_00000210 or OEO_00140102)) + SubClassOf: OEO_00020102, OEO_00010235 some OEO_00000207, @@ -9498,6 +9514,11 @@ Class: OEO_00310011 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "heat plant" + EquivalentTo: + OEO_00020102 + and ( some OEO_00020008) + and ( some OEO_00310008) + SubClassOf: OEO_00020102, some OEO_00020008, From f3cf5bd62ef2f7e03a7a5c7080e7a66266e14d41 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 28 Nov 2022 20:39:40 +0100 Subject: [PATCH 270/370] Add sector individuals CRF 2.A.2, 2.A.3 and 2.A.4 #1401 --- src/ontology/edits/oeo-social.omn | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 738b035d8..95265087b 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -4481,6 +4481,53 @@ Any other emissions from CCS not reported elsewhere.", OEO_00010058 +Individual: OEO_00010341 + + Annotations: + OEO_00010037 "CRF 2.A.2", + "The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Process-related emissions from the production of various types of lime (ISIC: D2694).", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): lime production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010164 + + +Individual: OEO_00010342 + + Annotations: + OEO_00010037 "CRF 2.A.3", + "The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Process-related emissions from the production of various types of glass (ISIC: D2610).", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): glass production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010164 + + +Individual: OEO_00010343 + + Annotations: + "The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Includes limestone, dolomite and other carbonates etc. Emissions from the use of limestone, dolomite and other carbonates should be included in the industrial source category where they are emitted. Therefore, for example, where a carbonate is used as a flux for iron and steel production, resultant emissions should be reported under 2C1 “Iron and Steel Production” rather than this +subcategory.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): other process uses of carbonates"@en + + Types: + OEO_00000227 + + DisjointClasses: OEO_00000145,OEO_00000213,OEO_00000422 From 4a53d25d5099626cdba28b0b93666cb3b15f5677 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 28 Nov 2022 21:11:04 +0100 Subject: [PATCH 271/370] Add sector individuals CRF 2.B.1 to 2.B.10 #1410 --- src/ontology/edits/oeo-social.omn | 183 +++++++++++++++++++++++++++++- 1 file changed, 180 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 95265087b..706941764 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -35,6 +35,9 @@ AnnotationProperty: AnnotationProperty: +AnnotationProperty: + + AnnotationProperty: @@ -3294,6 +3297,7 @@ Individual: OEO_00010165 Annotations: OEO_00010037 "CRF 2.A.1", OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, + "The CRF sector (IPCC 2006) '#####' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:", "The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Process-related emissions from the production of various types of cement (ISIC: D2694).", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", @@ -4485,7 +4489,7 @@ Individual: OEO_00010341 Annotations: OEO_00010037 "CRF 2.A.2", - "The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: + "The CRF sector (IPCC 2006) 'lime production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Process-related emissions from the production of various types of lime (ISIC: D2694).", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", rdfs:label "CRF sector (IPCC 2006): lime production"@en @@ -4502,7 +4506,7 @@ Individual: OEO_00010342 Annotations: OEO_00010037 "CRF 2.A.3", - "The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: + "The CRF sector (IPCC 2006) 'glass production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Process-related emissions from the production of various types of glass (ISIC: D2610).", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", rdfs:label "CRF sector (IPCC 2006): glass production"@en @@ -4518,7 +4522,7 @@ Process-related emissions from the production of various types of glass (ISIC: D Individual: OEO_00010343 Annotations: - "The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: + "The CRF sector (IPCC 2006) 'other process uses of carbonates' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Includes limestone, dolomite and other carbonates etc. Emissions from the use of limestone, dolomite and other carbonates should be included in the industrial source category where they are emitted. Therefore, for example, where a carbonate is used as a flux for iron and steel production, resultant emissions should be reported under 2C1 “Iron and Steel Production” rather than this subcategory.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", @@ -4527,6 +4531,179 @@ subcategory.", Types: OEO_00000227 + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + + +Individual: OEO_00010344 + + Annotations: + OEO_00010037 "CRF 2.B.1", + "The CRF sector (IPCC 2006) 'ammonia' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Ammonia (NH3) is a major industrial chemical and the most important nitrogenous material produced. Ammonia gas is used directly as a fertilizer, in heat treating, paper pulping, nitric acid and nitrates manufacture, nitric acid ester and nitro compound manufacture, explosives of various types, and as a refrigerant. Amines, amides, and miscellaneous other organic compounds, such as urea, are made from ammonia. The main greenhouse gas emitted from NH3 production is CO2. CO2 used in the production of urea, a downstream process, should be subtracted from the CO2 generated and accounted for in the AFOLU Sector.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): ammonia production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + + +Individual: OEO_00010345 + + Annotations: + OEO_00010037 "CRF 2.B.2", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "The CRF sector (IPCC 2006) 'nitric acid production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Nitric acid is used as a raw material mainly in the manufacture of nitrogenous-based fertiliser. Nitric acid may also be used in the production of adipic acid and explosives (e.g., dynamite), for metal etching and in the processing of ferrous metals. The main greenhouse gas emitted from HNO3 production is nitrous oxide", + rdfs:label "CRF sector (IPCC 2006): nitric acid production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + + +Individual: OEO_00010346 + + Annotations: + OEO_00010037 "CRF 2.B.3", + "The CRF sector (IPCC 2006) 'adipic acid production is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Adipic acid is used in the manufacture of a large number of products including synthetic fibres, coatings, plastics, urethane foams, elastomers and synthetic lubricants. The production of Nylon 6.6 accounts for the bulk of adipic acid +use. The main greenhouse gas emitted from adipic acid production is nitrous oxide.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): adipic acid production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + + +Individual: OEO_00010347 + + Annotations: + OEO_00010037 "CRF 2.B.4", + "The CRF sector (IPCC 2006) 'caprolactam, glyoxal and glyoxylic acid production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Most of the annual production of caprolactam (NH(CH2)5CO) is consumed as the monomer for nylon-6 fibres and plastics, with a substantial proportion of the fibre used in carpet manufacturing. All commercial processes for the manufacture of caprolactam are based on either toluene or benzene. This subcategory also covers production of glyoxal (ethanedial) and glyoxylic acid production. The main greenhouse gas emitted from this subcategory is nitrous oxide.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): caprolactam, gloxal and glyoxylic acid production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + + +Individual: OEO_00010348 + + Annotations: + OEO_00010037 "CRF 2.B.5", + "The CRF sector (IPCC 2006) 'carbide production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +The production of carbide can result in emissions of CO2, CH4, CO and SO2. Silicon carbide is a significant artificial abrasive. It is produced from silica sand or quartz and petroleum coke. Calcium carbide is used in the production of acetylene, in the manufacture of cyanamide (a minor historical use), and as a reductant in electric arc steel furnaces. It is made from calcium carbonate (limestone) and carbon-containing reductant (petroleum coke).", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): carbide production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + + +Individual: OEO_00010349 + + Annotations: + OEO_00010037 "CRF 2.B.6", + "The CRF sector (IPCC 2006) 'titanium dioxide producion' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Titanium dioxide (TiO2) is the most important white pigment. The main use is in paint manufacture followed by paper, plastics, rubber, ceramics, fabrics, floor covering, printing ink, and other miscellaneous uses. The main production process is the chloride route, giving rise to CO2 emissions that are likely to be significant. This category also includes synthetic rutile production using the Becher process, and titanium slag production, both of which are reduction processes using fossil fuels and resulting in CO2 emissions. Synthetic rutile is the major input to TiO2 production using the chloride route.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): titanium dioxide production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + + +Individual: OEO_00010350 + + Annotations: + OEO_00010037 "CRF 2.B.7", + "The CRF sector (IPCC 2006) 'soda ash production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Soda ash (sodium carbonate, Na2CO3) is a white crystalline solid that is used as a raw material in a large number of industries including glass manufacture, soap and detergents, pulp and paper production and water treatment. Emissions of CO2 from the production of soda ash vary dependent on the manufacturing process. Four different processes may be used to produce soda ash. Three of these processes, monohydrate, sodium sesquicarbonate (trona) and direct carbonation, are referred to as natural processes. The fourth, the Solvay process, is classified as a synthetic process.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): soda ash production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + + +Individual: OEO_00010351 + + Annotations: + OEO_00010037 "CRF 2.B.8", + "The CRF sector (IPCC 2006) 'petrochemical and carbon black production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): petrochemical and carbon black production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + + +Individual: OEO_00010352 + + Annotations: + OEO_00010037 "CRF 2.B.9", + "The CRF sector (IPCC 2006) 'fluorochemical production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): fluorochemical production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + + +Individual: OEO_00010353 + + Annotations: + OEO_00010037 "CRF 2.B.10", + "The CRF sector (IPCC 2006) 'chemical industry - other' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +For example, gases with global warming potential listed in IPCC assessment reports that do not fall within any categories above could be reported here, if they are estimated.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): chemical industry - other"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010166 + DisjointClasses: OEO_00000145,OEO_00000213,OEO_00000422 From 7d67948cfcd48e1b23069165ea6ad50763f0be84 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 28 Nov 2022 21:28:23 +0100 Subject: [PATCH 272/370] Add sector individuals 2.C.2 to 2.C.7 #1410 --- src/ontology/edits/oeo-social.omn | 107 ++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 706941764..4567b87fa 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -4705,6 +4705,113 @@ For example, gases with global warming potential listed in IPCC assessment repor OEO_00010166 +Individual: OEO_00010354 + + Annotations: + OEO_00010037 "CRF 2.C.2", + "The CRF sector (IPCC 2006) 'ferroalloys' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Ferroalloys production covers emissions from primary metallurgical reduction production of the most common ferroalloys, i.e. ferro-silicon, silicon metal, ferro-manganese, silicon manganese, and ferro-chromium, excluding those +emissions relating to fuel use. From the production of these alloys, carbon dioxide (CO2), nitrous oxide (N2O), and methane (CH4) originating from ore- and reductant raw materials, is emitted.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): ferroalloys production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010167 + + +Individual: OEO_00010355 + + Annotations: + OEO_00010037 "CRF 2.C.3", + "The CRF sector (IPCC 2006) 'aluminium production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Aluminium Production covers primary production of aluminium, except the emissions related to the use of fuel. Carbon dioxide emissions result from the electrochemical reduction reaction of alumina with a carbon-based anode. +Tetrafluoromethane (CF4) and hexafluoroethane (C2F6) are also produced intermittently. No greenhouse gases are produced in recycling of aluminium other than from the fuels uses for metal remelting. Sulphur hexafluoride (SF6) +emissions are not associated with primary aluminium production; however, casting of some high magnesium containing alloys does result in SF6 emissions and these emissions are accounted for in Section 2C4, Magnesium +Production.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): aluminium production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010167 + + +Individual: OEO_00010356 + + Annotations: + OEO_00010037 "CRF 2.C.4", + "The CRF sector (IPCC 2006) 'magnesium production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Magnesium production covers GHG emissions related to both primary magnesium production as well as oxidation protection of magnesium metal during processing (recycling and casting), excluding those emissions relating to fuel use. In the primary production of magnesium, carbon dioxide (CO2) is emitted during calcination of dolomite and magnesite raw materials. Primary production of magnesium from non-carbonate raw materials does not emit carbon dioxide. In the processing of liquid magnesium, cover gases containing carbon dioxide (CO2), sulphur hexafluoride (SF6), the hydrofluorocarbon HFC 134a or the fluorinated ketone FK 5-1-12 ( C3F7C(O)C2F5) may be used. Partial +thermal decomposition and/or reaction between these compounds and liquid magnesium generates secondary compounds such as perfluorocarbons (PFCs), which are emitted in addition to unreacted cover gas constituents.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): magnesium production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010167 + + +Individual: OEO_00010357 + + Annotations: + OEO_00010037 "CRF 2.C.5", + "The CRF sector (IPCC 2006) 'lead production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Lead production covers production by the sintering/smelting process as well as direct smelting. Carbon dioxide emissions result as a product of the use of a variety of carbon-based reducing agents in both production +processes.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): lead production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010167 + + +Individual: OEO_00010358 + + Annotations: + OEO_00010037 "CRF 2.C.6", + "The CRF sector (IPCC 2006) 'zinc production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Zinc production covers emissions from both primary production of zinc from ore as well as recovery of zinc from scrap metals, excluding emissions related to fuel use. Following calcination, zinc metal is produced through one of three methods; 1-electro-thermic distillation, 2-pyrometallurgical smelting or 3-electrolysis. If method 1 or 2 is used, carbon dioxide (CO2) is emitted. Method 3 does not result in carbon dioxide emissions. Recovery of zinc from metal scrap often uses the same methods as primary production and may thus produce carbon dioxide emissions, which is included in this section.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): zinc production"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010167 + + +Individual: OEO_00010359 + + Annotations: + OEO_00010037 "CRF 2.C.7", + "The CRF sector (IPCC 2006) 'metal industry - other' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): metal industry - other"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010167 + + DisjointClasses: OEO_00000145,OEO_00000213,OEO_00000422 From d2f526741a6f79363293c454f59721be27259256 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 28 Nov 2022 21:29:43 +0100 Subject: [PATCH 273/370] Fix definition of individual 2.C.1 #1410 --- src/ontology/edits/oeo-social.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 4567b87fa..c4e42aafd 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -3358,7 +3358,7 @@ Individual: OEO_00010168 Annotations: OEO_00010037 "CRF 2.C.1", OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, - "The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: + "The CRF sector (IPCC 2006) 'iron and steel production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Carbon dioxide is the predominant gas emitted from the production of iron and steel. The sources of the carbon dioxide emissions include that from carbon-containing reducing agents such as coke and pulverized coal, and, from minerals such as limestone and dolomite added.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/858 From 87c4984d9a5969dfd440f1a3071c1c06fdb3e65c Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 30 Nov 2022 08:25:54 +0100 Subject: [PATCH 274/370] Improve axioms of `biofuel` and subclasses #872 Delete axiom: * `biofuel 'has disposition' some 'renewable energy carrier disposition'` Add axioms: * `'sustainable biofuel' 'has disposition' some 'renewable energy carrier disposition'` * `'non-sustainable biofuel' 'has disposition' some 'conventional energy carrier disposition'` --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 15 ++++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2e685ab..ae12ddcd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) +- biofuel (#1409) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 92072b9bb..4ff6ea7af 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1628,7 +1628,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/965 alternative term and disjoint: https://github.com/OpenEnergyPlatform/ontology/issues/872 -https://github.com/OpenEnergyPlatform/ontology/pull/1048", +https://github.com/OpenEnergyPlatform/ontology/pull/1048 + +delete 'renewable energy carrier disposition': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", rdfs:label "biofuel" EquivalentTo: @@ -1638,8 +1642,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1048", SubClassOf: OEO_00000099, OEO_00000530 some OEO_00030001, - some OEO_00000097, - some OEO_00020086 + some OEO_00000097 DisjointWith: OEO_00000014 @@ -6575,7 +6578,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", and ( some OEO_00010333) SubClassOf: - OEO_00000072 + OEO_00000072, + some OEO_00020086 DisjointWith: OEO_00010337 @@ -6594,7 +6598,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", and (not ( some OEO_00010333)) SubClassOf: - OEO_00000072 + OEO_00000072, + some OEO_00020148 DisjointWith: OEO_00010336 From f2bb87f32922db6d437b1834acdea58217c271d0 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 1 Dec 2022 12:26:36 +0100 Subject: [PATCH 275/370] Exclude competence question Q1 #872 With the implementation of issue #872 in pull request https://github.com/OpenEnergyPlatform/ontology/pull/1409/ the competency question 1 gets deprecated. The question reads: > Is biofuel renewable fuel? We now distinguish between `sustainable biofuel` and `non-sustainable biofuel` and only a `sustainable biofuel` is a `renewable fuel`. We decided in OEO that we do not want to change the original competency question. As workaround for a proper solution for the competency questions, Q1 is marked by a comment as deprecated. Further, Q1 gets excluded from the script. --- tests/competency_questions/q1.omn | 1 + tests/competency_questions/run_questions.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/competency_questions/q1.omn b/tests/competency_questions/q1.omn index f22f05c50..79d799367 100644 --- a/tests/competency_questions/q1.omn +++ b/tests/competency_questions/q1.omn @@ -10,3 +10,4 @@ Class: OEO_00000072 Class: OEO_00000072 SubClassOf: OEO_00000033 +# This competency question gets deprecated with this pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409 \ No newline at end of file diff --git a/tests/competency_questions/run_questions.sh b/tests/competency_questions/run_questions.sh index 2e56de055..e5984af37 100755 --- a/tests/competency_questions/run_questions.sh +++ b/tests/competency_questions/run_questions.sh @@ -4,9 +4,9 @@ COMMAND=$1 MERGED=$2 EXPECTED_RESULT=$3 -INFER="q1.omn q2.omn q3.omn q4.omn q5.omn q6.omn q7.omn q8.omn q9.omn q10.omn q11.omn q12.omn q13.omn q14.omn q15.omn q16.omn q17.omn q18.omn q19.omn q20.omn q21.omn q22.omn q23.omn q24.omn q25.omn q26.omn q27.omn q28.omn q29.omn q30.omn q31.omn q32.omn q33.omn q34.omn q35.omn q36.omn q37.omn q38.omn q39.omn q40.omn q41.omn q51.omn " +INFER="q2.omn q3.omn q4.omn q5.omn q6.omn q7.omn q8.omn q9.omn q10.omn q11.omn q12.omn q13.omn q14.omn q15.omn q16.omn q17.omn q18.omn q19.omn q20.omn q21.omn q22.omn q23.omn q24.omn q25.omn q26.omn q27.omn q28.omn q29.omn q30.omn q31.omn q32.omn q33.omn q34.omn q35.omn q36.omn q37.omn q38.omn q39.omn q40.omn q41.omn q51.omn " NON_INFERABLE_BUT_SHOULD="q42.omn q43.omn q44.omn q46.omn q47.omn q48.omn q49.omn q50.omn" -DONT_INFER="q45.omn" +DONT_INFER="q1.omn q45.omn" if [ "$EXPECTED_RESULT" = "true" ] then From 2491f1bd5bd34df6670d48ae46faa92fcb905b79 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 1 Dec 2022 14:12:32 +0100 Subject: [PATCH 276/370] Exclude competency question Q29 #872 Competency question Q29 is basically the same as Q1 and has to be excluded for the same reason. --- tests/competency_questions/q29.omn | 4 +++- tests/competency_questions/run_questions.sh | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/competency_questions/q29.omn b/tests/competency_questions/q29.omn index 0d8e90733..fe6cb326c 100644 --- a/tests/competency_questions/q29.omn +++ b/tests/competency_questions/q29.omn @@ -10,4 +10,6 @@ Class: OEO_00000072 Class: OEO_00000033 Class: OEO_00000072 - SubClassOf: OEO_00000033 \ No newline at end of file + SubClassOf: OEO_00000033 + +# This competency question gets deprecated with this pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409 \ No newline at end of file diff --git a/tests/competency_questions/run_questions.sh b/tests/competency_questions/run_questions.sh index e5984af37..de7fc87fe 100755 --- a/tests/competency_questions/run_questions.sh +++ b/tests/competency_questions/run_questions.sh @@ -4,9 +4,9 @@ COMMAND=$1 MERGED=$2 EXPECTED_RESULT=$3 -INFER="q2.omn q3.omn q4.omn q5.omn q6.omn q7.omn q8.omn q9.omn q10.omn q11.omn q12.omn q13.omn q14.omn q15.omn q16.omn q17.omn q18.omn q19.omn q20.omn q21.omn q22.omn q23.omn q24.omn q25.omn q26.omn q27.omn q28.omn q29.omn q30.omn q31.omn q32.omn q33.omn q34.omn q35.omn q36.omn q37.omn q38.omn q39.omn q40.omn q41.omn q51.omn " +INFER="q2.omn q3.omn q4.omn q5.omn q6.omn q7.omn q8.omn q9.omn q10.omn q11.omn q12.omn q13.omn q14.omn q15.omn q16.omn q17.omn q18.omn q19.omn q20.omn q21.omn q22.omn q23.omn q24.omn q25.omn q26.omn q27.omn q28.omn q30.omn q31.omn q32.omn q33.omn q34.omn q35.omn q36.omn q37.omn q38.omn q39.omn q40.omn q41.omn q51.omn " NON_INFERABLE_BUT_SHOULD="q42.omn q43.omn q44.omn q46.omn q47.omn q48.omn q49.omn q50.omn" -DONT_INFER="q1.omn q45.omn" +DONT_INFER="q1.omn q29.omn q45.omn" if [ "$EXPECTED_RESULT" = "true" ] then From dc88194a878d4b878416c37a509ab8ce308c67e7 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 1 Dec 2022 14:26:38 +0100 Subject: [PATCH 277/370] Add class `source category` #1426 Definition: _A source category is a sector that is defined by a common reporting format._ Alternative label: `CRF sector` Axiom: `'source category' EquivalentTo: sector and ('is defined by' some 'common reporting format')` --- src/ontology/edits/oeo-social.omn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 058e3a7f6..cbb5bbd26 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -902,6 +902,21 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1383", OEO_00010328 +Class: OEO_00010360 + + Annotations: + "A source category is a sector that is defined by a common reporting format.", + "CRF sector", + rdfs:label "source category"@en + + EquivalentTo: + OEO_00000367 + and (OEO_00000504 some OEO_00010055) + + SubClassOf: + OEO_00000367 + + Class: OEO_00020015 From 3e1640d55f45cb887c902e08d4fb30fde89ce21d Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 1 Dec 2022 14:32:52 +0100 Subject: [PATCH 278/370] Add term tracker item and update CHANGELOG.md #1426 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-social.omn | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2b9b9e3..23cc51055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - charging (#1394) - non-energy use, cold start, cooperative programming, distribution, (electricity) export/import, frequency control, request, service, chemical reaction (#1395) - ton of oil equivalent, ton of coal equivalent, kilo ton of oil equivalent, kilo ton of coal equivalent, million ton of oil equivalent, million ton of coal equivalent (#1398) +- source category (#1428) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index cbb5bbd26..b22756d04 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -907,6 +907,8 @@ Class: OEO_00010360 Annotations: "A source category is a sector that is defined by a common reporting format.", "CRF sector", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1426 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1428", rdfs:label "source category"@en EquivalentTo: From a8eef1967332b08436c1f2b8e0b1a0cd7e6120db Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Fri, 2 Dec 2022 00:37:39 +0100 Subject: [PATCH 279/370] git merge dev --- src/ontology/edits/oeo-physical.omn | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 688d3ff1b..d9d760ada 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2204,6 +2204,13 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" OEO_00000503 some OEO_00000099, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/736 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/766 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" some OEO_00310027 @@ -2616,7 +2623,7 @@ Class: OEO_00000251 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Lignite is coal that is non-agglomerating with a gross calorific value less than 17 435 kJ/kg (4 165 kcal/kg) and greater than 31 % volatile matter on a dry mineral matter free basis."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:comment "Oil shale and tar sands produced and combusted directly should be reported in this category. Oil shale and tar sands used as inputs for other transformation processes should also be reported in this category. + rdfs:comment "Oil shale and tar sands produced and combusted directly should be reported in this category. Oil shale and tar sands used as inputs for other transformation processes should also be reported in this category. This includes the portion of the oil shale or tar sands consumed in the transformation process.", rdfs:label "lignite", @@ -3289,7 +3296,7 @@ Class: OEO_00000356 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A biogenic municipal waste fuel is a municipal waste fuel that has a biogenic origin."@en, "renewable municipal waste fuel", - "remove origin + "remove origin pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 new definition: @@ -3739,7 +3746,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/689 add origin issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 -remove origin +remove origin pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", rdfs:label "water", @@ -4902,7 +4909,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 change 'has physical input / output' axioms to 'has energy input / output': https://github.com/OpenEnergyPlatform/ontology/issues/994 https://github.com/OpenEnergyPlatform/ontology/pull/1041 -remove wrong axiom +remove wrong axiom https://github.com/OpenEnergyPlatform/ontology/pull/1044", rdfs:label "marine current energy transformation"@en @@ -8926,7 +8933,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/issues/674 add origin issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 -remove origin +remove origin pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 classify as material entity pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1165"@en, From 6f5dc705f976b30254f1a46a8eff8961f93b361c Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Fri, 2 Dec 2022 00:42:10 +0100 Subject: [PATCH 280/370] delete @en labels --- src/ontology/edits/oeo-physical.omn | 232 ++++++++++++++-------------- 1 file changed, 116 insertions(+), 116 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d9d760ada..ab6cc1171 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2186,7 +2186,7 @@ Class: OEO_00000185 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine is a turbine that participates in a gas turbine process. It is also called combustion turbine."@en, + "A gas turbine is a turbine that participates in a gas turbine process. It is also called combustion turbine.", "combustion turbine", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 @@ -9425,6 +9425,121 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00140104 +Class: OEO_00310023 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat recovery steam generator is a heat exchanger that recovers heat from a hot steam.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "heat recovery steam generator" + + SubClassOf: + OEO_00140102, + OEO_00000503 some OEO_00110001, + OEO_00010234 some OEO_00000007 + + +Class: OEO_00310025 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "Combined cycle electricity generation is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "combined cycle electricity generation" + + SubClassOf: + OEO_00050001, + OEO_00010234 some OEO_00000139, + OEO_00010234 some OEO_00240000, + some OEO_00050020, + some OEO_00310027 + + +Class: OEO_00310027 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "gas turbine process" + + SubClassOf: + OEO_00020003, + OEO_00000532 some OEO_00000099, + OEO_00010234 some OEO_00000007, + OEO_00010235 some OEO_00240000, + some OEO_00140038, + some OEO_00000185 + + +Class: OEO_00310028 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A steam power unit is a power generating unit using steam.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "steam power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00110001, + OEO_00010234 some OEO_00000007, + some OEO_00000396 + + +Class: OEO_00310029 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A combined cycle power plant (CCGT) is a gas power plant that has gas fired power units, steam power units, gas power units and heat recovery steam units as parts.", + "CCGT", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "combined cycle power plant" + + SubClassOf: + OEO_00000184, + some OEO_00310028, + some OEO_00310030, + some OEO_00310031 + + +Class: OEO_00310030 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A gas power unit is a power generating unit using gas.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "gas power unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00000099, + OEO_00010234 some OEO_00000007, + some OEO_00000185 + + +Class: OEO_00310031 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A heat recovering steam unit is a power generating unit that recovers heat from steam.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", + rdfs:label "heat recovery steam unit" + + SubClassOf: + OEO_00000334, + OEO_00000503 some OEO_00110001, + OEO_00010234 some OEO_00000007, + some OEO_00310023 + + Class: OEO_00310032 Annotations: @@ -9651,121 +9766,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", some OEO_00310041 -Class: OEO_00310023 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovery steam generator is a heat exchanger that recovers heat from a hot steam."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "heat recovery steam generator" - - SubClassOf: - OEO_00140102, - OEO_00000503 some OEO_00110001, - OEO_00010234 some OEO_00000007 - - -Class: OEO_00310025 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Combined cycle electricity generation is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "combined cycle electricity generation" - - SubClassOf: - OEO_00050001, - OEO_00010234 some OEO_00000139, - OEO_00010234 some OEO_00240000, - some OEO_00050020, - some OEO_00310027 - - -Class: OEO_00310027 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "gas turbine process" - - SubClassOf: - OEO_00020003, - OEO_00000532 some OEO_00000099, - OEO_00010234 some OEO_00000007, - OEO_00010235 some OEO_00240000, - some OEO_00140038, - some OEO_00000185 - - -Class: OEO_00310028 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A steam power unit is a power generating unit using steam."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "steam power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00110001, - OEO_00010234 some OEO_00000007, - some OEO_00000396 - - -Class: OEO_00310029 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined cycle power plant (CCGT) is a gas power plant that has gas fired power units, steam power units, gas power units and heat recovery steam units as parts."@en, - "CCGT"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "combined cycle power plant" - - SubClassOf: - OEO_00000184, - some OEO_00310028, - some OEO_00310030, - some OEO_00310031 - - -Class: OEO_00310030 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas power unit is a power generating unit using gas."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "gas power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00000099, - OEO_00010234 some OEO_00000007, - some OEO_00000185 - - -Class: OEO_00310031 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovering steam unit is a power generating unit that recovers heat from steam."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "heat recovery steam unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00110001, - OEO_00010234 some OEO_00000007, - some OEO_00310023 - - Class: OEO_00320004 Annotations: From f0d884603264cabeeeffa1926c14ea415f6df9f9 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 2 Dec 2022 10:18:36 +0100 Subject: [PATCH 281/370] Move `has global warming potential` to oeo-shared --- src/ontology/edits/oeo-physical.omn | 22 ---------------------- src/ontology/edits/oeo-shared.omn | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 62735e713..889133233 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -181,28 +181,6 @@ ObjectProperty: OEO_00000523 ObjectProperty: OEO_00000524 - Annotations: - "A relation between a greenhouse gas and the global warming potential it has.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/478 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683", - rdfs:label "has global warming potential" - - SubPropertyOf: - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/858 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/965" - OEO_00140002 - - Domain: - OEO_00000020 - - Range: - OEO_00010078 - ObjectProperty: OEO_00000525 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index d37e5ca41..d10abbc91 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -627,6 +627,31 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/852", ObjectProperty: OEO_00000524 + Annotations: + "A relation between a greenhouse gas and the global warming potential it has.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/478 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683 + +move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1410", + rdfs:label "has global warming potential" + + SubPropertyOf: + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/858 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/965" + OEO_00140002 + + Domain: + OEO_00000020 + + Range: + OEO_00010078 + ObjectProperty: OEO_00000529 From aa6dba643119f80e43dbc5fe50fa79b4ca008b13 Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 2 Dec 2022 10:26:35 +0100 Subject: [PATCH 282/370] add scenario bundle #1343 --- src/ontology/edits/oeo-model.omn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index ffd9c518c..c03b72d7e 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1686,6 +1686,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882", some OEO_00020097 +Class: OEO_00020227 + + Annotations: + "A scenario bundle is an information content entity that connects information about a scenario study and the associated scenario projections on the OEP via the OEKG.", + rdfs:label "scenario bundle"@de + + SubClassOf: + + + Class: OEO_00030007 Annotations: From f3b534466f3d71ec72f2a42284397ca3d73e5353 Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 2 Dec 2022 10:31:36 +0100 Subject: [PATCH 283/370] add axiom and termt trackers #1343 --- src/ontology/edits/oeo-model.omn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c03b72d7e..a1b16ee73 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1690,10 +1690,13 @@ Class: OEO_00020227 Annotations: "A scenario bundle is an information content entity that connects information about a scenario study and the associated scenario projections on the OEP via the OEKG.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1343 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1429", rdfs:label "scenario bundle"@de SubClassOf: - + , + some Class: OEO_00030007 From 481c78b0c08fc00ccd2d73ed6d0633bd9e56c9ad Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 2 Dec 2022 10:32:51 +0100 Subject: [PATCH 284/370] CHANGELOG #1343 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23cc51055..dbfe2c8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - non-energy use, cold start, cooperative programming, distribution, (electricity) export/import, frequency control, request, service, chemical reaction (#1395) - ton of oil equivalent, ton of coal equivalent, kilo ton of oil equivalent, kilo ton of coal equivalent, million ton of oil equivalent, million ton of coal equivalent (#1398) - source category (#1428) +- scenario bundle (#1420) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) From 0f7e30041e8625490835bbb33fedf9f7e50a1391 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Fri, 2 Dec 2022 10:51:30 +0100 Subject: [PATCH 285/370] Update src/ontology/edits/oeo-model.omn --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index a1b16ee73..a668b6456 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1692,7 +1692,7 @@ Class: OEO_00020227 "A scenario bundle is an information content entity that connects information about a scenario study and the associated scenario projections on the OEP via the OEKG.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1343 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1429", - rdfs:label "scenario bundle"@de + rdfs:label "scenario bundle" SubClassOf: , From dd54b4aabb856676e173829e722af2e6092bc5f4 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Fri, 2 Dec 2022 11:08:45 +0100 Subject: [PATCH 286/370] Include competency questions in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 135769c4e..abf6043cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - charging (#1394) - non-energy use, cold start, cooperative programming, distribution, (electricity) export/import, frequency control, request, service, chemical reaction (#1395) - ton of oil equivalent, ton of coal equivalent, kilo ton of oil equivalent, kilo ton of coal equivalent, million ton of oil equivalent, million ton of coal equivalent (#1398) -- sustainable biofuel, non-sustainable biofuel (#1409) +- sustainable biofuel, non-sustainable biofuel; competency questions Q1 and Q2 (#1409) - source category (#1428) ### Changed From 2c60a525c9c87d15b383492407f5e6d421662369 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Fri, 2 Dec 2022 11:09:30 +0100 Subject: [PATCH 287/370] Include Q1 and Q29 at the right plac --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf6043cf..5acc552b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - charging (#1394) - non-energy use, cold start, cooperative programming, distribution, (electricity) export/import, frequency control, request, service, chemical reaction (#1395) - ton of oil equivalent, ton of coal equivalent, kilo ton of oil equivalent, kilo ton of coal equivalent, million ton of oil equivalent, million ton of coal equivalent (#1398) -- sustainable biofuel, non-sustainable biofuel; competency questions Q1 and Q2 (#1409) +- sustainable biofuel, non-sustainable biofuel (#1409) - source category (#1428) ### Changed @@ -29,7 +29,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) -- biofuel (#1409) +- biofuel; competency questions Q1 and Q2 (#1409) - has economic value, economic value of (#1422) ### Removed From f8eef87eaf28c3140cf468a75ed91c38c63a5a14 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:10:56 +0100 Subject: [PATCH 288/370] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfe2c8ec..0989d9748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - non-energy use, cold start, cooperative programming, distribution, (electricity) export/import, frequency control, request, service, chemical reaction (#1395) - ton of oil equivalent, ton of coal equivalent, kilo ton of oil equivalent, kilo ton of coal equivalent, million ton of oil equivalent, million ton of coal equivalent (#1398) - source category (#1428) -- scenario bundle (#1420) +- scenario bundle (#1429) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) From eeb415c9ba36ea41ea8d35bb405170cae826650d Mon Sep 17 00:00:00 2001 From: Alexandra Seibicke Date: Fri, 2 Dec 2022 14:45:33 +0100 Subject: [PATCH 289/370] move heat recovery steam unit as a subclass of energy transformation unit --- src/ontology/edits/oeo-physical.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3c8b64482..e416b3479 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9365,13 +9365,13 @@ Class: OEO_00310031 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovering steam unit is a power generating unit that recovers heat from steam.", + "A heat recovering steam unit is an energy transformation unit that recovers heat from steam.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "heat recovery steam unit" SubClassOf: - OEO_00000334, + OEO_00020102, OEO_00000503 some OEO_00110001, OEO_00010234 some OEO_00000007, some OEO_00310023 From 86736ed9f4ea8c13935af87269edddda94bfb353 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 5 Dec 2022 14:14:31 +0100 Subject: [PATCH 290/370] Add undisputed heat terms #1254 rotary heat exchanger plate heat exchanger boiler tube collector flat-plate collector --- src/ontology/edits/oeo-physical.omn | 67 +++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 19f7b8c25..a8d40c32b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9305,6 +9305,73 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00140104 +Class: OEO_00310009 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A rotary heat exchanger is a heat exchanger that uses a wheel for a heat transfer process.", + "jajksdhjksdhfjkashdfk", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "rotary heat exchanger" + + SubClassOf: + OEO_00140102 + + +Class: OEO_00310010 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A plate heat exchanger is a heat exchanger that uses a plate for a heat transfer process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "plate heat exchanger" + + SubClassOf: + OEO_00140102 + + +Class: OEO_00310013 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A boiler is a heater that increases the thermal energy of fluids.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "boiler" + + SubClassOf: + OEO_00000210, + OEO_00000503 some OEO_00140116 + + +Class: OEO_00310021 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A tube collector is a solar thermal collector that consists of tubes.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "tube collector" + + SubClassOf: + OEO_00000387 + + +Class: OEO_00310022 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + OEO_00040001 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", + "A flat-plate collector is a solar thermal collector that consists of flat-plates.", + rdfs:label "flat-plate collector" + + SubClassOf: + OEO_00000387 + + Class: OEO_00310032 Annotations: From 13baf8cff0b63e4341383fcb11cb6942e33f7bae Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 5 Dec 2022 14:17:47 +0100 Subject: [PATCH 291/370] Update term tracker items and CHANGELOG.md #1254 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2af07f7c..27624f616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - sustainable biofuel, non-sustainable biofuel (#1409) - source category (#1428) - scenario bundle (#1429) +- rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index a8d40c32b..620e2db82 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9310,9 +9310,8 @@ Class: OEO_00310009 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A rotary heat exchanger is a heat exchanger that uses a wheel for a heat transfer process.", - "jajksdhjksdhfjkashdfk", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", rdfs:label "rotary heat exchanger" SubClassOf: @@ -9325,7 +9324,7 @@ Class: OEO_00310010 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A plate heat exchanger is a heat exchanger that uses a plate for a heat transfer process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", rdfs:label "plate heat exchanger" SubClassOf: @@ -9338,7 +9337,7 @@ Class: OEO_00310013 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A boiler is a heater that increases the thermal energy of fluids.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", rdfs:label "boiler" SubClassOf: @@ -9352,7 +9351,7 @@ Class: OEO_00310021 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A tube collector is a solar thermal collector that consists of tubes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", rdfs:label "tube collector" SubClassOf: @@ -9364,7 +9363,7 @@ Class: OEO_00310022 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, OEO_00040001 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", "A flat-plate collector is a solar thermal collector that consists of flat-plates.", rdfs:label "flat-plate collector" From 73a1242635b6455e2b1aaa61bf762cd6f0461350 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 5 Dec 2022 14:21:16 +0100 Subject: [PATCH 292/370] Improve solar thermal collector #1254 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27624f616..90678830a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - biofuel; competency questions Q1 and Q2 (#1409) - global warming potential, binary file format, text file format, source code file format, generation time series, optimisation, simulation (#1410) - has economic value, economic value of (#1422) +- solar thermal collector (#1432) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 620e2db82..2e0fca632 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -3310,14 +3310,18 @@ Class: OEO_00000387 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A solar thermal collector is a heater that absorbs solar radiation to convert it into heat."@en, + "A solar thermal collector is a heater that converts solar energy to solar thermal energy."@en, "https://en.wikipedia.org/w/index.php?title=Solar_thermal_collector&oldid=903948846"@en, "change produces energy and uses energy axioms to 'has energy output' and 'has energy input': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 add axiom to 'has part some solar radiation receiving surface' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1074 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1228 + +improve definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +https://github.com/OpenEnergyPlatform/ontology/pull/1432", rdfs:label "solar thermal collector" SubClassOf: From b764f5985fbb5c28e759c89418f5b61aa0c27a83 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 6 Dec 2022 09:04:04 +0100 Subject: [PATCH 293/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index e021312db..01e1aca7e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2878,7 +2878,7 @@ Class: OEO_00000300 "Derived from https://en.wikipedia.org/w/index.php?title=Nuclear_binding_energy&oldid=1007327561"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225 -convert to nuclear binding energy +conversion to nuclear binding energy issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", rdfs:label "nuclear binding energy", From 0e90542b660ce2e3e92d900c53f0c9f7cdc6b5df Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 13 Dec 2022 11:47:51 +0100 Subject: [PATCH 294/370] Add utilisation value --- src/ontology/edits/oeo-physical.omn | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0ea5037b4..88ce80048 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -8986,7 +8986,7 @@ Class: OEO_00240016 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A net capacity factor is a fraction value that is calculated by dividing the net electricity generation over a given time step by the declared net capacity times the length of this time step."@en, + "A net capacity factor is a utilisation value that is calculated by dividing the net electricity generation over a given time step by the declared net capacity times the length of this time step."@en, "A net capacity factor is typically calculated for a year but other time steps (e.g. month or day) are possible."@en, "capacity factor", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/890 @@ -8998,7 +8998,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1146", rdfs:label "net capacity factor" SubClassOf: - OEO_00140127 + OEO_00320072 Class: OEO_00240018 @@ -10577,6 +10577,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1398", +Class: OEO_00320072 + + Annotations: + "A utilisation value is a fraction value that describes how much of a capacity of an artificial object, process, organisation or agent is used.", + rdfs:label "utilisation value" + + SubClassOf: + OEO_00140127 + + Individual: OEO_00000182 From f33ae07f6689e1ae04fe910f4e49560128ff322e Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 13 Dec 2022 11:53:07 +0100 Subject: [PATCH 295/370] Add term tracker items --- src/ontology/edits/oeo-physical.omn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 88ce80048..2b81e9c23 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -8994,7 +8994,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/946 make subclass of 'fraction value': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1144 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1146", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1146 + +make subclass of 'utilisation value': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1377 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1435", rdfs:label "net capacity factor" SubClassOf: @@ -10581,6 +10585,8 @@ Class: OEO_00320072 Annotations: "A utilisation value is a fraction value that describes how much of a capacity of an artificial object, process, organisation or agent is used.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1377 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1435", rdfs:label "utilisation value" SubClassOf: From 81d4f929e814c4e7a1255305814bacc10f772d88 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 13 Dec 2022 11:54:37 +0100 Subject: [PATCH 296/370] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90678830a..e256eab07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - source category (#1428) - scenario bundle (#1429) - rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) +- utilisation value (#1435) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) @@ -35,6 +36,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - global warming potential, binary file format, text file format, source code file format, generation time series, optimisation, simulation (#1410) - has economic value, economic value of (#1422) - solar thermal collector (#1432) +- net capacity factor (#1435) ### Removed From e86451498d97b2f26880a0f26ac932dab08a6ec3 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 13 Dec 2022 12:12:49 +0100 Subject: [PATCH 297/370] Add amortisation time --- src/ontology/edits/oeo-shared.omn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index b6e583d35..d02dec30f 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -4001,6 +4001,16 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1388", OEO_00320001 +Class: OEO_00320073 + + Annotations: + "An amortisation time is the time span in which the investment costs are refinanced from the annual profits and depreciation of the investment.", + rdfs:label "amortisation time" + + SubClassOf: + OEO_00030035 + + Individual: OEO_00000182 Annotations: From d35a14d17593b11f54cb7b6aaa61ea8be65899f2 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 13 Dec 2022 12:14:05 +0100 Subject: [PATCH 298/370] Add economic life time --- src/ontology/edits/oeo-shared.omn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index d02dec30f..bed7b456c 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -4011,6 +4011,16 @@ Class: OEO_00320073 OEO_00030035 +Class: OEO_00320074 + + Annotations: + "An economic life time is the operational life time during which an object is profitable to the owner.", + rdfs:label "economic life time" + + SubClassOf: + OEO_00020178 + + Individual: OEO_00000182 Annotations: From 6387db04a8eb0cc5786200c730f66526c0d8e462 Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 13 Dec 2022 12:19:38 +0100 Subject: [PATCH 299/370] Add term tracker items --- src/ontology/edits/oeo-shared.omn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index bed7b456c..d79d7511f 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -4005,6 +4005,8 @@ Class: OEO_00320073 Annotations: "An amortisation time is the time span in which the investment costs are refinanced from the annual profits and depreciation of the investment.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1380 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1436", rdfs:label "amortisation time" SubClassOf: @@ -4015,6 +4017,8 @@ Class: OEO_00320074 Annotations: "An economic life time is the operational life time during which an object is profitable to the owner.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1380 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1436", rdfs:label "economic life time" SubClassOf: From 82adef905882ff54986649c97b05e72e563980eb Mon Sep 17 00:00:00 2001 From: Ludwig M Date: Tue, 13 Dec 2022 12:20:34 +0100 Subject: [PATCH 300/370] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90678830a..8cf42885a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - source category (#1428) - scenario bundle (#1429) - rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) +- amortisation time, economic life time (#1436) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) From 3f22aba3dc74325ea2752d36d6a8824de889e983 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 14 Dec 2022 17:13:51 +0100 Subject: [PATCH 301/370] Add classes `renewable power unit` and `renewable power plant` #1423 * `renewable power unit`: _A renewable power unit is a power unit that has renewable energy as input._ Axiom: `'renewable power unit' EquivalentTo: 'power generating unit' and 'has energy input' some 'renewable energy'` * `renewable power plant`: _A renewable power plant is a power plant that has renewable power units as parts._ Axiom: `'renewable power plant' EquivalentTo: 'power plant' and ('has part' some 'renewable power unit')` --- src/ontology/edits/oeo-physical.omn | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0ea5037b4..7420311fe 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6462,6 +6462,34 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", OEO_00010336 +Class: OEO_00010361 + + Annotations: + "A renewable power unit is a power generating unit that has renewable energy as input.", + rdfs:label "renewable power unit"@en + + EquivalentTo: + OEO_00000334 + and (OEO_00010234 some OEO_00020085) + + SubClassOf: + OEO_00000334 + + +Class: OEO_00010362 + + Annotations: + "A renewable power plant is a power plant that has renewable power units as parts.", + rdfs:label "renewable power plant"@en + + EquivalentTo: + OEO_00000031 + and ( some OEO_00010361) + + SubClassOf: + OEO_00000031 + + Class: OEO_00020001 Annotations: From 2f4cedb749b3e5eb602c294679f7a6d1dbf3ad47 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 14 Dec 2022 17:20:41 +0100 Subject: [PATCH 302/370] Add axiom `'yield profile' 'is about' some 'renewable power plant'` #1423 Move classes `renewable power plant` and `renewable power unit` to oeo-shared. --- src/ontology/edits/oeo-model.omn | 6 +++++- src/ontology/edits/oeo-physical.omn | 19 ------------------- src/ontology/edits/oeo-shared.omn | 28 ++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 20 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index ccf005895..926f31b71 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1285,6 +1285,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", some OEO_00020013 +Class: OEO_00010362 + + Class: OEO_00020011 SubClassOf: @@ -1915,7 +1918,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793", rdfs:label "yield profile"@en SubClassOf: - OEO_00140138 + OEO_00140138, + some OEO_00010362 Class: OEO_00140161 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7420311fe..6cb654a62 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6464,28 +6464,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", Class: OEO_00010361 - Annotations: - "A renewable power unit is a power generating unit that has renewable energy as input.", - rdfs:label "renewable power unit"@en - - EquivalentTo: - OEO_00000334 - and (OEO_00010234 some OEO_00020085) - - SubClassOf: - OEO_00000334 - Class: OEO_00010362 - Annotations: - "A renewable power plant is a power plant that has renewable power units as parts.", - rdfs:label "renewable power plant"@en - - EquivalentTo: - OEO_00000031 - and ( some OEO_00010361) - SubClassOf: OEO_00000031 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index b6e583d35..8809661c5 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2494,6 +2494,31 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", OEO_00000014 +Class: OEO_00010361 + + Annotations: + "A renewable power unit is a power generating unit that has renewable energy as input.", + rdfs:label "renewable power unit"@en + + EquivalentTo: + OEO_00000334 + and (OEO_00010234 some OEO_00020085) + + SubClassOf: + OEO_00000334 + + +Class: OEO_00010362 + + Annotations: + "A renewable power plant is a power plant that has renewable power units as parts.", + rdfs:label "renewable power plant"@en + + EquivalentTo: + OEO_00000031 + and ( some OEO_00010361) + + Class: OEO_00020003 Annotations: @@ -2730,6 +2755,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/748", OEO_00020067 +Class: OEO_00020085 + + Class: OEO_00020102 Annotations: From 32267285db403d02ba93fd5bec34481446193ff5 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 14 Dec 2022 17:27:45 +0100 Subject: [PATCH 303/370] Add energy input axioms to existing classes #1423 Add axioms that classes can get inferred as subclasses of `renewable power unit`: * `'geothermal power unit' 'has energy input' some 'geothermal energy'` * `'marine current energy converting unit' 'has energy input' some 'marine current energy'` * `'marine tidal energy converting unit' 'has energy input' some 'marine tidal energy'` * `'marine wave energy converting unit' 'has energy input' some 'marine wave energy'` --- src/ontology/edits/oeo-physical.omn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 6cb654a62..45fecb004 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -972,6 +972,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", SubClassOf: OEO_00000334, + OEO_00010234 some OEO_00000191, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" @@ -4988,6 +4989,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", SubClassOf: OEO_00010085, + OEO_00010234 some OEO_00010097, some OEO_00010098 @@ -5002,6 +5004,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", SubClassOf: OEO_00010085, + OEO_00010234 some OEO_00010100, some OEO_00010099 @@ -5016,6 +5019,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", SubClassOf: OEO_00010085, + OEO_00010234 some OEO_00010102, some OEO_00010103 From a954357e7fbf0eaaf8b151da6b4054954921ed4e Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 14 Dec 2022 17:33:02 +0100 Subject: [PATCH 304/370] Move `renewable` and `renewable energy` to oeo-shared #1423 --- src/ontology/edits/oeo-physical.omn | 37 -------------------------- src/ontology/edits/oeo-shared.omn | 40 +++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 37 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 45fecb004..0f7d33e0d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6882,20 +6882,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", Class: OEO_00020085 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A renewable energy is an energy that has renewable origin.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", - rdfs:label "renewable energy" - - EquivalentTo: - OEO_00000150 - and (OEO_00000530 some OEO_00030004) - - SubClassOf: - OEO_00000150 - DisjointWith: OEO_00010295 @@ -7297,29 +7283,6 @@ Class: OEO_00030003 Class: OEO_00030004 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Renewable is an origin of energies that replenish on a human time scale.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/397 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/398 -include \"or energies\" -issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742 -change def -issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 - -Axiomatise relations between origin, energy and portion of matter: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:label "renewable" - - SubClassOf: - OEO_00000316, - OEO_00010121 some OEO_00000150 - DisjointWith: Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 8809661c5..bbc145462 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2757,6 +2757,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/748", Class: OEO_00020085 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "A renewable energy is an energy that has renewable origin.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", + rdfs:label "renewable energy" + + EquivalentTo: + OEO_00000150 + and (OEO_00000530 some OEO_00030004) + + SubClassOf: + OEO_00000150 + Class: OEO_00020102 @@ -3280,6 +3294,32 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", (OEO_00000150 or OEO_00000331) +Class: OEO_00030004 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "Renewable is an origin of energies that replenish on a human time scale.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/397 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/398 +include \"or energies\" +issue: https://github.com/OpenEnergyPlatform/ontology/issues/728 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742 +change def +issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 + +Axiomatise relations between origin, energy and portion of matter: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", + rdfs:label "renewable" + + SubClassOf: + OEO_00000316, + OEO_00010121 some OEO_00000150 + + Class: OEO_00030015 Annotations: From b846dd5cadfd448f94aace8d39346b99bea05328 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 14 Dec 2022 17:45:48 +0100 Subject: [PATCH 305/370] Update term tracker items and CHANGELOG.md #1423 --- CHANGELOG.md | 2 ++ src/ontology/edits/oeo-model.omn | 6 +++++- src/ontology/edits/oeo-physical.omn | 28 ++++++++++++++++++++++++---- src/ontology/edits/oeo-shared.omn | 14 ++++++++++++-- 4 files changed, 43 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90678830a..66d286a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - source category (#1428) - scenario bundle (#1429) - rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) +- renewable power unit, renewable power plant (#1437) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) @@ -35,6 +36,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - global warming potential, binary file format, text file format, source code file format, generation time series, optimisation, simulation (#1410) - has economic value, economic value of (#1422) - solar thermal collector (#1432) +- yield profile, geothermal power unit, marine current/tidal/wave energy converting unit (#1437) ### Removed diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 926f31b71..4ce33c716 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1914,7 +1914,11 @@ Class: OEO_00140139 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "A yield profile is a generation time series of a particular renewable power plant.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793 + +Add 'is about' axiom: +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "yield profile"@en SubClassOf: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0f7d33e0d..824b82dc7 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -967,7 +967,11 @@ Class: OEO_00000019 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A geothermal power unit is a power unit using geothermal heat.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752 + +Add 'has energy input' axiom: +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "geothermal power unit" SubClassOf: @@ -4984,7 +4988,11 @@ Class: OEO_00010108 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine current energy converting unit is a hydro power unit that uses marine current energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +Add 'has energy input' axiom: +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "marine current energy converting unit"@en SubClassOf: @@ -4999,7 +5007,11 @@ Class: OEO_00010109 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine tidal energy converting unit is a hydro power unit that uses marine tidal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +Add 'has energy input' axiom: +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "marine tidal energy converting unit"@en SubClassOf: @@ -5014,7 +5026,11 @@ Class: OEO_00010110 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A marine wave energy converting unit is a hydro power unit that uses marine wave energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +Add 'has energy input' axiom: +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "marine wave energy converting unit"@en SubClassOf: @@ -6471,6 +6487,10 @@ Class: OEO_00010361 Class: OEO_00010362 + Annotations: + "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437" + SubClassOf: OEO_00000031 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index bbc145462..c76a65bc8 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2498,6 +2498,8 @@ Class: OEO_00010361 Annotations: "A renewable power unit is a power generating unit that has renewable energy as input.", + "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "renewable power unit"@en EquivalentTo: @@ -2761,7 +2763,11 @@ Class: OEO_00020085 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "A renewable energy is an energy that has renewable origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/741 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 + +Move to oeo-shared: +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "renewable energy" EquivalentTo: @@ -3312,7 +3318,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192 + +Move to oeo-shared: +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "renewable" SubClassOf: From 867660c07c5b1b68d4e62c6e35959914fc9a0e61 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 15 Dec 2022 09:56:57 +0100 Subject: [PATCH 306/370] Move remaining parts of `renewable power plant` to oeo-shared #1423 --- src/ontology/edits/oeo-physical.omn | 7 ------- src/ontology/edits/oeo-shared.omn | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 824b82dc7..554b7b4bd 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6487,13 +6487,6 @@ Class: OEO_00010361 Class: OEO_00010362 - Annotations: - "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437" - - SubClassOf: - OEO_00000031 - Class: OEO_00020001 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index c76a65bc8..66d93e7c5 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2514,12 +2514,17 @@ Class: OEO_00010362 Annotations: "A renewable power plant is a power plant that has renewable power units as parts.", + "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "renewable power plant"@en EquivalentTo: OEO_00000031 and ( some OEO_00010361) + SubClassOf: + OEO_00000031 + Class: OEO_00020003 From a1ef035fab14dabe4c0d7f9989195a991234e7f9 Mon Sep 17 00:00:00 2001 From: Ludwig M <62106709+lumi321@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:18:01 +0100 Subject: [PATCH 307/370] Update src/ontology/edits/oeo-shared.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-shared.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index d79d7511f..dbf300b4f 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -4016,7 +4016,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1436", Class: OEO_00320074 Annotations: - "An economic life time is the operational life time during which an object is profitable to the owner.", + "An economic life time is the operational life time during which an artificial object is profitable to the owner.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1380 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1436", rdfs:label "economic life time" From 4437d8874929a7278fbae59f45188bfbdbf1229e Mon Sep 17 00:00:00 2001 From: Ludwig M <62106709+lumi321@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:26:26 +0100 Subject: [PATCH 308/370] Update definition --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2b81e9c23..b5dec0954 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10584,7 +10584,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1398", Class: OEO_00320072 Annotations: - "A utilisation value is a fraction value that describes how much of a capacity of an artificial object, process, organisation or agent is used.", + "A utilisation value is a fraction value that describes the instantaneous share of a maximum value that is utilised.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1377 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1435", rdfs:label "utilisation value" From 0aecd7a56edcb9c14c01182d757e53808143b01c Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 16 Dec 2022 11:31:23 +0100 Subject: [PATCH 309/370] Add term tracker items and update CHANGELOG.md #1440 --- CHANGELOG.md | 2 ++ src/ontology/edits/oeo-social.omn | 46 +++++++++++++++++++++++++++++-- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbfd6ecaf..b66d5a71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,12 +21,14 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - charging (#1394) - non-energy use, cold start, cooperative programming, distribution, (electricity) export/import, frequency control, request, service, chemical reaction (#1395) - ton of oil equivalent, ton of coal equivalent, kilo ton of oil equivalent, kilo ton of coal equivalent, million ton of oil equivalent, million ton of coal equivalent (#1398) +- CRF sector individuals 2.A.2, 2.A.3, 2.A.4, 2.B.1 to 2.B.10, 2.C.2 to 2.C.7 (#1440) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) +- CRF sector individual 2.C.1 (#1440) ### Removed diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index c4e42aafd..a923d455a 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -3297,7 +3297,6 @@ Individual: OEO_00010165 Annotations: OEO_00010037 "CRF 2.A.1", OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, - "The CRF sector (IPCC 2006) '#####' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:", "The CRF sector (IPCC 2006) 'cement production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Process-related emissions from the production of various types of cement (ISIC: D2694).", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", @@ -3362,7 +3361,11 @@ Individual: OEO_00010168 Carbon dioxide is the predominant gas emitted from the production of iron and steel. The sources of the carbon dioxide emissions include that from carbon-containing reducing agents such as coke and pulverized coal, and, from minerals such as limestone and dolomite added.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/858 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941 + +Fix definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): iron and steel production"@en Types: @@ -4492,6 +4495,8 @@ Individual: OEO_00010341 "The CRF sector (IPCC 2006) 'lime production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Process-related emissions from the production of various types of lime (ISIC: D2694).", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): lime production"@en Types: @@ -4509,6 +4514,8 @@ Individual: OEO_00010342 "The CRF sector (IPCC 2006) 'glass production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Process-related emissions from the production of various types of glass (ISIC: D2610).", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): glass production"@en Types: @@ -4522,10 +4529,13 @@ Process-related emissions from the production of various types of glass (ISIC: D Individual: OEO_00010343 Annotations: + OEO_00010037 "CRF 2.A.4", "The CRF sector (IPCC 2006) 'other process uses of carbonates' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Includes limestone, dolomite and other carbonates etc. Emissions from the use of limestone, dolomite and other carbonates should be included in the industrial source category where they are emitted. Therefore, for example, where a carbonate is used as a flux for iron and steel production, resultant emissions should be reported under 2C1 “Iron and Steel Production” rather than this subcategory.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): other process uses of carbonates"@en Types: @@ -4543,6 +4553,8 @@ Individual: OEO_00010344 "The CRF sector (IPCC 2006) 'ammonia' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Ammonia (NH3) is a major industrial chemical and the most important nitrogenous material produced. Ammonia gas is used directly as a fertilizer, in heat treating, paper pulping, nitric acid and nitrates manufacture, nitric acid ester and nitro compound manufacture, explosives of various types, and as a refrigerant. Amines, amides, and miscellaneous other organic compounds, such as urea, are made from ammonia. The main greenhouse gas emitted from NH3 production is CO2. CO2 used in the production of urea, a downstream process, should be subtracted from the CO2 generated and accounted for in the AFOLU Sector.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): ammonia production"@en Types: @@ -4558,6 +4570,8 @@ Individual: OEO_00010345 Annotations: OEO_00010037 "CRF 2.B.2", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", "The CRF sector (IPCC 2006) 'nitric acid production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Nitric acid is used as a raw material mainly in the manufacture of nitrogenous-based fertiliser. Nitric acid may also be used in the production of adipic acid and explosives (e.g., dynamite), for metal etching and in the processing of ferrous metals. The main greenhouse gas emitted from HNO3 production is nitrous oxide", rdfs:label "CRF sector (IPCC 2006): nitric acid production"@en @@ -4578,6 +4592,8 @@ Individual: OEO_00010346 Adipic acid is used in the manufacture of a large number of products including synthetic fibres, coatings, plastics, urethane foams, elastomers and synthetic lubricants. The production of Nylon 6.6 accounts for the bulk of adipic acid use. The main greenhouse gas emitted from adipic acid production is nitrous oxide.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): adipic acid production"@en Types: @@ -4595,6 +4611,8 @@ Individual: OEO_00010347 "The CRF sector (IPCC 2006) 'caprolactam, glyoxal and glyoxylic acid production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Most of the annual production of caprolactam (NH(CH2)5CO) is consumed as the monomer for nylon-6 fibres and plastics, with a substantial proportion of the fibre used in carpet manufacturing. All commercial processes for the manufacture of caprolactam are based on either toluene or benzene. This subcategory also covers production of glyoxal (ethanedial) and glyoxylic acid production. The main greenhouse gas emitted from this subcategory is nitrous oxide.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): caprolactam, gloxal and glyoxylic acid production"@en Types: @@ -4612,6 +4630,8 @@ Individual: OEO_00010348 "The CRF sector (IPCC 2006) 'carbide production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: The production of carbide can result in emissions of CO2, CH4, CO and SO2. Silicon carbide is a significant artificial abrasive. It is produced from silica sand or quartz and petroleum coke. Calcium carbide is used in the production of acetylene, in the manufacture of cyanamide (a minor historical use), and as a reductant in electric arc steel furnaces. It is made from calcium carbonate (limestone) and carbon-containing reductant (petroleum coke).", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): carbide production"@en Types: @@ -4629,6 +4649,8 @@ Individual: OEO_00010349 "The CRF sector (IPCC 2006) 'titanium dioxide producion' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Titanium dioxide (TiO2) is the most important white pigment. The main use is in paint manufacture followed by paper, plastics, rubber, ceramics, fabrics, floor covering, printing ink, and other miscellaneous uses. The main production process is the chloride route, giving rise to CO2 emissions that are likely to be significant. This category also includes synthetic rutile production using the Becher process, and titanium slag production, both of which are reduction processes using fossil fuels and resulting in CO2 emissions. Synthetic rutile is the major input to TiO2 production using the chloride route.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): titanium dioxide production"@en Types: @@ -4646,6 +4668,8 @@ Individual: OEO_00010350 "The CRF sector (IPCC 2006) 'soda ash production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Soda ash (sodium carbonate, Na2CO3) is a white crystalline solid that is used as a raw material in a large number of industries including glass manufacture, soap and detergents, pulp and paper production and water treatment. Emissions of CO2 from the production of soda ash vary dependent on the manufacturing process. Four different processes may be used to produce soda ash. Three of these processes, monohydrate, sodium sesquicarbonate (trona) and direct carbonation, are referred to as natural processes. The fourth, the Solvay process, is classified as a synthetic process.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): soda ash production"@en Types: @@ -4662,6 +4686,8 @@ Individual: OEO_00010351 OEO_00010037 "CRF 2.B.8", "The CRF sector (IPCC 2006) 'petrochemical and carbon black production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): petrochemical and carbon black production"@en Types: @@ -4678,6 +4704,8 @@ Individual: OEO_00010352 OEO_00010037 "CRF 2.B.9", "The CRF sector (IPCC 2006) 'fluorochemical production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): fluorochemical production"@en Types: @@ -4695,6 +4723,8 @@ Individual: OEO_00010353 "The CRF sector (IPCC 2006) 'chemical industry - other' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: For example, gases with global warming potential listed in IPCC assessment reports that do not fall within any categories above could be reported here, if they are estimated.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): chemical industry - other"@en Types: @@ -4713,6 +4743,8 @@ Individual: OEO_00010354 Ferroalloys production covers emissions from primary metallurgical reduction production of the most common ferroalloys, i.e. ferro-silicon, silicon metal, ferro-manganese, silicon manganese, and ferro-chromium, excluding those emissions relating to fuel use. From the production of these alloys, carbon dioxide (CO2), nitrous oxide (N2O), and methane (CH4) originating from ore- and reductant raw materials, is emitted.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): ferroalloys production"@en Types: @@ -4733,6 +4765,8 @@ Tetrafluoromethane (CF4) and hexafluoroethane (C2F6) are also produced intermitt emissions are not associated with primary aluminium production; however, casting of some high magnesium containing alloys does result in SF6 emissions and these emissions are accounted for in Section 2C4, Magnesium Production.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): aluminium production"@en Types: @@ -4751,6 +4785,8 @@ Individual: OEO_00010356 Magnesium production covers GHG emissions related to both primary magnesium production as well as oxidation protection of magnesium metal during processing (recycling and casting), excluding those emissions relating to fuel use. In the primary production of magnesium, carbon dioxide (CO2) is emitted during calcination of dolomite and magnesite raw materials. Primary production of magnesium from non-carbonate raw materials does not emit carbon dioxide. In the processing of liquid magnesium, cover gases containing carbon dioxide (CO2), sulphur hexafluoride (SF6), the hydrofluorocarbon HFC 134a or the fluorinated ketone FK 5-1-12 ( C3F7C(O)C2F5) may be used. Partial thermal decomposition and/or reaction between these compounds and liquid magnesium generates secondary compounds such as perfluorocarbons (PFCs), which are emitted in addition to unreacted cover gas constituents.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): magnesium production"@en Types: @@ -4769,6 +4805,8 @@ Individual: OEO_00010357 Lead production covers production by the sintering/smelting process as well as direct smelting. Carbon dioxide emissions result as a product of the use of a variety of carbon-based reducing agents in both production processes.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): lead production"@en Types: @@ -4786,6 +4824,8 @@ Individual: OEO_00010358 "The CRF sector (IPCC 2006) 'zinc production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Zinc production covers emissions from both primary production of zinc from ore as well as recovery of zinc from scrap metals, excluding emissions related to fuel use. Following calcination, zinc metal is produced through one of three methods; 1-electro-thermic distillation, 2-pyrometallurgical smelting or 3-electrolysis. If method 1 or 2 is used, carbon dioxide (CO2) is emitted. Method 3 does not result in carbon dioxide emissions. Recovery of zinc from metal scrap often uses the same methods as primary production and may thus produce carbon dioxide emissions, which is included in this section.", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): zinc production"@en Types: @@ -4802,6 +4842,8 @@ Individual: OEO_00010359 OEO_00010037 "CRF 2.C.7", "The CRF sector (IPCC 2006) 'metal industry - other' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", rdfs:label "CRF sector (IPCC 2006): metal industry - other"@en Types: From 241bb7001d97994e3998ae50a5c32fe61b41d32c Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 16 Dec 2022 14:21:00 +0100 Subject: [PATCH 310/370] Output glossary as single md and csv files. --- .github/workflows/PostReleaseScripts.yml | 2 ++ src/scripts/etd/etd.py | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 62bf10239..e1da0ecbb 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -9,6 +9,8 @@ on: push: tags: - "v*" + branches: + - 'feature-1020-export-of-existing-terms-and-definitions' jobs: exportTermsDefinitions: runs-on: ubuntu-latest diff --git a/src/scripts/etd/etd.py b/src/scripts/etd/etd.py index cfff15f40..35b79c805 100644 --- a/src/scripts/etd/etd.py +++ b/src/scripts/etd/etd.py @@ -5,6 +5,7 @@ import string import pathlib warnings.filterwarnings("ignore") +import sys GLOSSARY_HEADER = """# Existing Terms and Definitions @@ -13,8 +14,13 @@ BASE_IRI = "http://openenergy-platform.org/ontology/oeo/" if __name__ == '__main__': + arguments = sys.argv[1:] + if len(arguments) > 0: + target_path = arguments[0] + else: + target_path = 'src/scripts/etd' cwd = os.getcwd() - df = pd.read_excel('src/scripts/etd/etd.xlsx') + df = pd.read_excel(pathlib.Path(target_path).joinpath("etd.xlsx").as_posix()) df = df.replace('\n', '
', regex=True) df = df.sort_values("LABEL", key=lambda col: col.str.strip().str.lower()) @@ -41,5 +47,12 @@ table = title + buffer + "\n\n" #df.to_markdown(buf=cwd + "/src/scripts/etd/ETD.md", index=False) output += table - with open(cwd + f"/src/scripts/etd/glossary/glossary.md", "w") as fil: - fil.write(output) \ No newline at end of file + with open(pathlib.Path(target_path).joinpath("glossary.md").as_posix(), "w") as fil: + fil.write(output) + + # create csv output + df_csv = df.copy() + df_csv["ID"] = df_csv["ID"].str.replace("http://openenergy-platform.org/ontology/oeo/oeo-physical/", "") + df_csv["ID"] = df_csv["ID"].str.replace("http://openenergy-platform.org/ontology/oeo/oeo-model/", "") + df_csv["ID"] = df_csv["ID"].str.replace(":", "_") + df_csv.to_csv(pathlib.Path(target_path).joinpath("glossary.csv").as_posix(), index=False) \ No newline at end of file From 33297dc86d7419bf36c688695095f13a26f3909b Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 16 Dec 2022 14:29:07 +0100 Subject: [PATCH 311/370] Added one more level to glossary path --- src/scripts/etd/etd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/etd/etd.py b/src/scripts/etd/etd.py index 35b79c805..e2e766d2d 100644 --- a/src/scripts/etd/etd.py +++ b/src/scripts/etd/etd.py @@ -47,7 +47,7 @@ table = title + buffer + "\n\n" #df.to_markdown(buf=cwd + "/src/scripts/etd/ETD.md", index=False) output += table - with open(pathlib.Path(target_path).joinpath("glossary.md").as_posix(), "w") as fil: + with open(pathlib.Path(target_path).joinpath("glossary/glossary.md").as_posix(), "w") as fil: fil.write(output) # create csv output @@ -55,4 +55,4 @@ df_csv["ID"] = df_csv["ID"].str.replace("http://openenergy-platform.org/ontology/oeo/oeo-physical/", "") df_csv["ID"] = df_csv["ID"].str.replace("http://openenergy-platform.org/ontology/oeo/oeo-model/", "") df_csv["ID"] = df_csv["ID"].str.replace(":", "_") - df_csv.to_csv(pathlib.Path(target_path).joinpath("glossary.csv").as_posix(), index=False) \ No newline at end of file + df_csv.to_csv(pathlib.Path(target_path).joinpath("glossary/glossary.csv").as_posix(), index=False) \ No newline at end of file From 8f81f7cc2f723b31fba145423fa38e355335951f Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 16 Dec 2022 14:29:33 +0100 Subject: [PATCH 312/370] Renamed ETD to more explicit name --- .github/workflows/PostReleaseScripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index e1da0ecbb..f750e4610 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -47,7 +47,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v3 with: - name: ETD + name: existing-terms-and-definitions path: src/scripts/etd/glossary # - name: Checkout wiki # uses: actions/checkout@v2 From 1bce5e121b2678a6fc897caad5d75fdc26d186b4 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 19 Dec 2022 15:22:03 +0100 Subject: [PATCH 313/370] Add sector individuals 2.E.1 to 2.E.5, 2.F.1 to 2.F.6 and 2.G.1 to 2.G.4 #1401 --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-social.omn | 297 ++++++++++++++++++++++++++++++ 2 files changed, 298 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9caeeec6d..5858caabc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) - utilisation value (#1435) - amortisation time, economic life time (#1436) -- CRF sector individuals 2.A.2, 2.A.3, 2.A.4, 2.B.1 to 2.B.10, 2.C.2 to 2.C.7 (#1440) +- CRF sector individuals 2.A.2, 2.A.3, 2.A.4, 2.B.1 to 2.B.10, 2.C.2 to 2.C.7, 2.E.1 to 2.E.5, 2.F.1 to 2.F.6 and 2.G.1 to 2.G.4 (#1440) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 81b34a3f4..fb490d72a 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -4871,6 +4871,303 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", OEO_00010167 +Individual: OEO_00010363 + + Annotations: + OEO_00010037 "CRF 2.E.1", + "The CRF sector (IPCC 2006) 'integrated circuit or semiconductor' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Emissions of CF4, C2F6, C3F8, c-C4F8, C4F6, C4F8O, C5F8, CHF3, CH2F2, NF3 and SF6 from uses of these gases in Integrated Circuit (IC) manufacturing in rapidly evolving ways and in varying amounts, which depend on product +(e.g., memory or logic devices) and equipment manufacturer.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): integrated circuit or semiconductor" + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010170 + + +Individual: OEO_00010364 + + Annotations: + OEO_00010037 "CRF 2.E.2", + "The CRF sector (IPCC 2006) 'TFT flat panel display' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Uses and emissions of predominantly CF4, CHF3, NF3 and SF6 during the fabrication of thin-film transistors (TFTs) on glass substrates for flat panel display manufacture. In addition to these gases, C2F6, C3F8 and c-C4F8 may also be used and emitted during the manufacture of thin and smart displays.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): TFT flat panel display"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010170 + + +Individual: OEO_00010365 + + Annotations: + OEO_00010037 "CRF 2.E.3", + "The CRF sector (IPCC 2006) 'photovoltaics' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Photovoltaic cell manufacture may use and emit CF4 and C2F6 among others.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + rdfs:label "CRF sector (IPCC 2006): photovoltaics"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010170 + + +Individual: OEO_00010366 + + Annotations: + OEO_00010037 "CRF 2.E.4", + "The CRF sector (IPCC 2006) 'heat transfer fluid' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Heat transfer fluids, which include several fully fluorinated carbon compounds (either in pure form or in mixtures) with six or more carbon atoms, used and emitted during IC manufacture, testing and assembly. They are used in chillers, temperature shock testers and vapour phase reflow soldering.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): heat transfer fluid"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010170 + + +Individual: OEO_00010367 + + Annotations: + OEO_00010037 "CRF 2.E.5", + "The CRF sector (IPCC 2006) 'electronics industry - other' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): electronics industry - other"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010170 + + +Individual: OEO_00010368 + + Annotations: + OEO_00010037 "CRF 2.F.1", + "The CRF sector (IPCC 2006) 'refrigeration and air conditioning' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Refrigeration and air-conditioning systems are usually classified in six application domains or categories. These categories utilise different technologies such as heat exchangers, expansion devices, pipings and compressors. The six application domains are domestic refrigeration, commercial refrigeration, industrial processes, transport refrigeration, stationary air conditioning, mobile airconditioning systems. For all these applications, various HFCs are selectively replacing CFCs and HCFCs. For example, in developed countries, HFC-134a has replaced CFC-12 in domestic refrigeration and mobile air conditioning systems, and blends of HFCs such as R-407C (HFC-32/HFC-125/HFC-134a) and R-410A (HFC-32/HFC-125) are replacing HCFC-22 mainly in stationary air conditioning. Other, non HFC substances are used to replace CFCs and HCFCs such as iso-butane in domestic refrigeration or ammonia in industrial refrigeration. HFC- 152a is also being considered for mobile air conditioning in several regions.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): refrigeration and air conditioning"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010171 + + +Individual: OEO_00010369 + + Annotations: + OEO_00010037 "CRF 2.F.2", + "The CRF sector (IPCC 2006) 'foam blowing agents' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +HFCs are being used as replacements for CFCs and HCFCs in foams, particularly in closed-cell insulation applications. Compounds that are being used include HFC-245fa, HFC-365mfc, HFC-227ea, HFC-134a, and HFC-152a. The processes and applications for which these various HFCs are being used include insulation boards and panels, pipe sections, sprayed systems and onecomponent gap filling foams. For open-cell foams, such as integral skin products for automotive steering wheels and facias, emissions of HFCs used as blowing agents are likely to occur during the manufacturing process. In closedcell foam, emissions not only occur during the manufacturing phase, but usually extend into the in-use phase and often the majority of emission occurs at the endof-life (de-commissioning losses). Accordingly, emissions can occur over a period of up to 50 years or even longer.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): foam blowing agents"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010171 + + +Individual: OEO_00010370 + + Annotations: + OEO_00010037 "CRF 2.F.3", + "The CRF sector (IPCC 2006) 'fire protection' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +There are two general types of fire protection (fire suppression) equipment that use greenhouse gases as partial replacements for halons: portable (streaming) equipment, and fixed (flooding) equipment. The non-ozone depleting, industrial gases HFCs, PFCs and more recently a fluoroketone are mainly used as substitutes for halons, typically halon 1301, in flooding equipment. PFCs played an early role in halon 1301 replacement but current use is limited to replenishment of previously installed systems. HFCs in portable equipment, typically replacing halon 1211, are available but have achieved very limited market acceptance due primarily to their high cost. PFC use in new portable extinguishers is currently limited to a small amount (few percent) in an HCFC blend.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): fire protection"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010171 + + +Individual: OEO_00010371 + + Annotations: + OEO_00010037 "CRF 2.F.4", + "The CRF sector (IPCC 2006) 'aerosols' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Most aerosol packages now contain hydrocarbon (HC) as propellants but, in a small fraction of the total, HFCs and PFCs may be used as propellants or solvents. Emissions from aerosols usually occur shortly after production, on average six months after sale. During the use of aerosols, 100% of the chemical is emitted. The 5 main sources are metered dose inhalers (MDIs), personal care products (e.g. hair care, deodorant, shaving cream), household products (e.g. air-fresheners, oven and fabric cleaners), industrial products (e.g. special cleaning sprays such as those for operating electrical contact, lubricants, pipe-freezers) and other general products (e.g. silly string, tire inflators, claxons), although in some regions the use of such general products is restricted. The HFCs currently used as propellants are HFC 134a, HFC 227ea, and HFC 152a. The substance HFC 43 10mee and a PFC, perfluorohexane, are used as solvents in industrial aerosol products.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): aerosols"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010171 + + +Individual: OEO_00010372 + + Annotations: + OEO_00010037 "CRF 2.F.5", + "The CRF sector (IPCC 2006) 'solvents' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +HFCs and, to a much lesser extent PFCs, are being used as substitutes for ozone depleting substances (most notably CFC-113). Typical HFCs used are HFC-365mfc and HFC-43-10mee. Use of these fluorinated replacements is much less widespread than the ozone depleting substances they replace. Re-capture and re-use is also much more widely practiced The primary areas of use are precision cleaning, electronics cleaning, metal cleaning and deposition applications. Emissions from aerosols containing solvents should be reported undercategory 2F4 \"Aerosols\" rather than under this category.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): solvents"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010171 + + +Individual: OEO_00010373 + + Annotations: + OEO_00010037 "CRF 2.F.6", + "The CRF sector (IPCC 2006) 'other applications' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +The properties of ozone depleting substances have made them attractive for a variety of niche applications not covered in other sub-source categories. These include electronics testing, heat transfer, dielectric fluid and medical applications. The properties of HFCs and PFCs are equally attractive in some of these sectors and they have been adopted as substitutes. There are also some historical uses of PFCs, as well as emerging use of HFCs, in these applications. These applications have leakage rates ranging from 100% emissive in year of application to around 1% per annum.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): other applications"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010171 + + +Individual: OEO_00010374 + + Annotations: + OEO_00010037 "CRF 2.G.1", + "The CRF sector (IPCC 2006) 'electrical equipment' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Electrical equipment is used in the transmission and distribution of electricity above 1 kV. SF6 is used in gasinsulated switchgear (GIS), gas circuit breakers (GCB), gas-insulated transformers (GIT), gas-insulated lines (GIL), outdoor gas-insulated instrument transformers, reclosers, switches, ring main units and other equipment.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): electrical equipment"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010172 + + +Individual: OEO_00010375 + + Annotations: + OEO_00010037 "CRF 2.G.2", + "The CRF sector (IPCC 2006) 'SF6 and PFCs from other product use' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Identified remaining applications in this source category include: +- SF6 and PFCs used in military applications, particularly SF6 used in airborne radar systems, e.g., AWACS (Airborne Warning and Control System), and PFCs used as heat transfer fluids in high-powered electronic applications; +- SF6 used in equipment in university and research particle accelerators; +- SF6 used in equipment in industrial and medical particle accelerators; +- ‘Adiabatic’ applications utilising the low permeability through rubber of SF6 and some PFCs, e.g., car tires and sport shoe soles; +- SF6 used in sound-proof windows; +- PFCs used as heat transfer fluids in commercial and consumer applications; +- PFCs used in cosmetics and in medical applications; +- Other uses e.g. gas-air tracer in research and leak detectors.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 3, Chapter 8.3, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): SF6 and PFCs from other product use"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010172 + + +Individual: OEO_00010376 + + Annotations: + OEO_00010037 "CRF 2.G.3", + "The CRF sector (IPCC 2006) 'N2O from product use' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Evaporative emissions of nitrous oxide (N2O) can arise from various types of product use, including: +- Medical applications (anaesthetic use, analgesic use and veterinary use); +- Use as a propellant in aerosol products, primarily in food industry (pressure-packaged whipped cream, etc); +- Oxidising agent and etchant used in semiconductor manufacturing; +- Oxidising agent used, with acetylene, in atomic absorption spectrometry; +- Production of sodium azide, which is used to inflate airbags; +- Fuel oxidant in auto racing; and +- Oxidising agent in blowtorches used by jewelers and others.", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 3, Chapter 8.4.1, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): N2O from product use"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010172 + + +Individual: OEO_00010377 + + Annotations: + OEO_00010037 "CRF 2.G.4", + "The CRF sector (IPCC 2006) 'other product manufacture and use - other' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories", + "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", + rdfs:label "CRF sector (IPCC 2006): other product manufacture and use - other"@en + + Types: + OEO_00000227 + + Facts: + OEO_00000504 OEO_00000242, + OEO_00010172 + + DisjointClasses: OEO_00000145,OEO_00000213,OEO_00000422 From 1cca2b631873a73b78237987330ff5cab7d5030c Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 19 Dec 2022 15:24:26 +0100 Subject: [PATCH 314/370] Fix CRF sector individual 2.B.2 --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-social.omn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5858caabc..75fb89b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - has economic value, economic value of (#1422) - solar thermal collector (#1432) - net capacity factor (#1435) -- CRF sector individual 2.C.1 (#1440) +- CRF sector individual 2.B.2 and 2.C.1 (#1440) ### Removed diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index fb490d72a..ddbdbf45b 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -4586,11 +4586,11 @@ Individual: OEO_00010345 Annotations: OEO_00010037 "CRF 2.B.2", + "The CRF sector (IPCC 2006) 'nitric acid production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Nitric acid is used as a raw material mainly in the manufacture of nitrogenous-based fertiliser. Nitric acid may also be used in the production of adipic acid and explosives (e.g., dynamite), for metal etching and in the processing of ferrous metals. The main greenhouse gas emitted from HNO3 production is nitrous oxide", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1401 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", - "The CRF sector (IPCC 2006) 'nitric acid production' is an industry sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: -Nitric acid is used as a raw material mainly in the manufacture of nitrogenous-based fertiliser. Nitric acid may also be used in the production of adipic acid and explosives (e.g., dynamite), for metal etching and in the processing of ferrous metals. The main greenhouse gas emitted from HNO3 production is nitrous oxide", rdfs:label "CRF sector (IPCC 2006): nitric acid production"@en Types: From 918dacb256acc1abc7e3b5fe842d6feed6d9d063 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 19 Dec 2022 15:29:28 +0100 Subject: [PATCH 315/370] Delete annotation property from oeo-social --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-social.omn | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75fb89b64..5858caabc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - has economic value, economic value of (#1422) - solar thermal collector (#1432) - net capacity factor (#1435) -- CRF sector individual 2.B.2 and 2.C.1 (#1440) +- CRF sector individual 2.C.1 (#1440) ### Removed diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index ddbdbf45b..230e299f4 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -35,9 +35,6 @@ AnnotationProperty: AnnotationProperty: -AnnotationProperty: - - AnnotationProperty: From 765f53f65818b156443206df8a7f8e073c7575c3 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 20 Dec 2022 15:09:23 +0100 Subject: [PATCH 316/370] Add object property `has spatial region` #1404 Definition: _An is-about-relation between a scenario and a study subregion to indicate a study subregion of a scenario._ Make existing object properties subproperties of `has spatial region`: * `has study region` * `has considered region` * `has interacting region` * `has study subregion` --- src/ontology/edits/oeo-model.omn | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index ccf005895..46efc3e9c 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -191,6 +191,22 @@ ObjectProperty: OEO_00000522 OEO_00020011 +ObjectProperty: OEO_00010378 + + Annotations: + "An is-about-relation between an information content entity and a spatial region that describes that the information content entity is about a spatial region.", + rdfs:label "has spatial region"@en + + SubPropertyOf: + + + Domain: + + + Range: + + + ObjectProperty: OEO_00020056 @@ -203,7 +219,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has study region" SubPropertyOf: - + OEO_00010378 Domain: OEO_00000364 @@ -221,7 +237,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has considered region" SubPropertyOf: - + OEO_00010378 Domain: OEO_00000364 @@ -239,7 +255,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has interacting region" SubPropertyOf: - + OEO_00010378 Domain: OEO_00000364 @@ -257,7 +273,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has study subregion" SubPropertyOf: - + OEO_00010378 Domain: OEO_00000364 From 773d9c4d27ecd35d9987fd5ecdc97f8c90c176bf Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 20 Dec 2022 15:16:54 +0100 Subject: [PATCH 317/370] Update term tracker items and CHANGELOG.md #1404 --- CHANGELOG.md | 2 ++ src/ontology/edits/oeo-model.omn | 26 ++++++++++++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb9782a5..441437c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) - utilisation value (#1435) - amortisation time, economic life time (#1436) +- has spatial region (#1441) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) @@ -38,6 +39,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - has economic value, economic value of (#1422) - solar thermal collector (#1432) - net capacity factor (#1435) +- has study region, has considered region, has interacting region, has study region (#1441) ### Removed diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 46efc3e9c..97eac820a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -195,6 +195,8 @@ ObjectProperty: OEO_00010378 Annotations: "An is-about-relation between an information content entity and a spatial region that describes that the information content entity is about a spatial region.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1404 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1441", rdfs:label "has spatial region"@en SubPropertyOf: @@ -215,7 +217,11 @@ ObjectProperty: OEO_00020220 Annotations: "An is-about-relation between a scenario and a study region to indicate the study region of a scenario.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347 + +Make subproperty of 'has spatial region': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1404 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1441", rdfs:label "has study region" SubPropertyOf: @@ -233,7 +239,11 @@ ObjectProperty: OEO_00020221 Annotations: "An is-about-relation between a scenario and a considered region to indicated a considered region of a scenario.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347 + +Make subproperty of 'has spatial region': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1404 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1441", rdfs:label "has considered region" SubPropertyOf: @@ -251,7 +261,11 @@ ObjectProperty: OEO_00020222 Annotations: "An is-about-relation between a scenario and an interacting region to indicate an interacting region of a scenario.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347 + +Make subproperty of 'has spatial region': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1404 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1441", rdfs:label "has interacting region" SubPropertyOf: @@ -269,7 +283,11 @@ ObjectProperty: OEO_00020223 Annotations: "An is-about-relation between a scenario and a study subregion to indicate a study subregion of a scenario.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347 + +Make subproperty of 'has spatial region': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1404 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1441", rdfs:label "has study subregion" SubPropertyOf: From d4b84ccd6eb34271e36576f1e68ee524404858f6 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 20 Dec 2022 16:07:19 +0100 Subject: [PATCH 318/370] Add "coloured" hydrogen #1013 Add: * `electrolytic hydrogen` Definition: _Electrolytic hydrogen is hydrogen that is physical output of a water electrolysis process._ Axiom: `'electrolytic hydrogen' EquivalentTo: hydrogen and ('physical output of' some 'water electrolysis process')` Axiom: `'electrolytic hydrogen' 'has origin' some synthetic`. * `renewable electrolytic hydrogen` (alternative term: `green hydrogen`) Definition: _Renewable electrolytic hydrogen is renewable electrolytic hydrogen that is produced with renewable electrical energy._ => Alternative label: `green hydrogen` Axiom: `'renewable electrolytic hydrogen' EquivalentTo: 'electrolytic hydrogen' and ('physical output of' some ('water electrolysis process' and 'has energy input' some 'renewable electrical energy'))` Axiom: `'renewable electrolytic hydrogen' 'bearer of' some 'renewable energy carrier disposition'` Axiom: `'renewable electrolytic hydrogen' 'has origin' some synthetic`. * `steam refoming hydrogen` Definition: _steam refoming hydrogen is hydrogen that is physical output of a steam reforming process._ Axiom: `'steam reforming hydrogen' EquivalentTo: hydrogen and ('physical output of' some 'steam reforming')` Axiom: `'steam reforming hydrogen' 'has origin' some synthetic`. * `fossil steam refoming hydrogen` (alternative term: `grey hydrogen`) Definition: _Fossil steam reforming hydrogen is hydrogen that is produced from a fossil combustion fuel in a steam reforming process which is not followed by a carbon capture and storage process._ => Alternative label: `grey hydrogen` Axiom: `'Fossil steam reforming hydrogen' EquivalentTo: hydrogen and ('physical output of' some ('steam reforming' and ('has physical input' some 'fossil combustion fuel') and not ('causally upstream of or within' some 'carbon capture and storage')))` Axiom: `'fossil steam reforming hydrogen' 'bearer of' some 'conventional energy carrier disposition'` Axiom: `'fossil steam reforming hydrogen' 'has origin' some fossil`. Axiom: `'fossil steam reforming hydrogen' 'has origin' some synthetic`. * `abated steam refoming hydrogen` (alternative terms: `CCS steam reforming hydrogen` and `blue hydrogen`) Definition: _Abated steam reforming hydrogen is hydrogen that is output of a steam reforming process which is followed by a carbon capture and storage process. Axiom: `'abated steam reforming hydrogen' EquivalentTo: hydrogen and ('physical output of' some ('steam reforming' and ('has physical input' some 'fossil combustion fuel') and ('causally upstream of or within' some 'carbon capture and storage')))` Axiom: `'abated steam reforming hydrogen' 'bearer of' some 'conventional energy carrier disposition'` Axiom: `'abated steam reforming hydrogen' 'has origin' some fossil`. Axiom: `'abated steam reforming hydrogen' 'has origin' some synthetic`. Update: Shorten definition of `synthetic hydrogen`: _Synthetic hydrogen is hydrogen with synthetic origin. ~It is usually produced from water applying the water electrolysis process.~_ --- src/ontology/edits/oeo-physical.omn | 106 +++++++++++++++++++++++++++- 1 file changed, 105 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 711f43ac5..906417a08 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -4005,7 +4005,7 @@ Class: OEO_00010016 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Synthetic hydrogen is hydrogen with synthetic origin. It is usually produced from water applying the water electrolysis process.", + "Synthetic hydrogen is hydrogen with synthetic origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", rdfs:label "synthetic hydrogen" @@ -6462,6 +6462,110 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", OEO_00010336 +Class: OEO_00010379 + + Annotations: + "Electrolytic hydrogen is hydrogen that is physical output of a water electrolysis process.", + rdfs:label "electrolytic hydrogen"@en + + EquivalentTo: + OEO_00000220 + and (OEO_00240025 some OEO_00010219) + + SubClassOf: + OEO_00000220, + OEO_00000530 some OEO_00030005 + + +Class: OEO_00010380 + + Annotations: + "Renewable electrolytic hydrogen is electrolytic hydrogen that is produced with renewable electrical energy.", + rdfs:label "renewable electrolytic hydrogen"@en + + EquivalentTo: + OEO_00010379 + and (OEO_00240025 some + (OEO_00010219 + and (OEO_00010234 some OEO_00010384))) + + SubClassOf: + OEO_00010379, + OEO_00010379 + and ( some OEO_00020086) + + +Class: OEO_00010381 + + Annotations: + "Steam reforming hydrogen is hydrogen that is physical output of a steam reforming process.", + rdfs:label "steam reforming hydrogen"@en + + EquivalentTo: + OEO_00000220 + and (OEO_00240025 some OEO_00010267) + + SubClassOf: + OEO_00000220, + OEO_00000530 some OEO_00030005 + + +Class: OEO_00010382 + + Annotations: + "Fossil steam reforming hydrogen is hydrogen that is produced from a fossil combustion fuel in a steam reforming process which is not followed by a carbon capture and storage process.", + "grey hydrogen", + rdfs:label "fossil steam reforming hydrogen"@en + + EquivalentTo: + OEO_00000220 + and (OEO_00240025 some + (OEO_00010267 + and (not ( some OEO_00010141)) + and (OEO_00000532 some OEO_00000014))) + + SubClassOf: + OEO_00000220, + OEO_00000530 some OEO_00030002, + OEO_00000530 some OEO_00030005, + some OEO_00020148 + + +Class: OEO_00010383 + + Annotations: + "Abated steam reforming hydrogen is hydrogen that is output of a steam reforming process which is followed by a carbon capture and storage process.", + "blue hydrogen", + rdfs:label "abated steam reforming hydrogen"@en + + EquivalentTo: + OEO_00000220 + and (OEO_00240025 some + (OEO_00010267 + and (OEO_00000532 some OEO_00000014) + and ( some OEO_00010141))) + + SubClassOf: + OEO_00000220, + OEO_00000530 some OEO_00030002, + OEO_00000530 some OEO_00030005, + some OEO_00020148 + + +Class: OEO_00010384 + + Annotations: + "Renewable electrical energy is electrical energy with a renewable origin.", + rdfs:label "renewable electrical energy"@en + + EquivalentTo: + OEO_00000139 + and (OEO_00000530 some OEO_00030004) + + SubClassOf: + OEO_00000139 + + Class: OEO_00020001 Annotations: From 38297a5100f6a1cc00bbc801484443aec11cfa46 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 20 Dec 2022 16:34:52 +0100 Subject: [PATCH 319/370] Add term tracker items and update CHANGELOG.md #1013 --- CHANGELOG.md | 2 ++ src/ontology/edits/oeo-physical.omn | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb9782a5..0774a935b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) - utilisation value (#1435) - amortisation time, economic life time (#1436) +- (renewable) electrolytic hydrogen, (fossil/abated) steam reforming hydrogen, renewable electrical energy (#1442) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) @@ -38,6 +39,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - has economic value, economic value of (#1422) - solar thermal collector (#1432) - net capacity factor (#1435) +- synthetic hydrogen (#1442) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 906417a08..ae1afff7a 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -4007,7 +4007,11 @@ Class: OEO_00010016 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Synthetic hydrogen is hydrogen with synthetic origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411 + +shorten definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", rdfs:label "synthetic hydrogen" EquivalentTo: @@ -6466,6 +6470,8 @@ Class: OEO_00010379 Annotations: "Electrolytic hydrogen is hydrogen that is physical output of a water electrolysis process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", rdfs:label "electrolytic hydrogen"@en EquivalentTo: @@ -6481,6 +6487,9 @@ Class: OEO_00010380 Annotations: "Renewable electrolytic hydrogen is electrolytic hydrogen that is produced with renewable electrical energy.", + "green hydrogen", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", rdfs:label "renewable electrolytic hydrogen"@en EquivalentTo: @@ -6499,6 +6508,8 @@ Class: OEO_00010381 Annotations: "Steam reforming hydrogen is hydrogen that is physical output of a steam reforming process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", rdfs:label "steam reforming hydrogen"@en EquivalentTo: @@ -6515,6 +6526,8 @@ Class: OEO_00010382 Annotations: "Fossil steam reforming hydrogen is hydrogen that is produced from a fossil combustion fuel in a steam reforming process which is not followed by a carbon capture and storage process.", "grey hydrogen", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", rdfs:label "fossil steam reforming hydrogen"@en EquivalentTo: @@ -6535,7 +6548,10 @@ Class: OEO_00010383 Annotations: "Abated steam reforming hydrogen is hydrogen that is output of a steam reforming process which is followed by a carbon capture and storage process.", + "CCS steam reforming hydrogen", "blue hydrogen", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", rdfs:label "abated steam reforming hydrogen"@en EquivalentTo: @@ -6556,6 +6572,8 @@ Class: OEO_00010384 Annotations: "Renewable electrical energy is electrical energy with a renewable origin.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", rdfs:label "renewable electrical energy"@en EquivalentTo: From 565b97da62237ca3f4cf0d84681b1ecc6341c311 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 20 Dec 2022 16:35:56 +0100 Subject: [PATCH 320/370] Shorten definition of `fossil hydrogen` #1013 _Fossil hydrogen is hydrogen with fossil origin. ~It is usually produced from fossil fuels applying the steam reforming process.~_ --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0774a935b..aea8cfd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - has economic value, economic value of (#1422) - solar thermal collector (#1432) - net capacity factor (#1435) -- synthetic hydrogen (#1442) +- synthetic hydrogen, fossil hydrogen (#1442) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ae1afff7a..43ec1754c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -3985,7 +3985,7 @@ Class: OEO_00010015 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Fossil hydrogen is hydrogen with fossil origin. It is usually produced from fossil fuels applying the steam reforming process.", + "Fossil hydrogen is hydrogen with fossil origin.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", rdfs:label "fossil hydrogen" From 2a31b8f852e2e5e290f4b393e18ba7080ae87c5f Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 10 Jan 2023 08:03:19 +0100 Subject: [PATCH 321/370] Add `energy transformation function` and subclasses #1438 * `energy transformation function`: _An energy transformation function is the function of an artificial object that has been engineered to transform energy input energy and usable output energy of different types._ * `electricity generation function`: _An electricity generation function is an energy transformation function of an artificial object that has been engineered to transform other types of energy to electrical energy._ (Alternative label: `electrical energy generation function`) * `heat generation function`: _A heat generation function is an energy transformation function of an artificial object that has been engineered to transform other types of energy to thermal energy._ (Alternative label: `thermal energy generation function`) * `renewable energy transformation function`: _A renewable energy harvest function is an energy transformation function of an artificial object that has been engineered to transform renewable energy._ --- src/ontology/edits/oeo-physical.omn | 43 +++++++++++++++++++++++++++++ src/ontology/oeo.omn | 3 ++ 2 files changed, 46 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 711f43ac5..50eb82fd3 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6462,6 +6462,49 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", OEO_00010336 +Class: OEO_00010385 + + Annotations: + "An energy transformation function is the function of an artificial object that has been engineered to transform energy input energy and usable output energy of different types.", + rdfs:label "energy transformation function" + + SubClassOf: + , + OEO_00010121 some OEO_00000061 + + +Class: OEO_00010386 + + Annotations: + "An electricity generation function is an energy transformation function of an artificial object that has been engineered to transform other types of energy to electrical energy.", + "electrical energy generation function", + rdfs:label "electricity generation function"@en + + SubClassOf: + OEO_00010385 + + +Class: OEO_00010387 + + Annotations: + "A heat generation function is an energy transformation function of an artificial object that has been engineered to transform other types of energy to thermal energy.", + "thermal energy transformation function", + rdfs:label "heat generation function"@en + + SubClassOf: + OEO_00010385 + + +Class: OEO_00010388 + + Annotations: + "A renewable energy harvest function is an energy transformation function of an artificial object that has been engineered to transform renewable energy.", + rdfs:label "renewable energy transformation function"@en + + SubClassOf: + OEO_00010385 + + Class: OEO_00020001 Annotations: diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index 262e3278f..e5422f6fe 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -249,6 +249,9 @@ Class: Class: +Class: + + Class: From aec44daceee6a7b2cf3653c096723641fc5286e4 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 10 Jan 2023 08:08:54 +0100 Subject: [PATCH 322/370] Add term tracker items and update CHANGELOG.md --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb9782a5..283a5e74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) - utilisation value (#1435) - amortisation time, economic life time (#1436) +- energy transformation function and subclasses (#1445) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 50eb82fd3..b9060bdca 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6466,6 +6466,8 @@ Class: OEO_00010385 Annotations: "An energy transformation function is the function of an artificial object that has been engineered to transform energy input energy and usable output energy of different types.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", rdfs:label "energy transformation function" SubClassOf: @@ -6478,6 +6480,8 @@ Class: OEO_00010386 Annotations: "An electricity generation function is an energy transformation function of an artificial object that has been engineered to transform other types of energy to electrical energy.", "electrical energy generation function", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", rdfs:label "electricity generation function"@en SubClassOf: @@ -6489,6 +6493,8 @@ Class: OEO_00010387 Annotations: "A heat generation function is an energy transformation function of an artificial object that has been engineered to transform other types of energy to thermal energy.", "thermal energy transformation function", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", rdfs:label "heat generation function"@en SubClassOf: @@ -6499,6 +6505,8 @@ Class: OEO_00010388 Annotations: "A renewable energy harvest function is an energy transformation function of an artificial object that has been engineered to transform renewable energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", rdfs:label "renewable energy transformation function"@en SubClassOf: From 35262990860aeb3b7f1481bcf87e2eb1764d12f5 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 10 Jan 2023 09:12:58 +0100 Subject: [PATCH 323/370] Apply suggestions from code review Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index b9060bdca..fecb03cb9 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6465,7 +6465,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", Class: OEO_00010385 Annotations: - "An energy transformation function is the function of an artificial object that has been engineered to transform energy input energy and usable output energy of different types.", + "An energy transformation function is the function of an artificial object that has been engineered to transform input energy into usable output energy of a different type.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", rdfs:label "energy transformation function" @@ -6478,7 +6478,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", Class: OEO_00010386 Annotations: - "An electricity generation function is an energy transformation function of an artificial object that has been engineered to transform other types of energy to electrical energy.", + "An electricity generation function is an energy transformation function to transform other types of energy to electrical energy.", "electrical energy generation function", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", @@ -6491,7 +6491,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", Class: OEO_00010387 Annotations: - "A heat generation function is an energy transformation function of an artificial object that has been engineered to transform other types of energy to thermal energy.", + "A heat generation function is an energy transformation function to transform other types of energy to thermal energy.", "thermal energy transformation function", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", @@ -6504,7 +6504,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", Class: OEO_00010388 Annotations: - "A renewable energy harvest function is an energy transformation function of an artificial object that has been engineered to transform renewable energy.", + "A renewable energy function is the energy transformation function to transform renewable energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", rdfs:label "renewable energy transformation function"@en From e0163c14c9007758ed067a3acf5cfd8138e8b91f Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 10 Jan 2023 17:36:41 +0100 Subject: [PATCH 324/370] New function-based definitions for `power generating unit`, `heat generating unit` and `combined heat and power generating unit` #1254 --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 7 +++---- src/ontology/edits/oeo-shared.omn | 14 +++++++++++--- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c7dd226..b81686560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) -- power plant, combined heat and power plant, combined heat and power generating unit, solar thermal collector (#1360) +- power plant, power generating unit, combined heat and power plant, combined heat and power generating unit, solar thermal collector (#1360) - biofuel; competency questions Q1 and Q2 (#1409) - global warming potential, binary file format, text file format, source code file format, generation time series, optimisation, simulation (#1410) - has economic value, economic value of (#1422) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 373e4035d..95d4ed246 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1139,7 +1139,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" Class: OEO_00000031 - + Class: OEO_00000032 @@ -9388,15 +9388,14 @@ Class: OEO_00310008 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat generating unit is an energy transformation unit that contains a heat exchanger or a heater.", + "A heat generating unit is an energy transformation unit that has the function to produce thermal energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "heat generating unit" EquivalentTo: OEO_00020102 - and ( some - (OEO_00000210 or OEO_00140102)) + and ( some OEO_00010387) SubClassOf: OEO_00020102, diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index f122938a5..63b9ac507 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2083,7 +2083,7 @@ Class: OEO_00000334 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power generating unit is an energy transformation unit that contains a generator."@en, + "A power generating unit is an energy transformation unit that has the function to produce electrical energy."@en, "block", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 @@ -2100,12 +2100,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 remove \"among other parts from definition\" issue: https://github.com/OpenEnergyPlatform/ontology/issues/1258 -pull request: https://github.com/OpenEnergyPlatform/ontology/issues/1259"@en, +pull request: https://github.com/OpenEnergyPlatform/ontology/issues/1259 + +New function-based definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 +https://github.com/OpenEnergyPlatform/ontology/pull/1360"@en, rdfs:label "power generating unit" EquivalentTo: OEO_00020102 - and ( some OEO_00000188) + and ( some OEO_00010386) SubClassOf: OEO_00020102, @@ -2503,6 +2508,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", OEO_00000014 +Class: OEO_00010386 + + Class: OEO_00020003 Annotations: From 611971dfc650b401d866205c9d519de0d713875c Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 10 Jan 2023 17:50:04 +0100 Subject: [PATCH 325/370] Improve definition pattern: A is B that ... --- src/ontology/edits/oeo-physical.omn | 17 +++++++++++++---- src/ontology/edits/oeo-shared.omn | 1 - 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 95d4ed246..7ef12bf8c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -8948,7 +8948,7 @@ Class: OEO_00240010 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined heat and power generating unit is an energy transformation unit that produces electrical energy and thermal energy.", + "A combined heat and power generating unit is an energy transformation unit that has both the function to produce thermal energy and the function to produce electrical energy.", "co-generating power unit", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 @@ -8957,11 +8957,17 @@ change produces energy axioms to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 -change as a subclass of energy transformation unit: +New function-based definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "combined heat and power generating unit" + EquivalentTo: + OEO_00020102 + and ( some + (OEO_00010386 + and OEO_00010387)) + SubClassOf: OEO_00020102, OEO_00010235 some OEO_00000139, @@ -8970,14 +8976,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", some (OEO_00000210 or OEO_00140102), some OEO_00020107, - some OEO_00240009 + some OEO_00240009, + some + (OEO_00010386 + and OEO_00010387) Class: OEO_00240011 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined heat and power plant (CHPP) is an energy transformation unit consisting of combined heat and power generating units, a grid component that feeds electric energy into an electric grid, and a grid component that feeds thermal energy into a heating grid.", + "A combined heat and power plant (CHPP) is an energy transformation unit that consists of combined heat and power generating units, a grid component feeding electric energy into an electricity grid, and a grid component feeding thermal energy into a heating grid.", "CHPP", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 63b9ac507..f57e49115 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2104,7 +2104,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/issues/1259 New function-based definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 https://github.com/OpenEnergyPlatform/ontology/pull/1360"@en, rdfs:label "power generating unit" From d03838da44707575a88ee716ce635759ce30ec31 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Wed, 11 Jan 2023 08:39:14 +0100 Subject: [PATCH 326/370] Apply suggestions from code review Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 5014c77ee..431ebce09 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6469,7 +6469,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", Class: OEO_00010379 Annotations: - "Electrolytic hydrogen is hydrogen that is physical output of a water electrolysis process.", + "Electrolytic hydrogen is hydrogen that is a physical output of a water electrolysis process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", rdfs:label "electrolytic hydrogen"@en @@ -6507,7 +6507,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", Class: OEO_00010381 Annotations: - "Steam reforming hydrogen is hydrogen that is physical output of a steam reforming process.", + "Steam reforming hydrogen is hydrogen that is a physical output of a steam reforming process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", rdfs:label "steam reforming hydrogen"@en From 7c9d847407f8daa86edc9ec1926b0c3b4b44f740 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 11 Jan 2023 08:47:38 +0100 Subject: [PATCH 327/370] Improve definition and axioms of `renewable power unit` #1423 Additionally add axioms that make the following classes inferred subclasses of `renewable power unit`: ``` 'geothermal power unit' 'has function' some 'renewable energy transformation function' 'marine current energy converting unit' 'has function' some 'renewable energy transformation function' 'marine tidal energy converting unit' 'has function' some 'renewable energy transformation function' 'marine wave energy converting unit' 'has function' some 'renewable energy transformation function' 'solar power unit' 'has function' some 'renewable energy transformation function' 'wind energy converting unit' 'has function' some 'renewable energy transformation function' ``` --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 43 ++++++++++++++++++++++++----- src/ontology/edits/oeo-shared.omn | 14 ++++++---- 3 files changed, 46 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b1957b9..4e28b9c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - has economic value, economic value of (#1422) - solar thermal collector (#1432) - net capacity factor (#1435) -- yield profile, geothermal power unit, marine current/tidal/wave energy converting unit (#1437) +- yield profile, geothermal power unit, marine current/tidal/wave energy converting unit, solar power unit, wind energy converting unit (#1437) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 54d1bae09..99e0e89ef 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -971,6 +971,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752 Add 'has energy input' axiom: issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437 + +Add function: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1423 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "geothermal power unit" @@ -981,7 +985,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" some OEO_00000010, - some OEO_00000396 + some OEO_00000396, + some OEO_00010388 Class: OEO_00000020 @@ -1207,6 +1212,9 @@ Class: OEO_00000034 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A solar power unit is a power generating unit using solar power.", + "Add function: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "solar power unit" SubClassOf: @@ -1218,7 +1226,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782 change uses energy axiom to 'has energy input': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006" - OEO_00010234 some OEO_00000384 + OEO_00010234 some OEO_00000384, + some OEO_00010388 Class: OEO_00000035 @@ -1386,7 +1395,11 @@ Pull Request: https://github.com/OpenEnergyPlatform/ontology/pull/754 change uses energy axiom to 'has energy input': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +Add function: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "wind energy converting unit" SubClassOf: @@ -1400,6 +1413,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782" pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" some OEO_00000010, some OEO_00000448, + some OEO_00010388, some OEO_00020144, some OEO_00140000 @@ -4992,13 +5006,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 Add 'has energy input' axiom: issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437 + +Add function: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1423 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "marine current energy converting unit"@en SubClassOf: OEO_00010085, OEO_00010234 some OEO_00010097, - some OEO_00010098 + some OEO_00010098, + some OEO_00010388 Class: OEO_00010109 @@ -5011,13 +5030,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 Add 'has energy input' axiom: issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437 + +Add function: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1423 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "marine tidal energy converting unit"@en SubClassOf: OEO_00010085, OEO_00010234 some OEO_00010100, - some OEO_00010099 + some OEO_00010099, + some OEO_00010388 Class: OEO_00010110 @@ -5030,13 +5054,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 Add 'has energy input' axiom: issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437 + +Add function: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1423 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "marine wave energy converting unit"@en SubClassOf: OEO_00010085, OEO_00010234 some OEO_00010102, - some OEO_00010103 + some OEO_00010103, + some OEO_00010388 Class: OEO_00010111 @@ -6487,7 +6516,7 @@ Class: OEO_00010361 Class: OEO_00010362 - + Class: OEO_00010385 Annotations: diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 90222c545..67d2a5a9e 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2491,24 +2491,25 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", Class: OEO_00010361 Annotations: - "A renewable power unit is a power generating unit that has renewable energy as input.", - "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 + "A renewable power unit is a power generating unit that has the function to transform renewable energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1423 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "renewable power unit"@en EquivalentTo: OEO_00000334 - and (OEO_00010234 some OEO_00020085) + and ( some OEO_00010388) SubClassOf: - OEO_00000334 + OEO_00000334, + OEO_00010234 some OEO_00020085 Class: OEO_00010362 Annotations: "A renewable power plant is a power plant that has renewable power units as parts.", - "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1423 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1423 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "renewable power plant"@en @@ -2520,6 +2521,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", OEO_00000031 +Class: OEO_00010388 + + Class: OEO_00020003 Annotations: From 70c8779af01d67e94d217cbbfc745930ea316058 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 11 Jan 2023 08:59:44 +0100 Subject: [PATCH 328/370] Move two classes to oeo-shared to avoid runaway classes #1423 `energy transformation function` and `renewable energy transformation function` --- src/ontology/edits/oeo-physical.omn | 19 ------------------- src/ontology/edits/oeo-shared.omn | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 99e0e89ef..046389cc3 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6519,16 +6519,6 @@ Class: OEO_00010362 Class: OEO_00010385 - Annotations: - "An energy transformation function is the function of an artificial object that has been engineered to transform input energy into usable output energy of a different type.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", - rdfs:label "energy transformation function" - - SubClassOf: - , - OEO_00010121 some OEO_00000061 - Class: OEO_00010386 @@ -6558,15 +6548,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", Class: OEO_00010388 - Annotations: - "A renewable energy function is the energy transformation function to transform renewable energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", - rdfs:label "renewable energy transformation function"@en - - SubClassOf: - OEO_00010385 - Class: OEO_00020001 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 67d2a5a9e..dda80cc8c 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2521,8 +2521,36 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", OEO_00000031 +Class: OEO_00010385 + + Annotations: + "An energy transformation function is the function of an artificial object that has been engineered to transform input energy into usable output energy of a different type.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445 + +Move to oeo-shared: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", + rdfs:label "energy transformation function" + + SubClassOf: + , + OEO_00010121 some OEO_00000061 + + Class: OEO_00010388 + Annotations: + "A renewable energy function is the energy transformation function to transform renewable energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445 + +Move to oeo-shared: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", + rdfs:label "renewable energy transformation function"@en + + SubClassOf: + OEO_00010385 + Class: OEO_00020003 From 9a96278ec00f99ccdd7ab91819ce8c92502ce15c Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 11 Jan 2023 09:10:23 +0100 Subject: [PATCH 329/370] Move three classes to oeo-shared electricity grid component energy transformation function electricity generation function --- src/ontology/edits/oeo-physical.omn | 34 --------------------- src/ontology/edits/oeo-shared.omn | 46 +++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 34 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7ef12bf8c..4c65df182 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1916,20 +1916,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/165", Class: OEO_00000144 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electricity grid component is a grid component that is part of an electricity grid."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", - rdfs:label "electricity grid component" - - EquivalentTo: - OEO_00020006 - and ( some OEO_00000143) - - SubClassOf: - OEO_00020006 - Class: OEO_00000146 @@ -6465,29 +6451,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", Class: OEO_00010385 - Annotations: - "An energy transformation function is the function of an artificial object that has been engineered to transform input energy into usable output energy of a different type.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", - rdfs:label "energy transformation function" - - SubClassOf: - , - OEO_00010121 some OEO_00000061 - Class: OEO_00010386 - Annotations: - "An electricity generation function is an energy transformation function to transform other types of energy to electrical energy.", - "electrical energy generation function", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", - rdfs:label "electricity generation function"@en - - SubClassOf: - OEO_00010385 - Class: OEO_00010387 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index f57e49115..a38d6d659 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1650,8 +1650,28 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" some OEO_00040011 +Class: OEO_00000143 + + Class: OEO_00000144 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electricity grid component is a grid component that is part of an electricity grid."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 + +Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "electricity grid component" + + EquivalentTo: + OEO_00020006 + and ( some OEO_00000143) + + SubClassOf: + OEO_00020006 + Class: OEO_00000147 @@ -2507,8 +2527,34 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", OEO_00000014 +Class: OEO_00010385 + + Annotations: + "An energy transformation function is the function of an artificial object that has been engineered to transform input energy into usable output energy of a different type.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", + rdfs:label "energy transformation function" + + SubClassOf: + , + OEO_00010121 some OEO_00000061 + + Class: OEO_00010386 + Annotations: + "An electricity generation function is an energy transformation function to transform other types of energy to electrical energy.", + "electrical energy generation function", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445 + +Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "electricity generation function"@en + + SubClassOf: + OEO_00010385 + Class: OEO_00020003 From 66e77c760459aa9dd91990355f3b471f8df5ca22 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 11 Jan 2023 09:18:40 +0100 Subject: [PATCH 330/370] Move three classes to oeo-shared electricity grid power line grid component link --- src/ontology/edits/oeo-physical.omn | 33 ------------------ src/ontology/edits/oeo-shared.omn | 53 ++++++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 34 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4c65df182..6daf8d5c6 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1901,18 +1901,6 @@ Class: OEO_00000139 Class: OEO_00000143 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An electricity grid is a supply grid that distributes electrical energy / electricity."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/138 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/165", - rdfs:label "electricity grid" - - SubClassOf: - OEO_00000200, - some OEO_00000144, - min 1 OEO_00000253 - Class: OEO_00000144 @@ -2574,30 +2562,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" Class: OEO_00000253 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A power line is a grid component link that is an uninterrupted transmission system between two nodes in an electricity grid."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", - rdfs:label "power line"@en - - SubClassOf: - OEO_00000255, - some OEO_00000143 - Class: OEO_00000255 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A grid component link is a grid component that serves as a connection between two other grid components."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, - rdfs:label "grid component link" - - SubClassOf: - OEO_00020006 - DisjointWith: OEO_00000296 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index a38d6d659..b2d55c946 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1652,6 +1652,21 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" Class: OEO_00000143 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "An electricity grid is a supply grid that distributes electrical energy / electricity."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/138 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/165 + +Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "electricity grid" + + SubClassOf: + OEO_00000200, + some OEO_00000144, + min 1 OEO_00000253 + Class: OEO_00000144 @@ -1948,6 +1963,39 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871", OEO_00030022 +Class: OEO_00000253 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A power line is a grid component link that is an uninterrupted transmission system between two nodes in an electricity grid."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 + +Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1360", + rdfs:label "power line"@en + + SubClassOf: + OEO_00000255, + some OEO_00000143 + + +Class: OEO_00000255 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A grid component link is a grid component that serves as a connection between two other grid components."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 + +Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1360"@en, + rdfs:label "grid component link" + + SubClassOf: + OEO_00020006 + + Class: OEO_00000264 Annotations: @@ -2532,7 +2580,10 @@ Class: OEO_00010385 Annotations: "An energy transformation function is the function of an artificial object that has been engineered to transform input energy into usable output energy of a different type.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445 + +Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "energy transformation function" SubClassOf: From a4a1c3e25eebcd48d252466fc43ed6267fabbdec Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 11 Jan 2023 10:04:49 +0100 Subject: [PATCH 331/370] Delete axiom as discussed in the review #1254 Delete axiom `'heat generating unit' 'has part' some (heater or 'heat exchanger')` --- src/ontology/edits/oeo-physical.omn | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 6daf8d5c6..a8f913e16 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9342,8 +9342,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", SubClassOf: OEO_00020102, OEO_00010235 some OEO_00000207, - some - (OEO_00000210 or OEO_00140102), some From 7aa1f5a55201d123a81f0ec830700d98cedb8191 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 12 Jan 2023 08:08:54 +0100 Subject: [PATCH 332/370] Add RED sector individuals #1443 * `RED sector: electricity`: _The RED sector electricity is an electricity sector defined by the Renewable Energy Directive sector division._ * `RED sector: heating and cooling`: _The RED sector heating and cooling is a heating and cooling sector defined by the Renewable Energy Directive sector division._ * `RED sector: transport`: _The RED sector heating and cooling is a heating and cooling sector defined by the Renewable Energy Directive sector division._ Relabel `renewable_ energy_ directive_ sectors` to `Renewable Energy Directive sector division` and add definition: _The Renewable Energy Directive sector division is a sector division used in the Renewable Energy Directive of the European Union._ --- src/ontology/edits/oeo-social.omn | 42 ++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 1a15137a5..453fe2fcf 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2257,9 +2257,10 @@ Individual: OEO_00000355 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, + "The Renewable Energy Directive sector division is a sector division used in the Renewable Energy Directive of the European Union.", "The Renewable energy Directive has been revised, but this should have had no impacts on the sectoral definitions. Factsheet on revision: https://ec.europa.eu/energy/sites/ener/files/documents/directive_renewable_factsheet.pdf", "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX:32009L0028", - rdfs:label "renewable_ energy_ directive_ sectors" + rdfs:label "Renewable Energy Directive sector division" Types: OEO_00000368 @@ -4446,6 +4447,45 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1317", OEO_00010050 +Individual: OEO_00010389 + + Annotations: + "The RED sector electricity is an electricity sector defined by the Renewable Energy Directive sector division.", + rdfs:label "RED sector: electricity"@en + + Types: + OEO_00000145 + + Facts: + OEO_00000504 OEO_00000355 + + +Individual: OEO_00010390 + + Annotations: + "The RED sector heating and cooling is a heating and cooling sector defined by the Renewable Energy Directive sector division.", + rdfs:label "RED sector: heating and cooling"@en + + Types: + OEO_00000213 + + Facts: + OEO_00000504 OEO_00000355 + + +Individual: OEO_00010391 + + Annotations: + "The RED sector heating and cooling is a heating and cooling sector defined by the Renewable Energy Directive sector division.", + rdfs:label "RED sector: transport"@en + + Types: + OEO_00000422 + + Facts: + OEO_00000504 OEO_00000355 + + DisjointClasses: OEO_00000145,OEO_00000213,OEO_00000422 From 3ac4ef84049920612addf1ef69725c41791757c2 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 12 Jan 2023 08:21:29 +0100 Subject: [PATCH 333/370] Add term tracker items and update CHANGELOG.md #1443 --- CHANGELOG.md | 2 ++ src/ontology/edits/oeo-social.omn | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ce5cf9e..6394d8e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - has spatial region (#1441) - (renewable) electrolytic hydrogen, (fossil/abated) steam reforming hydrogen, renewable electrical energy (#1442) - energy transformation function and subclasses (#1445) +- RED sector individuals (#1446) ### Changed - bearer of -> has characteristic (#1268) @@ -46,6 +47,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - net capacity factor (#1435) - has study region, has considered region, has interacting region, has study region (#1441) - synthetic hydrogen, fossil hydrogen (#1442) +- renewable_ energy_ directive_ sectors -> Renewable Energy Directive sector division (#1446) ### Removed diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 453fe2fcf..3f2e519b6 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2260,6 +2260,9 @@ Individual: OEO_00000355 "The Renewable Energy Directive sector division is a sector division used in the Renewable Energy Directive of the European Union.", "The Renewable energy Directive has been revised, but this should have had no impacts on the sectoral definitions. Factsheet on revision: https://ec.europa.eu/energy/sites/ener/files/documents/directive_renewable_factsheet.pdf", "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX:32009L0028", + "Relabel and add definition: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1443 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1446", rdfs:label "Renewable Energy Directive sector division" Types: @@ -4451,6 +4454,8 @@ Individual: OEO_00010389 Annotations: "The RED sector electricity is an electricity sector defined by the Renewable Energy Directive sector division.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1443 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1446", rdfs:label "RED sector: electricity"@en Types: @@ -4464,6 +4469,8 @@ Individual: OEO_00010390 Annotations: "The RED sector heating and cooling is a heating and cooling sector defined by the Renewable Energy Directive sector division.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1443 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1446", rdfs:label "RED sector: heating and cooling"@en Types: @@ -4477,6 +4484,8 @@ Individual: OEO_00010391 Annotations: "The RED sector heating and cooling is a heating and cooling sector defined by the Renewable Energy Directive sector division.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1443 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1446", rdfs:label "RED sector: transport"@en Types: From 05251189ee819c76ba979866977c999654e5d8bb Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 12 Jan 2023 14:16:11 +0100 Subject: [PATCH 334/370] Delete `gas power unit` (OEO:00310030) #1256 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add `gas power unit` as alternative term to `gas fired power unit`. Also Protégé rearranges classes by their ID (follow-up to the last merge). --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 156 +++++++++++++--------------- 2 files changed, 73 insertions(+), 85 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b84ea5f7d..f4d971465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - biofuel; competency questions Q1 and Q2 (#1409) - global warming potential, binary file format, text file format, source code file format, generation time series, optimisation, simulation (#1410) - has economic value, economic value of (#1422) -- gas turbine (#1362) +- gas turbine, gas power unit (#1362) - solar thermal collector (#1432) - net capacity factor (#1435) - has study region, has considered region, has interacting region, has study region (#1441) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2f968f2c5..7b7578333 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -948,6 +948,10 @@ Class: OEO_00000017 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A gas fired power unit is a power generating unit using gas as fuel.", + "gas power unit", + "Add 'gas power unit' as alternative term: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362/", rdfs:label "gas fired power unit" SubClassOf: @@ -6582,8 +6586,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", SubClassOf: OEO_00000139 - - + + Class: OEO_00010385 Annotations: @@ -9490,6 +9494,72 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", OEO_00140104 +Class: OEO_00310009 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A rotary heat exchanger is a heat exchanger that uses a wheel for a heat transfer process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", + rdfs:label "rotary heat exchanger" + + SubClassOf: + OEO_00140102 + + +Class: OEO_00310010 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A plate heat exchanger is a heat exchanger that uses a plate for a heat transfer process.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", + rdfs:label "plate heat exchanger" + + SubClassOf: + OEO_00140102 + + +Class: OEO_00310013 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A boiler is a heater that increases the thermal energy of fluids.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", + rdfs:label "boiler" + + SubClassOf: + OEO_00000210, + OEO_00000503 some OEO_00140116 + + +Class: OEO_00310021 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + "A tube collector is a solar thermal collector that consists of tubes.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", + rdfs:label "tube collector" + + SubClassOf: + OEO_00000387 + + +Class: OEO_00310022 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, + OEO_00040001 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", + "A flat-plate collector is a solar thermal collector that consists of flat-plates.", + rdfs:label "flat-plate collector" + + SubClassOf: + OEO_00000387 + + Class: OEO_00310023 Annotations: @@ -9569,26 +9639,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", SubClassOf: OEO_00000184, some OEO_00310028, - some OEO_00310030, some OEO_00310031 -Class: OEO_00310030 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A gas power unit is a power generating unit using gas.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "gas power unit" - - SubClassOf: - OEO_00000334, - OEO_00000503 some OEO_00000099, - OEO_00010234 some OEO_00000007, - some OEO_00000185 - - Class: OEO_00310031 Annotations: @@ -9603,71 +9656,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", OEO_00000503 some OEO_00110001, OEO_00010234 some OEO_00000007, some OEO_00310023 - -Class: OEO_00310009 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A rotary heat exchanger is a heat exchanger that uses a wheel for a heat transfer process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", - rdfs:label "rotary heat exchanger" - - SubClassOf: - OEO_00140102 - - -Class: OEO_00310010 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A plate heat exchanger is a heat exchanger that uses a plate for a heat transfer process.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", - rdfs:label "plate heat exchanger" - - SubClassOf: - OEO_00140102 - - -Class: OEO_00310013 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A boiler is a heater that increases the thermal energy of fluids.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", - rdfs:label "boiler" - - SubClassOf: - OEO_00000210, - OEO_00000503 some OEO_00140116 - - -Class: OEO_00310021 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A tube collector is a solar thermal collector that consists of tubes.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", - rdfs:label "tube collector" - - SubClassOf: - OEO_00000387 - - -Class: OEO_00310022 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - OEO_00040001 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", - "A flat-plate collector is a solar thermal collector that consists of flat-plates.", - rdfs:label "flat-plate collector" - - SubClassOf: - OEO_00000387 Class: OEO_00310032 From 802da5017c8403a57dd326169a98ecf6938a9065 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 12 Jan 2023 14:24:21 +0100 Subject: [PATCH 335/370] Redefine `steam power unit` #1256 --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d971465..0513af821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - sustainable biofuel, non-sustainable biofuel (#1409) - source category (#1428) - scenario bundle (#1429) -- heat recovery steam generator, gas turbine process, combined cycle electricity generation, steam power unit, combined cycle power plant, gas power unit, heat recovery steam unit (#1362) +- heat recovery steam generator, gas turbine process, combined cycle electricity generation, steam power unit, combined cycle power plant, heat recovery steam unit (#1362) - rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) - utilisation value (#1435) - amortisation time, economic life time (#1436) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7b7578333..b21c9a365 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9614,16 +9614,18 @@ Class: OEO_00310028 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A steam power unit is a power generating unit using steam.", + "A steam power unit is a power generating unit that only has a steam turbine as turbine.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "steam power unit" SubClassOf: OEO_00000334, + ( some OEO_00000396) + and ( only + (OEO_00000396 or (not (OEO_00000425)))), OEO_00000503 some OEO_00110001, - OEO_00010234 some OEO_00000007, - some OEO_00000396 + OEO_00010234 some OEO_00000007 Class: OEO_00310029 From 0e989cbbdf737c77f886489cc5aa86a7cc57bbfe Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 12 Jan 2023 14:30:51 +0100 Subject: [PATCH 336/370] Delete disputed classes #1256 OEO_00310023 heat recovery steam generator OEO_00310029 combined cycle power plant OEO_00310031 heat recovery steam unit --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 47 ----------------------------- 2 files changed, 1 insertion(+), 48 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0513af821..8c7ec0a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - sustainable biofuel, non-sustainable biofuel (#1409) - source category (#1428) - scenario bundle (#1429) -- heat recovery steam generator, gas turbine process, combined cycle electricity generation, steam power unit, combined cycle power plant, heat recovery steam unit (#1362) +- gas turbine process, combined cycle electricity generation, steam power unit (#1362) - rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) - utilisation value (#1435) - amortisation time, economic life time (#1436) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index b21c9a365..3de12c7cd 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9560,21 +9560,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", OEO_00000387 -Class: OEO_00310023 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovery steam generator is a heat exchanger that recovers heat from a hot steam.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "heat recovery steam generator" - - SubClassOf: - OEO_00140102, - OEO_00000503 some OEO_00110001, - OEO_00010234 some OEO_00000007 - - Class: OEO_00310025 Annotations: @@ -9628,38 +9613,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", OEO_00010234 some OEO_00000007 -Class: OEO_00310029 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A combined cycle power plant (CCGT) is a gas power plant that has gas fired power units, steam power units, gas power units and heat recovery steam units as parts.", - "CCGT", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "combined cycle power plant" - - SubClassOf: - OEO_00000184, - some OEO_00310028, - some OEO_00310031 - - -Class: OEO_00310031 - - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "A heat recovering steam unit is an energy transformation unit that recovers heat from steam.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "heat recovery steam unit" - - SubClassOf: - OEO_00020102, - OEO_00000503 some OEO_00110001, - OEO_00010234 some OEO_00000007, - some OEO_00310023 - - Class: OEO_00310032 Annotations: From 8504e5fde0d510753a226a7df1625b8d8162a07e Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 13 Jan 2023 09:33:43 +0100 Subject: [PATCH 337/370] Make `radiation` a subclass of `energy transfer` #1031 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 13 ++++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6394d8e52..c99663ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - has study region, has considered region, has interacting region, has study region (#1441) - synthetic hydrogen, fossil hydrogen (#1442) - renewable_ energy_ directive_ sectors -> Renewable Energy Directive sector division (#1446) +- radiation (#1447) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 431ebce09..33a423cb4 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6582,8 +6582,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", SubClassOf: OEO_00000139 - - + + Class: OEO_00010385 Annotations: @@ -6753,10 +6753,13 @@ Class: OEO_00020037 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Radiation is the process of emitting or transmitting energy in the form of waves or particles through a spatial region or a material entity.", + "Radiation is an energy transfer by emitting or transmitting energy in the form of waves or particles through a spatial region or a material entity.", "Adaptation of https://en.wikipedia.org/w/index.php?title=Radiation&oldid=986678480", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1031 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1447", rdfs:label "radiation", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 @@ -6764,7 +6767,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001023" SubClassOf: - , + OEO_00020103, some OEO_00230021 From b74713fbcea3e043b80ccf37ef2abc61e4ef57aa Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 13 Jan 2023 09:59:08 +0100 Subject: [PATCH 338/370] Add solar radiation components #1076 Added: * `direct solar radiation` * `diffuse solar radiation` * `non-scattered radiant flux density` * `solar tracking` * `single axis tracking` * `two axis tracking` * `solar tracked receiving surface` * `single axis tracked receiving surface` * `two axis tracked receiving surface` Changed: * Add editor note to `solar radiation` --- src/ontology/edits/oeo-physical.omn | 113 +++++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 431ebce09..47512f601 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6582,8 +6582,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", SubClassOf: OEO_00000139 - - + + Class: OEO_00010385 Annotations: @@ -6635,6 +6635,114 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", OEO_00010385 +Class: OEO_00010392 + + Annotations: + "Direct solar radiation is radiation that is the non-scattered part of solar radiation from the Sun within the extent of the solar disk only.", + rdfs:label "direct solar radiation"@en + + SubClassOf: + OEO_00020038 + + DisjointWith: + OEO_00010393 + + +Class: OEO_00010393 + + Annotations: + "Diffuse solar radiation is radiation that is the part of solar radiation that has been scattered by gas molecules in the atmosphere and by particles such as cloud droplets and aerosols.", + rdfs:label "diffuse solar radiation"@en + + SubClassOf: + OEO_00020038 + + DisjointWith: + OEO_00010392 + + +Class: OEO_00010394 + + Annotations: + "A non-scattered radiant flux density is an areal solar power density that measures the direct solar radiation within the extent of the solar disk only (half-angle 0.266 deg).", + rdfs:label "non-scattered radiant flux density"@en + + SubClassOf: + OEO_00010076 + + +Class: OEO_00010395 + + Annotations: + "Solar tracking is a process of in which a radiation receiving surface is following the path of the sun on the sky.", + rdfs:label "solar tracking"@en + + SubClassOf: + + + +Class: OEO_00010396 + + Annotations: + "Single axis tracking is solar tracking in which a radiation receiving surface is following the path of the sun by roting along a fixed axis. Typical axis orientations are North-South or East-West.", + rdfs:label "single axis tracking"@en + + SubClassOf: + OEO_00010395 + + +Class: OEO_00010397 + + Annotations: + "Two axis tracking is solar tracking in which a radiation receiving surface is following the sun by rotating around two axes. The plane is always oriented normal.", + rdfs:label "two axis tracking"@en + + SubClassOf: + OEO_00010395 + + +Class: OEO_00010398 + + Annotations: + "A solar tracked receiving surface is a solar radiation receiving surface that participates in solar tracking.", + rdfs:label "solar tracked receiving surface"@en + + EquivalentTo: + OEO_00020199 + and ( some OEO_00010395) + + SubClassOf: + OEO_00020199 + + +Class: OEO_00010399 + + Annotations: + "A single axis tracked receiving surface is a solar radiation receiving surface that participates in single axis tracking.", + rdfs:label "single axis tracked receiving surface"@en + + EquivalentTo: + OEO_00020199 + and ( some OEO_00010396) + + SubClassOf: + OEO_00020199 + + +Class: OEO_00010400 + + Annotations: + "A two axis tracked receiving surface is a solar radiation receiving surface that participates in two axis tracking.", + rdfs:label "two axis tracked receiving surface"@en + + EquivalentTo: + OEO_00020199 + and ( some OEO_00010397) + + SubClassOf: + OEO_00020199 + + Class: OEO_00020001 Annotations: @@ -6773,6 +6881,7 @@ Class: OEO_00020038 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar radiation is radiation that is emitted by the sun.", + "Solar radiation is the merological sum of direct solar radiation and diffuse solar radiation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", rdfs:label "solar radiation", From 9377ac77b32062c0aaa9dfe9f55a32f2d430da66 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 13 Jan 2023 10:06:18 +0100 Subject: [PATCH 339/370] Add term tracker items and update CHANGELOG.md #1076 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6394d8e52..29dc16729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - (renewable) electrolytic hydrogen, (fossil/abated) steam reforming hydrogen, renewable electrical energy (#1442) - energy transformation function and subclasses (#1445) - RED sector individuals (#1446) +- direct/diffuse solar radiation, non-scattered radiant flux density, (single/two axis) solar tracking, (single/two axis) solar tracked receiving surface #1448 ### Changed - bearer of -> has characteristic (#1268) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 47512f601..010b013d7 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6639,6 +6639,8 @@ Class: OEO_00010392 Annotations: "Direct solar radiation is radiation that is the non-scattered part of solar radiation from the Sun within the extent of the solar disk only.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "direct solar radiation"@en SubClassOf: @@ -6652,6 +6654,8 @@ Class: OEO_00010393 Annotations: "Diffuse solar radiation is radiation that is the part of solar radiation that has been scattered by gas molecules in the atmosphere and by particles such as cloud droplets and aerosols.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "diffuse solar radiation"@en SubClassOf: @@ -6665,6 +6669,8 @@ Class: OEO_00010394 Annotations: "A non-scattered radiant flux density is an areal solar power density that measures the direct solar radiation within the extent of the solar disk only (half-angle 0.266 deg).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "non-scattered radiant flux density"@en SubClassOf: @@ -6675,6 +6681,8 @@ Class: OEO_00010395 Annotations: "Solar tracking is a process of in which a radiation receiving surface is following the path of the sun on the sky.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "solar tracking"@en SubClassOf: @@ -6685,6 +6693,8 @@ Class: OEO_00010396 Annotations: "Single axis tracking is solar tracking in which a radiation receiving surface is following the path of the sun by roting along a fixed axis. Typical axis orientations are North-South or East-West.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "single axis tracking"@en SubClassOf: @@ -6695,6 +6705,8 @@ Class: OEO_00010397 Annotations: "Two axis tracking is solar tracking in which a radiation receiving surface is following the sun by rotating around two axes. The plane is always oriented normal.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "two axis tracking"@en SubClassOf: @@ -6705,6 +6717,8 @@ Class: OEO_00010398 Annotations: "A solar tracked receiving surface is a solar radiation receiving surface that participates in solar tracking.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "solar tracked receiving surface"@en EquivalentTo: @@ -6719,6 +6733,8 @@ Class: OEO_00010399 Annotations: "A single axis tracked receiving surface is a solar radiation receiving surface that participates in single axis tracking.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "single axis tracked receiving surface"@en EquivalentTo: @@ -6733,6 +6749,8 @@ Class: OEO_00010400 Annotations: "A two axis tracked receiving surface is a solar radiation receiving surface that participates in two axis tracking.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "two axis tracked receiving surface"@en EquivalentTo: From 435301e5d732537e226fd2c0e8b7a74a7b1162fa Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 13 Jan 2023 10:30:04 +0100 Subject: [PATCH 340/370] add editor note --- src/ontology/edits/oeo-physical.omn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 010b013d7..40ac6b168 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6901,7 +6901,11 @@ Class: OEO_00020038 "Solar radiation is radiation that is emitted by the sun.", "Solar radiation is the merological sum of direct solar radiation and diffuse solar radiation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600 + +Add editor note: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "solar radiation", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 From 2f1fcd3197b7577a37f7cadc15746184d46ac996 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 17 Jan 2023 09:20:55 +0100 Subject: [PATCH 341/370] Add suggestions from PR * 'global radiation' as alternative label to 'solar radiation' * axiom: `'not scattered radiant flux density' 'quantity value of' some 'direct radiation'` --- src/ontology/edits/oeo-physical.omn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 40ac6b168..24de56857 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6673,6 +6673,9 @@ Class: OEO_00010394 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "non-scattered radiant flux density"@en + EquivalentTo: + OEO_00020056 some OEO_00010392 + SubClassOf: OEO_00010076 @@ -6900,10 +6903,11 @@ Class: OEO_00020038 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar radiation is radiation that is emitted by the sun.", "Solar radiation is the merological sum of direct solar radiation and diffuse solar radiation", + "global radiation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600 -Add editor note: +Add alternative label and editor note: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "solar radiation", From e2a6259f8de9b0129a3b87daa0b5d10ba6566d05 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 18 Jan 2023 17:22:40 +0100 Subject: [PATCH 342/370] Fix error from last merge --- src/ontology/edits/oeo-shared.omn | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index d845f8d05..814cd3549 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2616,7 +2616,7 @@ Class: OEO_00010385 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445 Move to oeo-shared: -https://github.com/OpenEnergyPlatform/ontology/pull/1360", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", rdfs:label "energy transformation function" SubClassOf: @@ -2640,6 +2640,21 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1360", OEO_00010385 +Class: OEO_00010388 + + Annotations: + "A renewable energy function is the energy transformation function to transform renewable energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445 + +Move to oeo-shared: +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", + rdfs:label "renewable energy transformation function"@en + + SubClassOf: + OEO_00010385 + + Class: OEO_00020003 Annotations: From 7525f14026f51e1852ad244d7bd87b320e46afac Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 20 Jan 2023 10:19:38 +0100 Subject: [PATCH 343/370] Updated RO extracting script and added explanations as comments. --- src/ontology/imports/ro-extracted.owl | 37 +++++++------------ .../ro/extract-from-relations-ontology.sh | 16 +++++--- 2 files changed, 24 insertions(+), 29 deletions(-) diff --git a/src/ontology/imports/ro-extracted.owl b/src/ontology/imports/ro-extracted.owl index 400029cd3..927b52129 100644 --- a/src/ontology/imports/ro-extracted.owl +++ b/src/ontology/imports/ro-extracted.owl @@ -246,9 +246,7 @@ A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'. part_of - - @@ -684,15 +682,14 @@ A continuant cannot have an occurrent as part: use 'participates in'. - - This relation groups causal relations between material entities and causal relations between processes + relation that links two events, processes, states, or objects such that one event, process, state, or object (a cause) contributes to the production of another event, process, state, or object (an effect) where the cause is partly or wholly responsible for the effect, and the effect is partly or wholly dependent on the cause. This branch of the ontology deals with causal relations between entities. It is divided into two branches: causal relations between occurrents/processes, and causal relations between material entities. We take an 'activity flow-centric approach', with the former as primary, and define causal relations between material entities in terms of causal relations between occurrents. To define causal relations in an activity-flow type network, we make use of 3 primitives: * Temporal: how do the intervals of the two occurrents relate? * Is the causal relation regulatory? - * Is the influence positive or negative + * Is the influence positive or negative? The first of these can be formalized in terms of the Allen Interval Algebra. Informally, the 3 bins we care about are 'direct', 'indirect' or overlapping. Note that all causal relations should be classified under a RO temporal relation (see the branch under 'temporally related to'). Note that all causal relations are temporal, but not all temporal relations are causal. Two occurrents can be related in time without being causally connected. We take causal influence to be primitive, elucidated as being such that has the upstream changed, some qualities of the donwstream would necessarily be modified. @@ -705,6 +702,12 @@ Each of these 3 primitives can be composed to yield a cross-product of different Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect. causally related to + + + + relation that links two events, processes, states, or objects such that one event, process, state, or object (a cause) contributes to the production of another event, process, state, or object (an effect) where the cause is partly or wholly responsible for the effect, and the effect is partly or wholly dependent on the cause. + https://en.wikipedia.org/wiki/Causality + @@ -712,7 +715,7 @@ Each of these 3 primitives can be composed to yield a cross-product of different - p 'causally upstream or within' q iff (1) the end of p is before the end of q and (2) the execution of p exerts some causal influence over the outputs of q; i.e. if p was abolished or the outputs of p were to be modified, this would necessarily affect q. + p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q. We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2 Chris Mungall influences (processual) @@ -738,7 +741,7 @@ Each of these 3 primitives can be composed to yield a cross-product of different - p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one of direct activation or direct inhibition. p may be upstream, downstream, part of or a container of q. + p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q. Chris Mungall Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect. @@ -885,31 +888,19 @@ Each of these 3 primitives can be composed to yield a cross-product of different - - - An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts. - continuant - + - - - A continuant that is a bearer of quality and realizable entity entities, in which other entities inhere and which itself cannot inhere in anything. - independent continuant - + - - - An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time. - material entity - + @@ -937,8 +928,8 @@ Each of these 3 primitives can be composed to yield a cross-product of different Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving parthood or connectivity relationships A mereological relationship or a topological relationship - mereotopologically related to + Chris Mungall
diff --git a/src/scripts/ro/extract-from-relations-ontology.sh b/src/scripts/ro/extract-from-relations-ontology.sh index ab725aabc..263e9dac0 100644 --- a/src/scripts/ro/extract-from-relations-ontology.sh +++ b/src/scripts/ro/extract-from-relations-ontology.sh @@ -1,13 +1,17 @@ +# Download the RO curl -L http://purl.obolibrary.org/obo/ro.owl > ro-full-download.owl - +# Extract the terms we want with hierarchy robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extract-w-hierarchy.txt --intermediates all --output ro-extracted-w-hierarchy.owl - +# Extract the terms we want without hierarchy robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms ro-extract-n-hierarchy.txt --upper-term owl:topObjectProperty --intermediates none --output ro-extracted-n-hierarchy.owl - +# Create Extracted module robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://openenergy-platform.org/ontology/oeo/imports/ro-extracted.owl --version-iri http://openenergy-platform.org/ontology/oeo/dev/imports/ro-extracted.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the list of selected terms (ro-extract-w-hierarchy.txt, ro-extract-n-hierarchy.txt) located in the OEO-repository." --output ../../ontology/imports/ro-extracted.owl - -robot remove --input ro-extracted.owl --term oboInOwl:inSubset --output ro-extracted.owl - +# Remove inSubset axioms +robot remove --input ../../ontology/imports/ro-extracted.owl --term oboInOwl:inSubset --output ../../ontology/imports/ro-extracted.owl +# Remove annotations from BFO classes +robot remove --input ../../ontology/imports/ro-extracted.owl --term BFO:0000002 --select "self descendants" --select "" --axioms annotation --signature true --preserve-structure false --output ../../ontology/imports/ro-extracted.owl +# Remove subclass axioms from BFO classes +robot remove --input ../../ontology/imports/ro-extracted.owl --term BFO:0000002 --select "self descendants" --select "" --axioms subclass --signature true --exclude-term BFO:0000040 --preserve-structure false --output ../../ontology/imports/ro-extracted.owl rm ro-full-download.owl rm ro-extracted-w-hierarchy.owl From 105906697ada56ee7fabbf8b3c64c2d3e326224f Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Fri, 20 Jan 2023 10:42:21 +0100 Subject: [PATCH 344/370] Recovered entities in BFO_0000050 annotation --- src/ontology/imports/ro-extracted.owl | 17 ++++++++++++++--- .../ro/extract-from-relations-ontology.sh | 5 +++-- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/ontology/imports/ro-extracted.owl b/src/ontology/imports/ro-extracted.owl index 927b52129..e86627a8f 100644 --- a/src/ontology/imports/ro-extracted.owl +++ b/src/ontology/imports/ro-extracted.owl @@ -246,7 +246,9 @@ A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'. part_of + + @@ -888,19 +890,28 @@ Each of these 3 primitives can be composed to yield a cross-product of different - + + An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts. + continuant + - + + A continuant that is a bearer of quality and realizable entity entities, in which other entities inhere and which itself cannot inhere in anything. + independent continuant + - + + An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time. + material entity + diff --git a/src/scripts/ro/extract-from-relations-ontology.sh b/src/scripts/ro/extract-from-relations-ontology.sh index 263e9dac0..817302591 100644 --- a/src/scripts/ro/extract-from-relations-ontology.sh +++ b/src/scripts/ro/extract-from-relations-ontology.sh @@ -8,10 +8,11 @@ robot merge --input ro-full-download.owl extract --method MIREOT --lower-terms r robot merge --input ro-extracted-w-hierarchy.owl --input ro-extracted-n-hierarchy.owl annotate --ontology-iri http://openenergy-platform.org/ontology/oeo/imports/ro-extracted.owl --version-iri http://openenergy-platform.org/ontology/oeo/dev/imports/ro-extracted.owl --annotation rdfs:comment "This file contains externally imported content from the Relations Ontology (RO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the list of selected terms (ro-extract-w-hierarchy.txt, ro-extract-n-hierarchy.txt) located in the OEO-repository." --output ../../ontology/imports/ro-extracted.owl # Remove inSubset axioms robot remove --input ../../ontology/imports/ro-extracted.owl --term oboInOwl:inSubset --output ../../ontology/imports/ro-extracted.owl -# Remove annotations from BFO classes -robot remove --input ../../ontology/imports/ro-extracted.owl --term BFO:0000002 --select "self descendants" --select "" --axioms annotation --signature true --preserve-structure false --output ../../ontology/imports/ro-extracted.owl # Remove subclass axioms from BFO classes robot remove --input ../../ontology/imports/ro-extracted.owl --term BFO:0000002 --select "self descendants" --select "" --axioms subclass --signature true --exclude-term BFO:0000040 --preserve-structure false --output ../../ontology/imports/ro-extracted.owl +# Remove annotations from BFO classes +# This is kaputt, makes the annotations appear twice. +# robot remove --input ../../ontology/imports/ro-extracted.owl --term BFO:0000002 --select "self descendants" --exclude-term BFO:0000040 --exclude-term RO:0002577 --axioms annotation --signature true --preserve-structure false --output ../../ontology/imports/ro-extracted.owl rm ro-full-download.owl rm ro-extracted-w-hierarchy.owl From bf553394fe7fc28fb1e455aa69e15e2b0cdbdb22 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Mon, 23 Jan 2023 10:06:48 +0100 Subject: [PATCH 345/370] Slight improvement from last script. --- src/scripts/ro/extract-from-relations-ontology.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/ro/extract-from-relations-ontology.sh b/src/scripts/ro/extract-from-relations-ontology.sh index 817302591..fa8b25ab0 100644 --- a/src/scripts/ro/extract-from-relations-ontology.sh +++ b/src/scripts/ro/extract-from-relations-ontology.sh @@ -12,7 +12,7 @@ robot remove --input ../../ontology/imports/ro-extracted.owl --term oboInOwl:inS robot remove --input ../../ontology/imports/ro-extracted.owl --term BFO:0000002 --select "self descendants" --select "" --axioms subclass --signature true --exclude-term BFO:0000040 --preserve-structure false --output ../../ontology/imports/ro-extracted.owl # Remove annotations from BFO classes # This is kaputt, makes the annotations appear twice. -# robot remove --input ../../ontology/imports/ro-extracted.owl --term BFO:0000002 --select "self descendants" --exclude-term BFO:0000040 --exclude-term RO:0002577 --axioms annotation --signature true --preserve-structure false --output ../../ontology/imports/ro-extracted.owl +# robot remove --input ../../ontology/imports/ro-extracted.owl --term BFO:0000002 --term BFO:0000004 --term BFO:0000040 --select "self" --exclude-term RO:0002577 --exclude-term BFO:0000050 --axioms annotation --signature true --preserve-structure false --output ../../ontology/imports/ro-extracted.owl rm ro-full-download.owl rm ro-extracted-w-hierarchy.owl From 1669c5c408a187a350fa89cb5e476a4ecb67df6e Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:22:31 +0100 Subject: [PATCH 346/370] Apply suggestions from code review Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3de12c7cd..015895131 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9564,10 +9564,10 @@ Class: OEO_00310025 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Combined cycle electricity generation is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process.", + "A combined cycle electricity generation process is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", - rdfs:label "combined cycle electricity generation" + rdfs:label "combined cycle electricity generation process" SubClassOf: OEO_00050001, From 405494a8c2a366867bf2cc53527085d6587374bc Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 24 Jan 2023 11:24:02 +0100 Subject: [PATCH 347/370] Add alternative label #1256 --- src/ontology/edits/oeo-physical.omn | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 015895131..493207eee 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9565,6 +9565,7 @@ Class: OEO_00310025 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "A combined cycle electricity generation process is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process.", + "combined cycle electricity generation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle electricity generation process" From 61497526980e39d2322a83432b6283d797c6ff8a Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 24 Jan 2023 14:43:30 +0100 Subject: [PATCH 348/370] Add `power-only generating unit` #1439 * `power-only generating unit`: _A power-only generating unit is a power generating unit that has only the function to produce electrical energy._ --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ecc4217..d3b63421b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - (renewable) electrolytic hydrogen, (fossil/abated) steam reforming hydrogen, renewable electrical energy (#1442) - energy transformation function and subclasses (#1445) - RED sector individuals (#1446) +- power-only generating unit (#1456) ### Changed - bearer of -> has characteristic (#1268) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 191b6e931..853db8c27 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10973,3 +10973,19 @@ DisjointClasses: DisjointClasses: OEO_00000188,OEO_00000210,OEO_00000425 +Class: OEO_00010401 + + Annotations: + "A power-only generating unit is a power generating unit that has only the function to produce electrical energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1439 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1453", + rdfs:label "power-only generating unit"@en + + EquivalentTo: + OEO_00000334 + and ( some OEO_00010386) + and ( only + (OEO_00010386 or (not (OEO_00010385)))) + + SubClassOf: + OEO_00000334 \ No newline at end of file From 724d6f21331c1765e62751744b2611c2cefc38ac Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 24 Jan 2023 14:47:52 +0100 Subject: [PATCH 349/370] Resort --- src/ontology/edits/oeo-physical.omn | 43 ++++++++++++++--------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 853db8c27..36b88b089 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6473,6 +6473,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409", OEO_00010336 +Class: OEO_00010362 + + Class: OEO_00010379 Annotations: @@ -6594,12 +6597,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", Class: OEO_00010385 -Class: OEO_00010362 - - -Class: OEO_00010385 - - Class: OEO_00010386 @@ -6619,6 +6616,24 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", Class: OEO_00010388 +Class: OEO_00010401 + + Annotations: + "A power-only generating unit is a power generating unit that has only the function to produce electrical energy.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1439 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1456", + rdfs:label "power-only generating unit"@en + + EquivalentTo: + OEO_00000334 + and ( some OEO_00010386) + and ( only + (OEO_00010386 or (not (OEO_00010385)))) + + SubClassOf: + OEO_00000334 + + Class: OEO_00020001 Annotations: @@ -10973,19 +10988,3 @@ DisjointClasses: DisjointClasses: OEO_00000188,OEO_00000210,OEO_00000425 -Class: OEO_00010401 - - Annotations: - "A power-only generating unit is a power generating unit that has only the function to produce electrical energy.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1439 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1453", - rdfs:label "power-only generating unit"@en - - EquivalentTo: - OEO_00000334 - and ( some OEO_00010386) - and ( only - (OEO_00010386 or (not (OEO_00010385)))) - - SubClassOf: - OEO_00000334 \ No newline at end of file From 1a87ead151cc3bd13c00879fb4e95c8fc199a6b3 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:50:31 +0100 Subject: [PATCH 350/370] Apply suggestions from code review Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 24de56857..d7961fa49 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6638,7 +6638,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445", Class: OEO_00010392 Annotations: - "Direct solar radiation is radiation that is the non-scattered part of solar radiation from the Sun within the extent of the solar disk only.", + "Direct solar radiation is radiation that is the non-scattered part of solar radiation from the sun within the extent of the solar disk only.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "direct solar radiation"@en @@ -6683,7 +6683,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", Class: OEO_00010395 Annotations: - "Solar tracking is a process of in which a radiation receiving surface is following the path of the sun on the sky.", + "Solar tracking is a process in which a radiation receiving surface is following the path of the sun on the sky.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "solar tracking"@en @@ -6707,7 +6707,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", Class: OEO_00010397 Annotations: - "Two axis tracking is solar tracking in which a radiation receiving surface is following the sun by rotating around two axes. The plane is always oriented normal.", + "Two axis tracking is solar tracking in which a radiation receiving surface is following the sun by rotating around two axes. The surface is always oriented normal.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "two axis tracking"@en From 8764db25324b57cd499b2c90186df5d79ffce1c0 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:50:50 +0100 Subject: [PATCH 351/370] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d7961fa49..ad50b1720 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6902,7 +6902,7 @@ Class: OEO_00020038 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Solar radiation is radiation that is emitted by the sun.", - "Solar radiation is the merological sum of direct solar radiation and diffuse solar radiation", + "Solar radiation is the mereological sum of direct solar radiation and diffuse solar radiation", "global radiation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/362 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600 From af28cefd905eff4a740aa57b9200652de2e9d8fa Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 26 Jan 2023 08:50:51 +0100 Subject: [PATCH 352/370] add scenario subclasses --- src/ontology/edits/oeo-model.omn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index ccf005895..9f00f5482 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1708,6 +1708,26 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1429", some +Class: OEO_00020245 + + Annotations: + "An explorative scenario is a scenario that contains certain constraints / statements regarding measures that are taken in the near future / today to explore where these measures will lead to in a later future. The later future is not predefined in the scenario.", + rdfs:label "explorative scenario" + + SubClassOf: + OEO_00000364 + + +Class: OEO_00020246 + + Annotations: + "A target driven scenario is a scenario that contains certain target constraints/ statements that in a possible future shall be realized. The path how the targets will be met is not predefined in the scenario.", + rdfs:label "target driven scenario" + + SubClassOf: + OEO_00000364 + + Class: OEO_00030007 Annotations: From 013da225f71bb312b913429a9588d565039eaed6 Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 26 Jan 2023 08:56:11 +0100 Subject: [PATCH 353/370] add scenario subclasses --- src/ontology/edits/oeo-model.omn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 9f00f5482..e085dd2b0 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1708,21 +1708,21 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1429", some -Class: OEO_00020245 +Class: OEO_00020247 Annotations: - "An explorative scenario is a scenario that contains certain constraints / statements regarding measures that are taken in the near future / today to explore where these measures will lead to in a later future. The later future is not predefined in the scenario.", - rdfs:label "explorative scenario" + "A target driven scenario is a scenario that contains certain target constraints/ statements that in a possible future shall be realized. The path how the targets will be met is not predefined in the scenario.", + rdfs:label "target driven scenario" SubClassOf: OEO_00000364 -Class: OEO_00020246 +Class: OEO_00020248 Annotations: - "A target driven scenario is a scenario that contains certain target constraints/ statements that in a possible future shall be realized. The path how the targets will be met is not predefined in the scenario.", - rdfs:label "target driven scenario" + "An explorative scenario is a scenario that contains certain constraints / statements regarding measures that are taken in the near future / today to explore where these measures will lead to in a later future. The later future is not predefined in the scenario.", + rdfs:label "explorative scenario" SubClassOf: OEO_00000364 From 1a601e26d2a02eeb7c16ba62ddda1510a79d560d Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 26 Jan 2023 09:02:23 +0100 Subject: [PATCH 354/370] add term tracker and Changelog --- CHANGELOG.md | 1 + src/ontology/edits/oeo-model.omn | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90678830a..2b987df8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - source category (#1428) - scenario bundle (#1429) - rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432) +- explorative and target driven scenario (#1459) ### Changed - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index e085dd2b0..04733b7f8 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1712,6 +1712,8 @@ Class: OEO_00020247 Annotations: "A target driven scenario is a scenario that contains certain target constraints/ statements that in a possible future shall be realized. The path how the targets will be met is not predefined in the scenario.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1110 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1459", rdfs:label "target driven scenario" SubClassOf: @@ -1722,6 +1724,8 @@ Class: OEO_00020248 Annotations: "An explorative scenario is a scenario that contains certain constraints / statements regarding measures that are taken in the near future / today to explore where these measures will lead to in a later future. The later future is not predefined in the scenario.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1110 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1459", rdfs:label "explorative scenario" SubClassOf: From a2f8756e26cef1079b22045d8cd069e430080a91 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 30 Jan 2023 18:36:53 +0100 Subject: [PATCH 355/370] Add four energy balance related classes #1400 * `energy balance` * `energy balance collection` * `energy balance calculation method` * `energy balance sector division` The associated axioms require shifting some existing classes to oeo-shared --- src/ontology/edits/oeo-model.omn | 38 +++++++++++++++++++++++++++++ src/ontology/edits/oeo-physical.omn | 14 ++--------- src/ontology/edits/oeo-shared.omn | 16 ++++++++++++ src/ontology/oeo.omn | 1 + 4 files changed, 57 insertions(+), 12 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 227d7151e..f37a17940 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1319,9 +1319,44 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391", some OEO_00020013 +Class: OEO_00010296 + + Class: OEO_00010362 +Class: OEO_00010404 + + Annotations: + rdfs:label "energy balance" + + SubClassOf: + OEO_00000149 + + +Class: OEO_00010405 + + Annotations: + "An energy balance collection is a dataset of energy balances for various time steps and/or temporal region.", + rdfs:label "energy balance collection"@en + + SubClassOf: + , + some OEO_00010404 + + +Class: OEO_00010406 + + Annotations: + "An energy balance calculation method is a methodology to calculate an energy balance.", + rdfs:label "energy balance calculation method"@en + + SubClassOf: + OEO_00020166, + some OEO_00010296, + some OEO_00010404 + + Class: OEO_00020011 SubClassOf: @@ -1732,6 +1767,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882", some OEO_00020097 +Class: OEO_00020166 + + Class: OEO_00020227 Annotations: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 100b20323..228394a33 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6097,16 +6097,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1295", Class: OEO_00010296 - Annotations: - "A primary energy consumption calculation method is a methodology to calculate primary energy consumption.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", - rdfs:label "primary energy consumption calculation method"@en - - SubClassOf: - OEO_00020166, - some OEO_00050018 - Class: OEO_00010297 @@ -6761,8 +6751,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1456", SubClassOf: OEO_00000334 - - + + Class: OEO_00020001 Annotations: diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 814cd3549..f872a75d3 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -2535,6 +2535,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253", OEO_00020154 +Class: OEO_00010296 + + Annotations: + "A primary energy consumption calculation method is a methodology to calculate primary energy consumption.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", + rdfs:label "primary energy consumption calculation method"@en + + SubClassOf: + OEO_00020166, + some OEO_00050018 + + Class: OEO_00010315 Annotations: @@ -3732,6 +3745,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/843", OEO_00010117 +Class: OEO_00050018 + + Class: OEO_00050019 Annotations: diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index 61aef917f..d9d1d615a 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -195,3 +195,4 @@ Class: Class: + From f4550f8d2cee081a920bed54cb91db43fc540b5f Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 30 Jan 2023 18:41:17 +0100 Subject: [PATCH 356/370] Relabel energy balance sector individuals #1400 --- src/ontology/edits/oeo-model.omn | 16 ++++++++++++ src/ontology/edits/oeo-shared.omn | 32 ++++++++++++++++++++++++ src/ontology/edits/oeo-social.omn | 41 +++++++------------------------ 3 files changed, 57 insertions(+), 32 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index f37a17940..2e1eb4bc9 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -107,6 +107,9 @@ ObjectProperty: ObjectProperty: OEO_00000503 +ObjectProperty: OEO_00000504 + + ObjectProperty: OEO_00000511 Annotations: @@ -1053,6 +1056,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/584", Class: OEO_00000367 +Class: OEO_00000368 + + Class: OEO_00000370 Annotations: @@ -1357,6 +1363,16 @@ Class: OEO_00010406 some OEO_00010404 +Class: OEO_00010407 + + Annotations: + rdfs:label "energy balance sector division"@en + + SubClassOf: + OEO_00000368, + OEO_00000504 some OEO_00010406 + + Class: OEO_00020011 SubClassOf: diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index f872a75d3..c081b614c 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -397,6 +397,26 @@ https://github.com/OpenEnergyPlatform/ontology/pull/871 (add domain and range)", OEO_00000501 +ObjectProperty: OEO_00000504 + + Annotations: + "A relation between a continuant (A) and a continuant or occurent (B) in which (A) determines the semantic of (B)", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/460 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/480/ + +domain: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871 + +adapt domains and ranges: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/973 +issue: https://github.com/OpenEnergyPlatform/ontology/pull/1085", + rdfs:label "is defined by" + + Range: + + + ObjectProperty: OEO_00000505 Annotations: @@ -2245,6 +2265,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/764", +Class: OEO_00000368 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, + "A sector division is a specific way to subdivide a system."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30", + rdfs:label "sector division" + + SubClassOf: + + + Class: OEO_00000395 Annotations: diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index c8c9e4f1a..4bbf9a5ec 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -106,23 +106,6 @@ ObjectProperty: OEO_00000503 ObjectProperty: OEO_00000504 - Annotations: - "A relation between a continuant (A) and a continuant or occurent (B) in which (A) determines the semantic of (B)", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/460 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/480/ - -domain: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871 - -adapt domains and ranges: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/973 -issue: https://github.com/OpenEnergyPlatform/ontology/pull/1085", - rdfs:label "is defined by" - - Range: - - ObjectProperty: OEO_00000505 @@ -579,15 +562,6 @@ Class: OEO_00000367 Class: OEO_00000368 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, - "A sector division is a specific way to subdivide a system."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30", - rdfs:label "sector division" - - SubClassOf: - - Class: OEO_00000379 @@ -919,6 +893,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1428", OEO_00000367 +Class: OEO_00010407 + + Class: OEO_00020015 @@ -2166,10 +2143,10 @@ Individual: OEO_00000160 The energy balance expresses all forms of energy in a common accounting unit. The balance shows the relationships between supply, inputs to the energy transformation processes and their outputs as well as the actual energy consumption by different sectors of end-use.", "This is a general description of an energy balance. A link to a complete Eurostat energy balance is provided under the URL for 'definition source'", "https://ec.europa.eu/eurostat/statistics-explained/index.php/Energy_balance#What_is_an_energy_balance.3F", - rdfs:label "eurostat energy balances" + rdfs:label "Eurostat energy balance sector division" Types: - OEO_00000368 + OEO_00010407 Individual: OEO_00000193 @@ -2204,10 +2181,10 @@ In der Primärenergiebilanz werden die Energieträger mit ihrem Mengenaufkommen Bestandsveränderungen, getrennt erfasst nach Bestandsentnahmen und -aufstockungen", "The German Energy Balance is managed by the 'AG Energiebilanzen', where aso the energy balances can be found: https://ag-energiebilanzen.de/", "https://de.wikipedia.org/w/index.php?title=Energiebilanz_(Energiewirtschaft)&oldid=176259115", - rdfs:label "german energy balances" + rdfs:label "German energy balance sector division" Types: - OEO_00000368 + OEO_00010407 Individual: OEO_00000242 @@ -5167,8 +5144,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440", Facts: OEO_00000504 OEO_00000242, OEO_00010172 - - + + Individual: OEO_00010389 Annotations: From a2814e149dccb7398e7b31039e529729105a1f5c Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 30 Jan 2023 18:54:37 +0100 Subject: [PATCH 357/370] Add axioms, add term tracker items and update CHANGELOG.md #1400 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-model.omn | 22 ++++++++++++++++++++-- src/ontology/edits/oeo-shared.omn | 18 +++++++++++++++--- src/ontology/edits/oeo-social.omn | 6 ++++++ 4 files changed, 42 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0ab3f61..01eb7d5b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,6 +93,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - refinery gas, petroleum coke (#1351) - chemical/electrical/kinetic/potential energy storage function; underground fuel storage object (#1348) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1359) +- energy balance, energy balance collection, energy balance calculation method, energy balance sector division (#1463) ### Changed - github: update the description of the readme file (#1292) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 2e1eb4bc9..422a41222 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1334,27 +1334,39 @@ Class: OEO_00010362 Class: OEO_00010404 Annotations: + "An energy balance is an empirical data set that describes a specified set of energy transformations and a specified set of energy carriers in a spatial region for a specific time step (usually a year).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "energy balance" SubClassOf: - OEO_00000149 + OEO_00000149, + some OEO_00020039, + exactly 1 OEO_00030033, + exactly 1 Class: OEO_00010405 Annotations: "An energy balance collection is a dataset of energy balances for various time steps and/or temporal region.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "energy balance collection"@en SubClassOf: , - some OEO_00010404 + some OEO_00010404, + some OEO_00030033, + some Class: OEO_00010406 Annotations: "An energy balance calculation method is a methodology to calculate an energy balance.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "energy balance calculation method"@en SubClassOf: @@ -1366,6 +1378,9 @@ Class: OEO_00010406 Class: OEO_00010407 Annotations: + "An energy balance sector division is a sector division that is defined by an energy balance calculation method.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "energy balance sector division"@en SubClassOf: @@ -1603,6 +1618,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585", +Class: OEO_00020039 + + Class: OEO_00020072 Annotations: diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index c081b614c..6cb3640d7 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -410,7 +410,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871 adapt domains and ranges: issue: https://github.com/OpenEnergyPlatform/ontology/issues/973 -issue: https://github.com/OpenEnergyPlatform/ontology/pull/1085", +issue: https://github.com/OpenEnergyPlatform/ontology/pull/1085 + +Move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "is defined by" Range: @@ -2270,7 +2274,11 @@ Class: OEO_00000368 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-social"^^xsd:string, "A sector division is a specific way to subdivide a system."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30 + +Move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "sector division" SubClassOf: @@ -2572,7 +2580,11 @@ Class: OEO_00010296 Annotations: "A primary energy consumption calculation method is a methodology to calculate primary energy consumption.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306 + +Move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "primary energy consumption calculation method"@en SubClassOf: diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 4bbf9a5ec..fae52ba70 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2143,6 +2143,9 @@ Individual: OEO_00000160 The energy balance expresses all forms of energy in a common accounting unit. The balance shows the relationships between supply, inputs to the energy transformation processes and their outputs as well as the actual energy consumption by different sectors of end-use.", "This is a general description of an energy balance. A link to a complete Eurostat energy balance is provided under the URL for 'definition source'", "https://ec.europa.eu/eurostat/statistics-explained/index.php/Energy_balance#What_is_an_energy_balance.3F", + "Change type and label: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "Eurostat energy balance sector division" Types: @@ -2181,6 +2184,9 @@ In der Primärenergiebilanz werden die Energieträger mit ihrem Mengenaufkommen Bestandsveränderungen, getrennt erfasst nach Bestandsentnahmen und -aufstockungen", "The German Energy Balance is managed by the 'AG Energiebilanzen', where aso the energy balances can be found: https://ag-energiebilanzen.de/", "https://de.wikipedia.org/w/index.php?title=Energiebilanz_(Energiewirtschaft)&oldid=176259115", + "Change type and label: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "German energy balance sector division" Types: From 3a4cd8f93e0321b70750946b9db531ebcb642eec Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 31 Jan 2023 08:25:31 +0100 Subject: [PATCH 358/370] Move five classes to oeo-shared #1400 `primary energy consumption` `energy consumption value` `energy use` `non-energy use` `empirical dataset` --- src/ontology/edits/oeo-model.omn | 42 +------- src/ontology/edits/oeo-physical.omn | 67 ------------- src/ontology/edits/oeo-shared.omn | 145 ++++++++++++++++++++++++++++ 3 files changed, 147 insertions(+), 107 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 422a41222..cc4008d4d 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -737,13 +737,8 @@ source: https://en.wikipedia.org/wiki/Digital_object_identifier"@en, Class: OEO_00000149 Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, - "The measurement series of some experiment."@en, - "An empirical dataset is a dataset that is obtained from observations in the real world."@en, - rdfs:label "empirical dataset" - - SubClassOf: - + "Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1463" DisjointWith: OEO_00000403 @@ -1333,18 +1328,6 @@ Class: OEO_00010362 Class: OEO_00010404 - Annotations: - "An energy balance is an empirical data set that describes a specified set of energy transformations and a specified set of energy carriers in a spatial region for a specific time step (usually a year).", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", - rdfs:label "energy balance" - - SubClassOf: - OEO_00000149, - some OEO_00020039, - exactly 1 OEO_00030033, - exactly 1 - Class: OEO_00010405 @@ -1363,30 +1346,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", Class: OEO_00010406 - Annotations: - "An energy balance calculation method is a methodology to calculate an energy balance.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", - rdfs:label "energy balance calculation method"@en - - SubClassOf: - OEO_00020166, - some OEO_00010296, - some OEO_00010404 - Class: OEO_00010407 - Annotations: - "An energy balance sector division is a sector division that is defined by an energy balance calculation method.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", - rdfs:label "energy balance sector division"@en - - SubClassOf: - OEO_00000368, - OEO_00000504 some OEO_00010406 - Class: OEO_00020011 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 228394a33..593cd6566 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5407,42 +5407,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155", Class: OEO_00010210 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Energy use is the consumption of an energy carrier making use of the energy it carries.", - "energy consumption", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950 - -Add alternative label: -https://github.com/OpenEnergyPlatform/ontology/pull/1321", - rdfs:label "energy use"@en - - SubClassOf: - OEO_00140039, - some OEO_00020039 - DisjointWith: OEO_00010211 Class: OEO_00010211 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Non-energy use is the consumption of an energy carrier without making use the energy it carries.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950 - -add 'has participant axiom': -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", - rdfs:label "non-energy use"@en - - SubClassOf: - OEO_00140039, - some OEO_00020039 - DisjointWith: OEO_00010210 @@ -7958,32 +7928,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" Class: OEO_00050018 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "Primary energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region excluding the non-energetic use of fuels."@en, - "Primary energy consumption covers consumption of the energy sector itself, losses during transformation (for example, from oil or gas into electricity) and distribution of energy, and the final consumption by end users. It excludes energy carriers used for non-energy purposes (such as petroleum not used not for combustion but for producing plastics)."@en, - "Primary energy consumption excluding non-energy use of energy carriers."@en, - "Eurostat Energy Glossary -https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:Primary_energy_consumption"@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/709 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/719 - -issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613 - -make energy consumption value: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306"@en, - rdfs:label "primary energy consumption"@en - - SubClassOf: - OEO_00240019, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" - (not ( some OEO_00010211)) - and ( some OEO_00010210) - Class: OEO_00050019 @@ -9309,17 +9253,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en, Class: OEO_00240019 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, - "An energy consumption value is an energy amount value that measures the energy consumption over a time span."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en, - rdfs:label "energy consumption value" - - SubClassOf: - OEO_00050019, - some OEO_00030035 - Class: OEO_00240026 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 6cb3640d7..1ad94ecfe 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1178,6 +1178,9 @@ Class: Class: +Class: + + Class: SubClassOf: @@ -1745,6 +1748,18 @@ https://github.com/OpenEnergyPlatform/ontology/pull/956", OEO_00000502 some +Class: OEO_00000149 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "The measurement series of some experiment."@en, + "An empirical dataset is a dataset that is obtained from observations in the real world."@en, + rdfs:label "empirical dataset" + + SubClassOf: + + + Class: OEO_00000150 Annotations: @@ -2466,6 +2481,48 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", OEO_00020180 some OEO_00040003 +Class: OEO_00010210 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "Energy use is the consumption of an energy carrier making use of the energy it carries.", + "energy consumption", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950 + +Add alternative label: +https://github.com/OpenEnergyPlatform/ontology/pull/1321 + +Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1463", + rdfs:label "energy use"@en + + SubClassOf: + OEO_00140039, + some OEO_00020039 + + +Class: OEO_00010211 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "Non-energy use is the consumption of an energy carrier without making use the energy it carries.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950 + +add 'has participant axiom': +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395 + +Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1463", + rdfs:label "non-energy use"@en + + SubClassOf: + OEO_00140039, + some OEO_00020039 + + Class: OEO_00010263 Annotations: @@ -2712,6 +2769,48 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", OEO_00010385 +Class: OEO_00010404 + + Annotations: + "An energy balance is an empirical data set that describes a specified set of energy transformations and a specified set of energy carriers in a spatial region for a specific time step (usually a year).", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", + rdfs:label "energy balance" + + SubClassOf: + OEO_00000149, + some OEO_00020039, + exactly 1 OEO_00030033, + exactly 1 + + +Class: OEO_00010406 + + Annotations: + "An energy balance calculation method is a methodology to calculate an energy balance.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", + rdfs:label "energy balance calculation method"@en + + SubClassOf: + OEO_00020166, + some OEO_00010296, + some OEO_00010404 + + +Class: OEO_00010407 + + Annotations: + "An energy balance sector division is a sector division that is defined by an energy balance calculation method.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", + rdfs:label "energy balance sector division"@en + + SubClassOf: + OEO_00000368, + OEO_00000504 some OEO_00010406 + + Class: OEO_00020003 Annotations: @@ -3791,6 +3890,35 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/843", Class: OEO_00050018 + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "Primary energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region excluding the non-energetic use of fuels."@en, + "Primary energy consumption covers consumption of the energy sector itself, losses during transformation (for example, from oil or gas into electricity) and distribution of energy, and the final consumption by end users. It excludes energy carriers used for non-energy purposes (such as petroleum not used not for combustion but for producing plastics)."@en, + "Primary energy consumption excluding non-energy use of energy carriers."@en, + "Eurostat Energy Glossary +https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:Primary_energy_consumption"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/709 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/719 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613 + +make energy consumption value: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306 + +Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1463"@en, + rdfs:label "primary energy consumption"@en + + SubClassOf: + OEO_00240019, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950" + (not ( some OEO_00010211)) + and ( some OEO_00010210) + Class: OEO_00050019 @@ -4144,6 +4272,23 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1041", and (OEO_00010235 some OEO_00000139) +Class: OEO_00240019 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, + "An energy consumption value is an energy amount value that measures the energy consumption over a time span."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997 + +Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1463"@en, + rdfs:label "energy consumption value" + + SubClassOf: + OEO_00050019, + some OEO_00030035 + + Class: OEO_00240022 Annotations: From be527032e6ff861cc1b0938b393f43bf47479e52 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 31 Jan 2023 08:28:57 +0100 Subject: [PATCH 359/370] Fix `empirical dataset` and move `synthetic dataset` #1400 --- src/ontology/edits/oeo-model.omn | 19 ------------------- src/ontology/edits/oeo-shared.omn | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index cc4008d4d..c7d139e05 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -736,13 +736,6 @@ source: https://en.wikipedia.org/wiki/Digital_object_identifier"@en, Class: OEO_00000149 - Annotations: - "Move to oeo-shared: -https://github.com/OpenEnergyPlatform/ontology/pull/1463" - - DisjointWith: - OEO_00000403 - Class: OEO_00000161 @@ -1149,18 +1142,6 @@ Class: OEO_00000392 Class: OEO_00000403 - Annotations: - OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, - "The projected power usage during an idealised model year."@en, - "A synthetic dataset is a dataset that is obtained by artificially creating data items. It is constructed to be an estimation of a real-world dataset."@en, - rdfs:label "synthetic dataset" - - SubClassOf: - - - DisjointWith: - OEO_00000149 - Class: OEO_00000408 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 1ad94ecfe..6dd59f795 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1754,11 +1754,16 @@ Class: OEO_00000149 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "The measurement series of some experiment."@en, "An empirical dataset is a dataset that is obtained from observations in the real world."@en, + "Move to oeo-shared: +https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "empirical dataset" SubClassOf: + DisjointWith: + OEO_00000403 + Class: OEO_00000150 @@ -2323,6 +2328,21 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", OEO_00010121 some OEO_00000331 +Class: OEO_00000403 + + Annotations: + OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, + "The projected power usage during an idealised model year."@en, + "A synthetic dataset is a dataset that is obtained by artificially creating data items. It is constructed to be an estimation of a real-world dataset."@en, + rdfs:label "synthetic dataset" + + SubClassOf: + + + DisjointWith: + OEO_00000149 + + Class: OEO_00000419 Annotations: From 90335de6b2534f7a6491bf6d2ca0f23933bed2f2 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:54:58 +0100 Subject: [PATCH 360/370] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c7d139e05..766e9ad5b 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1313,7 +1313,7 @@ Class: OEO_00010404 Class: OEO_00010405 Annotations: - "An energy balance collection is a dataset of energy balances for various time steps and/or temporal region.", + "An energy balance collection is a data set of energy balances for various time steps and/or temporal regions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463", rdfs:label "energy balance collection"@en From 7b51e5b4cc2215da76a6c2f5f22e78c42ac00154 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 31 Jan 2023 10:59:01 +0100 Subject: [PATCH 361/370] Harmonise labels of `data set` subclasses #1400 --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-model.omn | 6 ++++-- src/ontology/edits/oeo-shared.omn | 12 +++++++----- src/ontology/oeo.omn | 1 - 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01eb7d5b0..fea39ce6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - synthetic hydrogen, fossil hydrogen (#1442) - renewable_ energy_ directive_ sectors -> Renewable Energy Directive sector division (#1446) - radiation (#1447) +- energy balance, energy balance collection, energy balance calculation method, energy balance sector division, empirical/synthetic/test data set (#1463) ### Removed @@ -93,7 +94,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - refinery gas, petroleum coke (#1351) - chemical/electrical/kinetic/potential energy storage function; underground fuel storage object (#1348) - data center, sewage plant, industrial waste thermal energy, recovered heat, aerothermal energy (#1359) -- energy balance, energy balance collection, energy balance calculation method, energy balance sector division (#1463) ### Changed - github: update the description of the readme file (#1292) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c7d139e05..dd712f2b5 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1147,8 +1147,10 @@ Class: OEO_00000408 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, - "A test dataset is a data set used for testing."^^xsd:string, - rdfs:label "test dataset" + "A test data set is a data set used for testing."^^xsd:string, + "Harmonise label: +https://github.com/OpenEnergyPlatform/ontology/pull/1463", + rdfs:label "test data set" SubClassOf: diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 6dd59f795..142fc9212 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1753,10 +1753,10 @@ Class: OEO_00000149 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-shared"^^xsd:string, "The measurement series of some experiment."@en, - "An empirical dataset is a dataset that is obtained from observations in the real world."@en, - "Move to oeo-shared: + "An empirical data set is a dataset that is obtained from observations in the real world."@en, + "Move to oeo-shared and harmonise label: https://github.com/OpenEnergyPlatform/ontology/pull/1463", - rdfs:label "empirical dataset" + rdfs:label "empirical data set" SubClassOf: @@ -2333,8 +2333,10 @@ Class: OEO_00000403 Annotations: OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string, "The projected power usage during an idealised model year."@en, - "A synthetic dataset is a dataset that is obtained by artificially creating data items. It is constructed to be an estimation of a real-world dataset."@en, - rdfs:label "synthetic dataset" + "A synthetic data set is a dataset that is obtained by artificially creating data items. It is constructed to be an estimation of a real-world dataset."@en, + "Harmonise label: +https://github.com/OpenEnergyPlatform/ontology/pull/1463", + rdfs:label "synthetic data set" SubClassOf: diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index d9d1d615a..61aef917f 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -195,4 +195,3 @@ Class: Class: - From 2d8e563641307a413e846ff89cc2e1f7ba29ff6f Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 31 Jan 2023 11:04:00 +0100 Subject: [PATCH 362/370] Update CHANGELOG.md #1400 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea39ce6c..8f640fb31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - RED sector individuals (#1446) - direct/diffuse solar radiation, non-scattered radiant flux density, (single/two axis) solar tracking, (single/two axis) solar tracked receiving surface (#1448) - power-only generating unit (#1456) +- energy balance, energy balance collection, energy balance calculation method, energy balance sector division (#1463) ### Changed - bearer of -> has characteristic (#1268) @@ -61,7 +62,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - synthetic hydrogen, fossil hydrogen (#1442) - renewable_ energy_ directive_ sectors -> Renewable Energy Directive sector division (#1446) - radiation (#1447) -- energy balance, energy balance collection, energy balance calculation method, energy balance sector division, empirical/synthetic/test data set (#1463) +- german/eurostat energy balances -> German/Eurostat energy balance sector division; empirical/synthetic/test data set (#1463) ### Removed From a686ecb71bc3d2abe499e9c2107a8945a352c164 Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Wed, 1 Feb 2023 10:06:16 +0100 Subject: [PATCH 363/370] Replaced owl:equivalentClass with may be identical to in Annotations --- src/ontology/edits/oeo-physical.omn | 197 ++++++++++++++-------------- src/ontology/edits/oeo-shared.omn | 45 ++++--- 2 files changed, 124 insertions(+), 118 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 593cd6566..4e99be228 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -38,6 +38,9 @@ AnnotationProperty: AnnotationProperty: +AnnotationProperty: + + AnnotationProperty: @@ -808,11 +811,11 @@ Class: OEO_00000006 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Carbon dioxide is a portion of matter with the chemical formula CO2. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and can work as a greenhouse gas.", "CO2", - rdfs:label "carbon dioxide", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16526" + "http://purl.obolibrary.org/obo/CHEBI_16526", + rdfs:label "carbon dioxide" SubClassOf: OEO_00000331, @@ -1048,11 +1051,11 @@ Class: OEO_00000025 "classification changed: issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805", - rdfs:label "methane", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16183" + "http://purl.obolibrary.org/obo/CHEBI_16183", + rdfs:label "methane" SubClassOf: OEO_00140159, @@ -1087,11 +1090,11 @@ Class: OEO_00000027 Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "dinitrogen oxide", - rdfs:label "nitrous oxide", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_17045" + "http://purl.obolibrary.org/obo/CHEBI_17045", + rdfs:label "nitrous oxide" SubClassOf: OEO_00000331, @@ -1315,11 +1318,11 @@ Class: OEO_00000040 "Uranium is a portion of matter that has the atomic number 92. It is a silver-grey metal.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237", - rdfs:label "uranium", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_33499" + "http://purl.obolibrary.org/obo/CHEBI_33499", + rdfs:label "uranium" SubClassOf: OEO_00000331, @@ -1359,11 +1362,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/207 add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "waste role", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000665" + "http://purl.obolibrary.org/obo/ENVO_01000665", + rdfs:label "waste role" SubClassOf: , @@ -1377,11 +1380,11 @@ Class: OEO_00000043 "Wind is a process of air naturally moving.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225", - rdfs:label "wind", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000793" + "http://purl.obolibrary.org/obo/ENVO_01000793", + rdfs:label "wind" SubClassOf: , @@ -1453,11 +1456,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 make subclass of gas mixture and improve definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", - rdfs:label "air", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002005" + "http://purl.obolibrary.org/obo/ENVO_00002005", + rdfs:label "air" SubClassOf: , @@ -1475,11 +1478,11 @@ Class: OEO_00000055 "https://en.wikipedia.org/w/index.php?title=Air_pollution&oldid=877082014"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410", - rdfs:label "air pollution", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02500037" + "http://purl.obolibrary.org/obo/ENVO_02500037", + rdfs:label "air pollution" SubClassOf: OEO_00000330, @@ -1505,12 +1508,12 @@ Class: OEO_00000058 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Anthracite is a hard coal with a high caloric value due to its high carbon content (about 90 % fixed carbon).", "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:comment "Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis."@en, - rdfs:label "anthracite", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000011" + "http://purl.obolibrary.org/obo/ENVO_2000011", + rdfs:comment "Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis."@en, + rdfs:label "anthracite" SubClassOf: OEO_00000204 @@ -1651,11 +1654,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 improve definition and make subclass of gas mixture: issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", - rdfs:label "biogas", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000556" + "http://purl.obolibrary.org/obo/ENVO_01000556", + rdfs:label "biogas" SubClassOf: , @@ -1716,11 +1719,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", - rdfs:label "charcoal", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000560" + "http://purl.obolibrary.org/obo/ENVO_01000560", + rdfs:label "charcoal" SubClassOf: OEO_00000331, @@ -1737,12 +1740,12 @@ Class: OEO_00000088 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Coal is a portion of matter consisting of combustible black or brownish-black sedimentary rock, formed as rock strata called coal seams."@en, "https://en.wikipedia.org/w/index.php?title=Coal&oldid=907331967", - rdfs:comment "Coal is mostly carbon with variable amounts of other elements; chiefly hydrogen, sulphur, oxygen, and nitrogen. Coal is formed if dead plant matter decays into peat and over millions of years the heat and pressure of deep burial converts the peat into coal.", - rdfs:label "coal", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02000091" + "http://purl.obolibrary.org/obo/ENVO_02000091", + rdfs:comment "Coal is mostly carbon with variable amounts of other elements; chiefly hydrogen, sulphur, oxygen, and nitrogen. Coal is formed if dead plant matter decays into peat and over millions of years the heat and pressure of deep burial converts the peat into coal.", + rdfs:label "coal" SubClassOf: OEO_00000331, @@ -1763,11 +1766,11 @@ Class: OEO_00000089 "A coal power plant is a power plant that has coal power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "coal power plant", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000038" + "http://purl.obolibrary.org/obo/ENVO_2000038", + rdfs:label "coal power plant" SubClassOf: OEO_00000031, @@ -2212,11 +2215,11 @@ Class: OEO_00000191 "Geothermal energy is thermal energy that is released from within the earth's crust.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", - rdfs:label "geothermal energy", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000034" + "http://purl.obolibrary.org/obo/ENVO_2000034", + rdfs:label "geothermal energy" SubClassOf: OEO_00000207, @@ -2230,11 +2233,11 @@ Class: OEO_00000192 "A geothermal power plant is a power plant that has geothermal power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "geothermal power plant", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002215" + "http://purl.obolibrary.org/obo/ENVO_00002215", + rdfs:label "geothermal power plant" SubClassOf: OEO_00000031, @@ -2378,11 +2381,11 @@ Class: OEO_00000220 "Hydrogen is a portion of matter with the chemical formula H2. It has a gaseous normal state of matter. As it can be oxidised it can be used as a fuel."@en, "H2", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134", - rdfs:label "hydrogen", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_18276" + "http://purl.obolibrary.org/obo/CHEBI_18276", + rdfs:label "hydrogen" SubClassOf: OEO_00000331, @@ -2547,14 +2550,14 @@ Class: OEO_00000251 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Lignite is coal that is non-agglomerating with a gross calorific value less than 17 435 kJ/kg (4 165 kcal/kg) and greater than 31 % volatile matter on a dry mineral matter free basis."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:comment "Oil shale and tar sands produced and combusted directly should be reported in this category. Oil shale and tar sands used as inputs for other transformation processes should also be reported in this category. - -This includes the portion of the oil shale or tar sands consumed in the transformation process.", - rdfs:label "lignite", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000008" + "http://purl.obolibrary.org/obo/ENVO_2000008", + rdfs:comment "Oil shale and tar sands produced and combusted directly should be reported in this category. Oil shale and tar sands used as inputs for other transformation processes should also be reported in this category. + +This includes the portion of the oil shale or tar sands consumed in the transformation process.", + rdfs:label "lignite" SubClassOf: OEO_00000088, @@ -2572,11 +2575,11 @@ Class: OEO_00000252 "A lignite power plant is a coal power plant that has lignite power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "lignite power plant", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000040" + "http://purl.obolibrary.org/obo/ENVO_2000040", + rdfs:label "lignite power plant" SubClassOf: OEO_00000089, @@ -2748,14 +2751,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/431 improve definition and make subclass of gas mixture and add disjoints: issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1007", - rdfs:comment "It includes both ‘non-associated’ gas originating from fields producing hydrocarbons only in gaseous form, and ‘associated’ gas produced in association with crude oil as well as methane recovered from coal mines (colliery gas) or from coal seams (coal seam gas). - -It does not include gases created by anaerobic digestion of biomass (e.g. municipal or sewage gas) nor gasworks gas.", - rdfs:label "natural gas", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000552" + "http://purl.obolibrary.org/obo/ENVO_01000552", + rdfs:comment "It includes both ‘non-associated’ gas originating from fields producing hydrocarbons only in gaseous form, and ‘associated’ gas produced in association with crude oil as well as methane recovered from coal mines (colliery gas) or from coal seams (coal seam gas). + +It does not include gases created by anaerobic digestion of biomass (e.g. municipal or sewage gas) nor gasworks gas.", + rdfs:label "natural gas" SubClassOf: , @@ -2857,11 +2860,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225 conversion to nuclear binding energy issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", - rdfs:label "nuclear binding energy", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000025" + "http://purl.obolibrary.org/obo/ENVO_2000025", + rdfs:label "nuclear binding energy" SubClassOf: OEO_00000150, @@ -2893,11 +2896,11 @@ Class: OEO_00000303 "A nuclear power plant is a power plant that has nuclear power units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "nuclear power plant", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002271" + "http://purl.obolibrary.org/obo/ENVO_00002271", + rdfs:label "nuclear power plant" SubClassOf: OEO_00000031, @@ -2957,11 +2960,11 @@ Class: OEO_00000318 "PM", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "particulate matter", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000060" + "http://purl.obolibrary.org/obo/ENVO_01000060", + rdfs:label "particulate matter" SubClassOf: OEO_00000331, @@ -2977,11 +2980,11 @@ Class: OEO_00000320 "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/942 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1003", - rdfs:label "peat", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00005774" + "http://purl.obolibrary.org/obo/ENVO_00005774", + rdfs:label "peat" SubClassOf: OEO_00000331, @@ -3030,11 +3033,11 @@ Class: OEO_00000330 "Pollution is an emission with a negative effect on the environment or organisms."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", - rdfs:label "pollution", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02500036" + "http://purl.obolibrary.org/obo/ENVO_02500036", + rdfs:label "pollution" SubClassOf: OEO_00000147 @@ -3275,11 +3278,11 @@ Class: OEO_00000386 "A solar power plant is a power plant that has solar power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", - rdfs:label "solar power plant", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000041" + "http://purl.obolibrary.org/obo/ENVO_2000041", + rdfs:label "solar power plant" SubClassOf: OEO_00000031, @@ -3435,11 +3438,11 @@ Class: OEO_00000401 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "Sub bituminous coal is coal that is non-agglomerating with a gross calorific value between 17 435 kJ/kg (4 165 kcal/kg) and 23 865 kJ/kg (5 700 kcal/kg) containing more than 31 % volatile matter on a dry mineral matter free basis."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - rdfs:label "sub bituminous coal", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000009" + "http://purl.obolibrary.org/obo/ENVO_2000009", + rdfs:label "sub bituminous coal" SubClassOf: OEO_00000088 @@ -3541,11 +3544,11 @@ Class: OEO_00000437 "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "volatile organic compound", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_134179" + "http://purl.obolibrary.org/obo/CHEBI_134179", + rdfs:label "volatile organic compound" EquivalentTo: OEO_00000025 or OEO_00000298 @@ -3624,11 +3627,11 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/515 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/684 remove origin pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", - rdfs:label "water", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_15377" + "http://purl.obolibrary.org/obo/CHEBI_15377", + rdfs:label "water" SubClassOf: OEO_00000331, @@ -3783,11 +3786,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 Adapt definition and axioms, add alternative terms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/939 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/959", - rdfs:label "ammonia"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16134" + "http://purl.obolibrary.org/obo/CHEBI_16134", + rdfs:label "ammonia"@en SubClassOf: OEO_00000331, @@ -3805,11 +3808,11 @@ Class: OEO_00010001 "CO", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "carbon monoxide"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_17245" + "http://purl.obolibrary.org/obo/CHEBI_17245", + rdfs:label "carbon monoxide"@en SubClassOf: OEO_00000331, @@ -3825,11 +3828,11 @@ Class: OEO_00010002 "NOx", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "nitrogen oxides"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_35196" + "http://purl.obolibrary.org/obo/CHEBI_35196", + rdfs:label "nitrogen oxides"@en SubClassOf: OEO_00000331, @@ -3892,11 +3895,11 @@ Class: OEO_00010009 "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "PM10"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000405" + "http://purl.obolibrary.org/obo/ENVO_01000405", + rdfs:label "PM10"@en SubClassOf: OEO_00000318 @@ -3910,11 +3913,11 @@ Class: OEO_00010010 "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", - rdfs:label "PM2.5"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000415" + "http://purl.obolibrary.org/obo/ENVO_01000415", + rdfs:label "PM2.5"@en SubClassOf: OEO_00000318 @@ -4366,11 +4369,11 @@ https://github.com/OpenEnergyPlatform/ontology/pull/993 change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", - rdfs:label "motor", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000610" + "http://purl.obolibrary.org/obo/ENVO_01000610", + rdfs:label "motor" SubClassOf: OEO_00000011, @@ -4691,8 +4694,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/765 Make river a subclass of water body: issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "river"@en, - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00000022" + "http://purl.obolibrary.org/obo/ENVO_00000022", + rdfs:label "river"@en SubClassOf: OEO_00010104, @@ -4848,8 +4851,8 @@ Class: OEO_00010101 "Tidal flow is a water flow during which movements of water masses caused by varying gravitational and rotational forces from sun and moon, combined with the rotation of the earth, cause waters to undergo periodic depth oscillations (tides).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - rdfs:label "tidal flow"@en, - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001342" + "http://purl.obolibrary.org/obo/ENVO_01001342", + rdfs:label "tidal flow"@en SubClassOf: OEO_00110002 @@ -6738,11 +6741,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/445 axioms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/703 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/704"@en, - rdfs:label "ethanol"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_16236" + "http://purl.obolibrary.org/obo/CHEBI_16236", + rdfs:label "ethanol"@en SubClassOf: OEO_00000331, @@ -6848,11 +6851,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600 issue: https://github.com/OpenEnergyPlatform/ontology/issues/1031 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1447", - rdfs:label "radiation", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001023" + "http://purl.obolibrary.org/obo/ENVO_01001023", + rdfs:label "radiation" SubClassOf: OEO_00020103, @@ -6872,11 +6875,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600 Add alternative label and editor note: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", - rdfs:label "solar radiation", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01001862" + "http://purl.obolibrary.org/obo/ENVO_01001862", + rdfs:label "solar radiation" SubClassOf: OEO_00020037 @@ -6892,11 +6895,11 @@ Class: OEO_00020040 "Radiative energy is energy that has been transmitted by a radiation process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/660 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/665", - rdfs:label "radiative energy", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000030" + "http://purl.obolibrary.org/obo/ENVO_2000030", + rdfs:label "radiative energy" SubClassOf: OEO_00000150 @@ -6928,12 +6931,12 @@ Class: OEO_00020045 OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/628 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/670", - rdfs:comment "Potential energy is the energy that a material entity contains due to its position relative to other material entities or to stresses within itself.", - rdfs:label "potential energy", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000016" + "http://purl.obolibrary.org/obo/ENVO_2000016", + rdfs:comment "Potential energy is the energy that a material entity contains due to its position relative to other material entities or to stresses within itself.", + rdfs:label "potential energy" SubClassOf: OEO_00000150 @@ -8851,8 +8854,8 @@ Class: OEO_00140162 "A power plant with electromotive generator is a power plant that has an electro motive generator.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810", - rdfs:label "power plant with electro motive generator"@en, - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002214" + "http://purl.obolibrary.org/obo/ENVO_00002214", + rdfs:label "power plant with electro motive generator"@en EquivalentTo: OEO_00000031 @@ -9022,11 +9025,11 @@ Class: OEO_00230020 "Kinetic energy is the energy that a material entity possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to a stated velocity."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, - rdfs:label "kinetic energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000017" + "http://purl.obolibrary.org/obo/ENVO_2000017", + rdfs:label "kinetic energy"@en SubClassOf: OEO_00000150 @@ -9047,11 +9050,11 @@ remove origin pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861 classify as material entity pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1165"@en, - rdfs:label "photon"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_30212" + "http://purl.obolibrary.org/obo/CHEBI_30212", + rdfs:label "photon"@en SubClassOf: , diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 142fc9212..07dda6baf 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -42,6 +42,9 @@ AnnotationProperty: AnnotationProperty: +AnnotationProperty: + + AnnotationProperty: @@ -1332,11 +1335,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178 move to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", - rdfs:label "fuel role", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_33292" + "http://purl.obolibrary.org/obo/CHEBI_33292", + rdfs:label "fuel role" SubClassOf: , @@ -1353,11 +1356,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/214 issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", - rdfs:label "chemical energy", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000023" + "http://purl.obolibrary.org/obo/ENVO_2000023", + rdfs:label "chemical energy" SubClassOf: OEO_00000150 @@ -1664,11 +1667,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 move class to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395", - rdfs:label "electrical energy", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000020" + "http://purl.obolibrary.org/obo/ENVO_2000020", + rdfs:label "electrical energy" SubClassOf: OEO_00000150, @@ -1787,12 +1790,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1165 Axiomatise relations between origin, energy and portion of matter: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1192", - rdfs:comment "Energy is power integrated over time.", - rdfs:label "energy", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000015" + "http://purl.obolibrary.org/obo/ENVO_2000015", + rdfs:comment "Energy is power integrated over time.", + rdfs:label "energy" SubClassOf: , @@ -1897,11 +1900,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1353 move to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", - rdfs:label "greenhouse effect disposition", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/CHEBI_76413" + "http://purl.obolibrary.org/obo/CHEBI_76413", + rdfs:label "greenhouse effect disposition" SubClassOf: , @@ -1984,11 +1987,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609 move to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390"@en, - rdfs:label "thermal energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000032" + "http://purl.obolibrary.org/obo/ENVO_2000032", + rdfs:label "thermal energy"@en SubClassOf: OEO_00000150 @@ -2263,11 +2266,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/496 issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/518", - rdfs:label "quantity value", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/IAO_0000032" + "http://purl.obolibrary.org/obo/IAO_0000032", + rdfs:label "quantity value" SubClassOf: , @@ -2391,11 +2394,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1314 issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "vehicle", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_01000604" + "http://purl.obolibrary.org/obo/ENVO_01000604", + rdfs:label "vehicle" SubClassOf: OEO_00000061, @@ -3796,11 +3799,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538 move to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390", - rdfs:label "time series", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/IAO_0000584" + "http://purl.obolibrary.org/obo/IAO_0000584", + rdfs:label "time series" SubClassOf: , @@ -3988,11 +3991,11 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289 add has participant axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1271 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1309", - rdfs:label "transport"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_02000125" + "http://purl.obolibrary.org/obo/ENVO_02000125", + rdfs:label "transport"@en SubClassOf: , From 4d83dada1efe0a5a04dbaed463e8a435ef0ef54c Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Wed, 1 Feb 2023 14:12:25 +0100 Subject: [PATCH 364/370] Removed owl:equivalentClass annotation properties --- src/ontology/edits/oeo-model.omn | 3 --- src/ontology/edits/oeo-physical.omn | 3 --- src/ontology/edits/oeo-shared.omn | 3 --- 3 files changed, 9 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 4c84150a8..926bc64d9 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -61,10 +61,7 @@ AnnotationProperty: dc:contributor AnnotationProperty: dc:description - -AnnotationProperty: owl:equivalentClass - AnnotationProperty: rdfs:comment diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4e99be228..83d6058f2 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -61,10 +61,7 @@ AnnotationProperty: dc:contributor AnnotationProperty: dc:description - -AnnotationProperty: owl:equivalentClass - AnnotationProperty: rdfs:comment diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 07dda6baf..0ff6c8c70 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -85,10 +85,7 @@ AnnotationProperty: dc:description AnnotationProperty: dc:identifier - -AnnotationProperty: owl:equivalentClass - AnnotationProperty: rdfs:comment From 614c9eaa511ce3d1b8429257355981f20a3f655d Mon Sep 17 00:00:00 2001 From: Eugenio Salvador Arellano Ruiz Date: Wed, 1 Feb 2023 14:13:46 +0100 Subject: [PATCH 365/370] Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f640fb31..7684cd807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - renewable_ energy_ directive_ sectors -> Renewable Energy Directive sector division (#1446) - radiation (#1447) - german/eurostat energy balances -> German/Eurostat energy balance sector division; empirical/synthetic/test data set (#1463) +- replaced owl:equivalentClass with 'may be identical to' in annotation properties ### Removed From 1de61087d5b2b8f1ffb23e80ca0fd62e706852ec Mon Sep 17 00:00:00 2001 From: chrwm <54852694+chrwm@users.noreply.github.com> Date: Wed, 1 Feb 2023 14:33:36 +0100 Subject: [PATCH 366/370] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0eed1a29e..feaae22ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.0 +1.13.0 From aba76fa7cb51a002245f4234242539b80cd7455b Mon Sep 17 00:00:00 2001 From: chrwm <54852694+chrwm@users.noreply.github.com> Date: Wed, 1 Feb 2023 14:35:01 +0100 Subject: [PATCH 367/370] Update CITATION.cff --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index de9907ee1..adb544f7a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -134,7 +134,7 @@ authors: title: "Open Energy Ontology (OEO)" type: software license: CC0-1.0 -version: 1.12.0 +version: 1.13.0 doi: -date-released: 2022-07-04 +date-released: 2023-02-01 url: "https://github.com/OpenEnergyPlatform/ontology" From b546ec8cbbc4da88f8a53a43080b004d1c24e4e9 Mon Sep 17 00:00:00 2001 From: chrwm <54852694+chrwm@users.noreply.github.com> Date: Wed, 1 Feb 2023 14:37:36 +0100 Subject: [PATCH 368/370] Update CHANGELOG.md --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7684cd807..b1753a55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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 aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.X.X] - 20XX-XX-XX +## [1.13.0] - 2023-02-01 ### Added - oeo-import-edits as a unified file for custom extensions of imported concepts + properties (#1268) @@ -65,8 +65,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - german/eurostat energy balances -> German/Eurostat energy balance sector division; empirical/synthetic/test data set (#1463) - replaced owl:equivalentClass with 'may be identical to' in annotation properties -### Removed - ## [1.12.0] - 2022-11-02 From 2c46b1bc365006e58af7a842dd2ee33527b89a98 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 1 Feb 2023 14:45:30 +0100 Subject: [PATCH 369/370] Delete empty spaces in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7684cd807..c5345eef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - CRF sector individual 2.C.1 (#1440) - has study region, has considered region, has interacting region, has study region (#1441) - synthetic hydrogen, fossil hydrogen (#1442) -- renewable_ energy_ directive_ sectors -> Renewable Energy Directive sector division (#1446) +- renewable_energy_directive_sectors -> Renewable Energy Directive sector division (#1446) - radiation (#1447) - german/eurostat energy balances -> German/Eurostat energy balance sector division; empirical/synthetic/test data set (#1463) - replaced owl:equivalentClass with 'may be identical to' in annotation properties From 71b9094ccb7e25cf8e2bd17218ab9634b9cc7ccf Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 1 Feb 2023 15:00:06 +0100 Subject: [PATCH 370/370] Sort CHANGELOG.md by pull request numbers --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 144cf7605..61426a91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,21 +9,21 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - oeo-import-edits as a unified file for custom extensions of imported concepts + properties (#1268) - tank, fuel tank, volume (#1356) +- heat generating unit, heat plant, heat transfer unit, solar heat plant, solar heat unit (#1360) +- combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant (#1360) +- thermo-chemical heat storage object, chemical heat storage object, sorption heat storage object, adsorption, desorption (#1363) +- sensible heat storage object, sensible solid heat storage object, sensible fluid heat storage object (#1363) +- phase transition, evaporation, melting, latent heat storage object, latent fluid-gaseous heat storage object, latent solid-fluid heat storage object (#1363) - filling station, hydrogen station, hydrogen transport (#1357) - OEP user, qualitist, quantitist, apinist (#1383) - sustainability criterion, material sustainability, process sustainability, process sustainability, sustainable process (#1385) - vehicle-kilometre (#1388) - electricity demand, fuel demand (#1389) - based on (#1391) -- thermo-chemical heat storage object, chemical heat storage object, sorption heat storage object, adsorption, desorption (#1363) -- sensible heat storage object, sensible solid heat storage object, sensible fluid heat storage object (#1363) -- phase transition, evaporation, melting, latent heat storage object, latent fluid-gaseous heat storage object, latent solid-fluid heat storage object (#1363) - bidirectional vehicle charging station (#1393) - charging (#1394) - non-energy use, cold start, cooperative programming, distribution, (electricity) export/import, frequency control, request, service, chemical reaction (#1395) - ton of oil equivalent, ton of coal equivalent, kilo ton of oil equivalent, kilo ton of coal equivalent, million ton of oil equivalent, million ton of coal equivalent (#1398) -- heat generating unit, heat plant, heat transfer unit, solar heat plant, solar heat unit (#1360) -- combustion-based heater, electrical heater, geothermal heat unit, geothermal heat plant (#1360) - sustainable biofuel, non-sustainable biofuel (#1409) - source category (#1428) - scenario bundle (#1429) @@ -45,15 +45,15 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Changed - bearer of -> has characteristic (#1268) - ro-module -> ro-extracted (#1268) +- power plant, power generating unit, combined heat and power plant, combined heat and power generating unit, solar thermal collector (#1360) - internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356) +- gas turbine, gas power unit (#1362) - model descriptor (#1387) - passenger-kilometre, ton-kilometre (#1388) - SMES -> superconducting magnetic energy storage (#1396) -- power plant, power generating unit, combined heat and power plant, combined heat and power generating unit, solar thermal collector (#1360) - biofuel; competency questions Q1 and Q2 (#1409) - global warming potential, binary file format, text file format, source code file format, generation time series, optimisation, simulation (#1410) - has economic value, economic value of (#1422) -- gas turbine, gas power unit (#1362) - solar thermal collector (#1432) - net capacity factor (#1435) - yield profile, geothermal power unit, marine current/tidal/wave energy converting unit, solar power unit, wind energy converting unit (#1437)