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



KB Term:  Term intersection
English Word: 

  MusicContest

Sigma KEE - MusicContest
MusicContest(music contest)

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


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

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


(termFormat EnglishLanguage MusicContest "music contest") Music.kif 1007-1007
(subclass SingingContest MusicContest) Music.kif 1024-1024 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 If X is an instance of music contest, then there exists Y such that Y is an instance of judging, Z Z participates in Xthere exists W such that Z is an agent of W, W is an instance of making music, W is a subprocess of X, and W is a patient of Y


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners