Skip to content

Commit

Permalink
Merge pull request #1912 from OpenEnergyPlatform/feature-1239-domain-…
Browse files Browse the repository at this point in the history
…range-trades-traded

Simplify domain and range of `is traded at` and `trades` #1239
  • Loading branch information
l-emele authored Sep 20, 2024
2 parents c7dc2d2 + 18d9376 commit e475ebd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- kilowatt, megawatt (#1900)
- oekg annotation (#1897)
- economic instrument function, education instrument function, information instrument function, regulatory instrument function, voluntary agreement instrument function (#1906)
- product (#1912)
- term tracker annotation (#1913)

### Changed
- gams -> General Algebraic Modeling System (#1889)
- train, regionalisation (#1899)
- add annotation: climate neutrality criterion, negative emission, study report due to legislation, decarbonisation pathway, re-share, flexibility, energy conversion efficiency, resilience, life cycle assessment, co2 emissions, ghg emissions, acceptance, sufficiency, energy demand, electrical energy share, regionalsation, gross electricity generation, electricity/gas/heating grid, sector coupling, model coupling, scenario projection comparison, model intercomparison study, policies and measures (#1897)
- economic instrument, education instrument, information instrument, regulatory instrument, voluntary agreement instrument (#1906)
- is traded at, trades (#1912)
- replace term tracker item with term tracker annotation (#1922, #1923)

### Removed
Expand Down
43 changes: 33 additions & 10 deletions src/ontology/edits/oeo-social.omn
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/842

add domain:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/973
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1127",
<http://purl.obolibrary.org/obo/IAO_0000115> "Is traded at is a relation that holds between a market exchange and the financial instruments, commodities, or other products, services, or goods which are traded there.",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1127

Simplify domain and range by using product:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1239
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1912",
<http://purl.obolibrary.org/obo/IAO_0000115> "Is traded at is a relation that holds between a product and a market exchange where the product is offered for trade/sale at the market exchange."@en,
rdfs:label "is traded at"@en

SubPropertyOf:
Expand All @@ -231,10 +235,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1127",
Domain:

Annotations: <http://purl.obolibrary.org/obo/IAO_0000116> "Extension of domain to financial instrument and other products planned"
OEO_00010116 or OEO_00020067 or OEO_00140124
OEO_00010501

Range:
<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00040002
OEO_00020069

InverseOf:
OEO_00020071
Expand All @@ -247,20 +251,22 @@ ObjectProperty: OEO_00020071

add domain and range:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/973
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1127",
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation that holds between financial instruments, commodities, or other products, services, or goods and a market exchange.",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1127

Simplify domain and range by using product:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1239
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1912",
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation that holds between a product and a market exchange.",
rdfs:label "trades"@en

SubPropertyOf:
owl:topObjectProperty

Domain:
<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00040002
OEO_00020069

Range:

Annotations: <http://purl.obolibrary.org/obo/IAO_0000116> "Extension of range to financial instrument and other products planned"
OEO_00010116 or OEO_00020067 or OEO_00140124
OEO_00010501

InverseOf:
OEO_00020070
Expand Down Expand Up @@ -1009,6 +1015,23 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1906",
<http://purl.obolibrary.org/obo/RO_0000052> some OEO_00140151


Class: OEO_00010501

Annotations:
OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1239
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1514
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1912",
<http://purl.obolibrary.org/obo/IAO_0000115> "A product is a continuant that is either a good or a service product."@en,
<http://purl.obolibrary.org/obo/IAO_0000118> "Produkt"@de,
rdfs:label "product"@en

EquivalentTo:
OEO_00010116 or OEO_00360019

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000002>


Class: OEO_00020015


Expand Down

0 comments on commit e475ebd

Please sign in to comment.