MusicalInterpretationFn |
appearance as argument number 1 |
(documentation MusicalInterpretationFn EnglishLanguage "The function (MusicalInterpretationFn ?A ?M ?T) returns an instance of MakingMusic that refers to a particular instance of MakingMusic by CognitiveAgent ?A of the realization of Music ?M during TimeInterval ?T.") | Music.kif 839-842 | |
(domain MusicalInterpretationFn 1 CognitiveAgent) | Music.kif 845-845 | The number 1 argument of musical interpretation is an instance of cognitive agent |
(domain MusicalInterpretationFn 2 Music) | Music.kif 846-846 | The number 2 argument of musical interpretation is an instance of music |
(domain MusicalInterpretationFn 3 TimeInterval) | Music.kif 847-847 | The number 3 argument of musical interpretation is an instance of time interval |
(instance MusicalInterpretationFn TernaryFunction) | Music.kif 838-838 | Musical interpretation is an instance of ternary function |
(range MusicalInterpretationFn MakingMusic) | Music.kif 848-848 | The range of musical interpretation is an instance of making music |
appearance as argument number 2 |
(format ChineseLanguage MusicalInterpretationFn "%2 的 interpretation 由 %1 在 %3 ") | domainEnglishFormat.kif 3912-3912 | |
(format ChineseTraditionalLanguage MusicalInterpretationFn "%2 的 interpretation 由 %1 在 %3 ") | domainEnglishFormat.kif 3911-3911 | |
(format EnglishLanguage MusicalInterpretationFn "the interpretation of %2 by %1 at %3") | domainEnglishFormat.kif 3910-3910 | |
(termFormat EnglishLanguage MusicalInterpretationFn "musical interpretation") | Music.kif 843-843 |
antecedent |
(=> (equal ?MM (MusicalInterpretationFn ?A ?M ?T)) (and (realization ?MM ?M) (equal ?T (WhenFn ?MM)) (agent ?MM ?A))) |
Music.kif 850-855 |
|