Skip to content

Commit

Permalink
Merge pull request #391 from OpenEnergyPlatform/feature/capacities-#320
Browse files Browse the repository at this point in the history
add "capacity" terms #320
  • Loading branch information
akleinau authored Jun 4, 2020
2 parents 0225fe3 + c04dbb9 commit a07c64d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/ontology/catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/v0.0.1/oeo/" uri="oeo.omn"/>
<uri id="Imports Wizard Entry" name="http://purl.obolibrary.org/obo/bfo/2.0/bfo.owl" uri="http://purl.obolibrary.org/obo/bfo.owl"/>
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base="">
<uri id="Automatically generated entry, Timestamp=1587994456317" name="http://open-energy-ontology.org/ontology/imports/iao-annotation-module.owl" uri="imports/iao-annotation-module.owl"/>
<uri id="Automatically generated entry, Timestamp=1587994456317" name="http://open-energy-ontology.org/ontology/imports/iao-minimal-module.owl" uri="imports/iao-minimal-module.owl"/>
<uri id="Automatically generated entry, Timestamp=1587994456317" name="http://open-energy-ontology.org/ontology/imports/iao-module.owl" uri="imports/iao-module.owl"/>
<uri id="Automatically generated entry, Timestamp=1587994456317" name="http://open-energy-ontology.org/ontology/imports/ro-module.owl" uri="imports/ro-module.owl"/>
<uri id="Automatically generated entry, Timestamp=1587994456317" name="http://purl.obolibrary.org/obo/uo.owl" uri="imports/uo-module.owl"/>
<uri id="Automatically generated entry, Timestamp=1589297067532" name="http://open-energy-ontology.org/ontology/imports/iao-annotation-module.owl" uri="imports/iao-annotation-module.owl"/>
<uri id="Automatically generated entry, Timestamp=1589297067532" name="http://open-energy-ontology.org/ontology/imports/iao-minimal-module.owl" uri="imports/iao-minimal-module.owl"/>
<uri id="Automatically generated entry, Timestamp=1589297067532" name="http://open-energy-ontology.org/ontology/imports/iao-module.owl" uri="imports/iao-module.owl"/>
<uri id="Automatically generated entry, Timestamp=1589297067532" name="http://open-energy-ontology.org/ontology/imports/ro-module.owl" uri="imports/ro-module.owl"/>
<uri id="Automatically generated entry, Timestamp=1589297067532" name="http://purl.obolibrary.org/obo/uo.owl" uri="imports/uo-module.owl"/>
</group>
</catalog>
50 changes: 49 additions & 1 deletion src/ontology/edits/oeo-physical.omn
Original file line number Diff line number Diff line change
Expand Up @@ -2941,6 +2941,54 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/386",
<http://purl.obolibrary.org/obo/BFO_0000003>


Class: <http://openenergy-platform.org/ontology/oeo/OEO_00230000>

Annotations:
<http://openenergy-platform.org/ontology/oeo/definition> "Storage capacity is the quantity value stating the maximum energy an energy storage object can store.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391",
rdfs:label "storage capacity"

SubClassOf:
<http://openenergy-platform.org/ontology/oeo/OEO_00000350>


Class: <http://openenergy-platform.org/ontology/oeo/OEO_00230001>

Annotations:
<http://openenergy-platform.org/ontology/oeo/definition> "Power rating is the quantity value stating the maximum power an energy converting device can convert.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391",
rdfs:label "power rating"@en

SubClassOf:
<http://openenergy-platform.org/ontology/oeo/OEO_00000350>


Class: <http://openenergy-platform.org/ontology/oeo/OEO_00230002>

Annotations:
<http://openenergy-platform.org/ontology/oeo/definition> "Declared net capacity is the quantity value stating the maximum power a power generating unit or a power plant can deliver to the electrical grid. It equals the sum of the rated powers of all plant generators minus all power used internally within the plant.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391",
rdfs:label "declared net capacity"@en

SubClassOf:
<http://openenergy-platform.org/ontology/oeo/OEO_00000350>


Class: <http://openenergy-platform.org/ontology/oeo/OEO_00230003>

Annotations:
<http://openenergy-platform.org/ontology/oeo/definition> "Nameplate capacity is the quantity value stating the maximum power a power generating unit or a power plant can generate, and the sum of the power ratings of all energy converting devices of that power plant.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391",
rdfs:label "nameplate capacity"@en

SubClassOf:
<http://openenergy-platform.org/ontology/oeo/OEO_00000350>


Class: <http://purl.obolibrary.org/obo/BFO_0000002>


Expand Down Expand Up @@ -3047,7 +3095,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/385",
<http://openenergy-platform.org/ontology/oeo/OEO_00000200>,
<http://purl.obolibrary.org/obo/BFO_0000051> some <http://openenergy-platform.org/ontology/oeo/OEO_00020008>


Individual: <http://openenergy-platform.org/ontology/oeo/OEO_00000182>

Annotations:
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/oeo.omn
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Annotations:
dc:contributor "(0009) Christian (@christian-rli)",
dc:contributor "(0011) Ludwig Hülk (@Ludee)",
dc:contributor "(0012) Izzet Kilicarslan (@Izzet91)",
dc:contributor "(0023) Michaja Pehl (@0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q)",
dc:contributor "Christian Winger (@wingechr)",
dc:contributor "Fabian Neuhaus (@fabianneuhaus)",
dc:contributor "Lara Christmann",
dc:contributor "Martin Glauer (@MGlauer)",
dc:contributor "Pierre-Francois Duc (@Bachibouzouk)",
dc:contributor "Sebastian Cordes (@sebcordes)",
dc:contributor "Ulrich Frey (@ufrey)",

<http://purl.org/dc/terms/title> "Open Energy Ontology",
rdfs:comment "The Open Energy Ontology is an ontology for all aspects of the energy modelling domain.

Expand Down

0 comments on commit a07c64d

Please sign in to comment.