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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Mattress

Sigma KEE - Mattress
Mattress

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


(documentation Mattress EnglishLanguage "A Mattress is a component of a Bed that is a cushion to make it more comfortable") Mid-level-ontology.kif 4023-4024
(subclass Mattress Artifact) Mid-level-ontology.kif 4022-4022 Mattressアーチファクトsubclass では %n

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


(termFormat EnglishLanguage Mattress "mattress") Mid-level-ontology.kif 4025-4025

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


(=>
    (and
        (instance ?X Bed)
        (component ?BEDFRAME ?X)
        (instance ?BEDFRAME BedFrame)
        (component ?MATTRESS ?X)
        (instance ?MATTRESS Mattress))
    (orientation ?MATTRESS ?BEDFRAME On))
Mid-level-ontology.kif 4047-4054
(=>
    (instance ?X Mattress)
    (exists (?BED)
        (and
            (instance ?BED Bed)
            (component ?X ?BED))))
Mid-level-ontology.kif 4027-4032
(=>
    (instance ?X Mattress)
    (hasPurpose ?X
        (exists (?PERSON)
            (and
                (attribute ?PERSON Asleep)
                (orientation ?PERSON ?X On)))))
Mid-level-ontology.kif 4034-4040


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