Skip to content

Commit bba17e5

Browse files
authored
Merge pull request #1463 from OpenEnergyPlatform/feature-1400-energy-balance-sector-division
Add energy balance related classes
2 parents 58b8bef + 2d8e563 commit bba17e5

File tree

5 files changed

+289
-137
lines changed

5 files changed

+289
-137
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
4040
- RED sector individuals (#1446)
4141
- direct/diffuse solar radiation, non-scattered radiant flux density, (single/two axis) solar tracking, (single/two axis) solar tracked receiving surface (#1448)
4242
- power-only generating unit (#1456)
43+
- energy balance, energy balance collection, energy balance calculation method, energy balance sector division (#1463)
4344

4445
### Changed
4546
- bearer of -> has characteristic (#1268)
@@ -61,6 +62,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
6162
- synthetic hydrogen, fossil hydrogen (#1442)
6263
- renewable_ energy_ directive_ sectors -> Renewable Energy Directive sector division (#1446)
6364
- radiation (#1447)
65+
- german/eurostat energy balances -> German/Eurostat energy balance sector division; empirical/synthetic/test data set (#1463)
6466

6567
### Removed
6668

Diff for: src/ontology/edits/oeo-model.omn

+43-26
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ ObjectProperty: <http://purl.obolibrary.org/obo/RO_0002353>
107107
ObjectProperty: OEO_00000503
108108

109109

110+
ObjectProperty: OEO_00000504
111+
112+
110113
ObjectProperty: OEO_00000511
111114

112115
Annotations:
@@ -733,18 +736,6 @@ source: https://en.wikipedia.org/wiki/Digital_object_identifier"@en,
733736

734737
Class: OEO_00000149
735738

736-
Annotations:
737-
OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string,
738-
<http://purl.obolibrary.org/obo/IAO_0000112> "The measurement series of some experiment."@en,
739-
<http://purl.obolibrary.org/obo/IAO_0000115> "An empirical dataset is a dataset that is obtained from observations in the real world."@en,
740-
rdfs:label "empirical dataset"
741-
742-
SubClassOf:
743-
<http://purl.obolibrary.org/obo/IAO_0000100>
744-
745-
DisjointWith:
746-
OEO_00000403
747-
748739

749740
Class: OEO_00000161
750741

@@ -1053,6 +1044,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/584",
10531044
Class: OEO_00000367
10541045

10551046

1047+
Class: OEO_00000368
1048+
1049+
10561050
Class: OEO_00000370
10571051

10581052
Annotations:
@@ -1148,25 +1142,15 @@ Class: OEO_00000392
11481142

11491143
Class: OEO_00000403
11501144

1151-
Annotations:
1152-
OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string,
1153-
<http://purl.obolibrary.org/obo/IAO_0000112> "The projected power usage during an idealised model year."@en,
1154-
<http://purl.obolibrary.org/obo/IAO_0000115> "A synthetic dataset is a dataset that is obtained by artificially creating data items. It is constructed to be an estimation of a real-world dataset."@en,
1155-
rdfs:label "synthetic dataset"
1156-
1157-
SubClassOf:
1158-
<http://purl.obolibrary.org/obo/IAO_0000100>
1159-
1160-
DisjointWith:
1161-
OEO_00000149
1162-
11631145

11641146
Class: OEO_00000408
11651147

11661148
Annotations:
11671149
OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-model"^^xsd:string,
1168-
<http://purl.obolibrary.org/obo/IAO_0000115> "A test dataset is a data set used for testing."^^xsd:string,
1169-
rdfs:label "test dataset"
1150+
<http://purl.obolibrary.org/obo/IAO_0000115> "A test data set is a data set used for testing."^^xsd:string,
1151+
<http://purl.obolibrary.org/obo/IAO_0000233> "Harmonise label:
1152+
https://github.com/OpenEnergyPlatform/ontology/pull/1463",
1153+
rdfs:label "test data set"
11701154

11711155
SubClassOf:
11721156
<http://purl.obolibrary.org/obo/IAO_0000100>
@@ -1319,9 +1303,36 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1391",
13191303
<http://purl.obolibrary.org/obo/RO_0002234> some OEO_00020013
13201304

13211305

1306+
Class: OEO_00010296
1307+
1308+
13221309
Class: OEO_00010362
13231310

13241311

1312+
Class: OEO_00010404
1313+
1314+
1315+
Class: OEO_00010405
1316+
1317+
Annotations:
1318+
<http://purl.obolibrary.org/obo/IAO_0000115> "An energy balance collection is a data set of energy balances for various time steps and/or temporal regions.",
1319+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400
1320+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463",
1321+
rdfs:label "energy balance collection"@en
1322+
1323+
SubClassOf:
1324+
<http://purl.obolibrary.org/obo/IAO_0000100>,
1325+
<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00010404,
1326+
<http://purl.obolibrary.org/obo/IAO_0000136> some OEO_00030033,
1327+
<http://purl.obolibrary.org/obo/IAO_0000136> some <http://purl.obolibrary.org/obo/BFO_0000006>
1328+
1329+
1330+
Class: OEO_00010406
1331+
1332+
1333+
Class: OEO_00010407
1334+
1335+
13251336
Class: OEO_00020011
13261337

13271338
SubClassOf:
@@ -1552,6 +1563,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585",
15521563
<http://purl.obolibrary.org/obo/BFO_0000006>
15531564

15541565

1566+
Class: OEO_00020039
1567+
1568+
15551569
Class: OEO_00020072
15561570

15571571
Annotations:
@@ -1732,6 +1746,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882",
17321746
<http://purl.obolibrary.org/obo/IAO_0000136> some OEO_00020097
17331747

17341748

1749+
Class: OEO_00020166
1750+
1751+
17351752
Class: OEO_00020227
17361753

17371754
Annotations:

Diff for: src/ontology/edits/oeo-physical.omn

+2-79
Original file line numberDiff line numberDiff line change
@@ -5407,42 +5407,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1155",
54075407

54085408
Class: OEO_00010210
54095409

5410-
Annotations:
5411-
OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string,
5412-
<http://purl.obolibrary.org/obo/IAO_0000115> "Energy use is the consumption of an energy carrier making use of the energy it carries.",
5413-
<http://purl.obolibrary.org/obo/IAO_0000118> "energy consumption",
5414-
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718
5415-
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950
5416-
5417-
Add alternative label:
5418-
https://github.com/OpenEnergyPlatform/ontology/pull/1321",
5419-
rdfs:label "energy use"@en
5420-
5421-
SubClassOf:
5422-
OEO_00140039,
5423-
<http://purl.obolibrary.org/obo/RO_0000057> some OEO_00020039
5424-
54255410
DisjointWith:
54265411
OEO_00010211
54275412

54285413

54295414
Class: OEO_00010211
54305415

5431-
Annotations:
5432-
OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string,
5433-
<http://purl.obolibrary.org/obo/IAO_0000115> "Non-energy use is the consumption of an energy carrier without making use the energy it carries.",
5434-
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718
5435-
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950
5436-
5437-
add 'has participant axiom':
5438-
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1327
5439-
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395",
5440-
rdfs:label "non-energy use"@en
5441-
5442-
SubClassOf:
5443-
OEO_00140039,
5444-
<http://purl.obolibrary.org/obo/RO_0000057> some OEO_00020039
5445-
54465416
DisjointWith:
54475417
OEO_00010210
54485418

@@ -6097,16 +6067,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1295",
60976067

60986068
Class: OEO_00010296
60996069

6100-
Annotations:
6101-
<http://purl.obolibrary.org/obo/IAO_0000115> "A primary energy consumption calculation method is a methodology to calculate primary energy consumption.",
6102-
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129
6103-
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306",
6104-
rdfs:label "primary energy consumption calculation method"@en
6105-
6106-
SubClassOf:
6107-
OEO_00020166,
6108-
<http://purl.obolibrary.org/obo/IAO_0000136> some OEO_00050018
6109-
61106070

61116071
Class: OEO_00010297
61126072

@@ -6761,8 +6721,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1456",
67616721

67626722
SubClassOf:
67636723
OEO_00000334
6764-
6765-
6724+
6725+
67666726
Class: OEO_00020001
67676727

67686728
Annotations:
@@ -7968,32 +7928,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950"
79687928

79697929
Class: OEO_00050018
79707930

7971-
Annotations:
7972-
OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string,
7973-
<http://purl.obolibrary.org/obo/IAO_0000115> "Primary energy consumption is an energy consumption value accounting for the total consumption of energy in a spatial region excluding the non-energetic use of fuels."@en,
7974-
<http://purl.obolibrary.org/obo/IAO_0000116> "Primary energy consumption covers consumption of the energy sector itself, losses during transformation (for example, from oil or gas into electricity) and distribution of energy, and the final consumption by end users. It excludes energy carriers used for non-energy purposes (such as petroleum not used not for combustion but for producing plastics)."@en,
7975-
<http://purl.obolibrary.org/obo/IAO_0000118> "Primary energy consumption excluding non-energy use of energy carriers."@en,
7976-
<http://purl.obolibrary.org/obo/IAO_0000119> "Eurostat Energy Glossary
7977-
https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:Primary_energy_consumption"@en,
7978-
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/709
7979-
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/719
7980-
7981-
issue: https://github.com/OpenEnergyPlatform/ontology/issues/576
7982-
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613
7983-
7984-
make energy consumption value:
7985-
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1129
7986-
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1306"@en,
7987-
rdfs:label "primary energy consumption"@en
7988-
7989-
SubClassOf:
7990-
OEO_00240019,
7991-
7992-
Annotations: <http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718
7993-
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950"
7994-
(not (<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00010211))
7995-
and (<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00010210)
7996-
79977931

79987932
Class: OEO_00050019
79997933

@@ -9319,17 +9253,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en,
93199253

93209254
Class: OEO_00240019
93219255

9322-
Annotations:
9323-
OEO_00040001 "http://openenergy-platform.org/ontology/oeo/oeo-physical"^^xsd:string,
9324-
<http://purl.obolibrary.org/obo/IAO_0000115> "An energy consumption value is an energy amount value that measures the energy consumption over a time span."@en,
9325-
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916
9326-
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997"@en,
9327-
rdfs:label "energy consumption value"
9328-
9329-
SubClassOf:
9330-
OEO_00050019,
9331-
<http://purl.obolibrary.org/obo/IAO_0000136> some OEO_00030035
9332-
93339256

93349257
Class: OEO_00240026
93359258

0 commit comments

Comments
 (0)