Slot: conversion_factor
A value that relates a unit of measure to units of the International System of Units.
URI: gist_upstream:conversionFactor Alias: conversion_factor
Properties
Type and Range
| Property | Value |
|---|---|
| Range | String |
| Domain | UnitOfMeasure |
| Slot URI | gist_upstream:conversionFactor |
Cardinality and Requirements
| Property | Value |
|---|---|
In Subsets
Aliases
- conversion factor
Examples
| Value |
|---|
| In the equation 1 inch = 0.0254 meters, the value 0.0254 is the conversion factor of inch. |
Comments
-
To convert a numeric value from one unit of measure to another, multiply by the conversion factor of the first unit and then divide by the conversion factor of the second unit.
For example, to convert 27 feet to yards:
the conversion factor of foot is 0.3048 the conversion factor of yard is 0.9144 so 27 feet = (27 x 0.3048) / 0.9144 = 9 yards
Notes
- OWL FunctionalProperty (at most one value)
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/gist
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | gist_upstream:conversionFactor |
| native | gist:conversion_factor |
LinkML Source
name: conversion_factor
description: A value that relates a unit of measure to units of the International
System of Units.
notes:
- OWL FunctionalProperty (at most one value)
comments:
- "To convert a numeric value from one unit of measure to another, multiply by the\
\ conversion factor of the first unit and then divide by the conversion factor of\
\ the second unit.\r\n\r\n\tFor example, to convert 27 feet to yards:\r\n\r\n\t\t\
the conversion factor of foot is 0.3048\r\n\t\tthe conversion factor of yard is\
\ 0.9144\r\n\r\n\t\tso\r\n\r\n\t\t27 feet = (27 x 0.3048) / 0.9144 = 9 yards"
examples:
- value: In the equation 1 inch = 0.0254 meters, the value 0.0254 is the conversion
factor of inch.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- conversion factor
rank: 1000
domain: UnitOfMeasure
slot_uri: gist_upstream:conversionFactor
alias: conversion_factor
range: string