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 Policy命题subclass

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


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

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


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

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