From 765f53f65818b156443206df8a7f8e073c7575c3 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 20 Dec 2022 15:09:23 +0100 Subject: [PATCH] Add object property `has spatial region` #1404 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` --- src/ontology/edits/oeo-model.omn | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index ccf005895..46efc3e9c 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -191,6 +191,22 @@ ObjectProperty: OEO_00000522 OEO_00020011 +ObjectProperty: OEO_00010378 + + Annotations: + "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: + + + Domain: + + + Range: + + + ObjectProperty: OEO_00020056 @@ -203,7 +219,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has study region" SubPropertyOf: - + OEO_00010378 Domain: OEO_00000364 @@ -221,7 +237,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has considered region" SubPropertyOf: - + OEO_00010378 Domain: OEO_00000364 @@ -239,7 +255,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has interacting region" SubPropertyOf: - + OEO_00010378 Domain: OEO_00000364 @@ -257,7 +273,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1347", rdfs:label "has study subregion" SubPropertyOf: - + OEO_00010378 Domain: OEO_00000364