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

Formal Language: 



KB Term:  Term intersection
English Word: 

  WithHousekeepingPolicy

Sigma KEE - WithHousekeepingPolicy
WithHousekeepingPolicy

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


(documentation WithHousekeepingPolicy EnglishLanguage "WithHousekeepingPolicy means that RoomCleaning is not done for the duration of a guest stay at a TravelerAccommodation") Hotel.kif 2700-2701
(subclass WithHousekeepingPolicy HousekeepingPolicy) Hotel.kif 2699-2699

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


(termFormat EnglishLanguage WithHousekeepingPolicy "with housekeeping") Hotel.kif 2702-2702

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


(=>
    (and
        (instance ?POLICY WithHousekeepingPolicy)
        (policyOwner ?AGENT ?POLICY)
        (attribute ?AGENT TravelerAccommodation))
    (modalAttribute
        (exists (?GUEST ?ROOM)
            (and
                (guest ?GUEST ?AGENT)
                (holdsDuring
                    (WhenFn
                        (stays ?GUEST ?ROOM))
                    (exists (?CLEAN)
                        (and
                            (instance ?CLEAN RoomCleaningService)
                            (patient ?CLEAN ?ROOM)))))) Likely))
Hotel.kif 2704-2719


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