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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - MusicContest
MusicContest(music contest)

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


(documentation MusicContest EnglishLanguage "MusicContest is a type of Contest where some Judging is made on a MakingMusic instance.") Music.kif 1005-1006
(subclass MusicContest Contest) Music.kif 1004-1004 Music contest is a subclass of contest

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


(subclass SingingContest MusicContest) Music.kif 1024-1024 Singing contest is a subclass of music contest
(termFormat EnglishLanguage MusicContest "music contest") Music.kif 1007-1007 Singing contest is a subclass of music contest

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


(=>
    (instance ?CONTEST MusicContest)
    (exists (?J)
        (and
            (instance ?J Judging)
            (forall (?A)
                (=>
                    (contestParticipant ?CONTEST ?A)
                    (exists (?MM)
                        (and
                            (agent ?MM ?A)
                            (instance ?MM MakingMusic)
                            (subProcess ?MM ?CONTEST)
                            (patient ?J ?MM))))))))
Music.kif 1009-1022


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