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



KB Term:  Term intersection
English Word: 

  freeRoomAmenity

Sigma KEE - freeRoomAmenity
freeRoomAmenity

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


(subrelation freeRoomAmenity roomAmenity) Hotel.kif 334-334 free room amenity is a subrelation of room amenity
(instance freeRoomAmenity BinaryPredicate) Hotel.kif 335-335 free room amenity is an instance of binary predicate
(domainSubclass freeRoomAmenity 1 HotelUnit) Hotel.kif 336-336 The number 1 argument of free room amenity is a subclass of hotel unit
(domainSubclass freeRoomAmenity 2 Physical) Hotel.kif 337-337 The number 2 argument of free room amenity is a subclass of physical
(documentation freeRoomAmenity EnglishLanguage "(freeRoomAmenity ?ROOM ?PHYS) means that there is no price associated with the use of an object or the rendering of a service") Hotel.kif 338-340 The number 2 argument of free room amenity is a subclass of physical

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


(termFormat EnglishLanguage freeRoomAmenity "free room amenity") Hotel.kif 341-341
(format EnglishLanguage freeRoomAmenity "use of %2 is free for %1") domainEnglishFormat.kif 3494-3494
(format ChineseTraditionalLanguage freeRoomAmenity "%2 的使用對於 %1 是免費") domainEnglishFormat.kif 3495-3495
(format ChineseLanguage freeRoomAmenity "%2 的使用是对于 %1 免费") domainEnglishFormat.kif 3496-3496

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


(=>
    (and
        (freeRoomAmenity ?ROOM ?OBJ)
        (subclass ?OBJ Object)
        (instance ?R ?ROOM)
        (stays ?GUEST ?R)
        (element ?R
            (PropertyFn ?HOTEL))
        (instance ?O ?OBJ)
        (located ?O ?R)
        (instance ?P Process)
        (agent ?P ?GUEST)
        (or
            (patient ?P ?O)
            (instrument ?P ?O)
            (resource ?P ?O)))
    (price ?O
        (MeasureFn 0 UnitedStatesDollar) ?GUEST))
Hotel.kif 346-361 If All of the following hold: (1) use of X is free for Y (2) X is a subclass of object (3) Z is an instance of Y (4) W stays at Z (5) Z is an element of belongings of V (6) U is an instance of X (7) U is located at Z (8) T is an instance of process (9) W is an agent of T (10) At least one of the following holds: (1) U is a patient of T (2) U is an instrument for T (3) U is a resource for T, then U is price 0 united states dollar(s) for W
(=>
    (and
        (freeRoomAmenity ?ROOM ?PROC)
        (subclass ?PROC Process)
        (instance ?R ?ROOM)
        (stays ?GUEST ?R)
        (element ?R
            (PropertyFn ?HOTEL))
        (patient ?P ?GUEST)
        (or
            (instance ?P ?PROC)
            (and
                (instance ?S ?PROC)
                (subProcess ?P ?S)))
        (located ?P ?R))
    (price ?P
        (MeasureFn 0.0 UnitedStatesDollar) ?GUEST))
Hotel.kif 364-378 If All of the following hold: (1) use of X is free for Y (2) X is a subclass of process (3) Z is an instance of Y (4) W stays at Z (5) Z is an element of belongings of V (6) W is a patient of U (7) U is an instance of X or T is an instance of X and U is a subprocess of T (8) U is located at Z, then U is price 0.0 united states dollar(s) for W


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners