![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
FlagOfficerRank
|
|
|
| appearance as argument number 1 |
|
|
| (instance UniDirectionalTraffic NormativeAttribute) | Transportation.kif 3811-3811 | Unidirectional traffic is an instance of normative attribute |
| (documentation UniDirectionalTraffic EnglishLanguage "UniDirectionalTraffic is a NormativeAttribute. A Transitway is UniDirectionalTraffic when it either facilitating only one_way traffic, or designed to direct Vehicles to move in one direction only.The condition holds when a government or an authority confers prohibition for two way traffic.[Wikipedia]") | Transportation.kif 3812-3816 | Unidirectional traffic is an instance of normative attribute |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (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 |