Skip to content

Commit 6b160f6

Browse files
authoredOct 19, 2020
Merge pull request #569 from OpenEnergyPlatform/feature/demandConsumption-#140
add demand and consumption
2 parents fdef82a + d0d77ed commit 6b160f6

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Here is a template for new release sections
2929
- gross value added (#563)
3030
- validation and subclasses (#565)
3131
- chemical reaction and subclasses (#568)
32+
- demand (#569)
33+
- consumption (#569)
3234

3335
### Changed
3436
- move subclasses of has participant (#530)

‎src/ontology/edits/oeo-social.omn

+27
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ Class: <http://purl.obolibrary.org/obo/BFO_0000015>
231231
Class: <http://purl.obolibrary.org/obo/BFO_0000016>
232232

233233

234+
Class: <http://purl.obolibrary.org/obo/BFO_0000017>
235+
236+
234237
Class: <http://purl.obolibrary.org/obo/BFO_0000019>
235238

236239

@@ -670,6 +673,30 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/563",
670673
OEO_00140012
671674

672675

676+
Class: OEO_00140039
677+
678+
Annotations:
679+
<http://purl.obolibrary.org/obo/IAO_0000115> "Consumption is the process of using something and thereby reducing its amount.",
680+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/140
681+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/569",
682+
rdfs:label "consumption"@en
683+
684+
SubClassOf:
685+
<http://purl.obolibrary.org/obo/BFO_0000015>
686+
687+
688+
Class: OEO_00140040
689+
690+
Annotations:
691+
<http://purl.obolibrary.org/obo/IAO_0000115> "A demand is a realizable entity that is characterized by a person, organisation or object needing it for a specific purpose.",
692+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/140
693+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/569",
694+
rdfs:label "demand"@en
695+
696+
SubClassOf:
697+
<http://purl.obolibrary.org/obo/BFO_0000017>
698+
699+
673700
Class: OEO_00230013
674701

675702
Annotations:

0 commit comments

Comments
 (0)