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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CartridgeCase
CartridgeCase(casing)

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


(documentation CartridgeCase EnglishLanguage "the part of a cartridge that holds the bullet") Mid-level-ontology.kif 1275-1275
(subclass CartridgeCase EngineeringComponent) Mid-level-ontology.kif 1274-1274 Casing is a subclass of engineering component

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


(termFormat EnglishLanguage CartridgeCase "casing") Mid-level-ontology.kif 1276-1276

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


(=>
    (instance ?CASE CartridgeCase)
    (exists (?CARTRIDGE ?BULLET ?K)
        (and
            (instance ?CARTRIDGE BulletCartridge)
            (instance ?BULLET Bullet)
            (instance ?K Keeping)
            (properPart ?CASE ?CARTRIDGE)
            (properPart ?BULLET ?CARTRIDGE)
            (agent ?K ?CASE)
            (patient ?K ?BULLET))))
Mid-level-ontology.kif 1277-1287

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


(=>
    (instance ?CARTRIDGE BulletCartridge)
    (hasPurpose ?CARTRIDGE
        (exists (?BULLET ?CASE)
            (and
                (instance ?BULLET Bullet)
                (instance ?CASE CartridgeCase)
                (properPart ?BULLET ?CARTRIDGE)
                (properPart ?CASE ?CARTRIDGE)))))
Mid-level-ontology.kif 1264-1272


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 is open source software produced by Articulate Software and its partners