Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

液體的 (Liquid)

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

Ontology

SUMO / QUALITIES

Class(es)

物理狀態
is instance of
  液體的  

Superattribute(s)

流體的
is subattribute of
  液體的  

Coordinate term(s)

流體的  氣體  固體的 

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.

Axioms (11)

If wet濕潤實例, then there exists obj so that 液體的obj屬性 and objwet受事者.
(=>
      (instance ?WET Wetting)
      (exists
            (?OBJ)
            (and
                  (attribute ?OBJ Liquid)
                  (patient ?WET ?OBJ))))

If melt熔化實例 and objmelt受事者, then there exists part so that partobj部分) and 固體的part屬性 ""melt 存在 的 時間" 不久 之前"a(之中) "melt 存在 的 時間" 不久 之前 and 液體的part屬性 ""melt 存在 的 時間" 不久 之後"a(之中) "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)))))

If boil沸騰實例 and objboil受事者, then there exists part so that partobj部分) and 液體的part屬性 ""boil 存在 的 時間" 不久 之前"a(之中) "boil 存在 的 時間" 不久 之前 and 氣體part屬性 ""boil 存在 的 時間" 不久 之後"a(之中) "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)))))

If cond凝結實例 and objcond受事者, then there exists part so that partobj部分) and 氣體part屬性 ""cond 存在 的 時間" 不久 之前"a(之中) "cond 存在 的 時間" 不久 之前 and 液體的part屬性 ""cond 存在 的 時間" 不久 之後"a(之中) "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)))))

If freeze凝固實例 and objfreeze受事者, then there exists part so that partobj部分) and 液體的part屬性 ""freeze 存在 的 時間" 不久 之前"a(之中) "freeze 存在 的 時間" 不久 之前 and 固體的part屬性 ""freeze 存在 的 時間" 不久 之後"a(之中) "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)))))

If bev飲料實例, then 液體的bev屬性.
(=>
      (instance ?BEV Beverage)
      (attribute ?BEV Liquid))

固體的 對立於 液體的.
(contraryAttribute Solid Liquid Gas)

窮盡的屬性.
(exhaustiveAttribute PhysicalState Solid Fluid Liquid Gas)

If obj溶液實例, then 液體的obj屬性.
(=>
      (instance ?OBJ Solution)
      (attribute ?OBJ Liquid))

If 乾的obj屬性, then there doesn't exist subobj so that subobjobj部分) and 液體的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))))))