Wählen Sie Sprache: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

gas (Gas)

An Object has the Attribute of Gas if it has neither a fixed volume nor a fixed shape.

Ontology

SUMO / QUALITIES

Class(es)

körperliche Zustand
is instance of
  gas  

Superattribute(s)

fluid
is subattribute of
  gas  

Coordinate term(s)

fluid  liquid  solid 

Related WordNet synsets

gaseousness
having the consistency of a gas
gaseousness is kind of (all)...   gaseousness is kind of...   kinds of gaseousness...   kinds of gaseousness (all)...  
gas
the state of matter distinguished from the solid and liquid states by: relatively low density and viscosity; relatively great expansion and contraction with changes in pressure and temperature; the ability to diffuse readily; and the spontaneous tendency to become distributed uniformly throughout any container
gas is kind of (all)...   gas is kind of...  
gaseous
existing as or having characteristics of a gas; "steam is water is the gaseous state"
gaseous is opposite to...   gaseous is similar to...   gaseous is an attribute of  
See more related synsets on a separate page.

Axioms (4)

Wenn boil ist ein fall von kochend und obj ist ein patient von boil , dann es gibt ein part der part ist ein teil von obj und "liquid ist ein attribut von part " hält während "direkt vor "die zeit des Bestehens von boil"" und "gas ist ein attribut von part " hält während "sofort nach "die zeit des Bestehens von 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)))))

Wenn cond ist ein fall von kondensierend und obj ist ein patient von cond , dann es gibt ein part der part ist ein teil von obj und "gas ist ein attribut von part " hält während "direkt vor "die zeit des Bestehens von cond"" und "liquid ist ein attribut von part " hält während "sofort nach "die zeit des Bestehens von 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)))))

solid wird liquid entgegengesetzet .
(contraryAttribute Solid Liquid Gas)

exhaustive attribute(körperliche Zustand,solid,fluid,liquid,gas) gilt.
(exhaustiveAttribute PhysicalState Solid Fluid Liquid Gas)