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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Singing
Singing(singing)

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


(documentation Singing ChineseLanguage "Singing 是一种 MakingVocalMusic,当中歌手唱出歌词。 这个和 MakingVocalMusic 的其他形式如哼声或拟声吟唱或节奏口技等所不同的地方在于,其他这些形式的表演用 声带制作没有歌词的音乐。") chinese_format.kif 1412-1414
(documentation Singing EnglishLanguage "Singing is a type of MakingVocalMusic wherein words are produced by the singer. This is different from other forms of MakingVocalMusic such as humming or scatting or beatboxing, where the vocal cords are used to create the music but no words are formed.") Merge.kif 13777-13780
(externalImage Singing "http://upload.wikimedia.org/wikipedia/commons/8/ 80/ Patti_Smith_performing_in_Finland%2C_2007.jpg") pictureList.kif 6860-6860
(externalImage Singing "http://upload.wikimedia.org/wikipedia/commons/c/ c2/ Harry_Belafonte_singing_1954.jpg") pictureList.kif 7867-7867
(subclass Singing MakingVocalMusic) Merge.kif 13776-13776 Singing is a subclass of singing

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


(termFormat ChineseLanguage Singing "唱歌") domainEnglishFormat.kif 53196-53196
(termFormat ChineseTraditionalLanguage Singing "唱歌") domainEnglishFormat.kif 53195-53195
(termFormat EnglishLanguage Singing "singing") domainEnglishFormat.kif 53194-53194

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


(=>
    (instance ?S Singing)
    (exists (?W)
        (and
            (patient ?S ?W)
            (instance ?W Word))))
Merge.kif 13782-13787

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


(=>
    (and
        (instance ?MC MusicalComposition)
        (realization ?MC ?MUSIC))
    (not
        (exists (?LC ?V)
            (and
                (instance ?V Singing)
                (patient ?V ?LC)
                (instance ?LC LyricalContent)
                (subProcess ?V ?MUSIC)))))
Mid-level-ontology.kif 13970-13980
(=>
    (and
        (instance ?MUSIC MakingVocalMusic)
        (agent ?MUSIC ?GROUP)
        (instance ?GROUP Choir)
        (holdsDuring ?MUSIC
            (member ?MEM ?GROUP)))
    (exists (?SING)
        (and
            (instance ?SING Singing)
            (subProcess ?SING ?MUSIC)
            (agent ?SING ?MEM))))
Media.kif 1807-1817
(=>
    (and
        (instance ?S Song)
        (realization ?S ?MUSIC))
    (exists (?MM ?MV ?LC ?MC)
        (and
            (instance ?MM MakingMusic)
            (instance ?MV Singing)
            (instance ?LC LyricalContent)
            (instance ?MC MusicalComposition)
            (patient ?MM ?MC)
            (patient ?MV ?LC)
            (subProcess ?MM ?MUSIC)
            (subProcess ?MV ?MUSIC))))
Mid-level-ontology.kif 13989-14002
(=>
    (attribute ?PERSON SoloSinger)
    (hasSkill Singing ?PERSON))
Music.kif 1438-1440
(=>
    (instance ?CONTEST SingingContest)
    (exists (?J)
        (and
            (instance ?J Judging)
            (forall (?A)
                (=>
                    (contestParticipant ?CONTEST ?A)
                    (exists (?MV)
                        (and
                            (agent ?MV ?A)
                            (instance ?MV Singing)
                            (subProcess ?MV ?CONTEST)
                            (patient ?J ?MV))))))))
Music.kif 1027-1040
(=>
    (instance ?LYRIC Lyrics)
    (hasPurpose ?LYRIC
        (exists (?SING)
            (and
                (instance ?SING Singing)
                (patient ?SING ?LYRIC)))))
Mid-level-ontology.kif 690-696
(=>
    (instance ?X LyricalContent)
    (hasPurpose ?X
        (exists (?S)
            (and
                (instance ?S Singing)
                (patient ?S ?X)))))
Mid-level-ontology.kif 14012-14018


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