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

liquid (Liquid)

An Object has the Attribute of Liquid if it has a fixed volume but not a fixed shape.

Ontologie

SUMO / QUALITIES

Class(es)

skupenství
is instance of
  liquid  

Superattribute(s)

fluid
is subattribute of
  liquid  

Související termín(y)

fluid  gas  solid 

Related WordNet synsets

fluidity, fluidness, liquidity, liquidness, runniness
the property of flowing easily
fluidity is kind of (all)...   fluidity is kind of...  
liquid, liquidness, liquidity
the state in which a substance exhibits a characteristic readiness to flow with little or no tendency to disperse and relatively high incompressibility
liquid is kind of (all)...   liquid is kind of...  
liquid
a substance in the fluid state of matter having no fixed shape but a fixed volume
liquid is kind of (all)...   liquid is kind of...   kinds of liquid...   kinds of liquid (all)...  
liquid
a substance that is liquid at room temperature and pressure
liquid is kind of (all)...   liquid is kind of...   kinds of liquid...   kinds of liquid (all)...  
liquid
existing as or have characteristics of a liquid; especially tending to flow; "water and milk and blood are liquid substances"
liquid is opposite to...   liquid is similar to...   liquid is an attribute of  
See more related synsets on a separate page.

Axiomy (11)

Jestliže wet je instancí třídy zvlhčování, potom existuje obj tak, že liquid je atributem obj a obj je účastníkem wet.
(=>
      (instance ?WET Wetting)
      (exists
            (?OBJ)
            (and
                  (attribute ?OBJ Liquid)
                  (patient ?WET ?OBJ))))

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 boil je instancí třídy var a obj je účastníkem boil, potom existuje part tak, že part je částí obj a liquid je atributem part právě před doba existence boil a gas je atributem part právě po doba existence boil.
(=>
      (and
            (instance ?BOIL Boiling)
            (patient ?BOIL ?OBJ))
      (exists
            (?PART)
            (and
                  (part ?PART ?OBJ)
                  (holdsDuring
                        (ImmediatePastFn
                              (WhenFn ?BOIL))
                        (attribute ?PART Liquid))
                  (holdsDuring
                        (ImmediateFutureFn
                              (WhenFn ?BOIL))
                        (attribute ?PART Gas)))))

Jestliže cond je instancí třídy kondenzace a obj je účastníkem cond, potom existuje part tak, že part je částí obj a gas je atributem part právě před doba existence cond a liquid je atributem part právě po doba existence cond.
(=>
      (and
            (instance ?COND Condensing)
            (patient ?COND ?OBJ))
      (exists
            (?PART)
            (and
                  (part ?PART ?OBJ)
                  (holdsDuring
                        (ImmediatePastFn
                              (WhenFn ?COND))
                        (attribute ?PART Gas))
                  (holdsDuring
                        (ImmediateFutureFn
                              (WhenFn ?COND))
                        (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)))))

Jestliže bev je instancí třídy nápoj, potom liquid je atributem bev.
(=>
      (instance ?BEV Beverage)
      (attribute ?BEV Liquid))

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

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

Jestliže obj je instancí třídy roztok, potom liquid je atributem obj.
(=>
      (instance ?OBJ Solution)
      (attribute ?OBJ Liquid))

Jestliže dry je atributem obj, potom neexistuje subobj tak, že subobj je částí obj a liquid je atributem subobj.
(=>
      (attribute ?OBJ Dry)
      (not
            (exists
                  (?SUBOBJ)
                  (and
                        (part ?SUBOBJ ?OBJ)
                        (attribute ?SUBOBJ Liquid)))))

(=>
      (attribute ?OBJ Wet)
      (forall
            (?PART)
            (=>
                  (part ?PART ?OBJ)
                  (exists
                        (?SUBPART)
                        (and
                              (part ?SUBPART ?PART)
                              (attribute ?SUBPART Liquid))))))