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 spatial regions #585

Merged
merged 8 commits into from
Oct 30, 2020
Merged
Show file tree
Hide file tree
Changes from all 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 @@ -34,10 +34,12 @@ Here is a template for new release sections
- time stamp and time stamp alignment (#570)
- model descriptor and subclasses (#577)
- emission factor (#581)
- spatial regions (#585)

### Changed
- move subclasses of has participant (#530)
- licence (#561)
- factsheet subclasses (#584)

### Removed
- software maintenance (#566)
Expand Down
80 changes: 74 additions & 6 deletions src/ontology/edits/oeo-model.omn
Original file line number Diff line number Diff line change
Expand Up @@ -513,12 +513,13 @@ Class: OEO_00000172
Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A framework factsheet is a factsheet that contains information about a software framework."^^xsd:string,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/414
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/440",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/440
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/584",
rdfs:label "framework factsheet"

SubClassOf:
OEO_00000162,
OEO_00000522 some OEO_00000382
<http://purl.obolibrary.org/obo/IAO_0000136> some OEO_00000382


Class: OEO_00000202
Expand Down Expand Up @@ -613,15 +614,16 @@ Class: OEO_00000277
<http://purl.obolibrary.org/obo/IAO_0000116> "Since a model facsheet is a model descriptor as well as a factsheet, this class is implemented as equivalent class to OEO_00000277.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/414
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/440
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/577",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/577
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/584",
rdfs:label "model factsheet"

EquivalentTo:
OEO_00020031

SubClassOf:
OEO_00000162,
OEO_00000522 some OEO_00000274
<http://purl.obolibrary.org/obo/IAO_0000136> some OEO_00000274


Class: OEO_00000279
Expand Down Expand Up @@ -765,12 +767,13 @@ Class: OEO_00000365
Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A scenario factsheet is a factsheet that contains information about a scenario."^^xsd:string,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/414
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/440",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/440
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/584",
rdfs:label "scenario factsheet"

SubClassOf:
OEO_00000162,
OEO_00000522 some OEO_00000364
<http://purl.obolibrary.org/obo/IAO_0000136> some OEO_00000364


Class: OEO_00000370
Expand Down Expand Up @@ -1050,6 +1053,71 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/577",
OEO_00020016


Class: OEO_00020032

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000112> "In a study, the spatial focus of the investigation lies on one European country, e.g. Germany. This is the study region.
The study region is not modelled as a whole, but several subregions are modelled, e.g. German Federal States. These are study subregions.
In the study, a spatial region outside the study region plays a role. E.g. for modelling the electricity transfer between Germany and its neighbouring countries. In this example, the neighbouring countries represent the interacting / external region.
The union of the study region and the interacting/ external region ist the considered region.",
<http://purl.obolibrary.org/obo/IAO_0000115> "A study region is a spatial region that is under investigation and consists entirely of one or more subregions.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/475
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585",
rdfs:label "study region"

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


Class: OEO_00020033

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A subregion is a spatial region that is a part of spatial region.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/475
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585",
rdfs:label "subregion"

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


Class: OEO_00020034

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A study subregion is a subregion of a study region.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/475
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585",
rdfs:label "study subregion"

SubClassOf:
OEO_00020033


Class: OEO_00020035

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A considered region is a spatial region that is used in an analysis.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/475
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585",
rdfs:label "considered region"

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


Class: OEO_00020036

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An interacting region is a spatial region that interacts with a study region. It is part of a considered region, but not a study region.",
<http://purl.obolibrary.org/obo/IAO_0000118> "external region",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/475
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585",
rdfs:label "interacting region"

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


Class: OEO_00030007

Annotations:
Expand Down
5 changes: 3 additions & 2 deletions src/ontology/edits/oeo-shared.omn
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ https://github.com/OpenEnergyPlatform/ontology/pull/478 (add definition)",
ObjectProperty: OEO_00000522

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation that holds between a publication/model calculation/model and the thing it covers.",
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation that holds between a model calculation/model and the thing it covers.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/66
pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/452 (delete unused subclasses)",
pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/452 (delete unused subclasses)
pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/584",
rdfs:label "covers"


Expand Down