Skip to content

Commit

Permalink
Merge pull request #1441 from OpenEnergyPlatform/feature-1404-has-spa…
Browse files Browse the repository at this point in the history
…tial-region

Add object property `has spatial region` #1404
  • Loading branch information
l-emele authored Jan 11, 2023
2 parents 117a2f1 + fa61ed4 commit 73a6dce
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432)
- utilisation value (#1435)
- amortisation time, economic life time (#1436)
- has spatial region (#1441)
- energy transformation function and subclasses (#1445)

### Changed
Expand All @@ -40,6 +41,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- has economic value, economic value of (#1422)
- solar thermal collector (#1432)
- net capacity factor (#1435)
- has study region, has considered region, has interacting region, has study region (#1441)
- bearer of -> has characteristic (#1268)
- ro-module -> ro-extracted (#1268)

Expand Down
50 changes: 42 additions & 8 deletions src/ontology/edits/oeo-model.omn
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,24 @@ ObjectProperty: OEO_00000522
OEO_00020011


ObjectProperty: OEO_00010378

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An is-about-relation between an information content entity and a spatial region that describes that the information content entity is about a spatial region.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1404
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1441",
rdfs:label "has spatial region"@en

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

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

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


ObjectProperty: OEO_00020056


Expand All @@ -199,11 +217,15 @@ ObjectProperty: OEO_00020220
Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An is-about-relation between a scenario and a study region to indicate the study region of a scenario.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347

Make subproperty of 'has spatial region':
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1404
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1441",
rdfs:label "has study region"

SubPropertyOf:
<http://purl.obolibrary.org/obo/IAO_0000136>
OEO_00010378

Domain:
OEO_00000364
Expand All @@ -217,11 +239,15 @@ ObjectProperty: OEO_00020221
Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An is-about-relation between a scenario and a considered region to indicated a considered region of a scenario.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347

Make subproperty of 'has spatial region':
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1404
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1441",
rdfs:label "has considered region"

SubPropertyOf:
<http://purl.obolibrary.org/obo/IAO_0000136>
OEO_00010378

Domain:
OEO_00000364
Expand All @@ -235,11 +261,15 @@ ObjectProperty: OEO_00020222
Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An is-about-relation between a scenario and an interacting region to indicate an interacting region of a scenario.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347

Make subproperty of 'has spatial region':
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1404
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1441",
rdfs:label "has interacting region"

SubPropertyOf:
<http://purl.obolibrary.org/obo/IAO_0000136>
OEO_00010378

Domain:
OEO_00000364
Expand All @@ -253,11 +283,15 @@ ObjectProperty: OEO_00020223
Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An is-about-relation between a scenario and a study subregion to indicate a study subregion of a scenario.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1335
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347

Make subproperty of 'has spatial region':
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1404
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1441",
rdfs:label "has study subregion"

SubPropertyOf:
<http://purl.obolibrary.org/obo/IAO_0000136>
OEO_00010378

Domain:
OEO_00000364
Expand Down

0 comments on commit 73a6dce

Please sign in to comment.