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


KB Term:  Term intersection
English Word: 

Sigma KEE - TurndownService
TurndownService(turndown service)

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


(subclass TurndownService ServiceProcess) Hotel.kif 1966-1966 Turndown service is a subclass of service
(documentation TurndownService EnglishLanguage "TurndownService refers to a ServiceProcess wherein a Bed is prepared for Sleeping by Folding the bed linen") Hotel.kif 1967-1968 Turndown service is a subclass of service

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


(termFormat EnglishLanguage TurndownService "turndown service") Hotel.kif 1969-1969

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


(=>
    (instance ?X TurndownService)
    (exists (?FOLD ?BED ?SHEET)
        (and
            (instance ?FOLD Folding)
            (instance ?SHEET BedLinen)
            (instance ?BED Bed)
            (located ?SHEET ?BED)
            (patient ?FOLD ?SHEET)
            (subProcess ?FOLD ?X))))
Hotel.kif 1971-1980 If X is an instance of turndown service, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of folding (3) W is an instance of bed linen (4) Z is an instance of bed (5) W is located at Z (6) W is a patient of Y (7) Y is a subprocess of X


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