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

Formal Language: 


KB Term:  Term intersection
English Word: 

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 881-884
(domain RemixFn 1 MusicRecording) Music.kif 887-887 RemixFn の数値 1 引数は MusicRecordinginstance では
(domain RemixFn 2 CognitiveAgent) Music.kif 888-888 RemixFn の数値 2 引数は 認識エージェントinstance では
(instance RemixFn BinaryFunction) Music.kif 880-880 RemixFn2変数関数instance では
(range RemixFn MusicRecording) Music.kif 889-889 RemixFnrangeMusicRecording のインスタンス では

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


(format ChineseLanguage RemixFn "%1 的 remix 由 %2 ") domainEnglishFormat.kif 4382-4382
(format ChineseTraditionalLanguage RemixFn "%1 的 remix 由 %2 ") domainEnglishFormat.kif 4381-4381
(format EnglishLanguage RemixFn "the remix of %1 by %2") domainEnglishFormat.kif 4380-4380
(termFormat EnglishLanguage RemixFn "remix function") Music.kif 885-885

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 891-900

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


(=>
    (and
        (attribute ?M RemixRecording)
        (instance ?M MusicRecording))
    (exists (?O ?A)
        (equal ?M
            (RemixFn ?O ?A))))
Music.kif 446-451


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