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

Formal Language: 



KB Term:  Term intersection
English Word: 

  freeFunctionRoomAmenity

Sigma KEE - freeFunctionRoomAmenity
freeFunctionRoomAmenity

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


(documentation freeFunctionRoomAmenity EnglishLanguage "(freeFunctionRoomAmenity ?RM ?PHY) means that the use of ?PHY provided by TravelerAccommodation to customers renting HotelFunctionRoom does not incur charges") Hotel.kif 836-838
(instance freeFunctionRoomAmenity BinaryPredicate) Hotel.kif 835-835
(subrelation freeFunctionRoomAmenity functionRoomAmenity) Hotel.kif 834-834

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


(format ChineseLanguage freeFunctionRoomAmenity "%2 是 free 对于顾客出租 %1 ") domainEnglishFormat.kif 3490-3490
(format ChineseTraditionalLanguage freeFunctionRoomAmenity "%2 是 free 對於顧客出租 %1 ") domainEnglishFormat.kif 3489-3489
(format EnglishLanguage freeFunctionRoomAmenity "%2 is free for customers renting %1") domainEnglishFormat.kif 3488-3488
(termFormat EnglishLanguage freeFunctionRoomAmenity "free function room amenity") Hotel.kif 839-839

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


(=>
    (and
        (freeFunctionRoomAmenity ?FR ?PHYS)
        (instance ?RM ?FR)
        (element ?RM
            (PropertyFn ?AGENT))
        (instance ?R Renting)
        (patient ?R ?RM)
        (destination ?R ?CUST)
        (instance ?X ?PHYS)
        (possesses ?AGENT ?X)
        (customer ?CUST ?AGENT)
        (or
            (and
                (instance ?X Process)
                (or
                    (agent ?X ?CUST)
                    (experiencer ?X ?CUST)))
            (and
                (possesses ?AGENT ?X)
                (instance ?X Object)
                (uses ?X ?CUST))))
    (price ?X
        (MeasureFn 0 UnitedStatesDollar) ?AGENT))
Hotel.kif 841-862


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