diff --git a/RACK-Ontology/OwlModels/TESTING.owl b/RACK-Ontology/OwlModels/TESTING.owl index 8b29e3ec..e88174ed 100644 --- a/RACK-Ontology/OwlModels/TESTING.owl +++ b/RACK-Ontology/OwlModels/TESTING.owl @@ -44,6 +44,15 @@ + + + 1 + + + + + Result corresponding to one execution of one TEST @@ -58,7 +67,7 @@ - + Parent ENTITY(s) (e.g. REQUIREMENT) that this requirement is derived from @@ -75,9 +84,9 @@ - + Parent test(s) of this test result - + @@ -86,7 +95,7 @@ - + Pass/Failed/Indeterminate status resulting from a TEST_EXECUTION diff --git a/RACK-Ontology/ontology/TESTING.sadl b/RACK-Ontology/ontology/TESTING.sadl index f3c6654a..063dc29b 100644 --- a/RACK-Ontology/ontology/TESTING.sadl +++ b/RACK-Ontology/ontology/TESTING.sadl @@ -10,6 +10,12 @@ * of the Defense Advanced Research Projects Agency (DARPA). */ + /************** edit history ***************** + * + * dwa - 11 Nov 2020 - removed incorrect usages of relationships + * + *********************************************/ + uri "http://arcos.rack/TESTING" alias tst. import "http://arcos.rack/PROV-S". @@ -18,7 +24,7 @@ TEST is a type of ENTITY. verifies (note "Parent ENTITY(s) (e.g. REQUIREMENT) that this requirement is derived from") describes TEST with values of type ENTITY. - verifies is a type of wasDerivedFrom. + verifies is a type of wasImpactedBy. producedBy (note "TEST_DEVELOPMENT activity(s) this test belongs to") describes TEST with values of type ACTIVITY. producedBy is a type of wasGeneratedBy. @@ -34,10 +40,10 @@ TEST_RESULT (note "Result corresponding to one execution of one TEST") is a type of ENTITY. - result (note "Pass/Failed/Indeterminate status resulting from a TEST_EXECUTION") describes TEST_RESULT with values of type TEST_STATUS. + result (note "Pass/Failed/Indeterminate status resulting from a TEST_EXECUTION") describes TEST_RESULT with a single value of type TEST_STATUS. - confirms (note "Parent test(s) of this test result") describes TEST_RESULT with values of type ENTITY. - confirms is a type of wasDerivedFrom. + confirms (note "Parent test(s) of this test result") describes TEST_RESULT with values of type TEST. + confirms is a type of wasImpactedBy. executedBy (note "ACTIVITY(s) that created this test result") describes TEST_RESULT with values of type ACTIVITY. executedBy is a type of wasGeneratedBy.