From 7b9f145bc61edecfb694c12628f6df9c9ae00e8b Mon Sep 17 00:00:00 2001 From: stap-m Date: Wed, 29 Sep 2021 20:49:21 +0200 Subject: [PATCH] add axioms #474 --- src/ontology/edits/oeo-model.omn | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index f8164683a..52a94e90e 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -76,6 +76,9 @@ AnnotationProperty: rdfs:label Datatype: rdf:PlainLiteral +Datatype: xsd:integer + + Datatype: xsd:string @@ -298,6 +301,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/751" ObjectProperty: owl:topObjectProperty +DataProperty: OEO_00140178 + + Class: @@ -376,6 +382,9 @@ Class: Class: +Class: + + Class: SubClassOf: @@ -1242,7 +1251,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882", rdfs:label "scenario year" SubClassOf: - OEO_00030033 + OEO_00030033, + some + (OEO_00030035 + and (OEO_00040010 some ) + and (OEO_00140178 value 1)) Class: OEO_00020098 @@ -1254,7 +1267,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882", rdfs:label "scenario horizon" SubClassOf: - OEO_00030033 + OEO_00030033, + some + (OEO_00030035 + and (OEO_00040010 some )) Class: OEO_00020099 @@ -1266,7 +1282,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/882", rdfs:label "meteorological year" SubClassOf: - OEO_00030033 + OEO_00030033, + some + (OEO_00030035 + and (OEO_00040010 some ) + and (OEO_00140178 value 1)) Class: OEO_00030007