![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
LandTransportation
|
|
|
| appearance as argument number 1 |
|
|
| (subclass LandTransportation Transportation) | Mid-level-ontology.kif 19687-19687 | Land transportation is a subclass of transportation |
| (documentation LandTransportation EnglishLanguage "Any instance of Transportation where the instrument is a LandVehicle.") | Mid-level-ontology.kif 19688-19689 | Land transportation is a subclass of transportation |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?LAND LandTransportation) (exists (?CRAFT ?AREA) (and (instance ?CRAFT LandVehicle) (instance ?AREA LandArea) (instrument ?LAND ?CRAFT) (located ?CRAFT ?AREA)))) |
Mid-level-ontology.kif 19691-19698 | If X is an instance of land transportation, then there exist Y, Z such that Y is an instance of land vehicle, Z is an instance of land area, Y is an instrument for X, and Y is located at Z |
| (=> (and (instance ?T LandTransportation) (path ?T ?P)) (instance ?P LandTransitway)) |
Mid-level-ontology.kif 19704-19708 | If X is an instance of land transportation and Y is path along which X occurs, then Y is an instance of land transitway |
| consequent |
|
|
| (=> (instance ?VEHICLE LandVehicle) (capability LandTransportation instrument ?VEHICLE)) |
Mid-level-ontology.kif 19700-19702 | If X is an instance of land vehicle, then X is capable of doing land transportation as a instrument |
| (=> (instance ?SERVICE LandTransportationService) (exists (?LAND ?VEHICLE) (and (instance ?LAND LandTransportation) (instance ?VEHICLE LandVehicle) (instrument ?LAND ?VEHICLE) (subProcess ?LAND ?SERVICE)))) |
Transportation.kif 5055-5062 | If X is an instance of Land Transportation Service, then there exist Y, Z such that Y is an instance of land transportation, Z is an instance of land vehicle, Z is an instrument for Y, and Y is a subprocess of X |