Zvolte jazyk: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Koncept:
Anglické slovo:
Hlavní stránka

solid (Solid)

An Object has the Attribute of Solid if it has a fixed shape and a fixed volume.

Ontologie

SUMO / QUALITIES

Class(es)

skupenství
is instance of
  solid  

Související termín(y)

fluid  gas  liquid 

Related WordNet synsets

solidity, solidness
the consistency of a solid
solidity is opposite to...   solidity is kind of (all)...   solidity is kind of...   kinds of solidity...   kinds of solidity (all)...  
solid, solidness
the state in which a substance has no tendency to flow under moderate stress; resists forces (such as compression) that tend to deform it; and retains an definite size and shape
solid is kind of (all)...   solid is kind of...  
solid
of definite shape and volume; firm; neither liquid nor gaseous; "ice is water in the solid state"
solid is opposite to...   see also...   solid is similar to...   solid is an attribute of  
See more related synsets on a separate page.

Axiomy (5)

Jestliže act je instancí třídy jedení a food je účastníkem act, potom solid je atributem food.
(=>
      (and
            (instance ?ACT Eating)
            (patient ?ACT ?FOOD))
      (attribute ?FOOD Solid))

Jestliže melt je instancí třídy tání a obj je účastníkem melt, potom existuje part tak, že part je částí obj a solid je atributem part právě před doba existence melt a liquid je atributem part právě po doba existence melt.
(=>
      (and
            (instance ?MELT Melting)
            (patient ?MELT ?OBJ))
      (exists
            (?PART)
            (and
                  (part ?PART ?OBJ)
                  (holdsDuring
                        (ImmediatePastFn
                              (WhenFn ?MELT))
                        (attribute ?PART Solid))
                  (holdsDuring
                        (ImmediateFutureFn
                              (WhenFn ?MELT))
                        (attribute ?PART Liquid)))))

Jestliže freeze je instancí třídy tuhnutí a obj je účastníkem freeze, potom existuje part tak, že part je částí obj a liquid je atributem part právě před doba existence freeze a solid je atributem part právě po doba existence freeze.
(=>
      (and
            (instance ?FREEZE Freezing)
            (patient ?FREEZE ?OBJ))
      (exists
            (?PART)
            (and
                  (part ?PART ?OBJ)
                  (holdsDuring
                        (ImmediatePastFn
                              (WhenFn ?FREEZE))
                        (attribute ?PART Liquid))
                  (holdsDuring
                        (ImmediateFutureFn
                              (WhenFn ?FREEZE))
                        (attribute ?PART Solid)))))

contrary attribute(solid,liquid,gas) platí.
(contraryAttribute Solid Liquid Gas)

exhaustive attribute(skupenství,solid,fluid,liquid,gas) platí.
(exhaustiveAttribute PhysicalState Solid Fluid Liquid Gas)