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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Lid
Lid(lid)

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


(documentation Lid EnglishLanguage "A Lid is a Covering Device. It sits at the top when being a part of the Container. It has the capability of Opening and Closing") Mid-level-ontology.kif 4074-4075
(subclass Lid Device) Mid-level-ontology.kif 4073-4073 Lid is a subclass of device

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


(termFormat ChineseLanguage Lid "盖子") domainEnglishFormat.kif 64355-64355
(termFormat ChineseTraditionalLanguage Lid "蓋子") domainEnglishFormat.kif 64356-64356
(termFormat EnglishLanguage Lid "lid") domainEnglishFormat.kif 64354-64354

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


(=>
    (instance ?L Lid)
    (exists (?C)
        (and
            (instance ?C Container)
            (part ?L ?C)
            (capability Closing instrument ?L)
            (capability Opening instrument ?L)
            (top ?L ?C))))
Mid-level-ontology.kif 4085-4093
(=>
    (instance ?L Lid)
    (hasPurpose ?L
        (exists (?COVER)
            (and
                (instance ?COVER Covering)
                (instrument ?COVER ?L)))))
Mid-level-ontology.kif 4077-4083

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


(=>
    (instance ?C ContainerChest)
    (exists (?LID)
        (and
            (instance ?LID Lid)
            (part ?LID ?C))))
Mid-level-ontology.kif 4066-4071


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