RemixFn |
appearance as argument number 1 |
(documentation RemixFn EnglishLanguage "The function (RemixFn ?M ?A) returns a MusicRecording instance where an CognitiveAgent ?A does something to a MusicRecording ?M that alters its arrangement, beat, tempo, etc, but still makes ?M recognizable to those listening to it.") | Music.kif 879-882 | |
(domain RemixFn 1 MusicRecording) | Music.kif 885-885 | The number 1 argument of remix function is an instance of music recording |
(domain RemixFn 2 CognitiveAgent) | Music.kif 886-886 | The number 2 argument of remix function is an instance of cognitive agent |
(instance RemixFn BinaryFunction) | Music.kif 878-878 | Remix function is an instance of binary function |
(range RemixFn MusicRecording) | Music.kif 887-887 | The range of remix function is an instance of music recording |
appearance as argument number 2 |
(format ChineseLanguage RemixFn "%1 的 remix 由 %2 ") | domainEnglishFormat.kif 4378-4378 | |
(format ChineseTraditionalLanguage RemixFn "%1 的 remix 由 %2 ") | domainEnglishFormat.kif 4377-4377 | |
(format EnglishLanguage RemixFn "the remix of %1 by %2") | domainEnglishFormat.kif 4376-4376 | |
(termFormat EnglishLanguage RemixFn "remix function") | Music.kif 883-883 |
antecedent |
(=> (equal ?S (RemixFn ?M ?A)) (exists (?P) (and (instance ?P IntentionalProcess) (patient ?P ?M) (agent ?P ?A) (result ?P ?S) (not (equal ?S ?M)) (not (copy ?S ?M))))) |
Music.kif 889-898 |
|
consequent |
(=> (and (attribute ?M RemixRecording) (instance ?M MusicRecording)) (exists (?O ?A) (equal ?M (RemixFn ?O ?A)))) |
Music.kif 444-449 |
|