From 49db2186193711fa5d2609af0c6c30f56ea6ebbd Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Wed, 3 Feb 2021 09:23:13 -0800 Subject: [PATCH] Restore SYSTEM#function --- RACK-Ontology/OwlModels/SYSTEM.owl | 20 ++++++-------------- RACK-Ontology/ontology/SYSTEM.sadl | 5 ++--- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/RACK-Ontology/OwlModels/SYSTEM.owl b/RACK-Ontology/OwlModels/SYSTEM.owl index c3bb78dc..d60681b4 100644 --- a/RACK-Ontology/OwlModels/SYSTEM.owl +++ b/RACK-Ontology/OwlModels/SYSTEM.owl @@ -40,15 +40,6 @@ - - - 1 - - - - - + + + functionality / capability of a SYSTEM + + + @@ -129,11 +126,6 @@ - - functionality / capability of a SYSTEM - - - the thing conveyed by the interface diff --git a/RACK-Ontology/ontology/SYSTEM.sadl b/RACK-Ontology/ontology/SYSTEM.sadl index 148ab576..a452b0ea 100644 --- a/RACK-Ontology/ontology/SYSTEM.sadl +++ b/RACK-Ontology/ontology/SYSTEM.sadl @@ -35,8 +35,8 @@ SYSTEM requires (note "List of entities that this SYSTEM requires from others") describes SYSTEM with values of type FUNCTION. - functionalityOverview (note "functionality / capability of a SYSTEM") describes SYSTEM with values of type string. - functionalityOverview describes SYSTEM with at most 1 value. + function (note "functionality / capability of a SYSTEM") describes SYSTEM with values of type FUNCTION. + function is a type of wasImpactedBy. INTERFACE (note "INTERFACEs describe directed connections between a SYSTEM providing what another SYSTEM requires") @@ -55,7 +55,6 @@ INTERFACE identifiedBy (note "ACTIVITY out of which this INTERFACE was identified") describes INTERFACE with values of type ACTIVITY. - SYSTEM_DEVELOPMENT (note "ACTIVITY relating to the creation of one or more some SYSTEMs") is a type of ACTIVITY.