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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SafeContainer
SafeContainer

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


(documentation SafeContainer EnglishLanguage "A Container with a Lock which is intended to secure items from theft. Note that this covers safes, lockers, and locked storage compartments.") Mid-level-ontology.kif 2723-2725
(subclass SafeContainer Container) Mid-level-ontology.kif 2721-2721
(subclass SafeContainer SecurityDevice) Mid-level-ontology.kif 2722-2722

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


(termFormat ChineseLanguage SafeContainer "安全的容器") domainEnglishFormat.kif 50775-50775
(termFormat ChineseTraditionalLanguage SafeContainer "安全的容器") domainEnglishFormat.kif 50774-50774
(termFormat EnglishLanguage SafeContainer "safe container") domainEnglishFormat.kif 50773-50773

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


(=>
    (instance ?S SafeContainer)
    (exists (?L)
        (and
            (instance ?L Lock)
            (part ?L ?S))))
Mid-level-ontology.kif 2727-2732

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


(=>
    (instance ?SVC SafetyDepositService)
    (exists (?SAFE ?KEEP ?OBJ ?AGENT)
        (and
            (serviceProvider ?SVC ?AGENT)
            (instance ?SAFE SafeContainer)
            (instance ?KEEP Keeping)
            (located ?KEEP ?SAFE)
            (possesses ?AGENT ?SAFE)
            (patient ?KEEP ?OBJ)
            (subProcess ?KEEP ?SVC)
            (not
                (possesses ?AGENT ?OBJ)))))
Hotel.kif 2262-2273


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