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


KB Term:  Term intersection
English Word: 

Sigma KEE - Fleet
Fleet(Fleet)Invincible_Armada, Spanish_Armada, armada, battle_fleet, fleet, flotilla, motor_pool

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


(subclass Fleet CollectionOfObjects) Mid-level-ontology.kif 4139-4139 Fleet is a subclass of collection
(documentation Fleet EnglishLanguage "A CollectionOfObjects of Vehicle") Mid-level-ontology.kif 4140-4140 Fleet is a subclass of collection

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


(termFormat EnglishLanguage Fleet "Fleet") Mid-level-ontology.kif 4141-4141

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


(=>
    (instance ?FLEET Fleet)
    (memberType ?FLEET Vehicle))
Mid-level-ontology.kif 4143-4145 If X is an instance of Fleet, then vehicle is a member type of X
(=>
    (and
        (instance ?FLEET Fleet)
        (fleetSize ?AGENT ?NUM)
        (possesses ?AGENT ?FLEET))
    (memberCount ?FLEET ?NUM))
Mid-level-ontology.kif 4155-4160 If X is an instance of Fleet, Y has a fleet of Z vehicles, and Y possesses X, then Z is a member count of X

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


(=>
    (instance ?D Destroyer)
    (hasPurpose ?D
        (exists (?P ?F)
            (and
                (instance ?P Protecting)
                (instrument ?P ?D)
                (patient ?P ?F)
                (instance ?F Fleet)
                (memberType ?F MilitaryWaterVehicle)
                (capability ViolentContest instrument ?D)))))
Military.kif 309-319 If X is an instance of Destroyer, then All of the following hold: (1) X has the purpose there exist Y (2) Z such that Y is an instance of protecting (3) X is an instrument for Y (4) Z is a patient of Y (5) Z is an instance of Fleet (6) military water vehicle is a member type of Z (7) X is capable of doing violent contest as a instrument
(=>
    (instance ?AIRLINE Airline)
    (exists (?FLEET ?AIRCRAFT)
        (and
            (instance ?FLEET Fleet)
            (possesses ?AIRLINE ?FLEET)
            (instance ?AIRCRAFT Aircraft)
            (member ?AIRCRAFT ?FLEET))))
Transportation.kif 5006-5013 If X is an instance of Airline, then there exist Y, Z such that Y is an instance of Fleet, X possesses Y, Z is an instance of aircraft, and Z is a member of Y


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