Skip to content

Commit

Permalink
Add object property has spatial region #1404
Browse files Browse the repository at this point in the history
Definition: _An is-about-relation between a scenario and a study subregion to indicate a study subregion of a scenario._

Make existing object properties subproperties of `has spatial region`:
* `has study region`
* `has considered region`
* `has interacting region`
* `has study subregion`
  • Loading branch information
l-emele committed Dec 20, 2022
1 parent 15a8b13 commit 765f53f
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions src/ontology/edits/oeo-model.omn
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,22 @@ 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.",
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 @@ -203,7 +219,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347",
rdfs:label "has study region"

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

Domain:
OEO_00000364
Expand All @@ -221,7 +237,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347",
rdfs:label "has considered region"

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

Domain:
OEO_00000364
Expand All @@ -239,7 +255,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347",
rdfs:label "has interacting region"

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

Domain:
OEO_00000364
Expand All @@ -257,7 +273,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347",
rdfs:label "has study subregion"

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

Domain:
OEO_00000364
Expand Down

0 comments on commit 765f53f

Please sign in to comment.