Skip to content

Commit 253a0ea

Browse files
authored
Merge pull request #955 from OpenEnergyPlatform/feature-833-conventional
add conventional #833
2 parents 6545831 + 45a169d commit 253a0ea

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Here is a template for new release sections
3838
- rotor diameter (#949)
3939
- variable (production) cost (#953)
4040
- energy use, non-energy use (#950)
41+
- conventional (energy carrier disposition), fossil energy (#955)
4142

4243
### Changed
4344
- energy converting device / component, unit of measurement (#895)
@@ -51,6 +52,7 @@ Here is a template for new release sections
5152
- CRF sector individuals: energy industry; fugitive emissions; industrial processes and product use; agriculture; LULUCF; waste (#941)
5253
- European Union Emissions Trading System (#944)
5354
- liquid air (#945)
55+
- renewable energy (#955)
5456

5557
### Removed
5658

src/ontology/edits/oeo-physical.omn

+53-3
Original file line numberDiff line numberDiff line change
@@ -2471,7 +2471,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810"
24712471
owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_2000025"
24722472

24732473
SubClassOf:
2474-
OEO_00000150
2474+
OEO_00000150,
2475+
OEO_00000530 some OEO_00020147
24752476

24762477

24772478
Class: OEO_00000302
@@ -2942,7 +2943,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770",
29422943
rdfs:label "solar thermal energy"
29432944

29442945
SubClassOf:
2945-
OEO_00000207
2946+
OEO_00000207,
2947+
OEO_00000530 some OEO_00030004
29462948

29472949

29482950
Class: OEO_00000389
@@ -5096,6 +5098,10 @@ Class: OEO_00020085
50965098
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861",
50975099
rdfs:label "renewable energy"
50985100

5101+
EquivalentTo:
5102+
OEO_00000150
5103+
and (OEO_00000530 some OEO_00030004)
5104+
50995105
SubClassOf:
51005106
OEO_00000150
51015107

@@ -5136,7 +5142,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/861",
51365142

51375143
SubClassOf:
51385144
OEO_00000218,
5139-
OEO_00000503 some OEO_00000345
5145+
OEO_00000503 some OEO_00000345,
5146+
OEO_00000530 some OEO_00020147
51405147

51415148

51425149
Class: OEO_00020102
@@ -5279,6 +5286,48 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/949",
52795286
OEO_00140002 some OEO_00140001
52805287

52815288

5289+
Class: OEO_00020147
5290+
5291+
Annotations:
5292+
<http://purl.obolibrary.org/obo/IAO_0000115> "Conventional is an origin of energies that don't replenish when transformed / consumed.",
5293+
<http://purl.obolibrary.org/obo/IAO_0000118> "non-renewable",
5294+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833
5295+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955",
5296+
rdfs:label "conventional"
5297+
5298+
SubClassOf:
5299+
OEO_00000316
5300+
5301+
5302+
Class: OEO_00020148
5303+
5304+
Annotations:
5305+
<http://purl.obolibrary.org/obo/IAO_0000115> "A conventional energy carrier disposition is an energy carrier disposition of an material entity that contains non-renewable energy.",
5306+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833
5307+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955",
5308+
rdfs:label "conventional energy carrier disposition"
5309+
5310+
SubClassOf:
5311+
OEO_00000151
5312+
5313+
5314+
Class: OEO_00020149
5315+
5316+
Annotations:
5317+
<http://purl.obolibrary.org/obo/IAO_0000115> "Fossil energy is chemical energy that is stored in fossil combustion fuels.",
5318+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833
5319+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955",
5320+
rdfs:label "fossil energy"
5321+
5322+
EquivalentTo:
5323+
OEO_00000007
5324+
and (OEO_00000530 some OEO_00020147)
5325+
and (OEO_00000530 some OEO_00030002)
5326+
5327+
SubClassOf:
5328+
OEO_00000007
5329+
5330+
52825331
Class: OEO_00030000
52835332

52845333
Annotations:
@@ -6359,6 +6408,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/742",
63596408

63606409
SubClassOf:
63616410
OEO_00000056,
6411+
OEO_00000530 some OEO_00020147,
63626412
OEO_00000530 some OEO_00030000
63636413

63646414

0 commit comments

Comments
 (0)