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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SoftwareFile
SoftwareFile(software file)

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


(documentation SoftwareFile EnglishLanguage "An instance of SoftwareFile is a ComputerFile that contains information (containsInformation) which constitutes (instantiates) a ComputerProgram.") Media.kif 1515-1518
(subclass SoftwareFile ComputerFile) Media.kif 1519-1519 Software file is a subclass of computer file

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


(termFormat EnglishLanguage SoftwareFile "software file") domainEnglishFormat.kif 65511-65511

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


(=>
    (instance ?FILE SoftwareFile)
    (exists (?PROGRAM ?SUBPROGRAM)
        (and
            (instance ?PROGRAM ComputerProgram)
            (subsumesContentInstance ?PROGRAM ?SUBPROGRAM)
            (containsInformation ?FILE ?SUBPROGRAM))))
Media.kif 1534-1540

consequent
-------------------------


(=>
    (instance ?ACT DownloadingSoftware)
    (exists (?FILE)
        (and
            (patient ?ACT ?FILE)
            (instance ?FILE SoftwareFile))))
ComputerInput.kif 2706-2711
(=>
    (instance ?SOFTWARE SoftwareSystem)
    (exists (?FILE)
        (and
            (instance ?FILE SoftwareFile)
            (component ?FILE ?SOFTWARE))))
Media.kif 1521-1526


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 is open source software produced by Articulate Software and its partners