Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (electric) mobility technology #1572 #1727

Merged
merged 2 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading