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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 550-551
(domain coaches 1 Human) Sports.kif 548-548 The number 1 argument of coaches is an instance of human
(domain coaches 2 Human) Sports.kif 549-549 The number 2 argument of coaches is an instance of human
(instance coaches BinaryPredicate) Sports.kif 547-547 coaches is an instance of binary predicate

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


(format ChineseLanguage coaches "%1 coaches %2 ") domainEnglishFormat.kif 3010-3010
(format ChineseTraditionalLanguage coaches "%1 coaches %2 ") domainEnglishFormat.kif 3009-3009
(format EnglishLanguage coaches "%1 coaches %2") domainEnglishFormat.kif 3008-3008
(termFormat EnglishLanguage coaches "coaches") Sports.kif 552-552

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 553-563


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