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

Formal Language: 



KB Term:  Term intersection
English Word: 

  coaches

Sigma KEE - coaches
coaches

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


(documentation coaches EnglishLanguage "(coaches ?COACH ?PLAYER) means that the Human ?COACH is the Coach of the Human ?PLAYER") Sports.kif 538-539
(domain coaches 1 Human) Sports.kif 536-536 The number 1 argument of coaches is an instance of human
(domain coaches 2 Human) Sports.kif 537-537 The number 2 argument of coaches is an instance of human
(instance coaches BinaryPredicate) Sports.kif 535-535 coaches is an instance of binary predicate

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


(format ChineseLanguage coaches "%1 coaches %2 ") domainEnglishFormat.kif 3014-3014
(format ChineseTraditionalLanguage coaches "%1 coaches %2 ") domainEnglishFormat.kif 3013-3013
(format EnglishLanguage coaches "%1 coaches %2") domainEnglishFormat.kif 3012-3012
(termFormat EnglishLanguage coaches "coaches") Sports.kif 540-540

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


(=>
    (coaches ?COACH ?PLAYER)
    (and
        (attribute ?COACH Coach)
        (exists (?GAME ?EDUCATION)
            (and
                (instance ?GAME Game)
                (instance ?EDUCATION EducationalProcess)
                (agent ?EDUCATION ?COACH)
                (patient ?EDUCATION ?PLAYER)
                (refers ?EDUCATION ?GAME)))))
Sports.kif 541-551


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