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 3459-3463
(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 3458-3458 陆地车辆车辆subclass

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


(subclass AMEV LandVehicle) MilitaryDevices.kif 2129-2129 AMEV陆地车辆subclass
(subclass APC LandVehicle) MilitaryDevices.kif 1573-1573 APC陆地车辆subclass
(subclass AllTerrainVehicle LandVehicle) Cars.kif 4746-4746 AllTerrainVehicle陆地车辆subclass
(subclass AmphibiousVehicle LandVehicle) MilitaryDevices.kif 2019-2019 两栖车辆陆地车辆subclass
(subclass Cycle LandVehicle) Transportation.kif 1923-1923 周期陆地车辆subclass
(subclass FourWheelDriveVehicle LandVehicle) Cars.kif 4568-4568 FourWheelDriveVehicle陆地车辆subclass
(subclass RailVehicle LandVehicle) Transportation.kif 2033-2033 铁路车辆陆地车辆subclass
(subclass RoadVehicle LandVehicle) Mid-level-ontology.kif 3501-3501 公路车辆陆地车辆subclass
(subclass Scooter LandVehicle) Transportation.kif 1944-1944 摩托车陆地车辆subclass
(subclass TwoWheelDriveVehicle LandVehicle) Cars.kif 4591-4591 TwoWheelDriveVehicle陆地车辆subclass
(subclass Wagon LandVehicle) Transportation.kif 1846-1846 车皮陆地车辆subclass
(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 17807-17809
(=>
    (instance ?VEHICLE LandVehicle)
    (exists (?WHEEL)
        (and
            (instance ?WHEEL Wheel)
            (part ?WHEEL ?VEHICLE))))
Mid-level-ontology.kif 3370-3375
(=>
    (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 3465-3474

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 17798-17805
(=>
    (instance ?SERVICE LandTransportationService)
    (exists (?LAND ?VEHICLE)
        (and
            (instance ?LAND LandTransportation)
            (instance ?VEHICLE LandVehicle)
            (instrument ?LAND ?VEHICLE)
            (subProcess ?LAND ?SERVICE))))
Transportation.kif 3424-3431
(=>
    (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 22274-22282


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