From b514352ca75569ec53d607a59c97bdf01d8c6b5c Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Tue, 12 Jan 2021 09:38:18 -0800 Subject: [PATCH] Revert changes to system property inverses --- RACK-Ontology/OwlModels/GeneratePropInfoCSV.owl | 2 +- RACK-Ontology/OwlModels/SYSTEM.owl | 8 +++----- RACK-Ontology/ontology/SYSTEM.sadl | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/RACK-Ontology/OwlModels/GeneratePropInfoCSV.owl b/RACK-Ontology/OwlModels/GeneratePropInfoCSV.owl index 6b487177..0fef3c54 100644 --- a/RACK-Ontology/OwlModels/GeneratePropInfoCSV.owl +++ b/RACK-Ontology/OwlModels/GeneratePropInfoCSV.owl @@ -1,7 +1,7 @@ - - - + SYSTEM that provides what the INTERFACE offers @@ -124,9 +122,9 @@ - + - + SYSTEM that requires what the INTERFACE offers diff --git a/RACK-Ontology/ontology/SYSTEM.sadl b/RACK-Ontology/ontology/SYSTEM.sadl index 57d9ce4a..148ab576 100644 --- a/RACK-Ontology/ontology/SYSTEM.sadl +++ b/RACK-Ontology/ontology/SYSTEM.sadl @@ -46,11 +46,11 @@ INTERFACE commodity describes INTERFACE with at most 1 value. source (note "SYSTEM that provides what the INTERFACE offers") describes INTERFACE with values of type SYSTEM. - source is the inverse of destination. + source is the inverse of provides. source is a type of wasImpactedBy. destination (note "SYSTEM that requires what the INTERFACE offers") describes INTERFACE with values of type SYSTEM. - destination is the inverse of source. + destination is the inverse of requires. destination is a type of wasImpactedBy. identifiedBy (note "ACTIVITY out of which this INTERFACE was identified") describes INTERFACE with values of type ACTIVITY.