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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - MakingInstrumentalMusic
MakingInstrumentalMusic(器乐)

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


(documentation MakingInstrumentalMusic ChineseLanguage "MakingInstrumentalMusic 是一种 MakingMusic,它通过某种 MusicalInstrument 来制作音乐。") chinese_format.kif 1404-1405
(documentation MakingInstrumentalMusic EnglishLanguage "MakingInstrumentalMusic is a type of MakingMusic which is produced using some kind of MusicalInstrument") Merge.kif 13859-13860
(subclass MakingInstrumentalMusic MakingMusic) Merge.kif 13858-13858 器乐制作音乐subclass

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


(partition MakingMusic MakingInstrumentalMusic MakingVocalMusic) Merge.kif 13857-13857 制作音乐 详尽无遗地 partition器乐唱歌
(rangeSubclass PlayingInstrumentFn MakingInstrumentalMusic) Music.kif 831-831 PlayingInstrumentFn 的所得值 是 器乐subclass
(subclass Drumming MakingInstrumentalMusic) Music.kif 1365-1365 鼓声器乐subclass
(termFormat ChineseLanguage MakingInstrumentalMusic "器乐") chinese_format.kif 1407-1407 鼓声器乐subclass
(termFormat EnglishLanguage MakingInstrumentalMusic "instrumental music") english_format.kif 1851-1851 鼓声器乐subclass

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


(=>
    (and
        (instance ?WI WindInstrument)
        (instance ?M MakingInstrumentalMusic)
        (agent ?M ?A)
        (instrument ?M ?WI))
    (exists (?B)
        (and
            (instance ?B Exhaling)
            (agent ?B ?A)
            (subProcess ?B ?M))))
Music.kif 1205-1215
(=>
    (instance ?M MakingInstrumentalMusic)
    (exists (?I)
        (and
            (instance ?I MusicalInstrument)
            (instrument ?M ?I))))
Merge.kif 13862-13867

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


(=>
    (and
        (musicGenre ?MR Acapella)
        (record ?MR ?MM))
    (not
        (exists (?MI)
            (and
                (instance ?MI MakingInstrumentalMusic)
                (subProcess ?MI ?MM)))))
Music.kif 526-534
(=>
    (instance ?GRP MarchingBand)
    (exists (?P)
        (and
            (hasSkill MakingInstrumentalMusic ?P)
            (member ?P ?GRP))))
Music.kif 978-983
(=>
    (instance ?ORCHESTRA Orchestra)
    (hasPurpose ?ORCHESTRA
        (exists (?MUSIC)
            (and
                (instance ?MUSIC MakingInstrumentalMusic)
                (agent ?MUSIC ?ORCHESTRA)))))
Mid-level-ontology.kif 20106-20112


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