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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 facility 的 1 数量 是 施事体instance
(domain facility 2 Object) Dining.kif 330-330 facility 的 2 数量 是 客体instance
(instance facility BinaryPredicate) Dining.kif 327-327 facility二元谓语instance

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