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

hour duration (HourDuration)

Time unit. 1 hour = 60 minutes.

Ontology

SUMO / UNITS-OF-MEASURE

Class(es)

unit of measure
is instance of
  hour 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
  hour 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  inch  kilo byte  liter  mega byte  mile  minute duration  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

sidereal hour
1/24 of a sidereal day
sidereal hour is kind of (all)...   sidereal hour is kind of...  
hour, hr, 60 minutes
a period of time equal to 1/24th of a day; "the job will take more than an hour"
hour is kind of (all)...   hour is kind of...   kinds of hour...   kinds of hour (all)...   hour is part of...   parts of hour...  
horary
(archaic) relating to the hours; "the horary cycle"
horary pertains to noun...  

Axioms (4)

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

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)))

hour is internally related to hour duration.
(relatedInternalConcept Hour HourDuration)

If hour is an instance of hour, then duration of hour is " hour duration(s)".
(=>
      (instance ?HOUR Hour)
      (duration
            ?HOUR
            (MeasureFn 1 HourDuration)))