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

Formal Language: 



KB Term:  Term intersection
English Word: 

  facility

Sigma KEE - facility
facility

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


(documentation facility EnglishLanguage "(facility ?AGENT ?OBJ) means that an ?AGENT provides some ?OBJ to fulfill some goal or need") Dining.kif 328-329
(domain facility 1 AutonomousAgent) Dining.kif 331-331
(domain facility 2 Object) Dining.kif 330-330
(instance facility BinaryPredicate) Dining.kif 327-327

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


(format ChineseLanguage facility "%1 provides %2 ") domainEnglishFormat.kif 3394-3394
(format ChineseTraditionalLanguage facility "%1 provides %2 ") domainEnglishFormat.kif 3393-3393
(format EnglishLanguage facility "%1 provides %2") domainEnglishFormat.kif 3392-3392
(termFormat EnglishLanguage facility "facility") Dining.kif 332-332

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


(=>
    (and
        (facility ?AGENT ?OBJ)
        (customer ?CUST ?AGENT)
        (instance ?X ?OBJ)
        (desires ?CUST
            (exists (?PROC)
                (and
                    (instance ?PROC IntentionalProcess)
                    (patient ?PROC ?X)
                    (agent ?PROC ?CUST)))))
    (modalAttribute
        (confersRight
            (uses ?X ?CUST) ?AGENT ?CUST) Possibility))
Dining.kif 336-350


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