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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Policy
Policy

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


(documentation Policy EnglishLanguage "Policy is (the contents of) a type of Declaring created and enforced by an Organization such as a government or a business, which contains guiding principles or a plan or course of action adopted by that organization.") Mid-level-ontology.kif 29081-29083
(subclass Policy Proposition) Mid-level-ontology.kif 29086-29086

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


(subclass ChildrenPolicy Policy) Hotel.kif 2541-2541
(subclass HousekeepingPolicy Policy) Hotel.kif 2648-2648
(subclass PetPolicy Policy) Hotel.kif 2518-2518
(subclass SmokingPolicy Policy) Hotel.kif 2495-2495
(termFormat EnglishLanguage Policy "policy") Mid-level-ontology.kif 29084-29084

appearance as argument number 3
-------------------------


(domain allRoomsPolicy 2 Policy) Hotel.kif 231-231
(domain policyLocationCoverage 1 Policy) Hotel.kif 2492-2492
(domain policyOwner 2 Policy) Mid-level-ontology.kif 29099-29099
(domain pricePolicy 2 Policy) Catalog.kif 257-257
(domain propertyPolicy 2 Policy) Hotel.kif 617-617
(domain roomPolicy 2 Policy) Hotel.kif 446-446
(domain someRoomsPolicy 2 Policy) Hotel.kif 246-246
(domainSubclass policyInclusion 2 Policy) Hotel.kif 2802-2802

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


(=>
    (instance ?POLICY Policy)
    (exists (?ORG)
        (policyOwner ?ORG ?POLICY)))
Mid-level-ontology.kif 29088-29091

consequent
-------------------------


(=>
    (and
        (instance ?W Transitway)
        (attribute ?W BiDirectionalTraffic))
    (exists (?P)
        (and
            (instance ?P Policy)
            (confersNorm ?P
                (exists (?T1 ?A ?B)
                    (and
                        (instance ?T1 Transportation)
                        (path ?T1 ?W)
                        (instance ?A GeographicArea)
                        (origin ?T1 ?A)
                        (instance ?B GeographicArea)
                        (destination ?T1 ?B)
                        (holdsDuring
                            (WhenFn ?T1)
                            (exists (?T2)
                                (and
                                    (instance ?T2 Transportation)
                                    (path ?T2 ?W)
                                    (origin ?T1 ?B)
                                    (destination ?T1 ?A)
                                    (not
                                        (equal ?T1 ?T2))))))) Permission))))
Transportation.kif 3242-3266
(=>
    (and
        (instance ?W Transitway)
        (attribute ?W UniDirectionalTraffic))
    (exists (?P)
        (and
            (instance ?P Policy)
            (confersNorm ?P
                (exists (?T1 ?A ?B)
                    (and
                        (instance ?T1 Transportation)
                        (path ?T1 ?W)
                        (instance ?A GeographicArea)
                        (origin ?T1 ?A)
                        (instance ?B GeographicArea)
                        (destination ?T1 ?B)
                        (holdsDuring
                            (WhenFn ?T1)
                            (exists (?T2)
                                (and
                                    (instance ?T2 Transportation)
                                    (path ?T2 ?W)
                                    (origin ?T1 ?B)
                                    (destination ?T1 ?A)
                                    (not
                                        (equal ?T1 ?T2))))))) Prohibition))))
Transportation.kif 3275-3299


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