New Magnitudes and Units of Measure in gist 13

Overview

The following is an informal high-level description of changes to gist to better support magnitudes and units of measure.

With gist 13, the ontology for magnitudes and units of measure has been revisited to provide:

The release includes scripts for converting data from gist 12 to gist 13, and Semantic Arts will also provide a rich set of reference data for units of measure that can be tapped going forward.

Simple example

To see how gist 13 accomplishes these goals, let’s start with a simple example and build on it.

A patio has an area of 144 square feet.

We can break this statement down as follows:

Each of these simpler statements can be represented as a triple; the gist properties involved are, respectively:

Main concepts

Building on this example, the new concepts for units of measure in gist 13 are:

What's new and different

To draw a comparison with gist 12:

Relationship to the International System of Units

Most units of measure can be related to the International System of Units as in the following example using base units kilogram, meter, and second:

1 watt-hour = 3600 x kilogram meter squared per second squared

In terms of the ontology:

Every member of a unit group containing watt-hour must be a multiple of kilogram meter squared per second squared.

Working with exponents

Calculations involving the exponents can be done as follows:

2 meters squared x 3 meters = 2 x 3 (meter with exponent 2) x (meter with exponent 1) = 6 meter with exponent 3 [to get the product, add the exponents]

Calculations involving exponents can be done in SPARQL queries. A more complex example is: 1 watt = 1 kilogram meter squared per second cubed 1 hour = 3600 seconds 1 mile = 1609.34 meters

Therefore:

1 watt-hour per mile = 1 x watt x hour x mile^-1 = (1 x kilogram x meter^2 x second^-3) x (3600 x second) x (1609.344 meter)^-1 = (1 x 3600 x 1609.344^-1) x kilogram x (meter^2 x meter^-1) x (second^-3 x second) = 2.237 x kilogram x meter x second^-2

This calculation relates the unit ‘watt-hour per mile’ to the base units kilogram, meter, and second of the International System of Units, with a conversionFactor of 2.237.

References

For more information, see the following items in the gist ontology:

Classes

Object properties

Datatype properties

Also see