![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| 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 29776-29778 | |
| (subclass Policy Proposition) | Mid-level-ontology.kif 29781-29781 | Policy is a subclass of proposition |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| antecedent |
|
|
| (=> (instance ?POLICY Policy) (exists (?ORG) (policyOwner ?ORG ?POLICY))) |
Mid-level-ontology.kif 29783-29786 | If X is an instance of policy, then there exists Y such that Y enacts policy X |
| consequent |
|
|
| (=> (and (instance ?W Transitway) (attribute ?W BiDirectionalTraffic)) (exists (?P) (and (instance ?P Policy) (confersNorm (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 ?P)))) |
Transportation.kif 3785-3809 | If X is an instance of transitway and bidirectional traffic is an attribute of X, then All of the following hold: (1) there exists Y such that Y is an instance of policy (2) there exist Z, W (3) V such that Z is an instance of transportation (4) X is path along which Z occurs (5) W is an instance of geographic area (6) Z originates at W (7) V is an instance of geographic area (8) Z ends up at V (9) there exists U such that U is an instance of transportation (10) X is path along which U occurs (11) Z originates at V (12) Z ends up at W (13) equal Z (14) U holds during the time of existence of Z confers norm permission for Y |
| (=> (and (instance ?W Transitway) (attribute ?W UniDirectionalTraffic)) (exists (?P) (and (instance ?P Policy) (confersNorm (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 ?P)))) |
Transportation.kif 3818-3842 | If X is an instance of transitway and unidirectional traffic is an attribute of X, then All of the following hold: (1) there exists Y such that Y is an instance of policy (2) there exist Z, W (3) V such that Z is an instance of transportation (4) X is path along which Z occurs (5) W is an instance of geographic area (6) Z originates at W (7) V is an instance of geographic area (8) Z ends up at V (9) there exists U such that U is an instance of transportation (10) X is path along which U occurs (11) Z originates at V (12) Z ends up at W (13) equal Z (14) U holds during the time of existence of Z confers norm prohibition for Y |
| (=> (instance ?AP AdoptingPolicy) (exists (?PROP) (and (instance ?PROP Policy) (result ?AP ?PROP)))) |
TravelPolicies.kif 239-244 | If X is an instance of AdoptingPolicy, then there exists Y such that Y is an instance of policy and Y is a result of X |
| (=> (instance ?DOC PolicyDocument) (exists (?PROP) (and (containsInformation ?DOC ?PROP) (property ?PROP Policy)))) |
TravelPolicies.kif 278-283 | If X is an instance of policy document, then there exists Y such that X contains information Y and Y the attribute policy |
| (=> (instance ?OOP OutOfPolicyAccom) (exists (?ORG ?POL ?PROP1 ?PROP2) (and (instance ?ORG Organization) (instance ?POL Policy) (policyOwner ?ORG ?POL) (containsFormula ?POL ?PROP1) (containsFormula ?OOP ?PROP2) (not (consistent ?PROP1 ?PROP2))))) |
TravelPolicies.kif 1329-1339 | If X is an instance of OutOfPolicyAccom, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that Y is an instance of organization (3) Z is an instance of policy (4) Y enacts policy Z (5) Z contains the formula W (6) X contains the formula V (7) V is not a consistent of W |