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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Policy
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 Policy is a subclass of proposition

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


(subclass ChildrenPolicy Policy) Hotel.kif 2541-2541 Children policy is a subclass of policy
(subclass HousekeepingPolicy Policy) Hotel.kif 2648-2648 Housekeeping policy is a subclass of policy
(subclass PetPolicy Policy) Hotel.kif 2518-2518 Pet policy is a subclass of policy
(subclass SmokingPolicy Policy) Hotel.kif 2495-2495 Smoking policy is a subclass of policy
(termFormat EnglishLanguage Policy "policy") Mid-level-ontology.kif 29084-29084 Smoking policy is a subclass of policy

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


(domain allRoomsPolicy 2 Policy) Hotel.kif 231-231 The number 2 argument of room policy in all rooms is an instance of policy
(domain policyLocationCoverage 1 Policy) Hotel.kif 2492-2492 The number 1 argument of policy location coverage is an instance of policy
(domain policyOwner 2 Policy) Mid-level-ontology.kif 29099-29099 The number 2 argument of policy owner is an instance of policy
(domain pricePolicy 2 Policy) Catalog.kif 257-257 The number 2 argument of rate policy is an instance of policy
(domain propertyPolicy 2 Policy) Hotel.kif 617-617 The number 2 argument of property policy is an instance of policy
(domain roomPolicy 2 Policy) Hotel.kif 446-446 The number 2 argument of room policy is an instance of policy
(domain someRoomsPolicy 2 Policy) Hotel.kif 246-246 The number 2 argument of room policy in all rooms is an instance of policy
(domainSubclass policyInclusion 2 Policy) Hotel.kif 2802-2802 The number 2 argument of policy inclusion is a subclass of policy

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