From 0b9083dfd5b40d9eb69a8e90d01b51209ad2b46c Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 13 Aug 2020 16:40:14 +0200 Subject: [PATCH 1/2] add classes hub height and length value, add object property has quantity value --- src/ontology/edits/oeo-physical.omn | 35 ++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d12594b6a..0e5d38c1e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -291,6 +291,13 @@ ObjectProperty: OEO_00000533 +ObjectProperty: OEO_00140002 + + Annotations: + "A relation between an entity and a quantity value.", + rdfs:label "has quantity value"@en + + ObjectProperty: owl:topObjectProperty @@ -360,6 +367,9 @@ Class: +Class: + + Class: SubClassOf: @@ -843,7 +853,8 @@ Class: OEO_00000044 SubClassOf: OEO_00000334, - some OEO_00000425 + some OEO_00000425, + some OEO_00140000 Class: OEO_00000047 @@ -3391,6 +3402,28 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/498", OEO_00030026 +Class: OEO_00140000 + + Annotations: + "Hub height is a quality of a wind energy converting unit that measures the distance between surface and center-line of the wind rotor.", + rdfs:label "hub height"@en + + SubClassOf: + , + OEO_00140002 some OEO_00140001 + + +Class: OEO_00140001 + + Annotations: + "Length value is a quantity value that has a length unit as unit.", + rdfs:label "length value"@en + + SubClassOf: + OEO_00000350, + some + + Class: OEO_00230000 Annotations: From 5a3a48899d38ad95b402bf9d4d69f5074490616e Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 13 Aug 2020 16:59:10 +0200 Subject: [PATCH 2/2] update Changelog and add term tracker items --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f79d23f76..ebf238171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0e5d38c1e..c9ed3f4c7 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -295,6 +295,8 @@ ObjectProperty: OEO_00140002 Annotations: "A relation between an entity and a quantity value.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509", rdfs:label "has quantity value"@en @@ -3406,6 +3408,8 @@ Class: OEO_00140000 Annotations: "Hub height is a quality of a wind energy converting unit that measures the distance between surface and center-line of the wind rotor.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509", rdfs:label "hub height"@en SubClassOf: @@ -3417,6 +3421,8 @@ Class: OEO_00140001 Annotations: "Length value is a quantity value that has a length unit as unit.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509", rdfs:label "length value"@en SubClassOf: