Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

  SoftwareSystem

Sigma KEE - SoftwareSystem
SoftwareSystem(software system)

appearance as argument number 1
-------------------------


(subclass SoftwareSystem ComputerProgram) QoSontology.kif 263-263 Software system is a subclass of computer program
(documentation SoftwareSystem EnglishLanguage "This is the class of mutually supportive groups of instances of ComputerProgram for a single general purpose. For example, a database management system is a collection of many instances of ComputerProgram that work together to store, retrieve, modify, and delete data.") QoSontology.kif 264-268 Software system is a subclass of computer program

appearance as argument number 2
-------------------------


(subclass OperatingSystem SoftwareSystem) QoSontology.kif 1090-1090 Operating system is a subclass of software system
(termFormat EnglishLanguage SoftwareSystem "software system") domainEnglishFormat.kif 53733-53733 Operating system is a subclass of software system
(termFormat ChineseTraditionalLanguage SoftwareSystem "軟件系統") domainEnglishFormat.kif 53734-53734 Operating system is a subclass of software system
(termFormat ChineseLanguage SoftwareSystem "软件系统") domainEnglishFormat.kif 53735-53735 Operating system is a subclass of software system

appearance as argument number 3
-------------------------


(domain rMProgramOf 2 SoftwareSystem) QoSontology.kif 713-713 The number 2 argument of rM program_of is an instance of software system
(domain softwarePath 1 SoftwareSystem) QoSontology.kif 1180-1180 The number 1 argument of software path is an instance of software system

antecedent
-------------------------


(=>
    (instance ?SOFTWARE SoftwareSystem)
    (exists (?FILE)
        (and
            (instance ?FILE SoftwareFile)
            (component ?FILE ?SOFTWARE))))
Media.kif 1468-1473 If X is an instance of software system, then there exists Y such that Y is an instance of software file and Y is a component of X
(=>
    (and
        (instance ?System SoftwareSystem)
        (part ?Program ?System)
        (programRunning ?Process ?Program))
    (exists (?Purpose)
        (hasPurpose ?Process ?Purpose)))
QoSontology.kif 273-279 If X is an instance of software system, Y is a part of X, and Y is a program running of Z, then there exists W such that Z has the purpose W
(=>
    (and
        (instance ?Software SoftwareSystem)
        (instance ?Process ComputerProcess)
        (programRunning ?Process ?Software))
    (exists (?Hardware)
        (and
            (instance ?Hardware HardwareSystem)
            (computerRunning ?Process ?Hardware))))
QoSontology.kif 292-300 If X is an instance of software system, Y is an instance of computer process, and X is a program running of Y, then there exists Z such that Z is an instance of hardware system and Y is running on Z
(=>
    (and
        (instance ?Application AutomaticApplication)
        (instance ?System SoftwareSystem)
        (part ?Application ?System))
    (part
        (StartupFn ?Application)
        (StartupFn ?System)))
QoSontology.kif 680-685 If X is an instance of automatic application, Y is an instance of software system, and X is a part of Y, then the startup of X is a part of the startup of Y


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners