Skip to content

Commit

Permalink
Merge pull request #509 from OpenEnergyPlatform/feature/hubHeight-#505
Browse files Browse the repository at this point in the history
add classes hub height and length value, add object property has quan…
  • Loading branch information
sfluegel05 authored Aug 13, 2020
2 parents 5a3f225 + 5a3a488 commit ce4351a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Here is a template for new release sections
- primary energy production and subclasses (#498)
- study and study report (#497)
- exogeneous, endogeneous data (#482)
- hub height, length value and has quantity value (#505)

### Changed
- move object properties to oeo-shared (#472)
Expand Down
41 changes: 40 additions & 1 deletion src/ontology/edits/oeo-physical.omn
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,15 @@ ObjectProperty: OEO_00000533
<http://purl.obolibrary.org/obo/RO_0002234>


ObjectProperty: OEO_00140002

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between an entity and a quantity value.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509",
rdfs:label "has quantity value"@en


ObjectProperty: owl:topObjectProperty


Expand Down Expand Up @@ -360,6 +369,9 @@ Class: <http://purl.obolibrary.org/obo/UO_0000000>
<http://purl.obolibrary.org/obo/BFO_0000141>


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


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

SubClassOf:
Expand Down Expand Up @@ -843,7 +855,8 @@ Class: OEO_00000044

SubClassOf:
OEO_00000334,
<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00000425
<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00000425,
<http://purl.obolibrary.org/obo/RO_0000086> some OEO_00140000


Class: OEO_00000047
Expand Down Expand Up @@ -3391,6 +3404,32 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498",
OEO_00030026


Class: OEO_00140000

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Hub height is a quality of a wind energy converting unit that measures the distance between surface and center-line of the wind rotor.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509",
rdfs:label "hub height"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000019>,
OEO_00140002 some OEO_00140001


Class: OEO_00140001

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Length value is a quantity value that has a length unit as unit.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509",
rdfs:label "length value"@en

SubClassOf:
OEO_00000350,
<http://purl.obolibrary.org/obo/BFO_0000051> some <http://purl.obolibrary.org/obo/UO_0000001>


Class: OEO_00230000

Annotations:
Expand Down

0 comments on commit ce4351a

Please sign in to comment.