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

Formal Language: 



KB Term:  Term intersection
English Word: 

  freeRoomAmenity

Sigma KEE - freeRoomAmenity
freeRoomAmenity

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


(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
(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
(instance freeRoomAmenity BinaryPredicate) Hotel.kif 335-335 free room amenity is an instance of binary predicate
(subrelation freeRoomAmenity roomAmenity) Hotel.kif 334-334 free room amenity is a subrelation of room amenity

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


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

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


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