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

Formal Language: 



KB Term:  Term intersection
English Word: 

  RemixFn

Sigma KEE - RemixFn
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 RemixFn 的 1 数量 是 音乐录音instance
(domain RemixFn 2 CognitiveAgent) Music.kif 886-886 RemixFn 的 2 数量 是 有认知的主事instance
(instance RemixFn BinaryFunction) Music.kif 878-878 RemixFn二元函数instance
(range RemixFn MusicRecording) Music.kif 887-887 RemixFnrange音乐录音 的实例

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


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