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 property has spatial region #1404 #1441

Merged
merged 3 commits into from
Jan 11, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,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)

### Changed
- internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356)
Expand All @@ -38,6 +39,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)

### Removed

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