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 classes hub height and length value, add object property has quan… #509

Merged
merged 2 commits into from
Aug 13, 2020
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 @@ -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