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


KB Term:  Term intersection
English Word: 

Sigma KEE - SoftwarePackage
SoftwarePackage(software package)

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


(subclass SoftwarePackage Software) ComputerInput.kif 831-831 Software package is a subclass of software
(documentation SoftwarePackage EnglishLanguage "A SoftwarePackage is a set of ComputerPrograms and DataFiles that operate together to enable various ComputerUser activities.") ComputerInput.kif 832-833 Software package is a subclass of software

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


(termFormat EnglishLanguage SoftwarePackage "software package") domainEnglishFormat.kif 65515-65515

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


(=>
    (instance ?PACK SoftwarePackage)
    (exists (?PROGRAM)
        (and
            (instance ?PROGRAM ComputerProgram)
            (part ?PROGRAM ?PACK))))
ComputerInput.kif 835-840 If X is an instance of software package, then there exists Y such that Y is an instance of computer program and Y is a part of X
(=>
    (instance ?PACK SoftwarePackage)
    (exists (?FILE)
        (and
            (instance ?FILE ComputerFile)
            (part ?FILE ?PACK))))
ComputerInput.kif 842-847 If X is an instance of software package, then there exists Y such that Y is an instance of computer file and Y is a part of X


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



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