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 object properties for composed units #1816

Merged
merged 11 commits into from
Feb 29, 2024
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- economic instrument, voluntary agreement, voluntary agreement instrument, regulatory instrument, information instrument, education instrument (#1786)
- priority region role, priority region, conditionally reserved region role, conditionally reserved region, suitable region role, suitable region, priority region with effect of suitable region, spatial planning policy (#1791)
- missing value reason, notation key (#1795)
- BSI-KritisV sector division, BSI-KritisV energy sector, BSI-KritisV transport sector, critical infrastructure role, critical infrastructure (#1809)
- non-energy use technology (#1803)
- BSI-KritisV sector division, BSI-KritisV energy sector, BSI-KritisV transport sector, critical infrastructure role, critical infrastructure (#1809)
- has unit numerator, has unit denominator and subproperties (#1816)

### Changed
- energy transfer function, energy transformation function and subclasses (#1785)
Expand Down
227 changes: 227 additions & 0 deletions src/ontology/edits/oeo-shared.omn
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ AnnotationProperty: <http://purl.obolibrary.org/obo/IAO_0000119>
AnnotationProperty: <http://purl.obolibrary.org/obo/IAO_0000233>


AnnotationProperty: <http://purl.obolibrary.org/obo/IAO_0000600>


AnnotationProperty: <http://purl.obolibrary.org/obo/IAO_0006011>


Expand Down Expand Up @@ -654,6 +657,230 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321",
<http://purl.obolibrary.org/obo/BFO_0000015> or <http://purl.obolibrary.org/obo/BFO_0000040>


ObjectProperty: OEO_00010472

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between a (composed) unit A and a unit B in which B is in the numerator of unit A."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1815
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1816",
<http://purl.obolibrary.org/obo/IAO_0000600> "A composed unit is composed of at least two other units. Examples are:
m/s has a linear numerator metre and a linear denominator second.
kg/m³ has a linear numerator kilogram and a cubed denominator metre.
Wh has two linear numerators: Watt and hour",
rdfs:label "has unit numerator"@en

SubPropertyOf:
<http://purl.obolibrary.org/obo/BFO_0000051>

DisjointWith:
OEO_00010476

Domain:
<http://purl.obolibrary.org/obo/UO_0000000>

Range:
<http://purl.obolibrary.org/obo/UO_0000000>


ObjectProperty: OEO_00010473

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between a (composed) unit A and a unit B in which B is in the numerator of unit A with exponent 1."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1815
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1816",
<http://purl.obolibrary.org/obo/IAO_0000600> "A composed unit is composed of at least two other units. Examples are:
m/s has a linear numerator metre and a linear denominator second.
kg/m³ has a linear numerator kilogram and a cubed denominator metre.
Wh has two linear numerators: Watt and hour",
rdfs:label "has linear unit numerator"@en

SubPropertyOf:
OEO_00010472

DisjointWith:
OEO_00010474,
OEO_00010475,
OEO_00010477,
OEO_00010478,
OEO_00010479

Domain:
<http://purl.obolibrary.org/obo/UO_0000000>

Range:
<http://purl.obolibrary.org/obo/UO_0000000>


ObjectProperty: OEO_00010474

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between a (composed) unit A and a unit B in which B is in the numerator of unit A with exponent 2."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1815
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1816",
<http://purl.obolibrary.org/obo/IAO_0000600> "A composed unit is composed of at least two other units. Examples are:
m/s has a linear numerator metre and a linear denominator second.
kg/m³ has a linear numerator kilogram and a cubed denominator metre.
Wh has two linear numerators: Watt and hour",
rdfs:label "has squared unit numerator"@en

SubPropertyOf:
OEO_00010472

DisjointWith:
OEO_00010473,
OEO_00010475,
OEO_00010477,
OEO_00010478,
OEO_00010479

Domain:
<http://purl.obolibrary.org/obo/UO_0000000>

Range:
<http://purl.obolibrary.org/obo/UO_0000000>


ObjectProperty: OEO_00010475

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between a (composed) unit A and a unit B in which B is in the numerator of unit A with exponent 3."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1815
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1816",
<http://purl.obolibrary.org/obo/IAO_0000600> "A composed unit is composed of at least two other units. Examples are:
m/s has a linear numerator metre and a linear denominator second.
kg/m³ has a linear numerator kilogram and a cubed denominator metre.
Wh has two linear numerators: Watt and hour",
rdfs:label "has cubed unit numerator"@en

SubPropertyOf:
OEO_00010472

DisjointWith:
OEO_00010473,
OEO_00010474,
OEO_00010477,
OEO_00010478,
OEO_00010479

Domain:
<http://purl.obolibrary.org/obo/UO_0000000>

Range:
<http://purl.obolibrary.org/obo/UO_0000000>


ObjectProperty: OEO_00010476

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between a (composed) unit A and a unit B in which B is in the denominator of unit A."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1815
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1816",
<http://purl.obolibrary.org/obo/IAO_0000600> "A composed unit is composed of at least two other units. Examples are:
m/s has a linear numerator metre and a linear denominator second.
kg/m³ has a linear numerator kilogram and a cubed denominator metre.
Wh has two linear numerators: Watt and hour",
rdfs:label "has unit denominator"@en

SubPropertyOf:
<http://purl.obolibrary.org/obo/BFO_0000051>

DisjointWith:
OEO_00010472

Domain:
<http://purl.obolibrary.org/obo/UO_0000000>

Range:
<http://purl.obolibrary.org/obo/UO_0000000>


ObjectProperty: OEO_00010477

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between a (composed) unit A and a unit B in which B is in the numerator of unit A with exponent 1."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1815
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1816",
<http://purl.obolibrary.org/obo/IAO_0000600> "A composed unit is composed of at least two other units. Examples are:
m/s has a linear numerator metre and a linear denominator second.
kg/m³ has a linear numerator kilogram and a cubed denominator metre.
Wh has two linear numerators: Watt and hour",
rdfs:label "has linear unit denominator"@en

SubPropertyOf:
OEO_00010476

DisjointWith:
OEO_00010473,
OEO_00010474,
OEO_00010475,
OEO_00010478,
OEO_00010479

Domain:
<http://purl.obolibrary.org/obo/UO_0000000>

Range:
<http://purl.obolibrary.org/obo/UO_0000000>


ObjectProperty: OEO_00010478

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between a (composed) unit A and a unit B in which B is in the numerator of unit A with exponent 2."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1815
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1816",
<http://purl.obolibrary.org/obo/IAO_0000600> "A composed unit is composed of at least two other units. Examples are:
m/s has a linear numerator metre and a linear denominator second.
kg/m³ has a linear numerator kilogram and a cubed denominator metre.
Wh has two linear numerators: Watt and hour",
rdfs:label "has squared unit denominator"@en

SubPropertyOf:
OEO_00010476

DisjointWith:
OEO_00010473,
OEO_00010474,
OEO_00010475,
OEO_00010477,
OEO_00010479

Domain:
<http://purl.obolibrary.org/obo/UO_0000000>

Range:
<http://purl.obolibrary.org/obo/UO_0000000>


ObjectProperty: OEO_00010479

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between a (composed) unit A and a unit B in which B is in the denominator of unit A with exponent 3."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1815
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1816",
<http://purl.obolibrary.org/obo/IAO_0000600> "A composed unit is composed of at least two other units. Examples are:
m/s has a linear numerator metre and a linear denominator second.
kg/m³ has a linear numerator kilogram and a cubed denominator metre.
Wh has two linear numerators: Watt and hour",
rdfs:label "has cubed unit denominator"@en

SubPropertyOf:
OEO_00010476

DisjointWith:
OEO_00010473,
OEO_00010474,
OEO_00010475,
OEO_00010477,
OEO_00010478

Domain:
<http://purl.obolibrary.org/obo/UO_0000000>

Range:
<http://purl.obolibrary.org/obo/UO_0000000>


ObjectProperty: OEO_00020056

Annotations:
Expand Down
Loading