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

Formal Language: 


KB Term:  Term intersection
English Word: 

  ContestFn

Sigma KEE - ContestFn
ContestFn

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


(documentation ContestFn EnglishLanguage "(ContestFn ?CONTEST ?TI) is a BinaryFunction that returns an instance of Contest that occured during TimePoint ?TI") Music.kif 1045-1046
(domain ContestFn 2 TimeInterval) Music.kif 1050-1050 The number 2 argument of contest function is an instance of time interval
(domainSubclass ContestFn 1 Contest) Music.kif 1049-1049 The number 1 argument of contest function is a subclass of contest
(instance ContestFn BinaryFunction) Music.kif 1044-1044 Contest function is an instance of binary function
(range ContestFn Contest) Music.kif 1051-1051 The range of contest function is an instance of contest

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


(format ChineseLanguage ContestFn "occurred 在 %2 的 %1 ") domainEnglishFormat.kif 3082-3082
(format ChineseTraditionalLanguage ContestFn "occurred 在 %2 的 %1 ") domainEnglishFormat.kif 3081-3081
(format EnglishLanguage ContestFn "the %1 that occurred at %2") domainEnglishFormat.kif 3080-3080
(termFormat EnglishLanguage ContestFn "contest function") Music.kif 1047-1047

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


(=>
    (equal ?C
        (ContestFn ?CONTEST ?TI))
    (and
        (instance ?C ?CONTEST)
        (during
            (WhenFn ?C) ?TI)))
Music.kif 1053-1057


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 is open source software produced by Articulate Software and its partners