diff --git a/CHANGELOG.md b/CHANGELOG.md index a5bbf5b91..801ec4eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ 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 +## [2.0.0] - 2023-10-25 + +### Major stuctural changes +For the version 2.0.0 we especially did some major structural changes on the OEO. Two new modules were introduced: +* The first one, oeo-sector, is a module on the same hierarchical level as the other content-related modules, i.e. oeo-physical, oeo-model and oeo-social. All sector-related entities were moved there from oeo-social. +* The second one, oeo-shared-axioms, is a module that imports the four content-related modules and contains all axioms that are introduced across modules. + +This caused a lot of movement of entities, especially from oeo-shared. Many classes were moved back to their original module. This restructuring was done to foster the modularity, which makes the implementation easier and more error-prone. Yet, we had to break with the rule, that all axioms should live in the same module as their class of declaration. The full axiomatisation of a class is now only provided if the module oeo-shared-axioms is used. See also the wiki article on the [modules of the OEO](https://github.com/OpenEnergyPlatform/ontology/wiki/Modules-of-the-OEO). + +Further, the import process for UO and OMO were updated. All scripts and tools not essential for the building routine moved to a [seperate repository](https://github.com/OpenEnergyPlatform/oeo-tools). And finally, english language labels were added to (english) definitions and labels, to allow other language extentions in the future. + +### Content-related changes +We added a lot of classes that are relevant for the OEKG development, i.e. technologies (#1572) and descriptors for scenario studies (https://github.com/OpenEnergyPlatform/oekg/issues/19). ### Added - heat generation technology, solar heat technology, geothermal heat technology (#1610) diff --git a/CITATION.cff b/CITATION.cff index a41e77479..dc1362eeb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -146,7 +146,7 @@ authors: title: "Open Energy Ontology (OEO)" type: software license: CC0-1.0 -version: 1.16.1 +version: 2.0.0 doi: -date-released: 2023-08-01 +date-released: 2023-10-25 url: "https://github.com/OpenEnergyPlatform/ontology" diff --git a/VERSION b/VERSION index 41c11ffb7..227cea215 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.1 +2.0.0 diff --git a/src/ontology/catalog-v001.xml b/src/ontology/catalog-v001.xml index 604ad57c8..0656aab9e 100644 --- a/src/ontology/catalog-v001.xml +++ b/src/ontology/catalog-v001.xml @@ -2,6 +2,7 @@ + diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index ca0b6c699..adfce98eb 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -129,7 +129,7 @@ ObjectProperty: OEO_00000511 "correct spelling optimisation and add range 'objective variable' issue: https://github.com/OpenEnergyPlatform/ontology/issues/848 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/878", - rdfs:label "has objective" + rdfs:label "has objective"@en Domain: OEO_00000313 @@ -142,7 +142,7 @@ ObjectProperty: OEO_00000512 Annotations: "A relation that holds between an optimisation and its objective function."@en, - rdfs:label "has objective function" + rdfs:label "has objective function"@en SubPropertyOf: OEO_00000511 @@ -161,7 +161,7 @@ ObjectProperty: OEO_00000513 "add range 'objective variable' issue: https://github.com/OpenEnergyPlatform/ontology/issues/848 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/878", - rdfs:label "has objective variable" + rdfs:label "has objective variable"@en SubPropertyOf: OEO_00000511 @@ -187,7 +187,7 @@ Pull request https://github.com/OpenEnergyPlatform/ontology/pull/972 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "has resolution" + rdfs:label "has resolution"@en Domain: @@ -209,7 +209,7 @@ Pull request https://github.com/OpenEnergyPlatform/ontology/pull/972 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "has spatial resolution" + rdfs:label "has spatial resolution"@en SubPropertyOf: OEO_00000514 @@ -234,7 +234,7 @@ Pull request https://github.com/OpenEnergyPlatform/ontology/pull/972 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "has temporal resolution" + rdfs:label "has temporal resolution"@en SubPropertyOf: OEO_00000514 @@ -252,7 +252,7 @@ ObjectProperty: OEO_00000517 "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", - rdfs:label "has constraint" + rdfs:label "has constraint"@en SubPropertyOf: OEO_00140093 @@ -313,7 +313,7 @@ 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" + rdfs:label "has study region"@en SubPropertyOf: OEO_00010378 @@ -335,7 +335,7 @@ 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" + rdfs:label "has considered region"@en SubPropertyOf: OEO_00010378 @@ -357,7 +357,7 @@ 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" + rdfs:label "has interacting region"@en SubPropertyOf: OEO_00010378 @@ -379,7 +379,7 @@ 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" + rdfs:label "has study subregion"@en SubPropertyOf: OEO_00010378 @@ -397,7 +397,7 @@ ObjectProperty: OEO_00020224 "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" + rdfs:label "has scenario year"@en SubPropertyOf: @@ -415,7 +415,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 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" + rdfs:label "is based on"@en SubPropertyOf: @@ -591,7 +591,7 @@ Class: OEO_00000048 "make subclass of abbreviation: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1039 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1075", - rdfs:label "acronym" + rdfs:label "acronym"@en SubClassOf: OEO_00010247 @@ -601,7 +601,7 @@ Class: OEO_00000059 Annotations: "An API (Application Programming interface) is a software interface allowing two Software applications to communicate with each other.", - rdfs:label "API" + rdfs:label "API"@en SubClassOf: OEO_00000239 @@ -616,7 +616,7 @@ Class: OEO_00000063 "An assumption is an information content entity about a property of a system or process. It determines a part of a scenario content."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/353 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/525"@en, - rdfs:label "assumption" + rdfs:label "assumption"@en SubClassOf: , @@ -633,7 +633,7 @@ Class: OEO_00000078 "definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1148 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1255", - rdfs:label "boolean variable" + rdfs:label "boolean variable"@en SubClassOf: OEO_00000435, @@ -647,7 +647,7 @@ Class: OEO_00000085 Annotations: "A citation reference is a reference stating where a citation was taken from.", - rdfs:label "citation reference" + rdfs:label "citation reference"@en SubClassOf: OEO_00000353 @@ -657,7 +657,7 @@ Class: OEO_00000090 Annotations: "A code documentation is a documentation explaining and annotating software code.", - rdfs:label "code documentation" + rdfs:label "code documentation"@en SubClassOf: OEO_00000380 @@ -667,7 +667,7 @@ Class: OEO_00000091 Annotations: "A code source is a data descriptor describing the origin of some code.", - rdfs:label "code source" + rdfs:label "code source"@en SubClassOf: OEO_00000119 @@ -678,7 +678,7 @@ Class: OEO_00000104 Annotations: "\"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 fulfilled within a calculation."@en, - rdfs:label "constraint" + rdfs:label "constraint"@en SubClassOf: @@ -694,7 +694,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/272 Add 'has licence' axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1275 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1547", - rdfs:label "database" + rdfs:label "database"@en SubClassOf: , @@ -714,7 +714,7 @@ Class: OEO_00000119 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "data descriptor" + rdfs:label "data descriptor"@en SubClassOf: @@ -726,7 +726,7 @@ Class: OEO_00000120 "A data format is a data descriptor that specifies the structure in which the data item is encoded.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1145 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326", - rdfs:label "data format" + rdfs:label "data format"@en SubClassOf: OEO_00000119 @@ -739,7 +739,7 @@ Class: OEO_00000122 Annotations: "Data postprocessing is data processing that transforms the output of a model calculation into a form that is suitable for presentation.", - rdfs:label "data postprocessing" + rdfs:label "data postprocessing"@en SubClassOf: OEO_00000124 @@ -749,7 +749,7 @@ Class: OEO_00000123 Annotations: "Data preprocessing is data processing that transforms the input into a form that is useable for a model calculation.", - rdfs:label "data preprocessing" + rdfs:label "data preprocessing"@en SubClassOf: OEO_00000124 @@ -761,7 +761,7 @@ Class: OEO_00000124 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/252 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/289", rdfs:comment "data processing is a transformation in which a data item gets transformed.", - rdfs:label "data processing" + rdfs:label "data processing"@en SubClassOf: OEO_00000419, @@ -772,7 +772,7 @@ Class: OEO_00000125 Annotations: "data processing software is software used in the context of data processing.", - rdfs:label "data processing software" + rdfs:label "data processing software"@en SubClassOf: @@ -784,7 +784,7 @@ Class: OEO_00000133 "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"@en, "digital object identifier", - rdfs:label "DOI" + rdfs:label "DOI"@en SubClassOf: @@ -800,7 +800,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1463 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "empirical data set" + rdfs:label "empirical data set"@en SubClassOf: @@ -814,7 +814,7 @@ Class: OEO_00000161 Annotations: "An external optimiser is a software external to a model that computes an optimisation.", "external optimizer", - rdfs:label "external optimiser" + rdfs:label "external optimiser"@en SubClassOf: @@ -831,7 +831,7 @@ Add 'has licence' axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1275 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1547", rdfs:comment "this entity is general and not specific to the OEP factsheets.", - rdfs:label "factsheet" + rdfs:label "factsheet"@en SubClassOf: , @@ -845,7 +845,7 @@ Class: OEO_00000172 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/414 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/440 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/584", - rdfs:label "framework factsheet" + rdfs:label "framework factsheet"@en SubClassOf: OEO_00000162, @@ -856,7 +856,7 @@ Class: OEO_00000202 Annotations: "A GUI (Graphical user interface) is a software interface allowing users to communicate with a software application through a graphical window.", - rdfs:label "GUI" + rdfs:label "GUI"@en SubClassOf: OEO_00000239 @@ -869,7 +869,7 @@ Class: OEO_00000228 Annotations: "An installation guide is a documentation intended to help users install a Software.", - rdfs:label "installation guide" + rdfs:label "installation guide"@en SubClassOf: OEO_00000380 @@ -879,7 +879,7 @@ Class: OEO_00000239 Annotations: "A software interface is a software that enables an agent to interact with it.", - rdfs:label "software interface" + rdfs:label "software interface"@en SubClassOf: @@ -895,7 +895,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy market model" + rdfs:label "energy market model"@en SubClassOf: OEO_00000274 @@ -922,7 +922,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 rename and reclassify issue: https://github.com/OpenEnergyPlatform/ontology/issues/1444 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", - rdfs:label "numerical computer model" + rdfs:label "numerical computer model"@en SubClassOf: OEO_00020354 @@ -939,7 +939,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1113 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, - rdfs:label "model calculation" + rdfs:label "model calculation"@en SubClassOf: , @@ -956,7 +956,7 @@ Class: OEO_00000276 Annotations: "A model component is a generically dependent continuant that is part of a model.", "model element", - rdfs:label "model component" + rdfs:label "model component"@en EquivalentTo: some OEO_00000274 @@ -976,7 +976,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/584 issue: https://github.com/OpenEnergyPlatform/ontology/issues/851 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/854", - rdfs:label "model factsheet" + rdfs:label "model factsheet"@en SubClassOf: OEO_00000162 @@ -994,7 +994,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/345 Add 'has licence' axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1275 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1547", - rdfs:label "modelling software" + rdfs:label "modelling software"@en SubClassOf: , @@ -1005,7 +1005,7 @@ Class: OEO_00000281 Annotations: "A modus is an information content entity describing the state of activity something has, e.g. active, inactive or passive.", - rdfs:label "modus" + rdfs:label "modus"@en SubClassOf: @@ -1017,7 +1017,7 @@ Class: OEO_00000304 "An objective function is an information content entity stating the function that should be maximised or minimised to solve a problem.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/725 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/757", - rdfs:label "objective function" + rdfs:label "objective function"@en SubClassOf: @@ -1027,7 +1027,7 @@ Class: OEO_00000312 Annotations: "open source is a software descriptor labelling software whose source code is available online for free and can be modified or redistributed.", - rdfs:label "open source" + rdfs:label "open source"@en SubClassOf: OEO_00000378 @@ -1043,7 +1043,7 @@ Class: OEO_00000313 "optimization", "Add 'has participant' axiom: pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1410", - rdfs:label "optimisation" + rdfs:label "optimisation"@en SubClassOf: OEO_00000275, @@ -1058,7 +1058,7 @@ Class: OEO_00000314 Annotations: "An optimisation model is a model that optimises a target function."@en, "optimization model", - rdfs:label "optimisation model" + rdfs:label "optimisation model"@en SubClassOf: OEO_00000274, @@ -1075,7 +1075,7 @@ Class: OEO_00000327 Annotations: "Plotting is data processing where data is visualised in form of a diagram.", - rdfs:label "plotting" + rdfs:label "plotting"@en SubClassOf: OEO_00000124 @@ -1085,7 +1085,7 @@ Class: OEO_00000328 Annotations: "A political assumption is an assumption about political measures taken."@en, - rdfs:label "political assumption" + rdfs:label "political assumption"@en SubClassOf: OEO_00000063 @@ -1099,7 +1099,7 @@ Class: OEO_00000339 "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" + rdfs:label "program parameter"@en SubClassOf: OEO_00000435, @@ -1116,7 +1116,7 @@ Class: OEO_00000353 Annotations: "A reference is an information content entity naming a relevant document, position in a document or address.", - rdfs:label "reference" + rdfs:label "reference"@en SubClassOf: @@ -1140,7 +1140,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1296 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "scenario" + rdfs:label "scenario"@en SubClassOf: , @@ -1154,7 +1154,7 @@ Class: OEO_00000365 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/414 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/440 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/584", - rdfs:label "scenario factsheet" + rdfs:label "scenario factsheet"@en SubClassOf: OEO_00000162, @@ -1167,7 +1167,7 @@ Class: OEO_00000370 "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" + rdfs:label "simulation"@en SubClassOf: OEO_00000275, @@ -1181,7 +1181,7 @@ Class: OEO_00000371 Annotations: "A simulation model is a model that simulates the behaviour of a system without a target function."@en, - rdfs:label "simulation model" + rdfs:label "simulation model"@en SubClassOf: OEO_00000274, @@ -1197,7 +1197,7 @@ Class: OEO_00000372 "A single node model is a model where a region is represented as a single node.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/337 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/358", - rdfs:label "single node model" + rdfs:label "single node model"@en SubClassOf: OEO_00000274 @@ -1207,7 +1207,7 @@ Class: OEO_00000378 Annotations: "A software descriptor is an information content entity that contains additional information about the software.", - rdfs:label "software descriptor" + rdfs:label "software descriptor"@en SubClassOf: @@ -1223,7 +1223,7 @@ Add 'has licence' axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1275 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1547", rdfs:comment "A software documentation is a document containing explanations and tutorials how to use a program and is delivered with that program.", - rdfs:label "software documentation" + rdfs:label "software documentation"@en SubClassOf: , @@ -1236,7 +1236,7 @@ Class: OEO_00000382 "A software framework is a Software that is generic and can be adapted to a specific application.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/262 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/286", - rdfs:label "software framework" + rdfs:label "software framework"@en SubClassOf: @@ -1246,7 +1246,7 @@ Class: OEO_00000392 Annotations: "A solver is a software that solves a mathematical problem.", - rdfs:label "solver" + rdfs:label "solver"@en SubClassOf: @@ -1263,7 +1263,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1463 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "synthetic data set" + rdfs:label "synthetic data set"@en SubClassOf: @@ -1278,7 +1278,7 @@ Class: OEO_00000408 "A test data set is a data set used for testing.", "Harmonise label: https://github.com/OpenEnergyPlatform/ontology/pull/1463", - rdfs:label "test data set" + rdfs:label "test data set"@en SubClassOf: @@ -1297,7 +1297,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/358 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "electricity transshipment model" + rdfs:label "electricity transshipment model"@en SubClassOf: OEO_00000274 @@ -1307,7 +1307,7 @@ Class: OEO_00000432 Annotations: "A user documentation is a documentation intended to assist users in using the software.", - rdfs:label "user documentation" + rdfs:label "user documentation"@en SubClassOf: OEO_00000380 @@ -1317,7 +1317,7 @@ Class: OEO_00000435 Annotations: "A variable is an information content entity that represents a changeable value, vector, matrix or function within a mathematical expression."@en, - rdfs:label "variable" + rdfs:label "variable"@en SubClassOf: @@ -1329,7 +1329,7 @@ Class: OEO_00010051 "A sensitivity analysis is the process of comparing different model calculations based on a variation of input parameters (exogenous data items).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/483 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/550", - rdfs:label "sensitivity analysis" + rdfs:label "sensitivity analysis"@en SubClassOf: @@ -1408,7 +1408,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" + rdfs:label "scenario study"@en SubClassOf: OEO_00020011, @@ -1426,7 +1426,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1151 move axiom to shared-axioms issue: https://github.com/OpenEnergyPlatform/ontology/issues/1703 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1706", - rdfs:label "nationally determined contribution" + rdfs:label "nationally determined contribution"@en SubClassOf: OEO_00020093 @@ -1439,7 +1439,7 @@ Class: OEO_00010260 "parametrise", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1040 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1216", - rdfs:label "parameterisation" + rdfs:label "parameterisation"@en SubClassOf: , @@ -1453,7 +1453,7 @@ Class: OEO_00010261 "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.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1040 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1216", - rdfs:label "model calibration" + rdfs:label "model calibration"@en SubClassOf: , @@ -1473,7 +1473,7 @@ 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" + rdfs:label "scenario projection"@en SubClassOf: , @@ -1561,7 +1561,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 change label issue: https://github.com/OpenEnergyPlatform/ontology/issues/1549 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1717", - rdfs:label "energy balance data set" + rdfs:label "energy balance data set"@en SubClassOf: OEO_00000149, @@ -1663,7 +1663,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/536 add alternative term pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1113", - rdfs:label "output data" + rdfs:label "output data"@en SubClassOf: OEO_00030030 @@ -1807,7 +1807,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "study region" + rdfs:label "study region"@en SubClassOf: @@ -1819,7 +1819,7 @@ Class: OEO_00020033 "A subregion is a spatial region that is a part of spatial region.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/475 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585", - rdfs:label "subregion" + rdfs:label "subregion"@en SubClassOf: @@ -1835,7 +1835,7 @@ The union of the study region and the interacting/ external region ist the consi "A study subregion is a subregion of a study region.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/475 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585", - rdfs:label "study subregion" + rdfs:label "study subregion"@en SubClassOf: OEO_00020033 @@ -1855,7 +1855,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "considered region" + rdfs:label "considered region"@en SubClassOf: @@ -1872,7 +1872,7 @@ The union of the study region and the interacting/ external region ist the consi "external region", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/475 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585", - rdfs:label "interacting region" + rdfs:label "interacting region"@en SubClassOf: @@ -1892,7 +1892,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1286 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "analysis scope" + rdfs:label "analysis scope"@en SubClassOf: , @@ -1914,7 +1914,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/883 issue: https://github.com/OpenEnergyPlatform/ontology/issues/830 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/875", - rdfs:label "typical period" + rdfs:label "typical period"@en SubClassOf: OEO_00030034, @@ -1929,7 +1929,7 @@ Class: OEO_00020090 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/875 add axiom pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882", - rdfs:label "typical year" + rdfs:label "typical year"@en SubClassOf: OEO_00020089, @@ -1950,7 +1950,7 @@ Class: OEO_00020091 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/875 add axiom pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882", - rdfs:label "typical day" + rdfs:label "typical day"@en SubClassOf: OEO_00020089, @@ -1969,7 +1969,7 @@ Class: OEO_00020093 "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.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/28 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/881", - rdfs:label "target description" + rdfs:label "target description"@en SubClassOf: @@ -1985,7 +1985,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "scenario year" + rdfs:label "scenario year"@en SubClassOf: OEO_00030033, @@ -2006,7 +2006,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "scenario horizon" + rdfs:label "scenario horizon"@en SubClassOf: OEO_00030033, @@ -2022,7 +2022,7 @@ Class: OEO_00020099 "A meteorological year is a time step in which meteorological data was collected and that has a duration of one year.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/474 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882", - rdfs:label "meteorological year" + rdfs:label "meteorological year"@en SubClassOf: OEO_00030033, @@ -2039,7 +2039,7 @@ Class: OEO_00020100 "meteorological time series", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/474 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882", - rdfs:label "weather time series" + rdfs:label "weather time series"@en SubClassOf: OEO_00030034, @@ -2052,7 +2052,7 @@ Class: OEO_00020101 "A scenario time series is a time series that contains data about a specific scenario year.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/474 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882", - rdfs:label "scenario time series" + rdfs:label "scenario time series"@en SubClassOf: OEO_00030034, @@ -2073,7 +2073,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "resolution" + rdfs:label "resolution"@en SubClassOf: , @@ -2097,7 +2097,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "temporal resolution" + rdfs:label "temporal resolution"@en SubClassOf: OEO_00020121, @@ -2117,7 +2117,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/912 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "spatial resolution" + rdfs:label "spatial resolution"@en SubClassOf: OEO_00020121 @@ -2145,7 +2145,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1547 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "copyright licence" + rdfs:label "copyright licence"@en SubClassOf: OEO_00020015 @@ -2166,7 +2166,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1547 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "data licence" + rdfs:label "data licence"@en SubClassOf: OEO_00020015 @@ -2187,7 +2187,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1547 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "software licence" + rdfs:label "software licence"@en SubClassOf: @@ -2203,7 +2203,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" + rdfs:label "scenario bundle"@en SubClassOf: , @@ -2219,7 +2219,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1459 make equivalent issue: https://github.com/OpenEnergyPlatform/ontology/issues/1329 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1642", - rdfs:label "target driven scenario" + rdfs:label "target driven scenario"@en EquivalentTo: OEO_00000364 @@ -2241,7 +2241,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1642 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "explorative scenario" + rdfs:label "explorative scenario"@en SubClassOf: OEO_00000364 @@ -2257,7 +2257,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1642 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "policy scenario" + rdfs:label "policy scenario"@en SubClassOf: OEO_00020248 @@ -2276,7 +2276,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1614 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "without measures scenario" + rdfs:label "without measures scenario"@en SubClassOf: OEO_00020309 @@ -2295,7 +2295,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1614 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "with existing measures scenario" + rdfs:label "with existing measures scenario"@en SubClassOf: OEO_00020309 @@ -2313,7 +2313,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1614 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "with additional measures scenario" + rdfs:label "with additional measures scenario"@en SubClassOf: OEO_00020309 @@ -2330,7 +2330,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1614 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "reference role" + rdfs:label "reference role"@en SubClassOf: @@ -2346,7 +2346,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1614 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "reference scenario" + rdfs:label "reference scenario"@en EquivalentTo: OEO_00000364 @@ -2366,7 +2366,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1615 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "greenhouse gas emission scenario" + rdfs:label "greenhouse gas emission scenario"@en SubClassOf: OEO_00030009 @@ -2382,7 +2382,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1615 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "CO2 emission scenario" + rdfs:label "CO2 emission scenario"@en SubClassOf: OEO_00030009 @@ -2398,7 +2398,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1642 Make equivalent class issue: https://github.com/OpenEnergyPlatform/ontology/issues/1553 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1648", - rdfs:label "sufficiency scenario" + rdfs:label "sufficiency scenario"@en SubClassOf: OEO_00000364 @@ -2416,7 +2416,7 @@ Class: OEO_00020354 "A mathematical model is a information content artifact that represents a system and its behaviours mathematically.", "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1444 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", - rdfs:label "mathematical model" + rdfs:label "mathematical model"@en SubClassOf: , @@ -2429,7 +2429,7 @@ Class: OEO_00020355 "A scale model is model comprising of a spatial pattern of components arranged in such a way for them to represent a system.", "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1444 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", - rdfs:label "scale model" + rdfs:label "scale model"@en SubClassOf: OEO_00020352 @@ -2448,7 +2448,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1615 move axiom to shared-axioms issue: https://github.com/OpenEnergyPlatform/ontology/issues/1703 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1706", - rdfs:label "climate scenario" + rdfs:label "climate scenario"@en SubClassOf: OEO_00000364 @@ -2463,7 +2463,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/344 make equivalent issue: https://github.com/OpenEnergyPlatform/ontology/issues/1329 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1642", - rdfs:label "economic scenario" + rdfs:label "economic scenario"@en SubClassOf: OEO_00000364 @@ -2483,7 +2483,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1615 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "emission scenario" + rdfs:label "emission scenario"@en SubClassOf: OEO_00000364 @@ -2503,7 +2503,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1615 move axiom to shared-axioms issue: https://github.com/OpenEnergyPlatform/ontology/issues/1703 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1706", - rdfs:label "energy scenario" + rdfs:label "energy scenario"@en SubClassOf: OEO_00000364 @@ -2541,7 +2541,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1216 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "exogenous data" + rdfs:label "exogenous data"@en EquivalentTo: @@ -2568,7 +2568,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1216 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "endogenous data" + rdfs:label "endogenous data"@en EquivalentTo: @@ -2589,7 +2589,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "start time" + rdfs:label "start time"@en SubClassOf: @@ -2605,7 +2605,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "ending time" + rdfs:label "ending time"@en SubClassOf: @@ -2626,7 +2626,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "time step" + rdfs:label "time step"@en SubClassOf: , @@ -2654,7 +2654,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/IAO_0000584", - rdfs:label "time series" + rdfs:label "time series"@en SubClassOf: , @@ -2875,7 +2875,7 @@ Class: OEO_00240004 "An objective variable is a variable that should be maximised or minimised to solve a problem."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/848 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/878", - rdfs:label "objective variable" + rdfs:label "objective variable"@en SubClassOf: OEO_00000435 @@ -2890,7 +2890,7 @@ Class: OEO_00280000 "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" + rdfs:label "data file format"@en SubClassOf: OEO_00000120 @@ -2905,7 +2905,7 @@ 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" + rdfs:label "text file format"@en SubClassOf: OEO_00280000 @@ -2921,7 +2921,7 @@ Class: OEO_00280002 "DSV", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1145 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326", - rdfs:label "delimiter separated file format" + rdfs:label "delimiter separated file format"@en SubClassOf: OEO_00280001 @@ -2934,7 +2934,7 @@ Class: OEO_00280003 "CSV", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1145 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326", - rdfs:label "comma separated file format" + rdfs:label "comma separated file format"@en SubClassOf: OEO_00280002 @@ -2949,7 +2949,7 @@ 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" + rdfs:label "binary file format"@en SubClassOf: OEO_00280000 @@ -2967,7 +2967,7 @@ 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" + rdfs:label "source code file format"@en SubClassOf: OEO_00280001 @@ -2979,7 +2979,7 @@ Class: OEO_00340006 "Regionalisation is a methodology to calculate spatially distributed energy producers and consumers with the aim to highlight regional differences in energy supply and potentials, particularly related to renewable energies.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1554 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1639", - rdfs:label "regionalisation"@de + rdfs:label "regionalisation"@en SubClassOf: OEO_00010250 @@ -3012,7 +3012,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1711", Individual: OEO_00000049 Annotations: - rdfs:label "active" + rdfs:label "active"@en Types: OEO_00000281 @@ -3021,7 +3021,7 @@ Individual: OEO_00000049 Individual: OEO_00000081 Annotations: - rdfs:label "c++" + rdfs:label "c++"@en Types: OEO_00000382 @@ -3030,7 +3030,7 @@ Individual: OEO_00000081 Individual: OEO_00000092 Annotations: - rdfs:label "coin- or_cbc" + rdfs:label "coin- or_cbc"@en Types: OEO_00000392 @@ -3039,7 +3039,7 @@ Individual: OEO_00000092 Individual: OEO_00000114 Annotations: - rdfs:label "cplex" + rdfs:label "cplex"@en Types: OEO_00000392 @@ -3048,7 +3048,7 @@ Individual: OEO_00000114 Individual: OEO_00000121 Annotations: - rdfs:label "data frame" + rdfs:label "data frame"@en Types: OEO_00000120 @@ -3057,7 +3057,7 @@ Individual: OEO_00000121 Individual: OEO_00000130 Annotations: - rdfs:label "dict" + rdfs:label "dict"@en Types: OEO_00000120 @@ -3071,7 +3071,7 @@ Individual: OEO_00000163 "definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1148 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1255", - rdfs:label "false" + rdfs:label "false"@en Types: OEO_00010422 @@ -3083,7 +3083,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1255", Individual: OEO_00000170 Annotations: - rdfs:label "fortran" + rdfs:label "fortran"@en Types: OEO_00000382 @@ -3092,7 +3092,7 @@ Individual: OEO_00000170 Individual: OEO_00000180 Annotations: - rdfs:label "gams" + rdfs:label "gams"@en Types: OEO_00000382 @@ -3101,7 +3101,7 @@ Individual: OEO_00000180 Individual: OEO_00000187 Annotations: - rdfs:label "gdx" + rdfs:label "gdx"@en Types: OEO_00000120 @@ -3110,7 +3110,7 @@ Individual: OEO_00000187 Individual: OEO_00000195 Annotations: - rdfs:label "glpk" + rdfs:label "glpk"@en Types: OEO_00000392 @@ -3119,7 +3119,7 @@ Individual: OEO_00000195 Individual: OEO_00000196 Annotations: - rdfs:label "gnu" + rdfs:label "gnu"@en Types: OEO_00000382 @@ -3128,7 +3128,7 @@ Individual: OEO_00000196 Individual: OEO_00000203 Annotations: - rdfs:label "gurobi" + rdfs:label "gurobi"@en Types: OEO_00000392 @@ -3137,7 +3137,7 @@ Individual: OEO_00000203 Individual: OEO_00000225 Annotations: - rdfs:label "inactive" + rdfs:label "inactive"@en Types: OEO_00000281 @@ -3146,7 +3146,7 @@ Individual: OEO_00000225 Individual: OEO_00000244 Annotations: - rdfs:label "java" + rdfs:label "java"@en Types: OEO_00000382 @@ -3155,7 +3155,7 @@ Individual: OEO_00000244 Individual: OEO_00000266 Annotations: - rdfs:label "math prog" + rdfs:label "math prog"@en Types: OEO_00000382 @@ -3164,7 +3164,7 @@ Individual: OEO_00000266 Individual: OEO_00000267 Annotations: - rdfs:label "matlab" + rdfs:label "matlab"@en Types: OEO_00000382 @@ -3173,7 +3173,7 @@ Individual: OEO_00000267 Individual: OEO_00000280 Annotations: - rdfs:label "modelica" + rdfs:label "modelica"@en Types: OEO_00000382 @@ -3182,7 +3182,7 @@ Individual: OEO_00000280 Individual: OEO_00000285 Annotations: - rdfs:label "mosek" + rdfs:label "mosek"@en Types: OEO_00000392 @@ -3191,7 +3191,7 @@ Individual: OEO_00000285 Individual: OEO_00000287 Annotations: - rdfs:label "ms_ excel" + rdfs:label "ms_ excel"@en Types: OEO_00000382 @@ -3200,7 +3200,7 @@ Individual: OEO_00000287 Individual: OEO_00000288 Annotations: - rdfs:label "vba" + rdfs:label "vba"@en Types: OEO_00000382 @@ -3209,7 +3209,7 @@ Individual: OEO_00000288 Individual: OEO_00000319 Annotations: - rdfs:label "passive" + rdfs:label "passive"@en Types: OEO_00000281 @@ -3218,7 +3218,7 @@ Individual: OEO_00000319 Individual: OEO_00000325 Annotations: - rdfs:label "php" + rdfs:label "php"@en Types: OEO_00000382 @@ -3227,7 +3227,7 @@ Individual: OEO_00000325 Individual: OEO_00000349 Annotations: - rdfs:label "python" + rdfs:label "python"@en Types: OEO_00000382 @@ -3236,7 +3236,7 @@ Individual: OEO_00000349 Individual: OEO_00000351 Annotations: - rdfs:label "r" + rdfs:label "r"@en Types: OEO_00000382 @@ -3245,7 +3245,7 @@ Individual: OEO_00000351 Individual: OEO_00000362 Annotations: - rdfs:label "ruby" + rdfs:label "ruby"@en Types: OEO_00000382 @@ -3259,7 +3259,7 @@ Individual: OEO_00000424 "definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1148 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1255", - rdfs:label "true" + rdfs:label "true"@en Types: OEO_00010422 @@ -3271,7 +3271,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1255", Individual: OEO_00000450 Annotations: - rdfs:label "xlsx" + rdfs:label "xlsx"@en Types: OEO_00000120 @@ -3280,7 +3280,7 @@ Individual: OEO_00000450 Individual: OEO_00000451 Annotations: - rdfs:label "xml" + rdfs:label "xml"@en Types: OEO_00000120 @@ -3320,7 +3320,7 @@ Individual: OEO_00020161 "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "annual" + rdfs:label "annual"@en Types: OEO_00020122 @@ -3333,7 +3333,7 @@ Individual: OEO_00020162 "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "weekly" + rdfs:label "weekly"@en Types: OEO_00020122 @@ -3346,7 +3346,7 @@ Individual: OEO_00020163 "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "daily" + rdfs:label "daily"@en Types: OEO_00020122 @@ -3359,7 +3359,7 @@ Individual: OEO_00020164 "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "hourly" + rdfs:label "hourly"@en Types: OEO_00020122 @@ -3372,7 +3372,7 @@ Individual: OEO_00020165 "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "monthly" + rdfs:label "monthly"@en Types: OEO_00020122 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 5d714ef11..793ba3afb 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -184,7 +184,7 @@ ObjectProperty: OEO_00000521 Annotations: "the property of an artificial object to apply to a technology.", - rdfs:label "applies technology" + rdfs:label "applies technology"@en Domain: OEO_00000061 @@ -214,7 +214,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/852 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "covers energy carrier" + rdfs:label "covers energy carrier"@en SubPropertyOf: OEO_00000522 @@ -243,7 +243,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1410 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "has global warming potential" + rdfs:label "has global warming potential"@en SubPropertyOf: @@ -262,7 +262,7 @@ ObjectProperty: OEO_00000525 Annotations: "The property of a technology to be applied to an artificial object.", - rdfs:label "is applied to object" + rdfs:label "is applied to object"@en Domain: OEO_00000407 @@ -280,7 +280,7 @@ ObjectProperty: OEO_00000526 "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" + rdfs:label "is connected to"@en SubPropertyOf: owl:topObjectProperty @@ -295,7 +295,7 @@ ObjectProperty: OEO_00000527 "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" + rdfs:label "has sink"@en SubPropertyOf: OEO_00000526 @@ -310,7 +310,7 @@ ObjectProperty: OEO_00000528 "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" + rdfs:label "has source"@en SubPropertyOf: OEO_00000526 @@ -334,7 +334,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "has normal state of matter" + rdfs:label "has normal state of matter"@en SubPropertyOf: OEO_00000531 @@ -357,7 +357,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "has origin" + rdfs:label "has origin"@en SubPropertyOf: @@ -379,7 +379,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1001 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "has state of matter" + rdfs:label "has state of matter"@en SubPropertyOf: @@ -476,7 +476,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "is energy participant of" + rdfs:label "is energy participant of"@en Domain: OEO_00000150 @@ -494,7 +494,7 @@ ObjectProperty: OEO_00020183 "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" + rdfs:label "is energy input to"@en SubPropertyOf: OEO_00020182 @@ -506,7 +506,7 @@ ObjectProperty: OEO_00020184 "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" + rdfs:label "is energy output of"@en SubPropertyOf: OEO_00020182 @@ -518,7 +518,7 @@ ObjectProperty: OEO_00020257 "A relation between a process p and a kind of energy e, where e is required as major energy input for p.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1530 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1564", - rdfs:label "has main energy input" + rdfs:label "has main energy input"@en SubPropertyOf: OEO_00010234 @@ -536,7 +536,7 @@ ObjectProperty: OEO_00020258 "A relation between a process p and a kind of energy e, where e is required as input for p, but not as main input.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1530 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1564", - rdfs:label "has auxilary energy input" + rdfs:label "has auxilary energy input"@en SubPropertyOf: OEO_00010234 @@ -554,7 +554,7 @@ ObjectProperty: OEO_00020259 "A relation between a process p and a kind of energy e, where e is the intended energy output of p, e.g. for further usage.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1530 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1564", - rdfs:label "has main energy output" + rdfs:label "has main energy output"@en SubPropertyOf: OEO_00010235 @@ -572,7 +572,7 @@ ObjectProperty: OEO_00020260 "A relation between a process p and a kind of energy e, where e is an unintended, unwanted or unevitable output of p, e.g. waste heat.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1530 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1564", - rdfs:label "has waste energy output" + rdfs:label "has waste energy output"@en SubPropertyOf: OEO_00010235 @@ -773,7 +773,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/CHEBI_33292", - rdfs:label "fuel role" + rdfs:label "fuel role"@en SubClassOf: , @@ -784,7 +784,7 @@ Class: OEO_00000003 Annotations: "A biofuel power unit is a power generating unit using biofuel.", - rdfs:label "biofuel power unit" + rdfs:label "biofuel power unit"@en SubClassOf: OEO_00000334, @@ -801,7 +801,7 @@ Class: OEO_00000004 "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" + rdfs:label "biogas power plant"@en SubClassOf: OEO_00000073, @@ -812,7 +812,7 @@ Class: OEO_00000005 Annotations: "A biogas power unit is a biofuel power unit using biogas as fuel.", - rdfs:label "biogas power unit" + rdfs:label "biogas power unit"@en SubClassOf: OEO_00000003, @@ -835,7 +835,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/CHEBI_16526", - rdfs:label "carbon dioxide" + rdfs:label "carbon dioxide"@en SubClassOf: OEO_00000331, @@ -860,7 +860,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_2000023", - rdfs:label "chemical energy" + rdfs:label "chemical energy"@en SubClassOf: OEO_00000150 @@ -872,7 +872,7 @@ Class: OEO_00000008 "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" + rdfs:label "coal power unit"@en SubClassOf: OEO_00000334, @@ -891,7 +891,7 @@ Class: OEO_00000009 "fix energy axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1281 pull: https://github.com/OpenEnergyPlatform/ontology/pulls/1282", - rdfs:label "electric heat pump" + rdfs:label "electric heat pump"@en SubClassOf: OEO_00000212, @@ -909,7 +909,7 @@ Class: OEO_00000010 Annotations: "An electro motive generator is a generator that converts kinetic energy into electric energy.", - rdfs:label "electro motive generator" + rdfs:label "electro motive generator"@en SubClassOf: OEO_00000188, @@ -946,7 +946,7 @@ rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", rdfs:comment "formerly called energy transformer and formerly called energy converting device", - rdfs:label "energy converting component" + rdfs:label "energy converting component"@en SubClassOf: OEO_00000061, @@ -965,7 +965,7 @@ 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" + rdfs:label "energy storage function"@en SubClassOf: OEO_00000151, @@ -976,7 +976,7 @@ Class: OEO_00000013 Annotations: "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" + rdfs:label "fluorinated greenhouse gas"@en EquivalentTo: OEO_00000026 or OEO_00000038 or OEO_00000219 or OEO_00000322 @@ -997,7 +997,7 @@ rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", 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" + rdfs:label "fossil combustion fuel"@en EquivalentTo: OEO_00000099 @@ -1022,7 +1022,7 @@ Class: OEO_00000016 "Improve axioms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1337 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1340", - rdfs:label "fuel cell" + rdfs:label "fuel cell"@en SubClassOf: OEO_00000188, @@ -1045,7 +1045,7 @@ Class: OEO_00000017 "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" + rdfs:label "gas fired power unit"@en SubClassOf: OEO_00000334, @@ -1072,7 +1072,7 @@ 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" + rdfs:label "geothermal power unit"@en SubClassOf: OEO_00000334, @@ -1102,7 +1102,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1410 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "greenhouse gas" + rdfs:label "greenhouse gas"@en EquivalentTo: OEO_00000331 @@ -1118,7 +1118,7 @@ Class: OEO_00000021 Annotations: "A hard coal power unit is a coal power unit using hard coal as fuel.", - rdfs:label "hard coal power unit" + rdfs:label "hard coal power unit"@en SubClassOf: OEO_00000008, @@ -1131,7 +1131,7 @@ Class: OEO_00000022 "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" + rdfs:label "hydrogen power unit"@en SubClassOf: OEO_00000334, @@ -1147,7 +1147,7 @@ Class: OEO_00000024 Annotations: "A lignite power unit is a coal power unit using lignite as fuel.", - rdfs:label "lignite power unit" + rdfs:label "lignite power unit"@en SubClassOf: OEO_00000008, @@ -1166,7 +1166,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/CHEBI_16183", - rdfs:label "methane" + rdfs:label "methane"@en SubClassOf: OEO_00140159, @@ -1182,7 +1182,7 @@ Class: OEO_00000026 Annotations: "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" + rdfs:label "nitrogen trifluoride"@en SubClassOf: OEO_00000331, @@ -1203,7 +1203,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/CHEBI_17045", - rdfs:label "nitrous oxide" + rdfs:label "nitrous oxide"@en SubClassOf: OEO_00000331, @@ -1217,7 +1217,7 @@ Class: OEO_00000028 "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" + rdfs:label "nuclear energy carrier disposition"@en SubClassOf: OEO_00000151 @@ -1229,7 +1229,7 @@ Class: OEO_00000029 "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" + rdfs:label "nuclear power unit"@en SubClassOf: OEO_00000334, @@ -1245,7 +1245,7 @@ Class: OEO_00000030 Annotations: "An oil power unit is a power generating unit using oil as fuel.", - rdfs:label "oil power unit" + rdfs:label "oil power unit"@en SubClassOf: OEO_00000334, @@ -1283,7 +1283,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "power plant" + rdfs:label "power plant"@en EquivalentTo: OEO_00020102 @@ -1314,7 +1314,7 @@ 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" + rdfs:label "photovoltaic cell"@en SubClassOf: OEO_00000188, @@ -1336,7 +1336,7 @@ Class: OEO_00000033 "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" + rdfs:label "renewable fuel"@en EquivalentTo: OEO_00000173 @@ -1358,7 +1358,7 @@ Class: OEO_00000034 "Add function: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1423 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437", - rdfs:label "solar power unit" + rdfs:label "solar power unit"@en SubClassOf: OEO_00000334, @@ -1380,7 +1380,7 @@ Class: OEO_00000035 "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" + rdfs:label "solar thermal power unit"@en SubClassOf: OEO_00000034, @@ -1397,7 +1397,7 @@ Class: OEO_00000036 "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" + rdfs:label "solid biomass power plant"@en SubClassOf: OEO_00000073, @@ -1408,7 +1408,7 @@ Class: OEO_00000037 Annotations: "A solid biomass power unit is a biomass power unit using solid biomass as fuel.", - rdfs:label "solid biomass power unit" + rdfs:label "solid biomass power unit"@en SubClassOf: OEO_00000003, @@ -1421,7 +1421,7 @@ Class: OEO_00000038 "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" + rdfs:label "sulphur hexafluoride"@en SubClassOf: OEO_00000331, @@ -1436,7 +1436,7 @@ Class: OEO_00000039 "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" + rdfs:label "thermal energy storage function"@en SubClassOf: OEO_00000012 @@ -1452,7 +1452,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/CHEBI_33499", - rdfs:label "uranium" + rdfs:label "uranium"@en SubClassOf: OEO_00000331, @@ -1468,7 +1468,7 @@ Class: OEO_00000041 "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" + rdfs:label "waste power unit"@en SubClassOf: OEO_00000334, @@ -1498,7 +1498,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1638", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_01000665", - rdfs:label "waste role" + rdfs:label "waste role"@en SubClassOf: , @@ -1515,7 +1515,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_01000793", - rdfs:label "wind" + rdfs:label "wind"@en SubClassOf: , @@ -1537,7 +1537,7 @@ 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" + rdfs:label "wind energy converting unit"@en SubClassOf: OEO_00000334, @@ -1595,7 +1595,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1499", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_00002005", - rdfs:label "air" + rdfs:label "air"@en SubClassOf: OEO_00010236, @@ -1615,7 +1615,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_02500037", - rdfs:label "air pollution" + rdfs:label "air pollution"@en SubClassOf: OEO_00000330, @@ -1628,7 +1628,7 @@ Class: OEO_00000056 "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" + rdfs:label "ambient thermal energy"@en SubClassOf: OEO_00000207 @@ -1644,7 +1644,7 @@ Class: OEO_00000058 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "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" + rdfs:label "anthracite"@en SubClassOf: OEO_00000204 @@ -1664,7 +1664,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/933 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "artificial object" + rdfs:label "artificial object"@en SubClassOf: , @@ -1676,7 +1676,7 @@ Class: OEO_00000062 Annotations: "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" + rdfs:label "associated gas"@en SubClassOf: OEO_00000292 @@ -1694,7 +1694,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1037" "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" + rdfs:label "aviation gasoline"@en SubClassOf: OEO_00000183, @@ -1707,7 +1707,7 @@ Class: OEO_00000068 "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" + rdfs:label "battery"@en SubClassOf: OEO_00000159, @@ -1724,7 +1724,7 @@ Class: OEO_00000071 "redefine and change axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", - rdfs:label "biodiesel" + rdfs:label "biodiesel"@en SubClassOf: OEO_00000331, @@ -1759,7 +1759,7 @@ 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" + rdfs:label "biofuel"@en EquivalentTo: OEO_00000099 @@ -1780,7 +1780,7 @@ Class: OEO_00000073 "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" + rdfs:label "biofuel power plant"@en SubClassOf: OEO_00000031, @@ -1800,7 +1800,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1009", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_01000556", - rdfs:label "biogas" + rdfs:label "biogas"@en SubClassOf: OEO_00010236, @@ -1843,7 +1843,7 @@ Class: OEO_00000077 Annotations: "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" + rdfs:label "blast furnace gas"@en SubClassOf: OEO_00000263 @@ -1862,7 +1862,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_01000560", - rdfs:label "charcoal" + rdfs:label "charcoal"@en SubClassOf: OEO_00000331, @@ -1883,7 +1883,7 @@ Class: OEO_00000088 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "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" + rdfs:label "coal"@en SubClassOf: OEO_00000331, @@ -1907,7 +1907,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_2000038", - rdfs:label "coal power plant" + rdfs:label "coal power plant"@en SubClassOf: OEO_00000031, @@ -1919,7 +1919,7 @@ Class: OEO_00000093 Annotations: "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" + rdfs:label "coke oven gas"@en SubClassOf: OEO_00000263 @@ -1930,7 +1930,7 @@ Class: OEO_00000094 Annotations: "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" + rdfs:label "coking coal"@en SubClassOf: OEO_00000204 @@ -1944,7 +1944,7 @@ Class: OEO_00000096 "mine gas", "Add alternative labels: pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1406", - rdfs:label "colliery gas" + rdfs:label "colliery gas"@en SubClassOf: OEO_00000292 @@ -1965,7 +1965,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "combustible energy carrier disposition" + rdfs:label "combustible energy carrier disposition"@en SubClassOf: OEO_00000151, @@ -1989,7 +1989,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "combustion fuel" + rdfs:label "combustion fuel"@en EquivalentTo: OEO_00000173 @@ -2006,7 +2006,7 @@ Class: OEO_00000102 "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" + rdfs:label "compressed air"@en SubClassOf: OEO_00000054, @@ -2030,7 +2030,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "crude oil" + rdfs:label "crude oil"@en SubClassOf: OEO_00000331, @@ -2051,7 +2051,7 @@ Class: OEO_00000117 "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" + rdfs:label "dam"@en SubClassOf: OEO_00000061, @@ -2081,7 +2081,7 @@ Class: OEO_00000129 "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" + rdfs:label "grid transferred thermal energy"@en SubClassOf: OEO_00000207, @@ -2101,7 +2101,7 @@ 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" + rdfs:label "fossil diesel fuel"@en SubClassOf: OEO_00000181, @@ -2116,7 +2116,7 @@ Class: OEO_00000132 "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" + rdfs:label "district heating"@en SubClassOf: OEO_00020073 @@ -2155,7 +2155,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_2000020", - rdfs:label "electrical energy" + rdfs:label "electrical energy"@en SubClassOf: OEO_00000150, @@ -2182,7 +2182,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1479 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "electricity grid" + rdfs:label "electricity grid"@en SubClassOf: OEO_00000200, @@ -2203,7 +2203,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1360 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "electricity grid component" + rdfs:label "electricity grid component"@en EquivalentTo: OEO_00020006 @@ -2228,7 +2228,7 @@ 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" + rdfs:label "electric vehicle"@en EquivalentTo: OEO_00010023 @@ -2251,7 +2251,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/956 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "emission" + rdfs:label "emission"@en SubClassOf: , @@ -2270,7 +2270,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/956 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "emission factor" + rdfs:label "emission factor"@en SubClassOf: OEO_00030019, @@ -2302,7 +2302,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy carrier disposition" + rdfs:label "energy carrier disposition"@en SubClassOf: , @@ -2322,7 +2322,7 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1262 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348 issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", - rdfs:label "energy storage object" + rdfs:label "energy storage object"@en EquivalentTo: OEO_00000061 @@ -2338,7 +2338,7 @@ Class: OEO_00000165 Annotations: "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" + rdfs:label "field photovoltaic power plant"@en SubClassOf: OEO_00000324 @@ -2355,7 +2355,7 @@ Class: OEO_00000169 "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" + rdfs:label "flow battery"@en SubClassOf: OEO_00000068 @@ -2385,7 +2385,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "fuel" + rdfs:label "fuel"@en EquivalentTo: ( some OEO_00000001) @@ -2402,7 +2402,7 @@ Class: OEO_00000174 "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" + rdfs:label "fueled power plant"@en EquivalentTo: some OEO_00000175 @@ -2418,7 +2418,7 @@ Class: OEO_00000175 "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" + rdfs:label "fueled power unit"@en EquivalentTo: OEO_00000334 @@ -2445,7 +2445,7 @@ 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" + rdfs:label "gas diesel oil"@en SubClassOf: OEO_00000331, @@ -2483,7 +2483,7 @@ 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" + rdfs:label "gasoline"@en SubClassOf: OEO_00000331, @@ -2502,7 +2502,7 @@ Class: OEO_00000184 "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" + rdfs:label "gas power plant"@en SubClassOf: OEO_00000031, @@ -2520,7 +2520,7 @@ 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" + rdfs:label "gas turbine"@en SubClassOf: OEO_00000425, @@ -2547,7 +2547,7 @@ Class: OEO_00000186 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" + rdfs:label "gasworks gas"@en SubClassOf: OEO_00000263 @@ -2569,7 +2569,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "generator" + rdfs:label "generator"@en SubClassOf: OEO_00000011, @@ -2590,7 +2590,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/803 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "geographic coordinate" + rdfs:label "geographic coordinate"@en SubClassOf: , @@ -2607,7 +2607,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_2000034", - rdfs:label "geothermal energy" + rdfs:label "geothermal energy"@en SubClassOf: OEO_00000207, @@ -2624,7 +2624,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_00002215", - rdfs:label "geothermal power plant" + rdfs:label "geothermal power plant"@en SubClassOf: OEO_00000031, @@ -2657,7 +2657,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/CHEBI_76413", - rdfs:label "greenhouse effect disposition" + rdfs:label "greenhouse effect disposition"@en SubClassOf: , @@ -2687,7 +2687,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "greenhouse gas emission" + rdfs:label "greenhouse gas emission"@en EquivalentTo: OEO_00000147 @@ -2712,7 +2712,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/137 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "supply grid" + rdfs:label "supply grid"@en SubClassOf: @@ -2723,7 +2723,7 @@ Class: OEO_00000204 Annotations: "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" + rdfs:label "hard coal"@en SubClassOf: OEO_00000088 @@ -2738,7 +2738,7 @@ Class: OEO_00000205 "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" + rdfs:label "hard coal power plant"@en SubClassOf: OEO_00000089, @@ -2758,7 +2758,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "hardware" + rdfs:label "hardware"@en SubClassOf: OEO_00000061, @@ -2802,7 +2802,7 @@ 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" + rdfs:label "heater"@en SubClassOf: OEO_00000011, @@ -2832,7 +2832,7 @@ Class: OEO_00000212 Annotations: "A heat pump is a heater that transforms low temperature heat to high temperature heat using external energy."@en, - rdfs:label "heat pump" + rdfs:label "heat pump"@en SubClassOf: OEO_00000210 @@ -2849,7 +2849,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065 added axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1600 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1620", - rdfs:label "hydro energy" + rdfs:label "hydro energy"@en SubClassOf: OEO_00230020, @@ -2870,7 +2870,7 @@ Class: OEO_00000219 "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" + rdfs:label "hydrofluorocarbon"@en SubClassOf: OEO_00000331, @@ -2887,7 +2887,7 @@ Class: OEO_00000220 Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/CHEBI_18276", - rdfs:label "hydrogen" + rdfs:label "hydrogen"@en SubClassOf: OEO_00000331, @@ -2902,7 +2902,7 @@ Class: OEO_00000221 "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" + rdfs:label "hydrogen power plant"@en SubClassOf: OEO_00000031, @@ -2918,7 +2918,7 @@ 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" + rdfs:label "hydrogen turbine"@en SubClassOf: OEO_00000185, @@ -2936,7 +2936,7 @@ Class: OEO_00000226 "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" + rdfs:label "industrial waste fuel"@en SubClassOf: OEO_00000439 @@ -2960,7 +2960,7 @@ 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" + rdfs:label "internal combustion vehicle"@en EquivalentTo: OEO_00010023 @@ -2986,7 +2986,7 @@ 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" + rdfs:label "jet fuel"@en SubClassOf: OEO_00000246, @@ -3011,7 +3011,7 @@ 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" + rdfs:label "kerosene"@en SubClassOf: OEO_00000331, @@ -3033,7 +3033,7 @@ Class: OEO_00000248 "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" + rdfs:label "lithium-ion battery"@en SubClassOf: OEO_00000068 @@ -3051,7 +3051,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" 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" + rdfs:label "lignite"@en SubClassOf: OEO_00000088, @@ -3072,7 +3072,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_2000040", - rdfs:label "lignite power plant" + rdfs:label "lignite power plant"@en SubClassOf: OEO_00000089, @@ -3112,7 +3112,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1360 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, - rdfs:label "grid component link" + rdfs:label "grid component link"@en SubClassOf: OEO_00020006 @@ -3128,7 +3128,7 @@ Class: OEO_00000257 "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" + rdfs:label "liquid air"@en EquivalentTo: OEO_00000054 @@ -3144,7 +3144,7 @@ Class: OEO_00000258 "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" + rdfs:label "liquid biofuel"@en EquivalentTo: OEO_00000072 @@ -3168,7 +3168,7 @@ Class: OEO_00000259 "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" + rdfs:label "liquid-metal battery"@en SubClassOf: OEO_00000068 @@ -3184,7 +3184,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1009 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" + rdfs:label "manufactured coal based gas"@en SubClassOf: OEO_00010236, @@ -3203,7 +3203,7 @@ Class: OEO_00000269 "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" + rdfs:label "power-to-methane system"@en SubClassOf: OEO_00000335, @@ -3218,7 +3218,7 @@ Class: OEO_00000282 "reclassification issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", - rdfs:label "molten-salt battery" + rdfs:label "molten-salt battery"@en SubClassOf: OEO_00000068 @@ -3238,7 +3238,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1037" "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" + rdfs:label "motor gasoline"@en SubClassOf: OEO_00000183, @@ -3251,7 +3251,7 @@ Class: OEO_00000290 "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" + rdfs:label "municipal waste fuel"@en SubClassOf: OEO_00000439 @@ -3275,7 +3275,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" 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" + rdfs:label "natural gas"@en SubClassOf: OEO_00010236, @@ -3296,7 +3296,7 @@ Class: OEO_00000293 "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" + rdfs:label "negative emission"@en SubClassOf: @@ -3308,7 +3308,7 @@ Class: OEO_00000296 "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" + rdfs:label "grid node"@en SubClassOf: OEO_00020006 @@ -3322,7 +3322,7 @@ Class: OEO_00000297 Annotations: "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" + rdfs:label "non associated gas"@en SubClassOf: OEO_00000292 @@ -3336,7 +3336,7 @@ Class: OEO_00000298 "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" + rdfs:label "non-methane volatile organic compound"@en SubClassOf: OEO_00000437 @@ -3351,7 +3351,7 @@ Class: OEO_00000299 "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" + rdfs:label "fossil municipal waste fuel"@en EquivalentTo: OEO_00000290 @@ -3375,7 +3375,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_2000025", - rdfs:label "nuclear binding energy" + rdfs:label "nuclear binding energy"@en SubClassOf: OEO_00000150, @@ -3388,7 +3388,7 @@ Class: OEO_00000302 "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" + rdfs:label "nuclear fuel"@en EquivalentTo: OEO_00000173 @@ -3409,7 +3409,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_00002271", - rdfs:label "nuclear power plant" + rdfs:label "nuclear power plant"@en SubClassOf: OEO_00000031, @@ -3420,7 +3420,7 @@ Class: OEO_00000308 Annotations: "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" + rdfs:label "offshore wind farm"@en SubClassOf: OEO_00000447 @@ -3435,7 +3435,7 @@ Class: OEO_00000310 "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" + rdfs:label "oil power plant"@en SubClassOf: OEO_00000031, @@ -3446,7 +3446,7 @@ Class: OEO_00000311 Annotations: "An onshore wind farm is a wind farm that is build on land."@en, - rdfs:label "onshore wind farm" + rdfs:label "onshore wind farm"@en SubClassOf: OEO_00000447 @@ -3484,7 +3484,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", rdfs:comment "* Biomass has a biogenic origin and if it is converted to biogas, the biogas inherits the the biogenic origin. * Hard coal has a fossil origin and if it is used in a coal power plant to generate electrical energy, the electrical energy inherits the fossil origin. * Wind energy has renewable origin and if it is converted to electrical energy using a wind turbine, the electrical energy inherits the renewable origin", - rdfs:label "origin" + rdfs:label "origin"@en SubClassOf: , @@ -3503,7 +3503,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_01000060", - rdfs:label "particulate matter" + rdfs:label "particulate matter"@en SubClassOf: OEO_00000331, @@ -3522,7 +3522,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1003", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_00005774", - rdfs:label "peat" + rdfs:label "peat"@en SubClassOf: OEO_00000331, @@ -3542,7 +3542,7 @@ Class: OEO_00000322 Annotations: "Perfluorocarbons (PFCs) are portions of matter consisting of organic compounds that contain fluorine atoms but no hydrogen atoms.", "PFC", - rdfs:label "perfluorocarbon" + rdfs:label "perfluorocarbon"@en SubClassOf: OEO_00000331, @@ -3558,7 +3558,7 @@ Class: OEO_00000324 "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" + rdfs:label "photovoltaic power plant"@en SubClassOf: OEO_00000386, @@ -3575,7 +3575,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_02500036", - rdfs:label "pollution" + rdfs:label "pollution"@en SubClassOf: OEO_00000147 @@ -3605,7 +3605,7 @@ rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", rdfs:comment "wiki page: https://github.com/OpenEnergyPlatform/ontology/wiki/Explanation-on-mass-nouns", - rdfs:label "portion of matter" + rdfs:label "portion of matter"@en SubClassOf: , @@ -3657,7 +3657,7 @@ rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", rdfs:comment "Power is the derivative of energy transformation over time", - rdfs:label "power" + rdfs:label "power"@en SubClassOf: OEO_00030019, @@ -3693,7 +3693,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1360 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, - rdfs:label "power generating unit" + rdfs:label "power generating unit"@en EquivalentTo: OEO_00020102 @@ -3724,7 +3724,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/954 created new parent class 'power-to-fuel system' https://github.com/OpenEnergyPlatform/ontology/issues/1477 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1483", - rdfs:label "power-to-gas system" + rdfs:label "power-to-gas system"@en SubClassOf: OEO_00330009, @@ -3746,7 +3746,7 @@ 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" + rdfs:label "pumped water"@en SubClassOf: OEO_00110000, @@ -3763,7 +3763,7 @@ Class: OEO_00000348 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" + rdfs:label "PV panel"@en SubClassOf: OEO_00000034, @@ -3792,7 +3792,7 @@ 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" + rdfs:label "biogenic municipal waste fuel"@en EquivalentTo: OEO_00000290 @@ -3807,7 +3807,7 @@ Class: OEO_00000361 Annotations: "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" + rdfs:label "rooftop photovoltaic power plant"@en SubClassOf: OEO_00000324 @@ -3828,7 +3828,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1396 add axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", - rdfs:label "superconducting magnetic energy storage" + rdfs:label "superconducting magnetic energy storage"@en SubClassOf: OEO_00000159, @@ -3843,7 +3843,7 @@ Class: OEO_00000376 "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" + rdfs:label "sodium-ion battery"@en SubClassOf: OEO_00000068 @@ -3858,7 +3858,7 @@ Class: OEO_00000377 "reclassification issue: https://github.com/OpenEnergyPlatform/ontology/issues/773 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/801", - rdfs:label "sodium-sulphur battery" + rdfs:label "sodium-sulphur battery"@en SubClassOf: OEO_00000282 @@ -3879,7 +3879,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/732 added axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1600 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1620", - rdfs:label "solar energy" + rdfs:label "solar energy"@en SubClassOf: OEO_00020040, @@ -3897,7 +3897,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_2000041", - rdfs:label "solar power plant" + rdfs:label "solar power plant"@en SubClassOf: OEO_00000031, @@ -3920,7 +3920,7 @@ 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" + rdfs:label "solar thermal collector"@en SubClassOf: OEO_00000210, @@ -3945,7 +3945,7 @@ Class: OEO_00000388 "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" + rdfs:label "solar thermal energy"@en SubClassOf: OEO_00000207, @@ -3958,7 +3958,7 @@ Class: OEO_00000389 "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" + rdfs:label "solar thermal power plant"@en SubClassOf: OEO_00000386, @@ -3975,7 +3975,7 @@ 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" + rdfs:label "solid fossil fuel"@en EquivalentTo: OEO_00000014 @@ -4011,7 +4011,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 make definition aristotelian issue: https://github.com/OpenEnergyPlatform/ontology/issues/1672 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1720", - rdfs:label "state of matter" + rdfs:label "state of matter"@en SubClassOf: , @@ -4025,7 +4025,7 @@ Class: OEO_00000396 "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" + rdfs:label "steam turbine"@en SubClassOf: OEO_00000425, @@ -4062,7 +4062,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348 Changed 'storage unit' to 'energy storage unit' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1466 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1486", - rdfs:label "energy storage unit" + rdfs:label "energy storage unit"@en EquivalentTo: OEO_00020006 @@ -4082,7 +4082,7 @@ Class: OEO_00000401 Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_2000009", - rdfs:label "sub bituminous coal" + rdfs:label "sub bituminous coal"@en SubClassOf: OEO_00000088 @@ -4101,7 +4101,7 @@ Class: OEO_00000420 "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" + rdfs:label "transformer"@en SubClassOf: OEO_00020006, @@ -4118,7 +4118,7 @@ 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" + rdfs:label "turbine"@en SubClassOf: OEO_00000011, @@ -4146,7 +4146,7 @@ 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" + rdfs:label "underground hydrogen storage object"@en SubClassOf: OEO_00010325, @@ -4165,7 +4165,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/CHEBI_134179", - rdfs:label "volatile organic compound" + rdfs:label "volatile organic compound"@en EquivalentTo: OEO_00000025 or OEO_00000298 @@ -4193,7 +4193,7 @@ 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" + rdfs:label "waste fuel"@en EquivalentTo: OEO_00000173 @@ -4214,7 +4214,7 @@ Class: OEO_00000440 "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" + rdfs:label "waste power plant"@en SubClassOf: OEO_00000031, @@ -4245,7 +4245,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/CHEBI_15377", - rdfs:label "water" + rdfs:label "water"@en SubClassOf: OEO_00000331, @@ -4265,7 +4265,7 @@ 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" + rdfs:label "water turbine"@en SubClassOf: OEO_00000425, @@ -4304,7 +4304,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1065 added axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1600 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1620", - rdfs:label "wind energy" + rdfs:label "wind energy"@en SubClassOf: OEO_00230020, @@ -4324,7 +4324,7 @@ Class: OEO_00000447 "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" + rdfs:label "wind farm"@en SubClassOf: OEO_00000031, @@ -4342,7 +4342,7 @@ 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" + rdfs:label "wind rotor"@en SubClassOf: OEO_00000425, @@ -4375,7 +4375,7 @@ 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" + rdfs:label "wood"@en SubClassOf: OEO_00010214, @@ -4570,7 +4570,7 @@ Class: OEO_00010015 "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" + rdfs:label "fossil hydrogen"@en EquivalentTo: @@ -4593,7 +4593,7 @@ 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" + rdfs:label "synthetic hydrogen"@en EquivalentTo: @@ -4618,7 +4618,7 @@ 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" + rdfs:label "synthetic fuel"@en EquivalentTo: OEO_00000173 @@ -4648,7 +4648,7 @@ 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" + rdfs:label "synthetic methane"@en EquivalentTo: OEO_00000025 @@ -4671,7 +4671,7 @@ 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" + rdfs:label "PtL fuel"@en SubClassOf: OEO_00010156, @@ -4695,7 +4695,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348 created new parent class 'power-to-fuel system' https://github.com/OpenEnergyPlatform/ontology/issues/1477 https://github.com/OpenEnergyPlatform/ontology/pull/1483", - rdfs:label "power-to-liquid system" + rdfs:label "power-to-liquid system"@en SubClassOf: OEO_00330009, @@ -4715,7 +4715,7 @@ 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" + rdfs:label "water electrolyser"@en SubClassOf: OEO_00000011, @@ -4746,7 +4746,7 @@ 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" + rdfs:label "steam reformer"@en SubClassOf: OEO_00000011, @@ -4781,7 +4781,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_01000604", - rdfs:label "vehicle" + rdfs:label "vehicle"@en SubClassOf: OEO_00000061, @@ -4989,7 +4989,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_01000610", - rdfs:label "motor" + rdfs:label "motor"@en SubClassOf: OEO_00000011, @@ -5005,7 +5005,7 @@ Class: OEO_00010072 "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" + rdfs:label "areal power density unit"@en SubClassOf: @@ -5017,7 +5017,7 @@ Class: OEO_00010073 "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" + rdfs:label "areal energy density unit"@en SubClassOf: @@ -5030,7 +5030,7 @@ Class: OEO_00010074 "specific power", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", - rdfs:label "areal power density" + rdfs:label "areal power density"@en SubClassOf: OEO_00000350, @@ -5043,7 +5043,7 @@ Class: OEO_00010075 "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" + rdfs:label "areal energy density"@en SubClassOf: OEO_00000350, @@ -5057,7 +5057,7 @@ Class: OEO_00010076 "irradiance", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", - rdfs:label "areal solar power density" + rdfs:label "areal solar power density"@en SubClassOf: OEO_00010074 @@ -5070,7 +5070,7 @@ Class: OEO_00010077 "irradiation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", - rdfs:label "areal solar energy density" + rdfs:label "areal solar energy density"@en SubClassOf: OEO_00010075 @@ -5706,7 +5706,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "waste thermal energy" + rdfs:label "waste thermal energy"@en SubClassOf: OEO_00000207 @@ -6637,7 +6637,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155 Made 'energy storage capacity' subclass of \"maximum value' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1466 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1486", - rdfs:label "maximum value" + rdfs:label "maximum value"@en SubClassOf: OEO_00000350 @@ -6653,7 +6653,7 @@ 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" + rdfs:label "power capacity"@en SubClassOf: OEO_00010256, @@ -6668,7 +6668,7 @@ Class: OEO_00010258 "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" + rdfs:label "bioenergy"@en EquivalentTo: OEO_00000007 @@ -6684,7 +6684,7 @@ Class: OEO_00010259 "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" + rdfs:label "measurement device"@en SubClassOf: OEO_00000061 @@ -6700,7 +6700,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1234 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "passenger transport" + rdfs:label "passenger transport"@en SubClassOf: OEO_00140003, @@ -6720,7 +6720,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1234 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "passenger" + rdfs:label "passenger"@en SubClassOf: OEO_00000051, @@ -6737,7 +6737,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1234 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy service demand for passenger-kilometre" + rdfs:label "energy service demand for passenger-kilometre"@en SubClassOf: OEO_00240024, @@ -6754,7 +6754,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1234 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy service demand for ton-kilometre" + rdfs:label "energy service demand for ton-kilometre"@en SubClassOf: OEO_00240024, @@ -7208,7 +7208,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1531 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "mineral oil refining process" + rdfs:label "mineral oil refining process"@en SubClassOf: OEO_00010127, @@ -7237,7 +7237,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1531 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "mineral oil product" + rdfs:label "mineral oil product"@en EquivalentTo: OEO_00000014 @@ -7254,7 +7254,7 @@ Class: OEO_00010317 "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" + rdfs:label "mineral oil"@en EquivalentTo: OEO_00000014 @@ -7270,7 +7270,7 @@ Class: OEO_00010318 "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" + rdfs:label "mineral oil refinery"@en SubClassOf: OEO_00020102, @@ -7284,7 +7284,7 @@ Class: OEO_00010321 "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" + rdfs:label "chemical energy storage function"@en SubClassOf: OEO_00000012 @@ -7296,7 +7296,7 @@ Class: OEO_00010322 "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" + rdfs:label "electrical energy storage function"@en SubClassOf: OEO_00000012 @@ -7308,7 +7308,7 @@ Class: OEO_00010323 "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" + rdfs:label "kinetic energy storage function"@en SubClassOf: OEO_00000012 @@ -7325,7 +7325,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1348 add editor note issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", - rdfs:label "potential energy storage function" + rdfs:label "potential energy storage function"@en SubClassOf: OEO_00000012 @@ -7337,7 +7337,7 @@ Class: OEO_00010325 "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" + rdfs:label "underground fuel storage object"@en SubClassOf: OEO_00000159, @@ -7350,7 +7350,7 @@ Class: OEO_00010326 "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" + rdfs:label "refinery gas"@en SubClassOf: OEO_00010236, @@ -7372,7 +7372,7 @@ Class: OEO_00010327 "pet coke", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1332 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1351", - rdfs:label "petroleum coke" + rdfs:label "petroleum coke"@en SubClassOf: OEO_00000331, @@ -7389,7 +7389,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" + rdfs:label "sustainability criterion"@en SubClassOf: @@ -7401,7 +7401,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" + rdfs:label "material sustainability"@en SubClassOf: , @@ -7415,7 +7415,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" + rdfs:label "process sustainability"@en SubClassOf: OEO_00030019, @@ -7428,7 +7428,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" + rdfs:label "sustainable process"@en EquivalentTo: @@ -7650,7 +7650,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy transformation function" + rdfs:label "energy transformation function"@en SubClassOf: , @@ -8638,7 +8638,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1447", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_01001023", - rdfs:label "radiation" + rdfs:label "radiation"@en SubClassOf: OEO_00020103, @@ -8661,7 +8661,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_01001862", - rdfs:label "solar radiation" + rdfs:label "solar radiation"@en SubClassOf: OEO_00020037 @@ -8681,7 +8681,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1173 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy carrier" + rdfs:label "energy carrier"@en EquivalentTo: @@ -8701,7 +8701,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/665", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_2000030", - rdfs:label "radiative energy" + rdfs:label "radiative energy"@en SubClassOf: OEO_00000150 @@ -8714,7 +8714,7 @@ Class: OEO_00020043 "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" + rdfs:label "wind energy transformation"@en SubClassOf: OEO_00020003, @@ -8736,7 +8736,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/670", pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "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" + rdfs:label "potential energy"@en SubClassOf: OEO_00000150 @@ -8759,7 +8759,7 @@ 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" + rdfs:label "solar energy transformation"@en SubClassOf: OEO_00020003, @@ -8776,7 +8776,7 @@ 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" + rdfs:label "solar thermal energy transformation"@en SubClassOf: OEO_00020046, @@ -8797,7 +8797,7 @@ 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" + rdfs:label "photovoltaic energy transformation"@en SubClassOf: OEO_00020046, @@ -8816,7 +8816,7 @@ Class: OEO_00020050 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" + rdfs:label "renewable energy carrier"@en EquivalentTo: @@ -8832,7 +8832,7 @@ Class: OEO_00020053 "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" + rdfs:label "nuclear fission"@en SubClassOf: , @@ -8850,7 +8850,7 @@ 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" + rdfs:label "nuclear energy transformation"@en SubClassOf: OEO_00020003, @@ -8867,7 +8867,7 @@ Class: OEO_00020058 "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" + rdfs:label "rock"@en SubClassOf: OEO_00000331, @@ -8886,7 +8886,7 @@ 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" + rdfs:label "geothermal heat transfer"@en SubClassOf: OEO_00140101, @@ -8900,7 +8900,7 @@ Class: OEO_00020073 "distance heating", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", - rdfs:label "grid-bound heating" + rdfs:label "grid-bound heating"@en SubClassOf: OEO_00140101, @@ -8915,7 +8915,7 @@ Class: OEO_00020074 "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" + rdfs:label "industrial grid-bound heating"@en SubClassOf: OEO_00020073 @@ -8934,7 +8934,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "renewable energy" + rdfs:label "renewable energy"@en EquivalentTo: OEO_00000150 @@ -8953,7 +8953,7 @@ Class: OEO_00020086 "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" + rdfs:label "renewable energy carrier disposition"@en SubClassOf: OEO_00000151 @@ -8965,7 +8965,7 @@ Class: OEO_00020087 "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" + rdfs:label "natural hydro energy"@en SubClassOf: OEO_00000218, @@ -8979,7 +8979,7 @@ Class: OEO_00020088 "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" + rdfs:label "pumped hydro energy"@en SubClassOf: OEO_00000218, @@ -9000,7 +9000,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy transformation unit" + rdfs:label "energy transformation unit"@en SubClassOf: OEO_00000061, @@ -9020,7 +9020,7 @@ Class: OEO_00020103 "class added: issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", - rdfs:label "energy transfer" + rdfs:label "energy transfer"@en SubClassOf: OEO_00020003 @@ -9039,7 +9039,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "outage" + rdfs:label "outage"@en SubClassOf: , @@ -9052,7 +9052,7 @@ Class: OEO_00020105 "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" + rdfs:label "forced outage"@en SubClassOf: OEO_00020104 @@ -9067,7 +9067,7 @@ Class: OEO_00020106 "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" + rdfs:label "planned outage"@en SubClassOf: OEO_00020104 @@ -9085,7 +9085,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "curtailment" + rdfs:label "curtailment"@en SubClassOf: , @@ -9106,7 +9106,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1084 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "space requirement" + rdfs:label "space requirement"@en SubClassOf: @@ -9118,7 +9118,7 @@ Class: OEO_00020137 "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" + rdfs:label "operational space requirement"@en SubClassOf: OEO_00020136 @@ -9130,7 +9130,7 @@ Class: OEO_00020139 "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" + rdfs:label "space requirement for construction"@en SubClassOf: OEO_00020136 @@ -9145,7 +9145,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/930 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "area per power unit" + rdfs:label "area per power unit"@en SubClassOf: @@ -9157,7 +9157,7 @@ Class: OEO_00020141 "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" + rdfs:label "specific space requirement"@en SubClassOf: OEO_00000350, @@ -9175,7 +9175,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "square kilometer" + rdfs:label "square kilometer"@en SubClassOf: @@ -9190,7 +9190,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "area value" + rdfs:label "area value"@en SubClassOf: OEO_00000350, @@ -9209,7 +9209,7 @@ 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" + rdfs:label "rotor diameter"@en SubClassOf: , @@ -9229,7 +9229,7 @@ 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" + rdfs:label "conventional"@en SubClassOf: OEO_00000316, @@ -9248,7 +9248,7 @@ Class: OEO_00020148 "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" + rdfs:label "conventional energy carrier disposition"@en SubClassOf: OEO_00000151 @@ -9264,7 +9264,7 @@ 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" + rdfs:label "fossil energy"@en EquivalentTo: OEO_00000007 @@ -9287,7 +9287,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1026 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "life time" + rdfs:label "life time"@en SubClassOf: OEO_00030035, @@ -9303,7 +9303,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1026 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "construction time" + rdfs:label "construction time"@en SubClassOf: OEO_00030035, @@ -9319,7 +9319,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1026 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "decommissioning time" + rdfs:label "decommissioning time"@en SubClassOf: OEO_00030035, @@ -9335,7 +9335,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1026 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "operational life time" + rdfs:label "operational life time"@en SubClassOf: OEO_00020175 @@ -9350,7 +9350,7 @@ 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" + rdfs:label "fissile material entity"@en EquivalentTo: @@ -9367,7 +9367,7 @@ Class: OEO_00020197 "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" + rdfs:label "tangential proper part"@en SubClassOf: @@ -9379,7 +9379,7 @@ Class: OEO_00020198 "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" + rdfs:label "surface"@en SubClassOf: OEO_00020197, @@ -9392,7 +9392,7 @@ Class: OEO_00020199 "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" + rdfs:label "solar radiation receiving surface"@en EquivalentTo: OEO_00020198 @@ -9411,7 +9411,7 @@ 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" + rdfs:label "solar receiving object"@en EquivalentTo: OEO_00000061 @@ -9437,7 +9437,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "electrical energy amount value" + rdfs:label "electrical energy amount value"@en SubClassOf: OEO_00050019 @@ -9452,7 +9452,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "electricity import value" + rdfs:label "electricity import value"@en SubClassOf: OEO_00020204, @@ -9468,7 +9468,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "electricity export value" + rdfs:label "electricity export value"@en SubClassOf: OEO_00020204, @@ -9489,7 +9489,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "electricity import" + rdfs:label "electricity import"@en SubClassOf: OEO_00020201, @@ -9511,7 +9511,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "electricity export" + rdfs:label "electricity export"@en SubClassOf: OEO_00020202, @@ -9526,7 +9526,7 @@ Class: OEO_00020210 "sirop", "syrup", "pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221", - rdfs:label "sirup" + rdfs:label "sirup"@en SubClassOf: OEO_00000331, @@ -9637,7 +9637,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1575 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, - rdfs:label "material transformation" + rdfs:label "material transformation"@en EquivalentTo: OEO_00000419 @@ -9657,7 +9657,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1591 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy technology" + rdfs:label "energy technology"@en SubClassOf: OEO_00000407, @@ -9720,7 +9720,7 @@ Class: OEO_00020347 "ptx technology", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1647", - rdfs:label "power-to-fuel technology" + rdfs:label "power-to-fuel technology"@en SubClassOf: OEO_00020267, @@ -9735,7 +9735,7 @@ Class: OEO_00020348 "A power-to-gas technology is a power-to-fuel technology that describes how to combine power-to-gas systems in power-to-gas processes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1647", - rdfs:label "power-to-gas technology" + rdfs:label "power-to-gas technology"@en SubClassOf: OEO_00020347, @@ -9750,7 +9750,7 @@ Class: OEO_00020349 "A power-to-ammonia technology is an power-to-gas technology that describes how to combine power-to-ammonia systems in power-to-ammonia processes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1647", - rdfs:label "power-to-ammonia technology" + rdfs:label "power-to-ammonia technology"@en SubClassOf: OEO_00020348, @@ -9765,7 +9765,7 @@ Class: OEO_00020350 "A power-to-methane technology is an power-to-gas technology that describes how to combine power-to-methane systems in power-to-methane processes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1647", - rdfs:label "power-to-methane technology" + rdfs:label "power-to-methane technology"@en SubClassOf: OEO_00020348, @@ -9780,7 +9780,7 @@ Class: OEO_00020351 "A power-to-liquid technology is an power-to-fuel technology that describes how to combine power-to-liquid systems in power-to-liquid processes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1647", - rdfs:label "power-to-liquid technology" + rdfs:label "power-to-liquid technology"@en SubClassOf: OEO_00020347, @@ -9796,7 +9796,7 @@ Class: OEO_00020362 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", rdfs:comment "The electrical energy storage object is being charged with electrical energy and releases electrical energy during the decharging process. The stored energy within the object may appear in a different form of energy, though.", - rdfs:label "electrical energy storage object" + rdfs:label "electrical energy storage object"@en EquivalentTo: OEO_00000159 @@ -9812,7 +9812,7 @@ Class: OEO_00020363 "A chemical energy storage object is an energy storage object that has the function to store chemical energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", - rdfs:label "chemical energy storage object" + rdfs:label "chemical energy storage object"@en EquivalentTo: OEO_00000159 @@ -9829,7 +9829,7 @@ Class: OEO_00020364 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", rdfs:comment "The kinetic energy storage object is being charged with kinetic energy and releases kinetic energy during the decharging process. The stored energy within the object may appear in a different form of energy, though.", - rdfs:label "kinetic energy storage object" + rdfs:label "kinetic energy storage object"@en EquivalentTo: OEO_00000159 @@ -9846,7 +9846,7 @@ Class: OEO_00020365 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", rdfs:comment "The thermal energy storage object is being charged with thermal energy and releases thermal energy during the decharging process. The stored energy within the object may appear in a different form of energy, though.", - rdfs:label "thermal energy storage object" + rdfs:label "thermal energy storage object"@en EquivalentTo: OEO_00000159 @@ -9862,7 +9862,7 @@ Class: OEO_00020366 "An energy storage technology is an energy technology that describes how to combine energy storage objects and energy carriers in charging and decharging processes for the purpose of temporarily storing energy.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", - rdfs:label "energy storage technology" + rdfs:label "energy storage technology"@en SubClassOf: OEO_00020267, @@ -9877,7 +9877,7 @@ Class: OEO_00020367 "An electrical energy storage technology is an energy storage technology that describes how to combine electrical energy storage objects and electrical energy in charging and decharging processes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", - rdfs:label "electrical energy storage technology" + rdfs:label "electrical energy storage technology"@en SubClassOf: OEO_00020366, @@ -9892,7 +9892,7 @@ Class: OEO_00020368 "An kinetic energy storage technology is an energy storage technology that describes how to combine kinetic energy storage objects and kinetic energy in charging and decharging processes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", - rdfs:label "kinetic energy storage technology" + rdfs:label "kinetic energy storage technology"@en SubClassOf: OEO_00020366, @@ -9907,7 +9907,7 @@ Class: OEO_00020369 "An thermal energy storage technology is an energy storage technology that describes how to combine thermal energy storage objects and thermal energy in charging and decharging processes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", - rdfs:label "thermal energy storage technology" + rdfs:label "thermal energy storage technology"@en SubClassOf: OEO_00020366, @@ -9922,7 +9922,7 @@ Class: OEO_00020370 "An chemical energy storage technology is an energy storage technology that describes how to combine chemical energy storage objects and chemical energy in charging and decharging processes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", - rdfs:label "chemical energy storage technology" + rdfs:label "chemical energy storage technology"@en SubClassOf: OEO_00020366, @@ -9938,7 +9938,7 @@ Class: OEO_00020371 "This object was introduce for the sake of completeness, but there is no actual use case seen at the moment.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", - rdfs:label "potential energy storage object" + rdfs:label "potential energy storage object"@en EquivalentTo: OEO_00000159 @@ -9955,7 +9955,7 @@ Class: OEO_00020372 "This technology was introduce for the sake of completeness, but there is no actual use case seen at the moment.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1728", - rdfs:label "potential energy storage technology" + rdfs:label "potential energy storage technology"@en SubClassOf: OEO_00020366, @@ -9978,7 +9978,7 @@ 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" + rdfs:label "anthropogenic"@en SubClassOf: OEO_00000316, @@ -9996,7 +9996,7 @@ 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" + rdfs:label "biogenic"@en SubClassOf: OEO_00000316, @@ -10033,7 +10033,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "fossil" + rdfs:label "fossil"@en SubClassOf: OEO_00030003, @@ -10065,7 +10065,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "geogenic" + rdfs:label "geogenic"@en SubClassOf: OEO_00000316, @@ -10098,7 +10098,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1437 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "renewable" + rdfs:label "renewable"@en SubClassOf: OEO_00000316, @@ -10125,7 +10125,7 @@ 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" + rdfs:label "synthetic"@en SubClassOf: OEO_00030000, @@ -10156,7 +10156,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1615 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy system" + rdfs:label "energy system"@en SubClassOf: OEO_00030025 @@ -10175,7 +10175,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1615 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "supply system" + rdfs:label "supply system"@en SubClassOf: @@ -10199,7 +10199,7 @@ 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" + rdfs:label "primary energy production"@en SubClassOf: OEO_00240003, @@ -10216,7 +10216,7 @@ 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" + rdfs:label "primary energy carrier mining"@en SubClassOf: OEO_00030026 @@ -10231,7 +10231,7 @@ 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" + rdfs:label "primary energy carrier harvest"@en SubClassOf: OEO_00030026 @@ -10562,7 +10562,7 @@ Class: OEO_00090000 "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" + rdfs:label "volumetric flow rate value"@en SubClassOf: OEO_00000350, @@ -10779,7 +10779,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1234 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "private transport" + rdfs:label "private transport"@en SubClassOf: OEO_00010263 @@ -10799,7 +10799,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1234 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "public transport" + rdfs:label "public transport"@en SubClassOf: OEO_00010263 @@ -11741,7 +11741,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391 Changed 'storage capacity' to 'energy storage capacity' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1466 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1486", - rdfs:label "energy storage capacity" + rdfs:label "energy storage capacity"@en SubClassOf: OEO_00010256, @@ -11894,7 +11894,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1575 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "production" + rdfs:label "production"@en EquivalentTo: OEO_00000419 @@ -11924,7 +11924,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1041 Relabel and add old label as alternative label: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1455 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1562", - rdfs:label "combined heat and power generation process" + rdfs:label "combined heat and power generation process"@en SubClassOf: OEO_00020003, @@ -11947,7 +11947,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 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" + rdfs:label "combined heat and power generating unit"@en EquivalentTo: OEO_00020102 @@ -11980,7 +11980,7 @@ 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" + rdfs:label "combined heat and power plant"@en SubClassOf: OEO_00020102, @@ -11997,7 +11997,7 @@ Class: OEO_00240012 "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" + rdfs:label "gross electricity generation"@en SubClassOf: OEO_00030019, @@ -12011,7 +12011,7 @@ Class: OEO_00240013 "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" + rdfs:label "net electricity generation"@en SubClassOf: OEO_00030019, @@ -12037,7 +12037,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1562 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "electricity generation process" + rdfs:label "electricity generation process"@en EquivalentTo: OEO_00020003 @@ -12056,7 +12056,7 @@ Class: OEO_00240015 "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" + rdfs:label "liquid air production"@en SubClassOf: OEO_00240003, @@ -12080,7 +12080,7 @@ 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" + rdfs:label "net capacity factor"@en SubClassOf: OEO_00320072 @@ -12093,7 +12093,7 @@ Class: OEO_00240018 "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" + rdfs:label "gross national electricity consumption"@en SubClassOf: OEO_00240019, @@ -12112,7 +12112,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1463 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, - rdfs:label "energy consumption value" + rdfs:label "energy consumption value"@en SubClassOf: OEO_00050019, @@ -12128,7 +12128,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1078 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, - rdfs:label "protected area" + rdfs:label "protected area"@en SubClassOf: @@ -12144,7 +12144,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1080 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy service demand" + rdfs:label "energy service demand"@en SubClassOf: OEO_00140040, @@ -12155,7 +12155,7 @@ Class: OEO_00240026 Annotations: "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" + rdfs:label "industrial material"@en SubClassOf: OEO_00000331 @@ -12171,7 +12171,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "chemical substance" + rdfs:label "chemical substance"@en SubClassOf: OEO_00000331, @@ -12189,7 +12189,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "paper" + rdfs:label "paper"@en SubClassOf: OEO_00000331, @@ -12207,7 +12207,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "cement" + rdfs:label "cement"@en SubClassOf: OEO_00000331, @@ -12225,7 +12225,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "mineral" + rdfs:label "mineral"@en SubClassOf: OEO_00000331 @@ -12242,7 +12242,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "non-metallic mineral" + rdfs:label "non-metallic mineral"@en SubClassOf: OEO_00240030, @@ -12259,7 +12259,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "metal" + rdfs:label "metal"@en SubClassOf: OEO_00000331 @@ -12275,7 +12275,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "steel" + rdfs:label "steel"@en SubClassOf: OEO_00240032, @@ -12293,7 +12293,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "non-ferrous metal" + rdfs:label "non-ferrous metal"@en SubClassOf: OEO_00240032, @@ -12309,7 +12309,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1084 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "personal living space" + rdfs:label "personal living space"@en SubClassOf: OEO_00020136 @@ -12386,14 +12386,14 @@ Class: OEO_00260008 Annotations: "A CO2 emission value is greenhouse gas emission value that quantifies the output of a CO2 emission process."@en, + "carbon dioxide emission value"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253/ rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, - rdfs:label "CO2 emission value"@en, - rdfs:label "carbon dioxide emission value"@en + rdfs:label "CO2 emission value"@en SubClassOf: OEO_00140081 @@ -12449,7 +12449,7 @@ Class: OEO_00310000 "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" + rdfs:label "data center"@en SubClassOf: OEO_00000061, @@ -12462,7 +12462,7 @@ Class: OEO_00310001 "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" + rdfs:label "sewage plant"@en SubClassOf: OEO_00000061, @@ -12476,7 +12476,7 @@ Class: OEO_00310004 "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" + rdfs:label "industrial waste thermal energy"@en SubClassOf: OEO_00010114, @@ -12489,7 +12489,7 @@ Class: OEO_00310005 "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" + rdfs:label "recovered heat"@en SubClassOf: OEO_00000207 @@ -12501,7 +12501,7 @@ Class: OEO_00310006 "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" + rdfs:label "aerothermal energy"@en SubClassOf: OEO_00140104 @@ -12513,7 +12513,7 @@ Class: OEO_00310008 "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" + rdfs:label "heat generating unit"@en EquivalentTo: OEO_00020102 @@ -12531,7 +12531,7 @@ Class: OEO_00310009 "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" + rdfs:label "rotary heat exchanger"@en SubClassOf: OEO_00140102 @@ -12543,7 +12543,7 @@ Class: OEO_00310010 "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" + rdfs:label "plate heat exchanger"@en SubClassOf: OEO_00140102 @@ -12555,7 +12555,7 @@ Class: OEO_00310011 "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" + rdfs:label "heat plant"@en EquivalentTo: OEO_00020102 @@ -12575,7 +12575,7 @@ Class: OEO_00310012 "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" + rdfs:label "heat transfer unit"@en SubClassOf: OEO_00310008, @@ -12589,7 +12589,7 @@ Class: OEO_00310013 "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" + rdfs:label "boiler"@en SubClassOf: OEO_00000210, @@ -12602,7 +12602,7 @@ Class: OEO_00310014 "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" + rdfs:label "combustion-based heater"@en SubClassOf: OEO_00000210, @@ -12616,7 +12616,7 @@ Class: OEO_00310015 "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" + rdfs:label "electrical heater"@en SubClassOf: OEO_00000210, @@ -12629,7 +12629,7 @@ Class: OEO_00310017 "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" + rdfs:label "geothermal heat unit"@en SubClassOf: OEO_00310012, @@ -12643,7 +12643,7 @@ Class: OEO_00310018 "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" + rdfs:label "geothermal heat plant"@en SubClassOf: OEO_00310011, @@ -12657,7 +12657,7 @@ Class: OEO_00310021 "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" + rdfs:label "tube collector"@en SubClassOf: OEO_00000387 @@ -12669,7 +12669,7 @@ Class: OEO_00310022 "A flat-plate collector is a solar thermal collector that consists of flat-plates.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", - rdfs:label "flat-plate collector" + rdfs:label "flat-plate collector"@en SubClassOf: OEO_00000387 @@ -12682,7 +12682,7 @@ Class: OEO_00310025 "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" + rdfs:label "combined cycle electricity generation process"@en SubClassOf: OEO_00050001, @@ -12698,7 +12698,7 @@ Class: OEO_00310027 "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" + rdfs:label "gas turbine process"@en SubClassOf: OEO_00020003, @@ -12715,7 +12715,7 @@ Class: OEO_00310028 "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" + rdfs:label "steam power unit"@en SubClassOf: OEO_00000334, @@ -12733,7 +12733,7 @@ Class: OEO_00310032 "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" + rdfs:label "thermo-chemical heat storage object"@en SubClassOf: OEO_00000159, @@ -12749,7 +12749,7 @@ Class: OEO_00310033 "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" + rdfs:label "chemical heat storage object"@en SubClassOf: OEO_00310032 @@ -12761,7 +12761,7 @@ Class: OEO_00310034 "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" + rdfs:label "sorption heat storage object"@en SubClassOf: OEO_00310032, @@ -12774,7 +12774,7 @@ Class: OEO_00310035 "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" + rdfs:label "adsorption"@en SubClassOf: , @@ -12790,7 +12790,7 @@ Class: OEO_00310036 "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" + rdfs:label "desorption"@en SubClassOf: , @@ -12806,7 +12806,7 @@ Class: OEO_00310037 "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" + rdfs:label "sensible heat storage object"@en SubClassOf: OEO_00000159, @@ -12822,7 +12822,7 @@ Class: OEO_00310038 "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" + rdfs:label "sensible fluid heat storage object"@en SubClassOf: OEO_00310037, @@ -12835,7 +12835,7 @@ Class: OEO_00310039 "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" + rdfs:label "sensible solid heat storage object"@en SubClassOf: OEO_00310037, @@ -12850,7 +12850,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 transition" + rdfs:label "phase transition"@en SubClassOf: , @@ -12865,7 +12865,7 @@ Class: OEO_00310041 "evaporating", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "evaporation" + rdfs:label "evaporation"@en SubClassOf: OEO_00310040, @@ -12883,7 +12883,7 @@ Class: OEO_00310042 "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" + rdfs:label "melting"@en SubClassOf: OEO_00310040, @@ -12902,7 +12902,7 @@ Class: OEO_00310043 "LHS", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1261 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", - rdfs:label "latent heat storage object" + rdfs:label "latent heat storage object"@en SubClassOf: OEO_00000159, @@ -12918,7 +12918,7 @@ Class: OEO_00310044 "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" + rdfs:label "latent solid-fluid heat storage object"@en SubClassOf: OEO_00310043, @@ -12931,7 +12931,7 @@ Class: OEO_00310045 "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" + rdfs:label "latent fluid-gaseous heat storage object"@en SubClassOf: OEO_00310043, @@ -12944,7 +12944,7 @@ Class: OEO_00310047 "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" + rdfs:label "solar heat plant"@en SubClassOf: OEO_00310011, @@ -12958,7 +12958,7 @@ Class: OEO_00310048 "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" + rdfs:label "solar heat unit"@en SubClassOf: OEO_00310008, @@ -12992,7 +12992,7 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1289 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "transport performance unit" + rdfs:label "transport performance unit"@en SubClassOf: @@ -13012,7 +13012,7 @@ rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", "pkm", - rdfs:label "passenger-kilometre" + rdfs:label "passenger-kilometre"@en SubClassOf: OEO_00320001 @@ -13033,7 +13033,7 @@ rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", "tkm", - rdfs:label "ton-kilometre" + rdfs:label "ton-kilometre"@en SubClassOf: OEO_00320001 @@ -13822,7 +13822,7 @@ Class: OEO_00320055 "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" + rdfs:label "tank"@en SubClassOf: OEO_00000061, @@ -13835,7 +13835,7 @@ Class: OEO_00320056 "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" + rdfs:label "fuel tank"@en SubClassOf: OEO_00320055, @@ -13849,7 +13849,7 @@ Class: OEO_00320057 "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" + rdfs:label "volume"@en SubClassOf: OEO_00000350, @@ -13863,7 +13863,7 @@ Class: OEO_00320058 "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" + rdfs:label "filling station"@en SubClassOf: OEO_00020102, @@ -13881,7 +13881,7 @@ Class: OEO_00320059 "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" + rdfs:label "hydrogen station"@en SubClassOf: OEO_00320058, @@ -13894,7 +13894,7 @@ Class: OEO_00320060 "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" + rdfs:label "hydrogen transport"@en SubClassOf: OEO_00320039, @@ -13913,7 +13913,7 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", "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" + rdfs:label "vehicle-kilometre"@en SubClassOf: OEO_00320001 @@ -13929,7 +13929,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1389 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "electricity demand" + rdfs:label "electricity demand"@en SubClassOf: OEO_00140146 @@ -13945,7 +13945,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1389 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "fuel demand" + rdfs:label "fuel demand"@en SubClassOf: OEO_00140146 @@ -13957,7 +13957,7 @@ Class: OEO_00320064 "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" + rdfs:label "charging"@en SubClassOf: OEO_00320036, @@ -13970,7 +13970,7 @@ Class: OEO_00320065 "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" + rdfs:label "bidirectional vehicle charging station"@en SubClassOf: OEO_00320040 @@ -13983,7 +13983,7 @@ Class: OEO_00320066 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1367 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1398", "toe", - rdfs:label "ton of oil equivalent" + rdfs:label "ton of oil equivalent"@en SubClassOf: @@ -13996,7 +13996,7 @@ Class: OEO_00320067 "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" + rdfs:label "kilo ton of oil equivalent"@en SubClassOf: @@ -14010,7 +14010,7 @@ Class: OEO_00320068 "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" + rdfs:label "million ton of oil equivalent"@en SubClassOf: @@ -14023,7 +14023,7 @@ Class: OEO_00320069 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1382 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1398", "tce", - rdfs:label "ton of coal equivalent" + rdfs:label "ton of coal equivalent"@en SubClassOf: @@ -14036,7 +14036,7 @@ Class: OEO_00320070 "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" + rdfs:label "kilo ton of coal equivalent"@en SubClassOf: @@ -14050,7 +14050,7 @@ Class: OEO_00320071 "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" + rdfs:label "million ton of coal equivalent"@en SubClassOf: @@ -14062,7 +14062,7 @@ Class: OEO_00320072 "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" + rdfs:label "utilisation value"@en SubClassOf: OEO_00140127 @@ -14077,7 +14077,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1436 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "economic life time" + rdfs:label "economic life time"@en SubClassOf: OEO_00020178 @@ -14315,7 +14315,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390, restructure modules: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "gaseous" + rdfs:label "gaseous"@en Types: OEO_00000395 @@ -14328,7 +14328,7 @@ Individual: OEO_00000256 "restructure modules: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "liquid" + rdfs:label "liquid"@en Types: OEO_00000395 @@ -14338,7 +14338,7 @@ Individual: OEO_00000326 Annotations: "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" + rdfs:label "plasmatic"@en Types: OEO_00000395 @@ -14348,7 +14348,7 @@ Individual: OEO_00000390 Annotations: "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" + rdfs:label "solid"@en Types: OEO_00000395 diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index c80f0edbb..34bc6233b 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -150,7 +150,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/967 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "has memo item" + rdfs:label "has memo item"@en SubPropertyOf: OEO_00010231 @@ -317,7 +317,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "energy demand sector" + rdfs:label "energy demand sector"@en SubClassOf: OEO_00000367 @@ -333,7 +333,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "electricity sector" + rdfs:label "electricity sector"@en SubClassOf: OEO_00000158 @@ -351,7 +351,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "energy transformation sector" + rdfs:label "energy transformation sector"@en SubClassOf: OEO_00000367 @@ -368,7 +368,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "heating and cooling sector" + rdfs:label "heating and cooling sector"@en SubClassOf: OEO_00000128 @@ -385,7 +385,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "household sector" + rdfs:label "household sector"@en SubClassOf: OEO_00000128 @@ -401,7 +401,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "industry sector" + rdfs:label "industry sector"@en SubClassOf: OEO_00000367 @@ -427,7 +427,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "sector" + rdfs:label "sector"@en SubClassOf: @@ -454,7 +454,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "sector division" + rdfs:label "sector division"@en SubClassOf: , @@ -475,7 +475,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "commercial sector" + rdfs:label "commercial sector"@en SubClassOf: OEO_00000128 @@ -492,7 +492,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "transport sector" + rdfs:label "transport sector"@en SubClassOf: OEO_00000128 @@ -508,7 +508,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "building sector" + rdfs:label "building sector"@en SubClassOf: OEO_00000128 @@ -525,7 +525,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "agriculture, forestry and land use sector" + rdfs:label "agriculture, forestry and land use sector"@en SubClassOf: OEO_00000367 @@ -541,7 +541,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "waste and wastewater sector" + rdfs:label "waste and wastewater sector"@en SubClassOf: OEO_00000367 @@ -564,7 +564,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1558 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "common reporting format" + rdfs:label "common reporting format"@en SubClassOf: OEO_00000368 @@ -648,7 +648,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1706 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "mineral oil refining sector" + rdfs:label "mineral oil refining sector"@en SubClassOf: OEO_00000158 @@ -781,7 +781,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "Eurostat energy balance sector division" + rdfs:label "Eurostat energy balance sector division"@en Types: OEO_00010407 @@ -825,7 +825,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "German energy balance sector division" + rdfs:label "German energy balance sector division"@en Types: OEO_00010407 @@ -841,7 +841,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/578 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sectors (IPCC 2006)" + rdfs:label "CRF sectors (IPCC 2006)"@en Types: OEO_00010055 @@ -860,7 +860,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/578 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sectors (IPCC 1996)" + rdfs:label "CRF sectors (IPCC 1996)"@en Types: OEO_00010055 @@ -875,7 +875,7 @@ NACE is a four-digit classification providing the framework for collecting and p "https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:Statistical_classification_of_economic_activities_in_the_European_Community_(NACE)", "move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "nace_ sectors" + rdfs:label "nace_ sectors"@en Types: OEO_00000368 @@ -898,7 +898,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1462 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "Renewable Energy Directive sector division" + rdfs:label "Renewable Energy Directive sector division"@en Types: OEO_00010403 @@ -917,7 +917,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): energy" + rdfs:label "CRF sector (IPCC 2006): energy"@en Types: OEO_00000367 @@ -944,7 +944,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): fuel combustion" + rdfs:label "CRF sector (IPCC 2006): fuel combustion"@en Types: OEO_00000367 @@ -971,7 +971,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): energy industry" + rdfs:label "CRF sector (IPCC 2006): energy industry"@en Types: OEO_00000158 @@ -997,7 +997,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): manufacturing industries and construction" + rdfs:label "CRF sector (IPCC 2006): manufacturing industries and construction"@en Types: OEO_00000227 @@ -1020,7 +1020,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): transport" + rdfs:label "CRF sector (IPCC 2006): transport"@en Types: OEO_00000422 @@ -1046,7 +1046,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): fuel combustion - other sectors" + rdfs:label "CRF sector (IPCC 2006): fuel combustion - other sectors"@en Types: OEO_00000128 @@ -1071,7 +1071,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): fuel combustion - other" + rdfs:label "CRF sector (IPCC 2006): fuel combustion - other"@en Types: OEO_00000367 @@ -1099,7 +1099,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): industrial processes and product use" + rdfs:label "CRF sector (IPCC 2006): industrial processes and product use"@en Types: OEO_00000227 @@ -1131,7 +1131,7 @@ move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", rdfs:comment "The CRF sector (IPCC 2006) 'agriculture' is an agriculture, forestry and land use sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories", - rdfs:label "CRF sector (IPCC 2006): agriculture" + rdfs:label "CRF sector (IPCC 2006): agriculture"@en Types: OEO_00010035 @@ -1169,7 +1169,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): land use, land-use change and forestry" + rdfs:label "CRF sector (IPCC 2006): land use, land-use change and forestry"@en Types: OEO_00010035 @@ -1208,7 +1208,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): waste" + rdfs:label "CRF sector (IPCC 2006): waste"@en Types: OEO_00010036 @@ -1236,7 +1236,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/578 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): other" + rdfs:label "CRF sector (IPCC 2006): other"@en Types: OEO_00000367 @@ -1261,7 +1261,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/578 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): commercial and institutional" + rdfs:label "CRF sector (IPCC 2006): commercial and institutional"@en Types: OEO_00000405 @@ -1284,7 +1284,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/578 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): residential" + rdfs:label "CRF sector (IPCC 2006): residential"@en Types: OEO_00000214 @@ -1307,7 +1307,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/578 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): agriculture, forestry and fishing" + rdfs:label "CRF sector (IPCC 2006): agriculture, forestry and fishing"@en Types: OEO_00000128 @@ -1331,7 +1331,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1462 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "KSG sector division" + rdfs:label "KSG sector division"@en Types: OEO_00010402 @@ -1350,7 +1350,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): fugitive emissions from fuels" + rdfs:label "CRF sector (IPCC 2006): fugitive emissions from fuels"@en Types: OEO_00000367 @@ -1375,7 +1375,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): CO2 transport and storage" + rdfs:label "CRF sector (IPCC 2006): CO2 transport and storage"@en Types: OEO_00000367 @@ -1401,7 +1401,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): domestic aviation" + rdfs:label "CRF sector (IPCC 2006): domestic aviation"@en Types: OEO_00000422 @@ -1427,7 +1427,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): road transportation" + rdfs:label "CRF sector (IPCC 2006): road transportation"@en Types: OEO_00000422 @@ -1450,7 +1450,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): railways" + rdfs:label "CRF sector (IPCC 2006): railways"@en Types: OEO_00000422 @@ -1473,7 +1473,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): domestic navigation" + rdfs:label "CRF sector (IPCC 2006): domestic navigation"@en Types: OEO_00000422 @@ -1499,7 +1499,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): other transportation" + rdfs:label "CRF sector (IPCC 2006): other transportation"@en Types: OEO_00000422 @@ -1526,7 +1526,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1122 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): pipeline transport" + rdfs:label "CRF sector (IPCC 2006): pipeline transport"@en Types: OEO_00000422 @@ -1550,7 +1550,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "KSG sector energy industry" + rdfs:label "KSG sector energy industry"@en Types: OEO_00000158 @@ -1576,7 +1576,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "KSG sector industry" + rdfs:label "KSG sector industry"@en Types: OEO_00000227 @@ -1606,7 +1606,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1198 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "KSG sector buildings" + rdfs:label "KSG sector buildings"@en Types: OEO_00010034 @@ -1633,7 +1633,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "KSG sector transport" + rdfs:label "KSG sector transport"@en Types: OEO_00000422 @@ -1659,7 +1659,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "KSG sector agriculture" + rdfs:label "KSG sector agriculture"@en Types: OEO_00010035 @@ -1683,7 +1683,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "KSG sector waste management and other" + rdfs:label "KSG sector waste management and other"@en Types: OEO_00010036 @@ -1706,7 +1706,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "KSG sector land use, land-use change and forestry" + rdfs:label "KSG sector land use, land-use change and forestry"@en Types: OEO_00010035 @@ -1872,7 +1872,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1331 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): petroleum refining" + rdfs:label "CRF sector (IPCC 2006): petroleum refining"@en Types: OEO_00010319 @@ -3830,7 +3830,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:label "CRF sector (IPCC 2006): integrated circuit or semiconductor" + rdfs:label "CRF sector (IPCC 2006): integrated circuit or semiconductor"@en Types: OEO_00000227 diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index b3bd352ef..c3498cff9 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -49,12 +49,6 @@ AnnotationProperty: "A mathematical expression is an annotation property that describes the class with a mathematical formula in LaTeX syntax."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/987 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/990"@en, - rdfs:label "mathematical expression"@en - AnnotationProperty: dc:description diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 41ef4c913..5eaa1f853 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -60,7 +60,7 @@ AnnotationProperty: OEO_00010037 "A unique individual identifier is an identifier that is unique for one individual of a class. Unique individual identifiers follow usually a structure defined e.g. by a sector division.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/461 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523", - rdfs:label "unique individual identifier" + rdfs:label "unique individual identifier"@en SubPropertyOf: dc:identifier @@ -72,7 +72,7 @@ AnnotationProperty: OEO_00040001 "This annotation property was used to describe in which module a class was implemented. With OEO version 2.0.0 this annotation property gets deprecated."@en, "Make the annotation property deprecated Pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1732"@en, - rdfs:label "belongs to module" + rdfs:label "belongs to module"@en AnnotationProperty: OEO_00110012 @@ -311,7 +311,7 @@ ObjectProperty: Annotations: "A relation to connect a unit to a quantifiable entity that it is the unit of.", rdfs:comment "This relation has been imported from UO.", - rdfs:label "is unit of" + rdfs:label "is unit of"@en Domain: @@ -330,7 +330,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/386 add domain and range; move to oeo-shared issue: https://github.com/OpenEnergyPlatform/ontology/issues/850 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871", - rdfs:label "has process attribute" + rdfs:label "has process attribute"@en Domain: @@ -351,7 +351,7 @@ pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/472 add def and domain and range issue: https://github.com/OpenEnergyPlatform/ontology/issues/1117 pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/1508", - rdfs:label "is used by" + rdfs:label "is used by"@en Domain: @@ -376,7 +376,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/386 add domains and ranges: issue: https://github.com/OpenEnergyPlatform/ontology/issues/973 issue: https://github.com/OpenEnergyPlatform/ontology/pull/1085", - rdfs:label "process attribute of" + rdfs:label "process attribute of"@en Domain: OEO_00030019 @@ -400,7 +400,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/871 (add domain and range) change def issue: https://github.com/OpenEnergyPlatform/ontology/issues/1117 pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/1508", - rdfs:label "uses" + rdfs:label "uses"@en Domain: @@ -430,7 +430,7 @@ 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" + rdfs:label "is defined by"@en Range: @@ -443,7 +443,7 @@ ObjectProperty: OEO_00000505 "update definition issue: https://github.com/OpenEnergyPlatform/ontology/issues/846 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/852", - rdfs:label "covers sector" + rdfs:label "covers sector"@en SubPropertyOf: OEO_00000522 @@ -467,7 +467,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 change domain and def issue: https://github.com/OpenEnergyPlatform/ontology/issues/1444 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", - rdfs:label "has author" + rdfs:label "has author"@en SubPropertyOf: OEO_00140008 @@ -493,7 +493,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 change domain issue: https://github.com/OpenEnergyPlatform/ontology/issues/1444 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", - rdfs:label "has client" + rdfs:label "has client"@en SubPropertyOf: OEO_00140008 @@ -516,7 +516,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 change domain and definition issue: https://github.com/OpenEnergyPlatform/ontology/issues/1444 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", - rdfs:label "has contact person" + rdfs:label "has contact person"@en SubPropertyOf: OEO_00140008 @@ -531,7 +531,7 @@ ObjectProperty: OEO_00000509 "A relation that holds between an entity and its source of funding."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/530 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/556", - rdfs:label "has funding source" + rdfs:label "has funding source"@en SubPropertyOf: owl:topObjectProperty @@ -569,7 +569,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 change domain and definition issue: https://github.com/OpenEnergyPlatform/ontology/issues/1444 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", - rdfs:label "has organisation" + rdfs:label "has organisation"@en SubPropertyOf: OEO_00140008 @@ -591,7 +591,7 @@ pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/584 pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/626 (extend for study) issue: https://github.com/OpenEnergyPlatform/ontology/issues/415 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821 (restrict to study)", - rdfs:label "covers" + rdfs:label "covers"@en ObjectProperty: OEO_00000532 @@ -608,7 +608,7 @@ 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" + rdfs:label "has physical input"@en SubPropertyOf: @@ -634,7 +634,7 @@ pull request: 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" + rdfs:label "has physical output"@en SubPropertyOf: @@ -719,7 +719,7 @@ ObjectProperty: OEO_00020056 "A relation that relates a quantity value to its entity in reality.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/700 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/710", - rdfs:label "quantity value of" + rdfs:label "quantity value of"@en SubPropertyOf: @@ -738,7 +738,7 @@ 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" + rdfs:label "economic value of"@en SubPropertyOf: OEO_00020056 @@ -757,7 +757,7 @@ 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" + rdfs:label "has economic value"@en SubPropertyOf: OEO_00140002 @@ -777,7 +777,7 @@ pull request https://github.com/OpenEnergyPlatform/ontology/pull/1090 Relabel, redefine and add domain and range: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1275 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1547", - rdfs:label "has licence" + rdfs:label "has licence"@en SubPropertyOf: OEO_00010231 @@ -795,7 +795,7 @@ ObjectProperty: OEO_00020189 "c is an information input of p iff: c is an input 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 input of" + rdfs:label "information input of"@en SubPropertyOf: @@ -813,7 +813,7 @@ ObjectProperty: OEO_00020190 "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" + rdfs:label "information output of"@en SubPropertyOf: @@ -960,7 +960,7 @@ 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" + rdfs:label "physical output of"@en SubPropertyOf: @@ -1158,7 +1158,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/210 add 'has bearer' axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/1305 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310", - rdfs:label "agent" + rdfs:label "agent"@en SubClassOf: , @@ -1170,7 +1170,7 @@ Class: OEO_00000064 Annotations: "An author is an agent that creates or has created written work.", - rdfs:label "author" + rdfs:label "author"@en SubClassOf: OEO_00000051 @@ -1183,7 +1183,7 @@ Class: OEO_00000107 "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "contact person" + rdfs:label "contact person"@en SubClassOf: OEO_00000051 @@ -1223,7 +1223,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/ENVO_2000015", rdfs:comment "Energy is power integrated over time.", - rdfs:label "energy" + rdfs:label "energy"@en SubClassOf: , @@ -1244,7 +1244,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 remove disjointness with person issue: https://github.com/OpenEnergyPlatform/ontology/issues/1702 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1716", - rdfs:label "organisation role" + rdfs:label "organisation role"@en SubClassOf: @@ -1260,7 +1260,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 corrected disjointness issue: https://github.com/OpenEnergyPlatform/ontology/issues/1702 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1716", - rdfs:label "person" + rdfs:label "person"@en SubClassOf: @@ -1278,7 +1278,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/418 move to oeo-shared issue: https://github.com/OpenEnergyPlatform/ontology/issues/862 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/869", - rdfs:label "project" + rdfs:label "project"@en SubClassOf: @@ -1303,7 +1303,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1606", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "http://purl.obolibrary.org/obo/IAO_0000032", - rdfs:label "quantity value" + rdfs:label "quantity value"@en SubClassOf: , @@ -1322,7 +1322,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1591 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "technology" + rdfs:label "technology"@en SubClassOf: @@ -1341,7 +1341,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1178 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "transformation" + rdfs:label "transformation"@en SubClassOf: , @@ -1469,7 +1469,7 @@ pull request https://github.com/OpenEnergyPlatform/ontology/pull/740 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "licence" + rdfs:label "licence"@en SubClassOf: @@ -1488,7 +1488,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, - rdfs:label "methodology" + rdfs:label "methodology"@en SubClassOf: , @@ -1509,7 +1509,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "import" + rdfs:label "import"@en SubClassOf: @@ -1529,7 +1529,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "export" + rdfs:label "export"@en SubClassOf: @@ -1541,7 +1541,7 @@ Class: OEO_00020352 "A model is a continuant to represent a system and its behaviours in a simplified or idealised way.", "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1444 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", - rdfs:label "model" + rdfs:label "model"@en EquivalentTo: @@ -1557,7 +1557,7 @@ Class: OEO_00020353 "A model role is a a role of a continuant for representing a system and its behaviours in a simplified or idealised way.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1444 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", - rdfs:label "model role" + rdfs:label "model role"@en SubClassOf: @@ -1572,7 +1572,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/386 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "process attribute" + rdfs:label "process attribute"@en SubClassOf: @@ -1596,7 +1596,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 added disjointness issue: https://github.com/OpenEnergyPlatform/ontology/issues/1702 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1716", - rdfs:label "organisation" + rdfs:label "organisation"@en SubClassOf: @@ -1617,7 +1617,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1017 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "time span" + rdfs:label "time span"@en SubClassOf: OEO_00000350, @@ -1698,7 +1698,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1644 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "increase" + rdfs:label "increase"@en SubClassOf: diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 4c899ac87..e1cd01cc5 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -176,7 +176,7 @@ ObjectProperty: OEO_00010128 "A relation that holds between a policy or policy instrument and the thing it governs.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/855 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/868", - rdfs:label "governs" + rdfs:label "governs"@en Domain: OEO_00140150 or OEO_00140151 @@ -204,7 +204,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/842 add domain: issue: https://github.com/OpenEnergyPlatform/ontology/issues/973 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1127", - rdfs:label "is traded at" + rdfs:label "is traded at"@en SubPropertyOf: owl:topObjectProperty @@ -230,7 +230,7 @@ ObjectProperty: OEO_00020071 add domain and range: issue: https://github.com/OpenEnergyPlatform/ontology/issues/973 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1127", - rdfs:label "trades" + rdfs:label "trades"@en SubPropertyOf: owl:topObjectProperty @@ -413,7 +413,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/370 move axiom to shared-axioms issue: https://github.com/OpenEnergyPlatform/ontology/issues/1703 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1706", - rdfs:label "producer" + rdfs:label "producer"@en SubClassOf: OEO_00000051 @@ -432,7 +432,7 @@ Class: OEO_00000087 "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "client" + rdfs:label "client"@en SubClassOf: OEO_00000051 @@ -442,7 +442,7 @@ Class: OEO_00000105 Annotations: "A consumer is a user of a commercial product or service."@en, - rdfs:label "consumer" + rdfs:label "consumer"@en SubClassOf: OEO_00000431 @@ -460,7 +460,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "institution" + rdfs:label "institution"@en SubClassOf: OEO_00030022 @@ -476,7 +476,7 @@ Class: OEO_00000329 Annotations: "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" + rdfs:label "political party"@en SubClassOf: OEO_00030022 @@ -486,7 +486,7 @@ Class: OEO_00000341 Annotations: "A prosumer is an agent who is producer and consumer at the same time."@en, - rdfs:label "prosumer" + rdfs:label "prosumer"@en SubClassOf: OEO_00000051 @@ -499,7 +499,7 @@ Class: OEO_00000379 Annotations: "A software developer is an agent that creates computer software.", - rdfs:label "software developer" + rdfs:label "software developer"@en SubClassOf: OEO_00000051 @@ -509,7 +509,7 @@ Class: OEO_00000431 Annotations: "A user is an agent that employs an aid, tool or information system to achieve a goal/benefit.", - rdfs:label "user" + rdfs:label "user"@en SubClassOf: OEO_00000051 @@ -650,7 +650,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "emission price" + rdfs:label "emission price"@en SubClassOf: OEO_00040003 @@ -666,7 +666,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "CO2 price" + rdfs:label "CO2 price"@en SubClassOf: OEO_00010268 @@ -682,7 +682,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "carbon tax value" + rdfs:label "carbon tax value"@en SubClassOf: OEO_00010269 @@ -698,7 +698,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "CO2 emission certificate price" + rdfs:label "CO2 emission certificate price"@en SubClassOf: OEO_00020154 @@ -710,7 +710,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" + rdfs:label "OEP user"@en SubClassOf: OEO_00000431 @@ -722,7 +722,7 @@ Class: OEO_00010329 "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" + rdfs:label "qualitist"@en SubClassOf: OEO_00010328 @@ -734,7 +734,7 @@ Class: OEO_00010330 "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" + rdfs:label "quantitist"@en SubClassOf: OEO_00010328 @@ -746,7 +746,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" + rdfs:label "apinist"@en SubClassOf: OEO_00010328 @@ -785,7 +785,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1478 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "fuel market exchange" + rdfs:label "fuel market exchange"@en SubClassOf: OEO_00020065, @@ -805,7 +805,7 @@ pull request https://github.com/OpenEnergyPlatform/ontology/pull/1034 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "emission certificate" + rdfs:label "emission certificate"@en SubClassOf: OEO_00020015, @@ -819,7 +819,7 @@ Class: OEO_00020064 "EUA", "issue https://github.com/OpenEnergyPlatform/ontology/issues/677 pull request https://github.com/OpenEnergyPlatform/ontology/pull/740", - rdfs:label "EU allowance" + rdfs:label "EU allowance"@en SubClassOf: OEO_00020063 @@ -839,7 +839,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1478 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "energy market exchange" + rdfs:label "energy market exchange"@en SubClassOf: OEO_00020069 @@ -854,7 +854,7 @@ https://github.com/OpenEnergyPlatform/ontology/pull/748 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "fuel commodity role" + rdfs:label "fuel commodity role"@en SubClassOf: OEO_00040011 @@ -876,7 +876,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/869 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "commodity" + rdfs:label "commodity"@en EquivalentTo: OEO_00010116 @@ -893,7 +893,7 @@ Class: OEO_00020068 "A fuel commodity is a commodity that is a fuel.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/302 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/748", - rdfs:label "fuel commodity" + rdfs:label "fuel commodity"@en EquivalentTo: some OEO_00020066 @@ -916,7 +916,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1478 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652s", - rdfs:label "market exchange" + rdfs:label "market exchange"@en EquivalentTo: some OEO_00040002 @@ -940,7 +940,7 @@ Class: OEO_00020075 "An emission market exchange is a market exchange where emission certificates are traded", "issue https://github.com/OpenEnergyPlatform/ontology/issues/302 pull request https://github.com/OpenEnergyPlatform/ontology/pull/781", - rdfs:label "emission market exchange" + rdfs:label "emission market exchange"@en SubClassOf: OEO_00020069, @@ -953,7 +953,7 @@ Class: OEO_00020076 "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.", "https://github.com/OpenEnergyPlatform/ontology/issues/256 https://github.com/OpenEnergyPlatform/ontology/pull/800", - rdfs:label "markup" + rdfs:label "markup"@en SubClassOf: OEO_00140012, @@ -966,7 +966,7 @@ Class: OEO_00020077 "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.", "https://github.com/OpenEnergyPlatform/ontology/issues/256 https://github.com/OpenEnergyPlatform/ontology/pull/800", - rdfs:label "markdown" + rdfs:label "markdown"@en SubClassOf: OEO_00140012, @@ -981,7 +981,7 @@ Class: OEO_00020108 issue: https://github.com/OpenEnergyPlatform/ontology/issues/898 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909", rdfs:comment "Feed-in tariffs provide cost-based compensation to renewable energy producers, leading to price certainty and long-term contracts that help finance energy transformation units, e.g. power plants", - rdfs:label "feed-in tariff" + rdfs:label "feed-in tariff"@en SubClassOf: OEO_00140151 @@ -994,7 +994,7 @@ Class: OEO_00020109 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/839 issue: https://github.com/OpenEnergyPlatform/ontology/issues/899 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909", - rdfs:label "market premium" + rdfs:label "market premium"@en SubClassOf: OEO_00140151 @@ -1007,7 +1007,7 @@ Class: OEO_00020110 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/839 issue: https://github.com/OpenEnergyPlatform/ontology/issues/900 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909", - rdfs:label "levy" + rdfs:label "levy"@en SubClassOf: OEO_00140151 @@ -1020,7 +1020,7 @@ Class: OEO_00020111 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/839 issue: https://github.com/OpenEnergyPlatform/ontology/issues/903 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909", - rdfs:label "capacity premium" + rdfs:label "capacity premium"@en SubClassOf: OEO_00020109 @@ -1033,7 +1033,7 @@ Class: OEO_00020112 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/839 issue: https://github.com/OpenEnergyPlatform/ontology/issues/901 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909", - rdfs:label "tax" + rdfs:label "tax"@en SubClassOf: OEO_00020110 @@ -1045,7 +1045,7 @@ Class: OEO_00020113 "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.", "https://github.com/OpenEnergyPlatform/ontology/issues/335 https://github.com/OpenEnergyPlatform/ontology/pull/910", - rdfs:label "inflation rate" + rdfs:label "inflation rate"@en SubClassOf: OEO_00140012, @@ -1061,7 +1061,7 @@ Class: OEO_00020114 "https://github.com/OpenEnergyPlatform/ontology/issues/335 https://github.com/OpenEnergyPlatform/ontology/pull/910", rdfs:comment "The ratio at which one can exchange one currency for another can differ over time therefore it is necessary to specify a time point when referring to an exchange rate.", - rdfs:label "exchange rate" + rdfs:label "exchange rate"@en SubClassOf: OEO_00140012, @@ -1076,7 +1076,7 @@ Class: OEO_00020115 "https://github.com/OpenEnergyPlatform/ontology/issues/867 https://github.com/OpenEnergyPlatform/ontology/pull/910", "https://www.oecd.org/sdd/prices-ppp/purchasingpowerparities-frequentlyaskedquestionsfaqs.htm#FAQ1", - rdfs:label "purchasing power parity" + rdfs:label "purchasing power parity"@en SubClassOf: OEO_00140012, @@ -1089,7 +1089,7 @@ Class: OEO_00020116 "System cost are total costs of a system.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/335 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/910", - rdfs:label "system cost" + rdfs:label "system cost"@en SubClassOf: OEO_00040009 @@ -1103,7 +1103,7 @@ Class: OEO_00020117 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/335 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/910", rdfs:comment "has unit some \"currency per energy unit\"", - rdfs:label "electricity price" + rdfs:label "electricity price"@en SubClassOf: OEO_00040003 @@ -1115,7 +1115,7 @@ Class: OEO_00020124 "A due is an economic value that represents a payment that an agent makes to belong to an organisation.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/904 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/913", - rdfs:label "due" + rdfs:label "due"@en SubClassOf: OEO_00140012, @@ -1128,7 +1128,7 @@ Class: OEO_00020125 "A remuneration is an economic value that describes a financial compensation provided in exchange for services performed.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/902 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/913", - rdfs:label "remuneration" + rdfs:label "remuneration"@en SubClassOf: OEO_00140012, @@ -1141,7 +1141,7 @@ Class: OEO_00020126 "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.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/905 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/913", - rdfs:label "fee" + rdfs:label "fee"@en SubClassOf: OEO_00140012, @@ -1156,7 +1156,7 @@ Class: OEO_00020127 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/906 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/913", rdfs:comment "Since over the lifetime of an energy transformation unit different costs exhibit different relevance or vary over time, the LCOE differ over the course of the lifetime.", - rdfs:label "levelised cost of electricity" + rdfs:label "levelised cost of electricity"@en SubClassOf: OEO_00040009 @@ -1169,7 +1169,7 @@ Class: OEO_00020128 "add term https://github.com/OpenEnergyPlatform/ontology/issues/908 https://github.com/OpenEnergyPlatform/ontology/pull/929", - rdfs:label "market revenue" + rdfs:label "market revenue"@en SubClassOf: OEO_00140012, @@ -1187,7 +1187,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/953 Reformulate definition to singular: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", - rdfs:label "variable cost" + rdfs:label "variable cost"@en SubClassOf: OEO_00040009 @@ -1200,7 +1200,7 @@ Class: OEO_00020146 "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" + rdfs:label "variable production cost"@en SubClassOf: OEO_00020145 @@ -1223,7 +1223,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "emission certificate price" + rdfs:label "emission certificate price"@en SubClassOf: OEO_00010268, @@ -1242,7 +1242,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "social cost of carbon emission" + rdfs:label "social cost of carbon emission"@en SubClassOf: OEO_00020181 @@ -1255,7 +1255,7 @@ Class: OEO_00020156 "CO2 tax", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/956", - rdfs:label "carbon tax" + rdfs:label "carbon tax"@en SubClassOf: OEO_00020112 @@ -1273,7 +1273,7 @@ Class: OEO_00020167 Gabler on Investition: langfristige Bindung finanzieller Mittel in materiellen oder in immateriellen Vermögensgegenständen (https://wirtschaftslexikon.gabler.de/definition/investition-39454)", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022", - rdfs:label "investment cost" + rdfs:label "investment cost"@en SubClassOf: OEO_00040009 @@ -1294,7 +1294,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 Reformulate definition to singular: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", - rdfs:label "fixed cost" + rdfs:label "fixed cost"@en SubClassOf: OEO_00040009 @@ -1310,7 +1310,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 Reformulate definition to singular: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", - rdfs:label "equipment cost" + rdfs:label "equipment cost"@en SubClassOf: OEO_00020167 @@ -1325,7 +1325,7 @@ Class: OEO_00020170 "site development cost", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022", - rdfs:label "installation cost" + rdfs:label "installation cost"@en SubClassOf: OEO_00020167 @@ -1337,7 +1337,7 @@ Class: OEO_00020171 "Grid connection costs are investment costs for establishing the grid connection from the energy generating device to point of connection to national grid.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022", - rdfs:label "grid connection cost" + rdfs:label "grid connection cost"@en SubClassOf: OEO_00020167 @@ -1354,7 +1354,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 Reformulate definition to singular: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", - rdfs:label "property cost" + rdfs:label "property cost"@en SubClassOf: OEO_00020167 @@ -1366,7 +1366,7 @@ Class: OEO_00020173 "Decommissioning costs are investment costs arising from the decommissioning of a technological device at the end of its lifetime.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022", - rdfs:label "decommissioning cost" + rdfs:label "decommissioning cost"@en SubClassOf: OEO_00020167 @@ -1382,7 +1382,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 Reformulate definition to singular: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", - rdfs:label "delivery cost" + rdfs:label "delivery cost"@en SubClassOf: OEO_00040009 @@ -1397,7 +1397,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "social cost of emission" + rdfs:label "social cost of emission"@en SubClassOf: OEO_00040009 @@ -1411,7 +1411,7 @@ Class: OEO_00030016 "inspired by https://ec.europa.eu/eurostat/documents/38154/41386/Ele_AQ_documentation.pdf/a06bf650-1830-4fcb-9376-7be1f8ab080c", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/314 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/370", - rdfs:label "organisational energy producer" + rdfs:label "organisational energy producer"@en SubClassOf: OEO_00030022, @@ -1426,7 +1426,7 @@ Class: OEO_00030017 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/314 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/370", rdfs:comment "They may be privately or publicly owned.", - rdfs:label "energy autoproducer" + rdfs:label "energy autoproducer"@en SubClassOf: OEO_00030016 @@ -1440,7 +1440,7 @@ Class: OEO_00030018 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/314 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/370", rdfs:comment "They may be privately or publicly owned. Note that the sale need not take place through the public grid.", - rdfs:label "main activity energy producer" + rdfs:label "main activity energy producer"@en SubClassOf: OEO_00030016 @@ -2103,7 +2103,7 @@ Class: OEO_00240021 "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."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1049 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1077"@en, - rdfs:label "discount rate" + rdfs:label "discount rate"@en SubClassOf: OEO_00140012, @@ -2116,7 +2116,7 @@ Class: OEO_00240036 "An import price is the monetary price for the import of a material entity."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1050 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1083", - rdfs:label "import price" + rdfs:label "import price"@en SubClassOf: OEO_00040003 @@ -2128,7 +2128,7 @@ Class: OEO_00240037 "An export price is the monetary price for the export of a material entity."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1050 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1083", - rdfs:label "export price" + rdfs:label "export price"@en SubClassOf: OEO_00040003 @@ -2144,7 +2144,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1436 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "amortisation time" + rdfs:label "amortisation time"@en SubClassOf: OEO_00030035