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

minute duration (MinuteDuration)

Time unit. 1 minute = 60 seconds.

Ontology

SUMO / UNITS-OF-MEASURE

Class(es)

unit of measure
is instance of
  minute duration  

Superclass(es)

[tree]
entity
is subclass of
  abstract  
is subclass of
  quantity  
is subclass of
  physical quantity  
is subclass of
  constant quantity  
is subclass of
  time measure  
is subclass of
  time duration  
is subclass of
  minute duration  

Coordinate term(s)

amu  angstrom  angular degree  atom gram  bit  british thermal unit  byte  calorie  centimeter  cup  day duration  electron volt  euro cent  euro dollar  fahrenheit degree  foot  hour duration  inch  kilo byte  liter  mega byte  mile  ounce  pint  pound force  pound mass  quart  rankine degree  second duration  slug  united kingdom gallon  united states cent  united states dollar  united states gallon  week duration  year duration 

Related WordNet synsets

minute, min
a unit of time equal to 60 seconds or 1/60th of an hour; "he ran a 4 minute mile"
minute is kind of (all)...   minute is kind of...   minute is part of...   parts of minute...  

Axioms (4)

If number is an instance of real number, then "number hour duration(s)" is equal to ""number*" minute duration(s)".
(=>
      (instance ?NUMBER RealNumber)
      (equal
            (MeasureFn ?NUMBER HourDuration)
            (MeasureFn
                  (MultiplicationFn ?NUMBER 60)
                  MinuteDuration)))

If number is an instance of real number, then "number minute duration(s)" is equal to ""number*" second duration(s)".
(=>
      (instance ?NUMBER RealNumber)
      (equal
            (MeasureFn ?NUMBER MinuteDuration)
            (MeasureFn
                  (MultiplicationFn ?NUMBER 60)
                  SecondDuration)))

minute is internally related to minute duration.
(relatedInternalConcept Minute MinuteDuration)

If minute is an instance of minute, then duration of minute is " minute duration(s)".
(=>
      (instance ?MINUTE Minute)
      (duration
            ?MINUTE
            (MeasureFn 1 MinuteDuration)))