Help:Type Temperature
| Temperature | |
|---|---|
| Holds temperature values (similar to type Quantity) | |
| Further Information | |
| Provided by: | Semantic MediaWiki |
| Added in version: | 1.0 |
| Table of Contents | |
The datatype temperature is for temperature values. Unlike other physical quantities, temperature has to be a built-in type in SMW, because conversions between temperature scales can't be expressed as simple conversion factors in user-defined custom units.
Its possible units are
- K, kelvin, kelvins
- °C, Celsius, centigrade
- °F, Fahrenheit
Temperature is a physical dimension whose standard unit is the K temperature unit in SI.
Temperatures are rarely used in practical wikis. The feature is mainly provided as an example of how to realize own unit conversions by writing a simple PHP file. Indeed, the implementation of the temperature type could easily be copied and adapted to obtain support for other special datatypes that do not fit into the unit conversion framework of SMW.
The format of this datatype in RDF Export is XSD Double.