Skip to content

Commit

Permalink
Merge pull request #1727 from OpenEnergyPlatform/feature-1572-mobilit…
Browse files Browse the repository at this point in the history
…y-technology

Add (electric) mobility technology #1572
  • Loading branch information
l-emele authored Oct 18, 2023
2 parents 6330842 + adfaf52 commit 7cf85e8
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- control area, bidding zone, bidding zone role (#1718)
- climate neutrality criterion, process climate neutrality, climate neutral process, material climate neutrality (#1722)
- blended liquid fuel, bioethanol, E10, B7 (#1723)
- mobility technology, electric mobility technology (#1727)

### Changed
- energy transformation (#1625)
Expand Down
80 changes: 56 additions & 24 deletions src/ontology/edits/oeo-physical.omn
Original file line number Diff line number Diff line change
Expand Up @@ -8685,6 +8685,36 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1723",
and (<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00000183)


Class: OEO_00010449

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A mobility technology is a technology that describes how vehicles participate in transport"@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1727",
rdfs:label "mobility technology"@en

SubClassOf:
OEO_00000407,
<http://purl.obolibrary.org/obo/IAO_0000136> some
(OEO_00010023
and (<http://purl.obolibrary.org/obo/RO_0000056> some OEO_00140003))


Class: OEO_00010450

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An electric mobility is a technology that describes how electric vehicles participate in transport."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1572
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1727",
rdfs:label "electric mobility technology"@en

SubClassOf:
OEO_00010449,
<http://purl.obolibrary.org/obo/IAO_0000136> some
(OEO_00000146
and (<http://purl.obolibrary.org/obo/RO_0000056> some OEO_00140003))


Class: OEO_00020001

Annotations:
Expand Down Expand Up @@ -14523,30 +14553,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1638"@en,
(OEO_00000150 or OEO_00010116)


Class: OEO_00360007

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Flexibility is a disposition of an energy system that is able to balance energy by adjusting energy supply and energy demand."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1549
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1717",
rdfs:label "flexibility"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000016>,
OEO_00010121 some <http://purl.obolibrary.org/obo/RO_0002577>,
<http://purl.obolibrary.org/obo/BFO_0000054> some OEO_00360008


Class: OEO_00360008

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Energy balancing is a process that levels out energy supply and demand for system stability."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1549
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1717",
rdfs:label "energy balancing"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000015>
Class: OEO_00360004

Annotations:
Expand Down Expand Up @@ -14587,6 +14593,32 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1718",
<http://purl.obolibrary.org/obo/BFO_0000023>


Class: OEO_00360007

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Flexibility is a disposition of an energy system that is able to balance energy by adjusting energy supply and energy demand."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1549
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1717",
rdfs:label "flexibility"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000016>,
OEO_00010121 some <http://purl.obolibrary.org/obo/RO_0002577>,
<http://purl.obolibrary.org/obo/BFO_0000054> some OEO_00360008


Class: OEO_00360008

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Energy balancing is a process that levels out energy supply and demand for system stability."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1549
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1717",
rdfs:label "energy balancing"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000015>


Class: OEO_00360010

Annotations:
Expand Down

0 comments on commit 7cf85e8

Please sign in to comment.