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



KB Term:  Term intersection
English Word: 

  DownloadingNonAudioVideoImageUserFile

Sigma KEE - DownloadingNonAudioVideoImageUserFile
DownloadingNonAudioVideoImageUserFile(downloading non audio video image user file)

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


(subclass DownloadingNonAudioVideoImageUserFile DownloadingUserFile) ComputerInput.kif 2771-2771 Downloading non audio video image user file is a subclass of downloading user file
(documentation DownloadingNonAudioVideoImageUserFile EnglishLanguage "DownloadingNonAudioVideoImageUserFile is those instances of NetworkCommunication in which an ComputerFile that isn't an AudioFile, MultimediaFile, or ImageFile is downloaded to a user's local computer from another ComputerSystem on a network.") ComputerInput.kif 2772-2775 Downloading non audio video image user file is a subclass of downloading user file

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


(termFormat EnglishLanguage DownloadingNonAudioVideoImageUserFile "downloading non audio video image user file") domainEnglishFormat.kif 64786-64786

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


(=>
    (and
        (instance ?ACT DownloadingNonAudioVideoImageUserFile)
        (patient ?ACT ?FILE)
        (instance ?FILE ComputerFile))
    (and
        (not
            (instance ?FILE ImageFile))
        (not
            (instance ?FILE AudioFile))
        (not
            (instance ?FILE MultimediaFile))))
ComputerInput.kif 2777-2788 If X is an instance of downloading non audio video image user file, Y is a patient of X, and Y is an instance of computer file, then Y is not an instance of image file, Y is not an instance of audio file, and Y is not an instance of multimedia file


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