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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - SmokingPolicy
SmokingPolicy

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


(documentation SmokingPolicy EnglishLanguage "SmokingPolicy refers to a policy that indicates how Smoking is or is not allowed within a certain location") Hotel.kif 2496-2497
(subclass SmokingPolicy Policy) Hotel.kif 2495-2495

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


(subclass NoSmokingPolicy SmokingPolicy) Hotel.kif 2599-2599
(subclass SmokingAllowedPolicy SmokingPolicy) Hotel.kif 2616-2616
(termFormat EnglishLanguage SmokingPolicy "smoking policy") Hotel.kif 2498-2498

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


(=>
    (and
        (instance ?POLICY SmokingPolicy)
        (policyLocationCoverage ?POLICY ?LOC))
    (or
        (containsInformation ?POLICY
            (modalAttribute
                (exists (?SMOKE1)
                    (and
                        (instance ?SMOKE1 Smoking)
                        (located ?SMOKE1 ?LOC))) Permission))
        (containsInformation ?POLICY
            (modalAttribute
                (exists (?SMOKE2)
                    (and
                        (instance ?SMOKE2 Smoking)
                        (located ?SMOKE2 ?LOC))) Prohibition))))
Hotel.kif 2500-2516


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 is open source software produced by Articulate Software and its partners