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


KB Term:  Term intersection
English Word: 

Sigma KEE - LandTransportation
LandTransportation(land transportation)chariot, haul, rail, roll, sled, sleigh, snowmobile, train, wheel

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
-------------------------


(subclass TransportViaRoadVehicle LandTransportation) Mid-level-ontology.kif 19711-19711 Transport via a road vehicle is a subclass of land transportation
(subclass Cycling LandTransportation) Transportation.kif 2086-2086 Cycling is a subclass of land transportation
(termFormat EnglishLanguage LandTransportation "land transportation") domainEnglishFormat.kif 33297-33297 Cycling is a subclass of land transportation
(termFormat ChineseTraditionalLanguage LandTransportation "陸運") domainEnglishFormat.kif 33298-33298 Cycling is a subclass of land transportation
(termFormat ChineseLanguage LandTransportation "陆运") domainEnglishFormat.kif 33299-33299 Cycling is a subclass of land transportation

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


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners