Skip to content

Commit

Permalink
Cleaned up ontology
Browse files Browse the repository at this point in the history
Deleted cardinality constraint on dataInsertedBy in PROV-S.sadl
Added import of new files in GeneratePropInfoCSV.sadl
Added a note in DOCUMENT.sadl
Deleted "governs of SubDD_Doc" in Boeing.sadl (this extended governs defined in core)
  • Loading branch information
AbhaMoitra committed Feb 18, 2022
1 parent 3a75dfc commit 1bf827b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Boeing-Ontology/ontology/Boeing.sadl
Expand Up @@ -47,7 +47,6 @@ confirms of SBVT_Result only has values of type SBVT_Test.
used of DevelopSystemArchitecture only has values of type SystemConOps.

SystemArchitecture (note "specification of system architecture") is a type of ENTITY.
//AM what is the difference between wasGeneratedBy and original DesCert:createdBy? so using wasGeneratedBy
wasGeneratedBy of SystemArchitecture only has values of type DevelopSystemArchitecture.
isArchitectureOf describes SystemArchitecture with values of type SYSTEM.
isArchitectureOf is a type of wasImpactedBy.
Expand All @@ -74,8 +73,6 @@ confirms of SBVT_Result only has values of type SBVT_Test.
// content of SubDD_Doc only has values of type SoftwareLowLevelRequirement.
content of SubDD_Doc only has values of type SubDD_Req.
wasGeneratedBy of SubDD_Doc only has values of type SoftwareDesign.
governs of SubDD_Doc only has values of type SWCOMPONENT.
governs describes SubDD_Doc with at most 1 value.

SoftwareDesign is a type of REQUIREMENT_DEVELOPMENT.
wasInformedBy of SoftwareDesign only has values of type {SoftwareHighLevelRequirementsDefinition or DevelopSystemArchitecture}.
Expand Down
2 changes: 1 addition & 1 deletion RACK-Ontology/ontology/DOCUMENT.sadl
Expand Up @@ -30,7 +30,7 @@ import "http://arcos.rack/PROV-S".
DOCUMENT
(note "A piece of written, printed, or electronic matter that provides information or evidence or that serves as an official record.")
is a type of COLLECTION.
versionNumber describes DOCUMENT with values of type string.
versionNumber (note "The release version of the document") describes DOCUMENT with values of type string.
versionNumber describes DOCUMENT with at most 1 value.

dateOfIssue (note "Release date for the document.") describes DOCUMENT with values of type date.
Expand Down
3 changes: 3 additions & 0 deletions RACK-Ontology/ontology/GeneratePropInfoCSV.sadl
Expand Up @@ -13,14 +13,17 @@
uri "http://arcos.rack/GeneratePropInfoCSV" alias genpropinfo.
import "http://arcos.rack/AGENTS".
import "http://arcos.rack/ANALYSIS".
import "http://arcos.rack/BASELINE".
import "http://arcos.rack/CONFIDENCE".
import "http://arcos.rack/DOCUMENT".
import "http://arcos.rack/FILE".
import "http://arcos.rack/HARDWARE".
import "http://arcos.rack/HAZARD".
import "http://arcos.rack/MODEL".
import "http://arcos.rack/PROCESS".
import "http://arcos.rack/REQUIREMENTS".
import "http://arcos.rack/REVIEW".
import "http://arcos.rack/SECURITY".
import "http://arcos.rack/SOFTWARE".
import "http://arcos.rack/SYSTEM".
import "http://arcos.rack/TESTING".
Expand Down
2 changes: 1 addition & 1 deletion RACK-Ontology/ontology/PROV-S.sadl
Expand Up @@ -28,7 +28,7 @@ THING (note "A piece of data stored in RACK") is a class.
description (note "A free-form, multi-line, human-readable explanation of this data element.") describes THING with values of type string.
description describes THING with at most 1 value.
dataInsertedBy (note "The activity that caused this data to be added to RACK") describes THING with values of type ACTIVITY.
dataInsertedBy describes THING with at most 1 value of type ACTIVITY.
// dataInsertedBy describes THING with at most 1 value of type ACTIVITY.

ENTITY (note "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary.")
is a type of THING.
Expand Down

0 comments on commit 1bf827b

Please sign in to comment.