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

Formal Language: 



KB Term:  Term intersection
English Word: 

  LandVehicle

Sigma KEE - LandVehicle
LandVehicle(陸地車輛)

appearance as argument number 1
-------------------------


(documentation LandVehicle EnglishLanguage "LandVehicle is the class of TransportationDevices that travel on land. The two main types of LandVehicle are RoadVehicle and RailVehicle. Note that this includes vehicles which travel on any solid surface, including a frozen body of water or snow.") Mid-level-ontology.kif 3466-3470
(externalImage LandVehicle "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 5/ 56/ 2002-2003_Land_Rover_Freelander.jpg/ 800px-2002-2003_Land_Rover_Freelander.jpg") pictureList.kif 1439-1439
(subclass LandVehicle Vehicle) Mid-level-ontology.kif 3465-3465 子類 陸地車輛 and 車輛

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


(subclass AMEV LandVehicle) MilitaryDevices.kif 2129-2129 子類 AMEV and 陸地車輛
(subclass APC LandVehicle) MilitaryDevices.kif 1573-1573 子類 APC and 陸地車輛
(subclass AllTerrainVehicle LandVehicle) Cars.kif 4761-4761 子類 AllTerrainVehicle and 陸地車輛
(subclass AmphibiousVehicle LandVehicle) MilitaryDevices.kif 2019-2019 子類 兩棲車輛 and 陸地車輛
(subclass Cycle LandVehicle) Transportation.kif 1923-1923 子類 週期 and 陸地車輛
(subclass FourWheelDriveVehicle LandVehicle) Cars.kif 4583-4583 子類 FourWheelDriveVehicle and 陸地車輛
(subclass RailVehicle LandVehicle) Transportation.kif 2033-2033 子類 鐵路車輛 and 陸地車輛
(subclass RoadVehicle LandVehicle) Mid-level-ontology.kif 3508-3508 子類 公路車輛 and 陸地車輛
(subclass Scooter LandVehicle) Transportation.kif 1944-1944 子類 摩托車 and 陸地車輛
(subclass TwoWheelDriveVehicle LandVehicle) Cars.kif 4606-4606 子類 TwoWheelDriveVehicle and 陸地車輛
(subclass Wagon LandVehicle) Transportation.kif 1846-1846 子類 車皮 and 陸地車輛
(termFormat ChineseLanguage LandVehicle "陆地车辆") domainEnglishFormat.kif 33301-33301
(termFormat ChineseTraditionalLanguage LandVehicle "陸地車輛") domainEnglishFormat.kif 33300-33300
(termFormat EnglishLanguage LandVehicle "land vehicle") domainEnglishFormat.kif 33299-33299

antecedent
-------------------------


(=>
    (instance ?VEHICLE LandVehicle)
    (capability LandTransportation instrument ?VEHICLE))
Mid-level-ontology.kif 17780-17782
(=>
    (instance ?VEHICLE LandVehicle)
    (exists (?WHEEL)
        (and
            (instance ?WHEEL Wheel)
            (part ?WHEEL ?VEHICLE))))
Mid-level-ontology.kif 3377-3382
(=>
    (instance ?X LandVehicle)
    (hasPurpose ?X
        (exists (?EV ?SURF)
            (and
                (surface ?SURF GeographicArea)
                (instance ?EV Transportation)
                (holdsDuring
                    (WhenFn ?EV)
                    (meetsSpatially ?X ?SURF))))))
Mid-level-ontology.kif 3472-3481

consequent
-------------------------


(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG TransitAndGroundPassengerTransportation))
    (exists (?EV ?MEM)
        (and
            (member ?MEM ?ORG)
            (agent ?MEM ?EV)
            (exists (?P)
                (and
                    (instance ?EV Selling)
                    (instance ?P Human)
                    (patient ?EV ?P)
                    (confersRight
                        (exists (?T ?V)
                            (and
                                (instance ?T Transportation)
                                (patient ?T ?P)
                                (possesses ?ORG ?V)
                                (instance ?V LandVehicle))) ?MEM ?P))))))
naics.kif 8344-8364
(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG TruckTransportation))
    (exists (?EV ?MEM)
        (and
            (member ?MEM ?ORG)
            (agent ?MEM ?EV)
            (exists (?P)
                (and
                    (instance ?EV Selling)
                    (instance ?P Human)
                    (patient ?EV ?P)
                    (confersRight
                        (exists (?T ?V ?OBJ)
                            (and
                                (instance ?T Transportation)
                                (possesses ?P ?OBJ)
                                (patient ?T ?OBJ)
                                (instance ?OBJ Object)
                                (possesses ?ORG ?V)
                                (instance ?V LandVehicle))) ?MEM ?P))))))
naics.kif 8253-8275
(=>
    (instance ?LAND LandTransportation)
    (exists (?CRAFT ?AREA)
        (and
            (instance ?CRAFT LandVehicle)
            (instance ?AREA LandArea)
            (instrument ?LAND ?CRAFT)
            (located ?CRAFT ?AREA))))
Mid-level-ontology.kif 17771-17778
(=>
    (instance ?SERVICE LandTransportationService)
    (exists (?LAND ?VEHICLE)
        (and
            (instance ?LAND LandTransportation)
            (instance ?VEHICLE LandVehicle)
            (instrument ?LAND ?VEHICLE)
            (subProcess ?LAND ?SERVICE))))
Transportation.kif 3372-3379
(=>
    (instance ?X Road)
    (hasPurpose ?X
        (exists (?EV ?VEH)
            (and
                (instance ?EV Transportation)
                (eventLocated ?EV ?X)
                (instance ?VEH LandVehicle)
                (instrument ?EV ?VEH)))))
Mid-level-ontology.kif 22222-22230


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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