Skip to content

Commit ce4351a

Browse files
authored
Merge pull request #509 from OpenEnergyPlatform/feature/hubHeight-#505
add classes hub height and length value, add object property has quan…
2 parents 5a3f225 + 5a3a488 commit ce4351a

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Here is a template for new release sections
3030
- primary energy production and subclasses (#498)
3131
- study and study report (#497)
3232
- exogeneous, endogeneous data (#482)
33+
- hub height, length value and has quantity value (#505)
3334

3435
### Changed
3536
- move object properties to oeo-shared (#472)

src/ontology/edits/oeo-physical.omn

+40-1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,15 @@ ObjectProperty: OEO_00000533
291291
<http://purl.obolibrary.org/obo/RO_0002234>
292292

293293

294+
ObjectProperty: OEO_00140002
295+
296+
Annotations:
297+
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between an entity and a quantity value.",
298+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505
299+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509",
300+
rdfs:label "has quantity value"@en
301+
302+
294303
ObjectProperty: owl:topObjectProperty
295304

296305

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

362371

372+
Class: <http://purl.obolibrary.org/obo/UO_0000001>
373+
374+
363375
Class: <http://purl.obolibrary.org/obo/UO_0000046>
364376

365377
SubClassOf:
@@ -843,7 +855,8 @@ Class: OEO_00000044
843855

844856
SubClassOf:
845857
OEO_00000334,
846-
<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00000425
858+
<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00000425,
859+
<http://purl.obolibrary.org/obo/RO_0000086> some OEO_00140000
847860

848861

849862
Class: OEO_00000047
@@ -3391,6 +3404,32 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498",
33913404
OEO_00030026
33923405

33933406

3407+
Class: OEO_00140000
3408+
3409+
Annotations:
3410+
<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.",
3411+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505
3412+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509",
3413+
rdfs:label "hub height"@en
3414+
3415+
SubClassOf:
3416+
<http://purl.obolibrary.org/obo/BFO_0000019>,
3417+
OEO_00140002 some OEO_00140001
3418+
3419+
3420+
Class: OEO_00140001
3421+
3422+
Annotations:
3423+
<http://purl.obolibrary.org/obo/IAO_0000115> "Length value is a quantity value that has a length unit as unit.",
3424+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505
3425+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509",
3426+
rdfs:label "length value"@en
3427+
3428+
SubClassOf:
3429+
OEO_00000350,
3430+
<http://purl.obolibrary.org/obo/BFO_0000051> some <http://purl.obolibrary.org/obo/UO_0000001>
3431+
3432+
33943433
Class: OEO_00230000
33953434

33963435
Annotations:

0 commit comments

Comments
 (0)