References

Module: Workflow

Classes

BeginTask

Iri https://w3id.org/emmo#EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4
Annotations
Preflabel BeginTask
Comment There may be more than one begin task, if they run in parallel.
Elucidation An initial task of a workflow.
Illustration
Formal description
Subclass Of TaskByPosition
Subclass Of BeginTile

EndTask

Iri https://w3id.org/emmo#EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a
Annotations
Preflabel EndTask
Comment There may be more than one end task, if they run in parallel leading to more than one output.
Elucidation The final task of a workflow.
Illustration
Formal description
Subclass Of TaskByPosition
Subclass Of EndTile

InternalTask

Iri https://w3id.org/emmo#EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28
Annotations
Preflabel InternalTask
Elucidation A generic task in a workflow, that is not the begin or the end.
Illustration
Formal description
Subclass Of TaskByPosition
Subclass Of IntermidiateTile

IterativeTask

Iri https://w3id.org/emmo#EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c
Annotations
Preflabel IterativeTask
Elucidation An iterative workflow which is a task of a larger workflow.
Example A Jacobi method, involving the iterative multiplication between a matrix A and a vector x, which is part of larger workflow for the solution of a partial differential equation using finite differences.
Illustration
Formal description
Subclass Of TaskByFlow
Subclass Of IterativeWorkflow

IterativeWorkflow

Iri https://w3id.org/emmo#EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b
Annotations
Preflabel IterativeWorkflow
Elucidation A workflow whose steps are the repetition of the same task type.
Illustration
Formal description
Subclass Of SerialWorkflow

ParallelWorkflow

Iri https://w3id.org/emmo#EMMO_5848e476_2768_4988_98f9_9053c532307b
Annotations
Preflabel ParallelWorkflow
Elucidation A workflow with some tasks running concurrently.
Conceptualisation A workflow can be seen as a direct acyclic graph, whose nodes are tasks and edges are asymmetric causal relations. A parallel graph occurs when the topological order of such graph if not unique, meaning that there is at least one portion of the workflow in which at least two tasks are running concurrently.
Concurrent tasks may or may not communicate. Communication is represented as a symmetric causality relation, superimposing the direct acyclic graph structure of the workflow.
Illustration
Formal description
Subclass Of Workflow

ProceduralAgent

Iri https://w3id.org/emmo#EMMO_8cf62c94_ae5f_4f80_8669_d5f91178db6d
Annotations
Preflabel ProceduralAgent
Elucidation An intentional agent that drives a process according to some existing formalised operative rules.
Formal description
Subclass Of IntentionalAgent

ProceduralData

Iri https://w3id.org/emmo#EMMO_eaf4640d_651d_4cbe_a315_3d2dc5df3b35
Annotations
Preflabel ProceduralData
Elucidation Data that is encoded and/or decoded by a procedural agent following a procedure.
Formal description
Subclass Of Data

Procedure

Iri https://w3id.org/emmo#EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49
Annotations
Preflabel Procedure
Altlabel Elaboration
Altlabel Work
Comment A procedure can be considered as an intentional process with a plan.
Elucidation An intentional process in which an agent works with some entities according to some existing formalised operative rules.
Example The process in which a control unit of a CPU (the agent) orchestrates some cached binary data according to a list of instructions (e.g. a program).
The process in which a librarian order books alphabetically on a shelf.
The execution of an algorithm.
Conceptualisation The set of established forms or methods of an organized body for accomplishing a certain task or tasks (Wiktionary).
Formal description
Subclass Of IntentionalAgency
Subclass Of isRepresentedBy some ProceduralData
Subclass Of Inverse(providesInterpretation) some ProceduralAgent

SerialTask

Iri https://w3id.org/emmo#EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b
Annotations
Preflabel SerialTask
Elucidation A task that is a temporal tile of a workflow when there are no other activities taking place concurrently (i.e., no parallelism).
Formal description
Subclass Of TaskByFlow
Subclass Of TemporalTile

SerialWorkflow

Iri https://w3id.org/emmo#EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5
Annotations
Preflabel SerialWorkflow
Elucidation A workflow whose tasks are tiles of a sequence.
Illustration
Formal description
Subclass Of Workflow
Subclass Of TemporalSequence

Task

Iri https://w3id.org/emmo#EMMO_4299e344_a321_4ef2_a744_bacfcce80afc
Annotations
Preflabel Task
Altlabel Job
Comment A task is a generic part of a workflow, without taking care of the task granularities.
It means that you can declare that e.g. tightening a bolt is a task of building an airplane, without caring of the coarser tasks to which this tightening belongs.
Elucidation A procedure that is an hoilistic part of a workflow.
Conceptualisation The concept of task is developed in strict connection with the concept of workflow: a task is always part of a workflow and a workflow always possess some tasks. This makes the relation between task and workflow an holistic relation, with task as role and workflow as whole.
A task is also holistically connected to an intentional agent, since a task is defined as a procedure. For this reason a task is both a role, with respect to a workflow, and a whole, with respect to an intentional agent.
Formal description
Subclass Of Procedure
Subclass Of Role
Subclass Of Inverse(hasTask) some Workflow

TaskByFlow

Iri https://w3id.org/emmo#EMMO_1a6ddb13_49ff_4305_97a1_d1458d51c066
Annotations
Preflabel TaskByFlow
Elucidation A task in a workflow, categorised by how it is connected to other tasks.
Formal description
Subclass Of TaskTile

TaskByPosition

Iri https://w3id.org/emmo#EMMO_180bd73b_0c5d_4b1f_ba12_4309c5a50d49
Annotations
Preflabel TaskByPosition
Elucidation A task in a workflow, categorised by its position in the workflow.
Formal description
Subclass Of TaskTile

TaskTile

Iri https://w3id.org/emmo#EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3
Annotations
Preflabel TaskTile
Altlabel Step
Comment A task tile is part of a specific granularity level for the workflow description, as composition of tasks.
Elucidation A task that is a well formed tile of a workflow, according to a reductionistic description.
Conceptualisation While a task is only an holistic part of a workflow, a task tile provide a more precise context about the placement of a task in the topological structure of a workflow by using a reductionistic categorization. A workflow is now seen as a tiling and the task is on of its tiles.
Formal description
Subclass Of Task
Subclass Of Tile

Workflow

Iri https://w3id.org/emmo#EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c
Annotations
Preflabel Workflow
Elucidation A procedure that has at least two procedures (tasks) as proper parts.
Formal description
Subclass Of Procedure
Subclass Of hasRole some Task

Object Properties

hasBeginTask

Iri https://w3id.org/emmo#EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296
Annotations
Preflabel hasBeginTask
Elucidation The relation identifying the tasks of a workflow that are not causally temporally dependent by other parts of the workflow.
Formal description
Subclass Of ObjectProperty
Subclass Of hasTaskTile

hasEndTask

Iri https://w3id.org/emmo#EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75
Annotations
Preflabel hasEndTask
Elucidation The relation identifying the tasks of a workflow that are not a temporal cause of other parts of the workflow.
Formal description
Subclass Of ObjectProperty
Subclass Of hasTaskTile

hasIterativeTask

Iri https://w3id.org/emmo#EMMO_62a1601d_0d97_4103_b972_3bbc30839f91
Annotations
Preflabel hasIterativeTask
Formal description
Subclass Of ObjectProperty
Subclass Of hasTask

hasSerialTask

Iri https://w3id.org/emmo#EMMO_62a76e62_9e17_4f2f_a42c_fc3d0df08cd9
Annotations
Preflabel hasSerialTask
Formal description
Subclass Of ObjectProperty
Subclass Of hasTask

hasTask

Iri https://w3id.org/emmo#EMMO_70da982d_1810_4b01_9630_a28e216ecd9a
Annotations
Preflabel hasTask
Conceptualisation The holistic relation connecting a workflow with one of its tasks.
Formal description
Subclass Of ObjectProperty
Subclass Of hasRole

hasTaskTile

Iri https://w3id.org/emmo#EMMO_9558cd58_9847_4a0b_936d_32ca83a827a1
Annotations
Preflabel hasTaskTile
Formal description
Subclass Of ObjectProperty
Subclass Of hasTask
Subclass Of hasTile

Module: Perceptual

Classes

Auditory

Iri https://w3id.org/emmo#EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b
Annotations
Preflabel Auditory
Altlabel Sound
Comment 'acoustical' refers to the perception mechanism of the observer that can occur through a microphone, an ear.
Elucidation A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a sound.
Example When we use the term 'sound' what are we referring to? The EMMO identifies a sound as the physical object that can be heard by the observer (more exactly, by the sensor of the observer).

In this sense, a sound (which is an acoustical object) is to be identified as the air region that manifests the sound wave and is able to be perceived by an observer. In case the wave is travelling through water or steel, then these other media regions are the sounds.

If the waveform is travelling through a cable as electronic signal (analog or digital) it is no more a sound, since it cannot be perceived by an observer as an acoustical object. This electrical waveform (or digital packet) is another physical that may stand for a sound if interpreted by a device (e.g. an amplifier, a DA converter).
Formal description
Subclass Of Perceptual

Document

Iri https://w3id.org/emmo#EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a
Annotations
Preflabel Document
Elucidation A heterogeneous object made of different graphical object parts.
Formal description
Subclass Of Graphical

Graphical

Iri https://w3id.org/emmo#EMMO_c74da218_9147_4f03_92d1_8894abca55f3
Annotations
Preflabel Graphical
Comment This concept includes only things that are purposely created by an agent.
Elucidation A 'Perceptual' which stands for a real world object whose spatial configuration results from an explicit graphical procedure and shows an identifiable pattern.
Example 'Graphical' objects include writings, pictures, sketches ...
Formal description
Subclass Of Data
Subclass Of Visual

Gustatory

Iri https://w3id.org/emmo#EMMO_dd14d055_2db0_4b81_bc97_ef6c2f72b8a0
Annotations
Preflabel Gustatory
Elucidation A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a taste.
Formal description
Subclass Of Perceptual

Olfactory

Iri https://w3id.org/emmo#EMMO_e1021593_06da_4237_8a02_29d8f6fef76d
Annotations
Preflabel Olfactory
Elucidation A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a smell.
Formal description
Subclass Of Perceptual

Perceptual

Iri https://w3id.org/emmo#EMMO_649bf97b_4397_4005_90d9_219755d92e34
Annotations
Preflabel Perceptual
Comment This class is the most general superclass for the categorization of contrasts that are perceivable through a specific human-related perception mechanism. This perspective is based on human characterization of perceptions.
A 'Perceptual' can stand for another object in an EMMO described semiotic process (acting as sign or as object), just like a word on a paper (the perceptual object) may refer semiotically to another object. However, a perceptual is not necessarily a 'Sign' (e.g. a line sketched on a blackboard is a recognizable 'Perceptual' but it may stand for nothing).
A 'Perceptual' becomes a semiotic object, when it is part of a 'Semiotic' process described by the ontologist within the EMMO, and it's done always specifying for which interpreter this relation occurs.
Elucidation The class contrast individuals standing for entities that can stimulate a perception (e.g. a retina impression) to a human being and that are categorized accordingly to human perception mechanisms.
Example A line scratched on a surface.
A sound.
A smell.
The word 'cat' and the sound of the word 'cat' (the first one is graphical and the second acoustical).
Example The meta-semiotic process:
I see a cloud in the sky. Since I'm an EMMO ontologist, I create an individual named Cloud under the 'Perceptual' class, meaning that I recognize the cloud as an object thanks to a specific perceptual channel (e.g. through my eyes). This semiotic process occurs at meta-level: it's how I use the EMMO as tool for a direct representation of the world, understandable by others ontologists.

The semiotic process within EMMO:
My friend looks at the same cloud and says: "It is an elephant".
I use the EMMO to record this experience by declaring:
- my friend as MyFriend individual, belonging to 'Interpreter' classes
- the sound of the word "elephant" as an acoustical perception individual named ElephantWord, belonging to 'Perceptual'
- a relation hasSign between Cloud and ElephantWord, that makes ElephantWord also belonging to 'Sign' class and Cloud belonging also to 'Object' class
- a 'Semiosis' individual called MyFriendElephantCloud that hasParticipant: Cloud, ElephantWord and MyFriend, respectively as object, sign and interpreter.

So, the Perceptual class is here to categorized real-world objects at meta-level using common perceptual channels, for practical ontology usage.

We could have represented the word "elephant" within a physicalistic approach, by identifying it as a pressure wave in the air.
Formal description
Equivalent To Auditory or Somatosensory or Visual or Gustatory or Olfactory
Subclass Of Contrast

Pictorial

Iri https://w3id.org/emmo#EMMO_1da53c06_9577_4008_8652_272fa3b62be7
Annotations
Preflabel Pictorial
Elucidation A 'Graphical' that stands for a real world object that shows a recognizable pictorial pattern without being necessarily associated to a symbolic language.
Example A drawing of a cat.
A circle on a paper sheet.
The Mona Lisa.
Formal description
Subclass Of Graphical

Representation

Iri https://w3id.org/emmo#EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61
Annotations
Preflabel Representation
Elucidation A graphical object aimed to represent schematically the conceptual, temporal or spatial structure of another object, that may or may not exist.
Formal description
Subclass Of Graphical

Somatosensory

Iri https://w3id.org/emmo#EMMO_8f207971_aaab_48dc_a10d_55a6b4331410
Annotations
Preflabel Somatosensory
Elucidation A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a sensation (such as a pressure, pain or temperature).
Formal description
Subclass Of Perceptual

Visual

Iri https://w3id.org/emmo#EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04
Annotations
Preflabel Visual
Elucidation A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer through an optical perception employing the visible part of the electromagnetic spectrum.
Example A cloud.
A picture.
A colour gradient on a wall.
A stain.
A mail.
Formal description
Subclass Of Perceptual

Module: Si Accepted Special Units

Classes

Arcminute

Iri https://w3id.org/emmo#Arcminute
Annotations
Unitsymbol '
Qudtreference http://qudt.org/vocab/unit/ARCMIN
Unitcode D61
Ucumcode '
Preflabel Arcminute
Altlabel ArcMinute
Altlabel MinuteOfArc
Elucidation A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or π /10,800 radians. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Minute_of_arc
Formal description
Subclass Of SIAcceptedUnit
Subclass Of LengthFractionUnit
Subclass Of NonPrefixedUnit
Subclass Of unitSymbolValue value ''
Subclass Of hasSIConversionMultiplier value 0.0002908882
Subclass Of hasSIConversionOffset value 0.0

Arcsecond

Iri https://w3id.org/emmo#Arcsecond
Annotations
Unitsymbol \"
Qudtreference http://qudt.org/vocab/unit/ARCSEC
Unitcode D62
Ucumcode ''
Preflabel Arcsecond
Altlabel ArcSecond
Altlabel SecondOfArc
Elucidation "Arc Second" is a unit of angular measure, also called the `second of arc`, equal to 1/60 arcminute. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends `double prime` ('') as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds (mas).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions
Formal description
Subclass Of SIAcceptedUnit
Subclass Of LengthFractionUnit
Subclass Of NonPrefixedUnit
Subclass Of unitSymbolValue value ''
Subclass Of hasSIConversionMultiplier value 4.848137e-06
Subclass Of hasSIConversionOffset value 0.0

AstronomicalUnit

Iri https://w3id.org/emmo#AstronomicalUnit
Annotations
Unitsymbol AU
Unitsymbol au
Qudtreference https://qudt.org/vocab/unit/AU
Unitcode A12
Ucumcode AU
Preflabel AstronomicalUnit
Altlabel astronomical-unit
Elucidation An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia]

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Astronomical_unit
Definition One astronomical unit is defined as exactly 149597870700 m, which is roughly the distance from earth to sun.
Dbpediareference http://dbpedia.org/page/Astronomical_unit
Formal description
Subclass Of SIAcceptedUnit
Subclass Of LengthUnit
Subclass Of unitSymbolValue value 'au'
Subclass Of hasSIConversionMultiplier value 149597900000.0

Bel

Iri https://w3id.org/emmo#Bel
Annotations
Qudtreference http://qudt.org/vocab/unit/B
Unitcode M72
Ucumcode B
Preflabel Bel
Comment Today decibel (one tenth of a bel) is commonly used instead of bel.
Comment bel is used to express the ratio of one value of a power or field quantity to another, on a logarithmic scale, the logarithmic quantity being called the power level or field level, respectively.
Elucidation A logarithmic unit of sound pressure equal to 10 decibels (dB), It is defined as: 1 B = (1/2) log₁₀(Np)

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Decibel
Definition One bel is defined as `1⁄2 ln(10) neper`.
Dbpediareference http://dbpedia.org/resource/Bel
Formal description
Subclass Of SIAcceptedUnit
Subclass Of LogarithmicUnit
Subclass Of NonPrefixedUnit
Subclass Of unitSymbolValue value 'B'
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Dalton

Iri https://w3id.org/emmo#Dalton
Annotations
Unitsymbol amu
Iupacreference https://doi.org/10.1351/goldbook.D01514
Qudtreference http://qudt.org/vocab/unit/Da
Unitcode D43
Ucumcode u
Preflabel Dalton
Altlabel AtomicMassUnit
Elucidation The unified atomic mass unit (symbol: μ) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of 1.660538782(83) × 10⁻²⁷ kg. One Da is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a "non-SI unit whose values in SI units must be obtained experimentally".

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Atomic_mass_unit
Definition One dalton is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state.
Dbpediareference http://dbpedia.org/page/Unified_atomic_mass_unit
Formal description
Subclass Of SIAcceptedUnit
Subclass Of MassUnit
Subclass Of unitSymbolValue value 'Da'
Subclass Of hasSIConversionMultiplier value 1.660539e-27
Subclass Of hasSIConversionOffset value 0.0

Day

Iri https://w3id.org/emmo#Day
Annotations
Iupacreference https://doi.org/10.1351/goldbook.D01527
Qudtreference http://qudt.org/vocab/unit/DAY
Unitcode DAY
Ucumcode d
Preflabel Day
Elucidation Mean solar day

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Day?oldid=494970012
Definition A measure of time defined as 86 400 seconds.
Dbpediareference http://dbpedia.org/page/Day
Formal description
Subclass Of TimeUnit
Subclass Of SIAcceptedUnit
Subclass Of unitSymbolValue value 'd'
Subclass Of hasSIConversionMultiplier value 86400.0
Subclass Of hasSIConversionOffset value 0.0

DeciBel

Iri https://w3id.org/emmo#DeciBel
Annotations
Unitsymbol dB
Qudtreference http://qudt.org/vocab/unit/DeciB
Ucumcode dB
Preflabel DeciBel
Elucidation A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is 1 bel (10 decibels) "louder" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) 0 decibel is equal to 1 picoWatts per Metre Squared. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals 20 micropascals RMS, and for sound power 0 decibels sometimes equals 1 picoWatt. In all cases, one decibel equals ≈ 0.115129 neper.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Decibel?oldid=495380648
Formal description
Subclass Of DeciPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of LogarithmicUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Bel
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

Degree

Iri https://w3id.org/emmo#Degree
Annotations
Iupacreference https://doi.org/10.1351/goldbook.D01560
Qudtreference http://qudt.org/vocab/unit/DEG
Unitcode DD
Ucumcode deg
Preflabel Degree
Elucidation A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by ° (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to 2π /360 rad, 0.017453 rad. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit.

-- QUDT
Definition Degree is a measurement of plane angle, defined by representing a full rotation as 360 degrees.
Dbpediareference http://dbpedia.org/page/Degree_(angle)
Formal description
Subclass Of SIAcceptedUnit
Subclass Of LengthFractionUnit
Subclass Of unitSymbolValue value '°'
Subclass Of hasSIConversionMultiplier value 0.01745329
Subclass Of hasSIConversionOffset value 0.0

ElectronVolt

Iri https://w3id.org/emmo#ElectronVolt
Annotations
Iupacreference https://doi.org/10.1351/goldbook.E02014
Qudtreference http://qudt.org/vocab/unit/EV
Unitcode A53
Ucumcode eV
Preflabel ElectronVolt
Elucidation An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically 1 eV approximates 1.6x10⁻¹⁹ joules, where 1 joule is 6.2x10¹⁸ eV. For example, it would take 6.2x10²⁰ eV/sec to light a 100 watt light bulb.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Electron_volt?oldid=344021738
Definition The amount of energy gained (or lost) by the charge of a single electron moving across an electric potential difference of one volt.
Dbpediareference http://dbpedia.org/page/Electronvolt
Formal description
Subclass Of SIAcceptedUnit
Subclass Of EnergyUnit
Subclass Of unitSymbolValue value 'eV'
Subclass Of hasSIConversionMultiplier value 1.602177e-19

Hectare

Iri https://w3id.org/emmo#Hectare
Annotations
Qudtreference http://qudt.org/vocab/unit/HA
Unitcode HAR
Ucumcode har
Preflabel Hectare
Elucidation The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Hectare
Definition A non-SI metric unit of area defined as the square with 100-metre sides.
Dbpediareference http://dbpedia.org/page/Hectare
Formal description
Subclass Of AreaUnit
Subclass Of SIAcceptedUnit
Subclass Of unitSymbolValue value 'ha'
Subclass Of hasSIConversionMultiplier value 10000.0
Subclass Of hasSIConversionOffset value 0.0

Hour

Iri https://w3id.org/emmo#Hour
Annotations
Iupacreference https://doi.org/10.1351/goldbook.H02866
Qudtreference http://qudt.org/vocab/unit/HR
Unitcode HUR
Ucumcode h
Preflabel Hour
Elucidation The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h.

-- QUDT
Definition Measure of time defined as 3600 seconds.
Formal description
Subclass Of TimeUnit
Subclass Of SIAcceptedUnit
Subclass Of unitSymbolValue value 'h'
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

Litre

Iri https://w3id.org/emmo#Litre
Annotations
Iupacreference https://doi.org/10.1351/goldbook.L03594
Qudtreference http://qudt.org/vocab/unit/L
Unitcode B51
Ucumcode L
Ucumcode l
Preflabel Litre
Altlabel liter
Comment Other used symbols for litre are "l" and "ℓ".
Elucidation The litre (American spelling: `liter`; SI symbol l or L) is a non-SI metric system unit of volume equal to 1 `cubic decimetre` (dm³), 1,000 cubic centimetres (cm³) or 1/1000 `cubic metre`. If the lower case "L" is used as the symbol, it is sometimes rendered as a italic "l" to help distinguish it from the capital "I", although this usage has no official approval by any international bureau.

-- QUDT
Definition A non-SI unit of volume defined as 1 cubic decimetre (dm3),
Formal description
Subclass Of SIAcceptedUnit
Subclass Of VolumeUnit
Subclass Of unitSymbolValue value 'L'
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

Minute

Iri https://w3id.org/emmo#Minute
Annotations
Qudtreference http://qudt.org/vocab/unit/MIN
Unitcode MIN
Ucumcode min
Preflabel Minute
Elucidation A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time).

-- QUDT
Definition Non-SI time unit defined as 60 seconds.
Dbpediareference http://dbpedia.org/page/Minute
Formal description
Subclass Of TimeUnit
Subclass Of SIAcceptedUnit
Subclass Of unitSymbolValue value 'min'
Subclass Of hasSIConversionMultiplier value 60.0
Subclass Of hasSIConversionOffset value 0.0

Neper

Iri https://w3id.org/emmo#Neper
Annotations
Iupacreference https://doi.org/10.1351/goldbook.N04106
Qudtreference http://qudt.org/vocab/unit/NP
Unitcode C50
Ucumcode Np
Preflabel Neper
Elucidation The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Neper
Definition Unit of measurement for quantities of type level or level difference, which are defined as the natural logarithm of the ratio of power- or field-type quantities.

The value of a ratio in nepers is given by `ln(x1/x2)` where `x1` and `x2` are the values of interest (amplitudes), and ln is the natural logarithm. When the values are quadratic in the amplitude (e.g. power), they are first linearised by taking the square root before the logarithm is taken, or equivalently the result is halved.

Wikipedia
Dbpediareference http://dbpedia.org/page/Neper
Formal description
Subclass Of SIAcceptedUnit
Subclass Of LogarithmicUnit
Subclass Of unitSymbolValue value 'Np'
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

SIAccepted

Iri https://w3id.org/emmo#EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180
Annotations
Preflabel SIAccepted
Elucidation Non-SI unit that has been accepted by SI to be used together with the SI system.
Formal description
Subclass Of MeasurementUnit

SIAcceptedDerivedUnit

Iri https://w3id.org/emmo#EMMO_ac19c801_bead_4730_8b8c_50020eec45ec
Annotations
Preflabel SIAcceptedDerivedUnit
Elucidation Defived units that are accepted to be used with SI.
Formal description
Subclass Of DerivedUnit

SIAcceptedPrefixedUnit

Iri https://w3id.org/emmo#EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef
Annotations
Preflabel SIAcceptedPrefixedUnit
Elucidation Non-SI prefixed units that have been accepted by SI to be used together with the SI system.
Formal description
Subclass Of PrefixedUnit

SIAcceptedUnit

Iri https://w3id.org/emmo#EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac
Annotations
Preflabel SIAcceptedUnit
Comment This is a list of units that are not defined as part of the International System of Units (SI), but are otherwise mentioned in the SI brouchure, because either the General Conference on Weights and Measures (CGPM) accepts their use as being multiples or submultiples of SI-units, they have important contemporary application worldwide, or are otherwise commonly encountered worldwide.
Elucidation Non-SI units mentioned in the SI.
Wikipediareference https://en.wikipedia.org/wiki/Non-SI_units_mentioned_in_the_SI
Formal description
Subclass Of SpecialUnit

Tonne

Iri https://w3id.org/emmo#Tonne
Annotations
Iupacreference https://doi.org/10.1351/goldbook.T06394
Qudtreference http://qudt.org/vocab/unit/TON_M
Unitcode TNE
Ucumcode t
Preflabel Tonne
Elucidation 1,000-fold of the SI base unit kilogram

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Tonne
Definition A non-SI unit defined as 1000 kg.
Formal description
Subclass Of SIAcceptedUnit
Subclass Of MassUnit
Subclass Of unitSymbolValue value 't'
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

Module: Data

Classes

AnalogData

Iri https://w3id.org/emmo#EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3
Annotations
Preflabel AnalogData
Comment The fact that there may be a finite granularity in the variations of the material basis (e.g. the smallest peak in a vynil that can be recognized by the piezo-electric transducer) does not prevent a data to be analog. It means only that the focus on such data encoding is on a scale that makes such variations negligible, making them practically a continuum.
Elucidation Data that are decoded retaining its continuous variations characteristic.
Example A vynil contain continuous information about the recorded sound.
Formal description
Subclass Of DataByDiscretness

ClassicalData

Iri https://w3id.org/emmo#EMMO_ed257e78_8b59_44c3_9d61_06c261184f55
Annotations
Preflabel ClassicalData
Elucidation Data that are expressed through classical physics mechanisms, having one value and one state, and being in the same place at the same time.
Formal description
Subclass Of DataByNature

DataByDiscretness

Iri https://w3id.org/emmo#EMMO_c66ad523_3937_485e_91bb_ad488ddb373f
Annotations
Preflabel DataByDiscretness
Elucidation Categorisation of data by whether it is descrete or not.
Owlrl2Dlaxioms EquivalentTo: AnalogData or DiscreteData
Formal description
Subclass Of Data

DataByNature

Iri https://w3id.org/emmo#EMMO_1e1cfc11_aa1a_44d4_a8d0_31e26deb2d19
Annotations
Preflabel DataByNature
Elucidation Categorisation of data by its nature.
Owlrl2Dlaxioms EquivalentTo: ClassicalData or QuantumData
Formal description
Subclass Of Data

DataByNumerical

Iri https://w3id.org/emmo#EMMO_f0fec2df_41f0_4412_b28a_592858c065f0
Annotations
Preflabel DataByNumerical
Elucidation Categorisation of data by whether it is numerical or not.
Owlrl2Dlaxioms EquivalentTo: NumericalData or NonNumericalData
Formal description
Subclass Of Data

DataByStructure

Iri https://w3id.org/emmo#EMMO_1a40459e_10d8_49b3_bb8c_c3595fb1d0bb
Annotations
Preflabel DataByStructure
Elucidation Categorisation of data by its structure.
Owlrl2Dlaxioms EquivalentTo: Dataset or Datum
Formal description
Subclass Of Data

Dataset

Iri https://w3id.org/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a
Annotations
Preflabel Dataset
Elucidation Encoded data made of more than one datum.
Formal description
Subclass Of DataByStructure

Datum

Iri https://w3id.org/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a
Annotations
Preflabel Datum
Elucidation A self-consistent encoded data entity.
Example A character, a bit, a song in a CD.
Formal description
Subclass Of DataByStructure

DiscreteData

Iri https://w3id.org/emmo#EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926
Annotations
Preflabel DiscreteData
Comment A discrete schema may be based on a continuum material basis that is filtered according to its variations. For example, a continuous voltage based signal can be considered 1 or 0 according to some threshold.
Discrete does not mean that the material basis is discrete, but that the data are encoded according to such step-based rules.
Elucidation Data whose variations are decoded according to a discrete schema.
Example A text is a collection of discrete symbols. A compact disc is designed to host discrete states in the form of pits and lands.
Formal description
Subclass Of DataByDiscretness

NonNumericalData

Iri https://w3id.org/emmo#EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed
Annotations
Preflabel NonNumericalData
Elucidation Data that are non-quantitatively interpreted (e.g., qualitative data, types).
Formal description
Subclass Of DataByNumerical

NumericalData

Iri https://w3id.org/emmo#EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903
Annotations
Preflabel NumericalData
Elucidation Data that can be decoded under a quantitative schema and also associated with a graphical number symbols.
Formal description
Subclass Of DataByNumerical

QuantumData

Iri https://w3id.org/emmo#EMMO_6fa1feac_c388_44cc_a721_283499d5addc
Annotations
Preflabel QuantumData
Elucidation Data that are expressed through quantum mechanical principles, and that can have several values ​​/ be in several states in the same place at the same time (quantum superposition), each of them with a certain probability.
Formal description
Subclass Of DataByNature

Object Properties

hasDatum

Iri https://w3id.org/emmo#EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e
Annotations
Preflabel hasDatum
Elucidation Relates a dataset to its datum.
Formal description
Subclass Of ObjectProperty
Subclass Of hasPortionPart

Module: Non-Coherent Si Units

Classes

AmperePerCentiMetre

Iri https://w3id.org/emmo#AmperePerCentiMetre
Annotations
Unitsymbol A/cm
Qudtreference http://qudt.org/vocab/unit/A-PER-CentiM
Ucumcode A.cm-1
Preflabel AmperePerCentiMetre
Altlabel Ampere Per Centimetre
Elucidation SI base unit ampere divided by the 0.01-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of MagneticFieldStrengthUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

AmperePerGram

Iri https://w3id.org/emmo#AmperePerGram
Annotations
Unitsymbol A⋅/g
Qudtreference http://qudt.org/vocab/unit/A-PER-GM
Preflabel AmperePerGram
Altlabel Ampere per Gram
Elucidation `Ampere per gram` is a practical unit to describe an (applied) current relative to the involved amount of material. This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.

-- QUDT
Formal description
Subclass Of ElectricCurrentPerMassUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

AmperePerMilliMetre

Iri https://w3id.org/emmo#AmperePerMilliMetre
Annotations
Unitsymbol A/mm
Qudtreference http://qudt.org/vocab/unit/A-PER-MilliM
Ucumcode A.mm-1
Ucumcode A/mm
Preflabel AmperePerMilliMetre
Altlabel Ampere Per Millimetre
Elucidation SI base unit ampere divided by the 0.001-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of MagneticFieldStrengthUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

AmperePerSquareCentiMetre

Iri https://w3id.org/emmo#AmperePerSquareCentiMetre
Annotations
Unitsymbol A/cm²
Qudtreference http://qudt.org/vocab/unit/A-PER-CentiM2
Ucumcode A.cm-2
Ucumcode A/cm2
Preflabel AmperePerSquareCentiMetre
Altlabel Ampere Per Square Centimetre
Elucidation SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT
Formal description
Subclass Of ElectricCurrentDensityUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 10000.0
Subclass Of hasSIConversionOffset value 0.0

AmperePerSquareMilliMetre

Iri https://w3id.org/emmo#AmperePerSquareMilliMetre
Annotations
Unitsymbol A/mm²
Qudtreference http://qudt.org/vocab/unit/A-PER-MilliM2
Ucumcode A.mm-2
Ucumcode A/mm2
Preflabel AmperePerSquareMilliMetre
Altlabel Ampere Per Square Millimetre
Elucidation SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2

-- QUDT
Formal description
Subclass Of ElectricCurrentDensityUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

AttoJouleSecond

Iri https://w3id.org/emmo#AttoJouleSecond
Annotations
Unitsymbol aJ⋅s
Qudtreference http://qudt.org/vocab/unit/AttoJ-SEC
Ucumcode aJ.s
Preflabel AttoJouleSecond
Altlabel Attojoule Second
Elucidation unit of the Planck's constant as product of the SI derived unit joule and the SI base unit second

-- QUDT
Formal description
Subclass Of AttoPrefixedUnit
Subclass Of AngularMomentumUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some JouleSecond
Subclass Of hasSIConversionMultiplier value 1e-18
Subclass Of hasSIConversionOffset value 0.0

CentiMetrePerKelvin

Iri https://w3id.org/emmo#CentiMetrePerKelvin
Annotations
Unitsymbol cm/K
Qudtreference http://qudt.org/vocab/unit/CentiM-PER-K
Ucumcode cm.K-1
Ucumcode cm/K
Preflabel CentiMetrePerKelvin
Altlabel Centimetre Per Kelvin
Elucidation 0,01-fold of the SI base unit metre divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of LengthPerTemperatureUnit
Subclass Of SINonCoherentUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MetrePerKelvin
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

CentiMetrePerSecond

Iri https://w3id.org/emmo#CentiMetrePerSecond
Annotations
Unitsymbol cm/s
Qudtreference http://qudt.org/vocab/unit/CentiM-PER-SEC
Ucumcode cm.s-1
Ucumcode cm/s
Preflabel CentiMetrePerSecond
Altlabel centimetre per second
Elucidation "Centimeter per Second" is a C.G.S System unit for 'Linear Velocity' expressed as cm/s.

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some MetrePerSecond
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

CentiMetrePerSquareSecond

Iri https://w3id.org/emmo#CentiMetrePerSquareSecond
Annotations
Unitsymbol cm/s²
Qudtreference http://qudt.org/vocab/unit/CentiM-PER-SEC2
Ucumcode cm.s-2
Ucumcode cm/s2
Preflabel CentiMetrePerSquareSecond
Altlabel Centimetre per Square Second
Elucidation `Centimeter per Square Second` is a C.G.S System unit for `Linear Acceleration` expressed as cm/s².

-- QUDT
Formal description
Subclass Of AccelerationUnit
Subclass Of SINonCoherentUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MetrePerSquareSecond
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

CentiMetreSecondDegreeCelsius

Iri https://w3id.org/emmo#CentiMetreSecondDegreeCelsius
Annotations
Unitsymbol cm⋅s⋅°C
Qudtreference http://qudt.org/vocab/unit/CentiM-SEC-DEG_C
Ucumcode cm.s.Cel-1
Ucumcode cm.s/Cel
Preflabel CentiMetreSecondDegreeCelsius
Altlabel Centimetre Second Degree Celsius
Elucidation `Centimeter Second Degree Celsius` is a C.G.S System unit for 'Length Temperature Time' expressed as cm-s-degC.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of LengthTimeTemperatureUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit

CentiMolePerKilogram

Iri https://w3id.org/emmo#CentiMolePerKilogram
Annotations
Unitsymbol cmol/kg
Qudtreference http://qudt.org/vocab/unit/CentiMOL-PER-KiloGM
Ucumcode cmol.kg-1
Ucumcode cmol/kg
Preflabel CentiMolePerKilogram
Altlabel Centimole per kilogram
Elucidation 1/100 of SI unit of amount of substance per kilogram

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AmountPerMassUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

CentiNewtonMetre

Iri https://w3id.org/emmo#CentiNewtonMetre
Annotations
Unitsymbol cN⋅m
Qudtreference http://qudt.org/vocab/unit/CentiN-M
Ucumcode cN.m
Preflabel CentiNewtonMetre
Altlabel Centinewton Metre
Elucidation 0,01-fold of the product of the SI derived unit newton and SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitNonPrefixPart some NewtonMetre
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

CoulombPerCubicCentiMetre

Iri https://w3id.org/emmo#CoulombPerCubicCentiMetre
Annotations
Unitsymbol C/cm³
Qudtreference http://qudt.org/vocab/unit/C-PER-CentiM3
Ucumcode C.cm-3
Ucumcode C/cm3
Preflabel CoulombPerCubicCentiMetre
Altlabel Coulomb Per Cubic Centimetre
Elucidation derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricChargeDensityUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

CoulombPerCubicMilliMetre

Iri https://w3id.org/emmo#CoulombPerCubicMilliMetre
Annotations
Unitsymbol C/mm³
Qudtreference http://qudt.org/vocab/unit/C-PER-MilliM3
Ucumcode C.mm-3
Ucumcode C/mm3
Preflabel CoulombPerCubicMilliMetre
Altlabel Coulomb Per Cubic Millimetre
Elucidation derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricChargeDensityUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

CoulombPerSquareCentiMetre

Iri https://w3id.org/emmo#CoulombPerSquareCentiMetre
Annotations
Unitsymbol C/cm²
Qudtreference http://qudt.org/vocab/unit/C-PER-CentiM2
Ucumcode C.cm-2
Ucumcode C/cm2
Preflabel CoulombPerSquareCentiMetre
Altlabel Coulomb Per Square Centimetre
Elucidation derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricDisplacementFieldUnit
Subclass Of hasSIConversionMultiplier value 10000.0
Subclass Of hasSIConversionOffset value 0.0

CoulombPerSquareMilliMetre

Iri https://w3id.org/emmo#CoulombPerSquareMilliMetre
Annotations
Unitsymbol C/mm²
Qudtreference http://qudt.org/vocab/unit/C-PER-MilliM2
Ucumcode C.mm-2
Ucumcode C/mm2
Preflabel CoulombPerSquareMilliMetre
Altlabel Coulomb Per Square Millimetre
Elucidation derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricDisplacementFieldUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

CubicCentiMetre

Iri https://w3id.org/emmo#CubicCentiMetre
Annotations
Unitsymbol cm³
Qudtreference http://qudt.org/vocab/unit/CentiM3
Ucumcode cm3
Preflabel CubicCentiMetre
Altlabel cubic centimetre
Elucidation The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumeUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

CubicCentiMetrePerCubicCentiMetre

Iri https://w3id.org/emmo#CubicCentiMetrePerCubicCentiMetre
Annotations
Unitsymbol cm³/cm³
Qudtreference http://qudt.org/vocab/unit/CentiM3-PER-CentiM3
Ucumcode cm3.cm-3
Ucumcode cm3/cm3
Preflabel CubicCentiMetrePerCubicCentiMetre
Altlabel Cubic Centimetre Per Cubic Centimetre
Elucidation volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumeFractionUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

CubicCentiMetrePerCubicMetre

Iri https://w3id.org/emmo#CubicCentiMetrePerCubicMetre
Annotations
Unitsymbol cm³/m³
Qudtreference http://qudt.org/vocab/unit/CentiM3-PER-M3
Ucumcode cm3.m-3
Ucumcode cm3/m3
Preflabel CubicCentiMetrePerCubicMetre
Altlabel Cubic Centimetre Per Cubic Metre
Elucidation volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumeFractionUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

CubicCentiMetrePerKelvin

Iri https://w3id.org/emmo#CubicCentiMetrePerKelvin
Annotations
Unitsymbol cm³/K
Qudtreference http://qudt.org/vocab/unit/CentiM3-PER-K
Ucumcode cm3.K-1
Ucumcode cm3/K
Preflabel CubicCentiMetrePerKelvin
Altlabel Cubic Centimetre Per Kelvin
Elucidation 0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumePerTemperatureUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

CubicCentiMetrePerMole

Iri https://w3id.org/emmo#CubicCentiMetrePerMole
Annotations
Unitsymbol cm³/mol
Qudtreference http://qudt.org/vocab/unit/CentiM3-PER-MOL
Ucumcode cm3.mol-1
Ucumcode cm3/mol
Preflabel CubicCentiMetrePerMole
Altlabel Cubic Centimetre Per Mole
Elucidation 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumePerAmountUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

CubicCentiMetrePerMoleSecond

Iri https://w3id.org/emmo#CubicCentiMetrePerMoleSecond
Annotations
Unitsymbol cm³/(mol⋅s)
Qudtreference http://qudt.org/vocab/unit/CentiM3-PER-MOL-SEC
Preflabel CubicCentiMetrePerMoleSecond
Altlabel Cubic centimeter per mole second
Elucidation A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second.

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumePerAmountTimeUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

CubicCentiMetrePerSecond

Iri https://w3id.org/emmo#CubicCentiMetrePerSecond
Annotations
Unitsymbol cm³/s
Qudtreference http://qudt.org/vocab/unit/CentiM3-PER-SEC
Ucumcode cm3.s-1
Ucumcode cm3/s
Preflabel CubicCentiMetrePerSecond
Altlabel Cubic Centimetre Per Second
Elucidation 0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumePerTimeUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

CubicDecaMetre

Iri https://w3id.org/emmo#CubicDecaMetre
Annotations
Unitsymbol dam³
Qudtreference http://qudt.org/vocab/unit/DecaM3
Ucumcode dam3
Preflabel CubicDecaMetre
Altlabel Cubic Decametre
Elucidation 1 000-fold of the power of the SI base unit metre by exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumeUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

CubicDeciMetre

Iri https://w3id.org/emmo#CubicDeciMetre
Annotations
Unitsymbol dm³
Qudtreference http://qudt.org/vocab/unit/DeciM3
Ucumcode dm3
Preflabel CubicDeciMetre
Altlabel Cubic Decimetre
Elucidation 0.1-fold of the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumeUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

CubicDeciMetrePerCubicMetre

Iri https://w3id.org/emmo#CubicDeciMetrePerCubicMetre
Annotations
Unitsymbol dm³/m³
Qudtreference http://qudt.org/vocab/unit/DeciM3-PER-M3
Ucumcode dm3.m-3
Ucumcode dm3/m3
Preflabel CubicDeciMetrePerCubicMetre
Altlabel Cubic Decimetre Per Cubic Metre
Elucidation volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumeFractionUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

CubicDeciMetrePerMole

Iri https://w3id.org/emmo#CubicDeciMetrePerMole
Annotations
Unitsymbol dm³/mol
Qudtreference http://qudt.org/vocab/unit/DeciM3-PER-MOL
Ucumcode dm3.mol-1
Ucumcode dm3/mol
Preflabel CubicDeciMetrePerMole
Altlabel Cubic Decimetre Per Mole
Elucidation 0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumePerAmountUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

CubicDeciMetrePerSecond

Iri https://w3id.org/emmo#CubicDeciMetrePerSecond
Annotations
Unitsymbol dm³/s
Qudtreference http://qudt.org/vocab/unit/DeciM3-PER-SEC
Ucumcode dm3.s-1
Ucumcode dm3/s
Preflabel CubicDeciMetrePerSecond
Altlabel Cubic Decimetre Per Second
Elucidation 0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumePerTimeUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

CubicKiloMetrePerSquareSecond

Iri https://w3id.org/emmo#CubicKiloMetrePerSquareSecond
Annotations
Unitsymbol km³/s²
Qudtreference http://qudt.org/vocab/unit/KiloM3-PER-SEC2
Ucumcode km3.s-2
Ucumcode km3/s2
Preflabel CubicKiloMetrePerSquareSecond
Altlabel Cubic Kilometre per Square Second
Elucidation `Cubic Kilometer per Square Second` is a unit for `Standard Gravitational Parameter` expressed as km³/s².

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumePerSquareTimeUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

CubicMicroMetrePerCubicMetre

Iri https://w3id.org/emmo#CubicMicroMetrePerCubicMetre
Annotations
Unitsymbol µm³/m³
Qudtreference http://qudt.org/vocab/unit/MicroM3-PER-M3
Ucumcode um3.m-3
Preflabel CubicMicroMetrePerCubicMetre
Elucidation Cubic micrometre per cubic metre unit.
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumeFractionUnit
Subclass Of hasSIConversionMultiplier value 1e-18
Subclass Of hasSIConversionOffset value 0.0

CubicMilliMetre

Iri https://w3id.org/emmo#CubicMilliMetre
Annotations
Unitsymbol mm³
Qudtreference http://qudt.org/vocab/unit/MilliM3
Ucumcode mm3
Preflabel CubicMilliMetre
Altlabel Cubic Millimetre
Elucidation A metric measure of volume or capacity equal to a cube 1 millimeter on each edge

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumeUnit
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

CubicMilliMetrePerCubicMetre

Iri https://w3id.org/emmo#CubicMilliMetrePerCubicMetre
Annotations
Unitsymbol mm³/m³
Qudtreference http://qudt.org/vocab/unit/MilliM3-PER-M3
Ucumcode mm3.m-3
Preflabel CubicMilliMetrePerCubicMetre
Altlabel Cubic Millimetre Per Cubic Metre
Elucidation volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of VolumeFractionUnit
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

DeciNewtonMetre

Iri https://w3id.org/emmo#DeciNewtonMetre
Annotations
Unitsymbol dN⋅m
Qudtreference http://qudt.org/vocab/unit/DeciN-M
Ucumcode dN.m
Preflabel DeciNewtonMetre
Altlabel Decinewton Metre
Elucidation 0.1-fold of the product of the derived SI unit joule and the SI base unit metre

-- QUDT
Formal description
Subclass Of DeciPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitNonPrefixPart some NewtonMetre
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

DeciSiemensPerMetre

Iri https://w3id.org/emmo#DeciSiemensPerMetre
Annotations
Unitsymbol dS/m
Qudtreference http://qudt.org/vocab/unit/DeciS-PER-M
Ucumcode dS.m-1
Ucumcode dS/m
Preflabel DeciSiemensPerMetre
Altlabel decisiemens per metre
Elucidation Decisiemens per metre.

-- QUDT
Formal description
Subclass Of DeciPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of ElectricConductivityUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some SiemensPerMetre
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

DegreeCelsiusCentiMetre

Iri https://w3id.org/emmo#DegreeCelsiusCentiMetre
Annotations
Unitsymbol °C⋅cm
Qudtreference http://qudt.org/vocab/unit/DEG_C-CentiM
Ucumcode Cel.cm
Preflabel DegreeCelsiusCentiMetre
Altlabel Degree Celsius Centimetre
Elucidation `Degree Celsius Centimeter` is a C.G.S System unit for 'Length Temperature' expressed as cm-degC.

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of LengthTemperatureUnit

FaradPerKiloMetre

Iri https://w3id.org/emmo#FaradPerKiloMetre
Annotations
Unitsymbol F/km
Qudtreference http://qudt.org/vocab/unit/FARAD-PER-KiloM
Ucumcode F.km-1
Ucumcode F/km
Preflabel FaradPerKiloMetre
Altlabel Farad Per Kilometre
Elucidation SI derived unit farad divided by the 1 000-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of PermittivityUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

FemtoGramPerKilogram

Iri https://w3id.org/emmo#FemtoGramPerKilogram
Annotations
Unitsymbol fg/kg
Qudtreference http://qudt.org/vocab/unit/FemtoGM-PER-KiloGM
Ucumcode fg.kg-1
Preflabel FemtoGramPerKilogram
Altlabel Femtograms per kilogram
Elucidation One part per 10**18 by mass of the measurand in the matrix.

-- QUDT
Formal description
Subclass Of MassFractionUnit
Subclass Of FemtoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerKilogram
Subclass Of hasSIConversionMultiplier value 1e-18
Subclass Of hasSIConversionOffset value 0.0

FemtoMolePerKilogram

Iri https://w3id.org/emmo#FemtoMolePerKilogram
Annotations
Unitsymbol fmol/kg
Qudtreference http://qudt.org/vocab/unit/FemtoMOL-PER-KiloGM
Ucumcode fmol.kg-1
Preflabel FemtoMolePerKilogram
Altlabel Femtomoles per kilogram
Elucidation A 10**15 part quantity of substance of the measurand per kilogram mass of matrix.

-- QUDT
Formal description
Subclass Of FemtoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of AmountPerMassUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-15
Subclass Of hasSIConversionOffset value 0.0

GigaCoulombPerCubicMetre

Iri https://w3id.org/emmo#GigaCoulombPerCubicMetre
Annotations
Unitsymbol GC/m³
Qudtreference http://qudt.org/vocab/unit/GigaC-PER-M3
Ucumcode GC.m-3
Preflabel GigaCoulombPerCubicMetre
Altlabel Gigacoulomb Per Cubic Metre
Elucidation 1 000 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of GigaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some CoulombPerCubicMetre
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

GigaHertzMetre

Iri https://w3id.org/emmo#GigaHertzMetre
Annotations
Unitsymbol GHz⋅M
Qudtreference http://qudt.org/vocab/unit/GigaHZ-M
Ucumcode GHz.m
Preflabel GigaHertzMetre
Altlabel Gigahertz Metre
Elucidation product of the 1 000 000 000-fold of the SI derived unit hertz and the SI base unit metre

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of GigaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some HertzMetre
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

Gram

Iri https://w3id.org/emmo#Gram
Annotations
Iupacreference https://doi.org/10.1351/goldbook.G02680
Qudtreference http://qudt.org/vocab/unit/GM
Unitcode GRM
Ucumcode g
Preflabel Gram
Elucidation A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Gram
Definition Gram is defined as one thousandth of the SI unit kilogram.
Formal description
Subclass Of MassUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0
Subclass Of unitSymbolValue value 'g'

GramDegreeCelsius

Iri https://w3id.org/emmo#GramDegreeCelsius
Annotations
Unitsymbol g/°C
Qudtreference http://qudt.org/vocab/unit/GM-PER-DEG_C
Ucumcode d.Cel-1
Preflabel GramDegreeCelsius
Altlabel Gram Degree Celsius
Elucidation `Gram Degree Celsius` is a C.G.S System unit for 'Mass Temperature' expressed as g · degC.

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of MassTemperatureUnit

GramMilliMetre

Iri https://w3id.org/emmo#GramMilliMetre
Annotations
Unitsymbol g·mm
Qudtreference http://qudt.org/vocab/unit/GM-MilliM
Ucumcode g.mm
Preflabel GramMilliMetre
Altlabel Gram Millimetre
Elucidation unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of LengthMassUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

GramPerCubicCentiMetre

Iri https://w3id.org/emmo#GramPerCubicCentiMetre
Annotations
Unitsymbol g/cm³
Qudtreference http://qudt.org/vocab/unit/GM-PER-CentiM3
Ucumcode g.cm-3
Ucumcode g/cm3
Preflabel GramPerCubicCentiMetre
Altlabel Gram Per Cubic Centimetre
Elucidation 0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

GramPerCubicDeciMetre

Iri https://w3id.org/emmo#GramPerCubicDeciMetre
Annotations
Unitsymbol g/dm³
Qudtreference http://qudt.org/vocab/unit/GM-PER-DeciM3
Ucumcode g.dm-3
Preflabel GramPerCubicDeciMetre
Altlabel Gram Per Cubic Decimetre
Elucidation 0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

GramPerCubicMetre

Iri https://w3id.org/emmo#GramPerCubicMetre
Annotations
Unitsymbol g/m³
Qudtreference http://qudt.org/vocab/unit/GM-PER-M3
Ucumcode g.m-3
Ucumcode g/m3
Preflabel GramPerCubicMetre
Altlabel Gram Per Cubic Metre
Elucidation 0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

GramPerKiloMetre

Iri https://w3id.org/emmo#GramPerKiloMetre
Annotations
Unitsymbol g/km
Qudtreference http://qudt.org/vocab/unit/GM-PER-KiloM
Ucumcode g.km-1
Preflabel GramPerKiloMetre
Altlabel Gram Per Kilometre
Elucidation 0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of MassPerLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

GramPerKilogram

Iri https://w3id.org/emmo#GramPerKilogram
Annotations
Unitsymbol g/kg
Qudtreference http://qudt.org/vocab/unit/GM-PER-KiloGM
Ucumcode g.kg-1
Ucumcode g/kg
Preflabel GramPerKilogram
Altlabel Gram Per Kilogram
Elucidation 0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT
Formal description
Subclass Of MassFractionUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

GramPerMetre

Iri https://w3id.org/emmo#GramPerMetre
Annotations
Unitsymbol g/m
Qudtreference http://qudt.org/vocab/unit/GM-PER-M
Ucumcode g.m-1
Preflabel GramPerMetre
Altlabel Gram Per Metre
Elucidation 0,001-fold of the SI base unit kilogram divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of MassPerLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

GramPerMilliMetre

Iri https://w3id.org/emmo#GramPerMilliMetre
Annotations
Unitsymbol g/mm
Qudtreference http://qudt.org/vocab/unit/GM-PER-MilliM
Ucumcode g.mm-1
Preflabel GramPerMilliMetre
Altlabel Gram Per Millimetre
Elucidation 0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter

-- QUDT
Formal description
Subclass Of MassPerLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

GramPerMole

Iri https://w3id.org/emmo#GramPerMole
Annotations
Unitsymbol g/mol
Qudtreference http://qudt.org/vocab/unit/GM-PER-MOL
Ucumcode g.mol-1
Preflabel GramPerMole
Altlabel Gram Per Mole
Elucidation 0,01-fold of the SI base unit kilogram divided by the SI base unit mol

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerAmountUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

GramPerSecond

Iri https://w3id.org/emmo#GramPerSecond
Annotations
Unitsymbol g/s
Qudtreference http://qudt.org/vocab/unit/GM-PER-SEC
Ucumcode g.s-1
Preflabel GramPerSecond
Altlabel Gram Per Second
Elucidation 0,001fold of the SI base unit kilogram divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

GramPerSquareCentiMetre

Iri https://w3id.org/emmo#GramPerSquareCentiMetre
Annotations
Unitsymbol g/cm²
Qudtreference http://qudt.org/vocab/unit/GM-PER-CentiM2
Ucumcode g.cm-2
Ucumcode g/cm2
Preflabel GramPerSquareCentiMetre
Altlabel Gram Per Square Centimetre
Elucidation 0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AreaDensityUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 10.0
Subclass Of hasSIConversionOffset value 0.0

GramPerSquareMetre

Iri https://w3id.org/emmo#GramPerSquareMetre
Annotations
Unitsymbol g/m²
Qudtreference http://qudt.org/vocab/unit/GM-PER-M2
Ucumcode g.m-2
Ucumcode g/m2
Preflabel GramPerSquareMetre
Altlabel Gram Per Square Metre
Elucidation 0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of AreaDensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

HectoPascalCubicMetrePerSecond

Iri https://w3id.org/emmo#HectoPascalCubicMetrePerSecond
Annotations
Unitsymbol hPa⋅m³/s
Qudtreference http://qudt.org/vocab/unit/HectoPA-M3-PER-SEC
Ucumcode hPa.m3.s-1
Preflabel HectoPascalCubicMetrePerSecond
Altlabel Hectopascal Cubic Metre Per Second
Elucidation product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT
Formal description
Subclass Of HectoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PowerAreaUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PascalCubicMetrePerSecond
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

HectoPascalPerKelvin

Iri https://w3id.org/emmo#HectoPascalPerKelvin
Annotations
Unitsymbol hPa/K
Qudtreference http://qudt.org/vocab/unit/HectoPA-PER-K
Ucumcode hPa.K-1
Preflabel HectoPascalPerKelvin
Altlabel Hectopascal Per Kelvin
Elucidation 100-fold of the SI derived unit pascal divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of PressurePerTemperatureUnit
Subclass Of HectoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PascalPerKelvin
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

HenryPerKiloOhm

Iri https://w3id.org/emmo#HenryPerKiloOhm
Annotations
Unitsymbol H/kΩ
Qudtreference http://qudt.org/vocab/unit/H-PER-KiloOHM
Ucumcode H.kOhm-1
Preflabel HenryPerKiloOhm
Altlabel Henry Per Kiloohm
Elucidation SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

JoulePerGram

Iri https://w3id.org/emmo#JoulePerGram
Annotations
Unitsymbol J/g
Qudtreference http://qudt.org/vocab/unit/J-PER-GM
Ucumcode J.g-1
Preflabel JoulePerGram
Altlabel Joule Per Gram
Elucidation SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AbsorbedDoseUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

JoulePerSquareCentiMetre

Iri https://w3id.org/emmo#JoulePerSquareCentiMetre
Annotations
Unitsymbol J/cm²
Qudtreference http://qudt.org/vocab/unit/J-PER-CentiM2
Ucumcode J.cm-2
Preflabel JoulePerSquareCentiMetre
Altlabel Joule Per Square Centimetre
Elucidation derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasSIConversionMultiplier value 10000.0
Subclass Of hasSIConversionOffset value 0.0

KiloAmperePerMetre

Iri https://w3id.org/emmo#KiloAmperePerMetre
Annotations
Unitsymbol kA/m
Qudtreference http://qudt.org/vocab/unit/KiloA-PER-M
Ucumcode kA.m-1
Preflabel KiloAmperePerMetre
Altlabel Kiloampere Per Metre
Elucidation 1 000-fold of the SI base unit ampere divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MagneticFieldStrengthUnit
Subclass Of hasUnitSymbol some AmperePerMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloAmperePerSquareMetre

Iri https://w3id.org/emmo#KiloAmperePerSquareMetre
Annotations
Unitsymbol kA/m²
Qudtreference http://qudt.org/vocab/unit/KiloA-PER-M2
Ucumcode kA.m-2
Preflabel KiloAmperePerSquareMetre
Altlabel Kiloampere Per Square Metre
Elucidation 1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of ElectricCurrentDensityUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some AmperePerSquareMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloCoulombPerCubicMetre

Iri https://w3id.org/emmo#KiloCoulombPerCubicMetre
Annotations
Unitsymbol kC/m³
Qudtreference http://qudt.org/vocab/unit/KiloC-PER-M3
Ucumcode kC.m-3
Preflabel KiloCoulombPerCubicMetre
Altlabel Kilocoulomb Per Cubic Metre
Elucidation 1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of ElectricChargeDensityUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some CoulombPerCubicMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloCoulombPerSquareMetre

Iri https://w3id.org/emmo#KiloCoulombPerSquareMetre
Annotations
Unitsymbol kC/m²
Qudtreference http://qudt.org/vocab/unit/KiloC-PER-M2
Ucumcode kC.m-2
Preflabel KiloCoulombPerSquareMetre
Altlabel Kilocoulomb Per Square Metre
Elucidation 1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of ElectricDisplacementFieldUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some CoulombPerSquareMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloHertzMetre

Iri https://w3id.org/emmo#KiloHertzMetre
Annotations
Unitsymbol kHz⋅m
Qudtreference http://qudt.org/vocab/unit/KiloHZ-M
Ucumcode kHz.m
Preflabel KiloHertzMetre
Altlabel Kilohertz Metre
Elucidation product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some HertzMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloJoulePerKelvin

Iri https://w3id.org/emmo#KiloJoulePerKelvin
Annotations
Unitsymbol kJ/K
Qudtreference http://qudt.org/vocab/unit/KiloJ-PER-K
Ucumcode kJ.K-1
Ucumcode kJ/K
Preflabel KiloJoulePerKelvin
Altlabel Kilojoule Per Kelvin
Elucidation 1 000-fold of the SI derived unit joule divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of EntropyUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some JoulePerKelvin
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloJoulePerKilogram

Iri https://w3id.org/emmo#KiloJoulePerKilogram
Annotations
Unitsymbol kJ/kg
Qudtreference http://qudt.org/vocab/unit/KiloJ-PER-KiloGM
Ucumcode kJ.kg-1
Ucumcode kJ/kg
Preflabel KiloJoulePerKilogram
Altlabel Kilojoule Per Kilogram
Elucidation 1 000-fold of the SI derived unit joule divided by the SI base unit kilogram

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of AbsorbedDoseUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some JoulePerKilogram
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloJoulePerKilogramKelvin

Iri https://w3id.org/emmo#KiloJoulePerKilogramKelvin
Annotations
Unitsymbol kJ/(kg⋅K)
Qudtreference http://qudt.org/vocab/unit/KiloJ-PER-KiloGM-K
Ucumcode kJ.(kg.K)-1
Ucumcode kJ.kg-1.K-1
Ucumcode kJ/(kg.K)
Preflabel KiloJoulePerKilogramKelvin
Altlabel Kilojoule Per Kilogram Kelvin
Elucidation 1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of EntropyPerMassUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some JoulePerKilogramKelvin
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloJoulePerMole

Iri https://w3id.org/emmo#KiloJoulePerMole
Annotations
Unitsymbol kJ/mol
Qudtreference http://qudt.org/vocab/unit/KiloJ-PER-MOL
Ucumcode kJ.mol-1
Preflabel KiloJoulePerMole
Altlabel Kilojoule Per Mole
Elucidation 1 000-fold of the SI derived unit joule divided by the SI base unit mol

-- QUDT
Formal description
Subclass Of EnergyPerAmountUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some JoulePerMole
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloMetrePerSecond

Iri https://w3id.org/emmo#KiloMetrePerSecond
Annotations
Unitsymbol km/s
Qudtreference http://qudt.org/vocab/unit/KiloM-PER-SEC
Ucumcode km.s-1
Ucumcode km/s
Preflabel KiloMetrePerSecond
Altlabel Kilometre per Second
Elucidation "Kilometer per Second" is a C.G.S System unit for 'Linear Velocity' expressed as km/s.

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some MetrePerSecond
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloMolePerCubicMetre

Iri https://w3id.org/emmo#KiloMolePerCubicMetre
Annotations
Unitsymbol kmol/m³
Qudtreference http://qudt.org/vocab/unit/KiloMOL-PER-M3
Ucumcode kmol.m-3
Preflabel KiloMolePerCubicMetre
Altlabel Kilomole Per Cubic Metre
Elucidation 1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of AmountConcentrationUnit
Subclass Of hasUnitSymbol some MolePerCubicMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloMolePerKilogram

Iri https://w3id.org/emmo#KiloMolPerKilogram
Annotations
Unitsymbol kmol/kg
Qudtreference http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM
Ucumcode kmol.kg-1
Ucumcode kmol/kg
Preflabel KiloMolePerKilogram
Altlabel Kilomole per Kilogram
Elucidation Kilomole Per Kilogram (kmol/kg) is a unit of Molality

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of AmountPerMassUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MolePerKilogram
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloMolePerSecond

Iri https://w3id.org/emmo#KiloMolePerSecond
Annotations
Unitsymbol kmol/s
Qudtreference http://qudt.org/vocab/unit/KiloMOL-PER-SEC
Ucumcode kmol.s-1
Preflabel KiloMolePerSecond
Altlabel Kilomole Per Second
Elucidation 1 000-fold of the SI base unit mol divided by the SI base unit second

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of CatalyticActivityUnit
Subclass Of hasUnitSymbol some MolePerSecond
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloNewtonMetre

Iri https://w3id.org/emmo#KiloNewtonMetre
Annotations
Unitsymbol kN⋅m
Qudtreference http://qudt.org/vocab/unit/KiloN-M
Ucumcode kN.m
Preflabel KiloNewtonMetre
Altlabel Kilonewton Metre
Elucidation 1 000-fold of the product of the SI derived unit newton and the SI base unit metre

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitNonPrefixPart some NewtonMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloNewtonSquareMetre

Iri https://w3id.org/emmo#KiloNewtonSquareMetre
Annotations
Unitsymbol kN⋅m²
Qudtreference http://qudt.org/vocab/unit/KiloN-M2
Preflabel KiloNewtonSquareMetre
Altlabel Kilo Newton Square Metre
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of ForceAreaUnit
Subclass Of hasUnitSymbol some NewtonSquareMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloPascalPerKelvin

Iri https://w3id.org/emmo#KiloPascalPerKelvin
Annotations
Unitsymbol kPa/K
Qudtreference http://qudt.org/vocab/unit/KiloPA-PER-K
Ucumcode kPa.K-1
Preflabel KiloPascalPerKelvin
Altlabel Kilopascal Per Kelvin
Elucidation 1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of PressurePerTemperatureUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PascalPerKelvin
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloPascalPerMilliMetre

Iri https://w3id.org/emmo#KiloPascalPerMilliMetre
Annotations
Unitsymbol kPa/mm
Qudtreference http://qudt.org/vocab/unit/KiloPA-PER-MilliM
Ucumcode kPa.mm-1
Preflabel KiloPascalPerMilliMetre
Altlabel Kilopascal Per Millimetre
Elucidation 1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MassPerSquareLengthSquareTimeUnit
Subclass Of hasSIConversionMultiplier value 100000.0
Subclass Of hasSIConversionOffset value 0.0

KiloPascalSquareMetrePerGram

Iri https://w3id.org/emmo#KiloPascalSquareMetrePerGram
Annotations
Unitsymbol kPa⋅m²/g
Qudtreference http://qudt.org/vocab/unit/KiloPA-M2-PER-GM
Ucumcode kPa.m2.g-1
Preflabel KiloPascalSquareMetrePerGram
Altlabel Kilopascal Square Metre per Gram
Elucidation sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2

-- QUDT
Formal description
Subclass Of AccelerationUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

KiloSiemensPerMetre

Iri https://w3id.org/emmo#KiloSiemensPerMetre
Annotations
Unitsymbol kS/m
Qudtreference http://qudt.org/vocab/unit/KiloS-PER-M
Ucumcode kS.m-1
Preflabel KiloSiemensPerMetre
Altlabel Kilosiemens Per Metre
Elucidation 1 000-fold of the SI derived unit siemens divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of ElectricConductivityUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some SiemensPerMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloVoltAmpere

Iri https://w3id.org/emmo#KiloVoltAmpere
Annotations
Unitsymbol kV⋅A
Qudtreference http://qudt.org/vocab/unit/KiloV-A
Ucumcode kV.A
Preflabel KiloVoltAmpere
Altlabel Kilovolt Ampere
Elucidation 1 000-fold of the product of the SI derived unit volt and the SI base unit ampere

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some VoltAmpere
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloVoltPerMetre

Iri https://w3id.org/emmo#KiloVoltPerMetre
Annotations
Unitsymbol kV/m
Qudtreference http://qudt.org/vocab/unit/KiloV-PER-M
Ucumcode kV.m-1
Preflabel KiloVoltPerMetre
Altlabel Kilovolt Per Metre
Elucidation 1 000-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of ElectricFieldStrengthUnit
Subclass Of hasUnitSymbol some VoltPerMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloWeberPerMetre

Iri https://w3id.org/emmo#KiloWeberPerMetre
Annotations
Unitsymbol kWb/m
Qudtreference http://qudt.org/vocab/unit/KiloWB-PER-M
Ucumcode kWb.m-1
Preflabel KiloWeberPerMetre
Altlabel Kiloweber Per Metre
Elucidation 1 000-fold of the SI derived unit weber divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of MagneticPotentialUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some WeberPerMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KilogramPerCubicCentiMetre

Iri https://w3id.org/emmo#KilogramPerCubicCentiMetre
Annotations
Unitsymbol kg/cm³
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-CentiM3
Ucumcode kg.cm-3
Preflabel KilogramPerCubicCentiMetre
Altlabel Kilogram Per Cubic Centimetre
Elucidation SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

KilogramPerCubicDeciMetre

Iri https://w3id.org/emmo#KilogramPerCubicDeciMetre
Annotations
Unitsymbol kg/dm³
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-DeciM3
Ucumcode kg.dm-3
Preflabel KilogramPerCubicDeciMetre
Altlabel Kilogram Per Cubic Decimetre
Elucidation SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KilogramPerKiloMole

Iri https://w3id.org/emmo#KilogramPerKiloMol
Annotations
Unitsymbol kg/kmol
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-KiloMOL
Ucumcode kg.kmol-1
Preflabel KilogramPerKiloMole
Altlabel Kilogram Per Kilomole
Elucidation SI base unit kilogram divided by the 1 000-fold of the SI base unit mol

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of MassPerAmountUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

KilogramPerMilliMetre

Iri https://w3id.org/emmo#KilogramPerMilliMetre
Annotations
Unitsymbol kg/mm
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-MilliM
Ucumcode kg.mm-1
Preflabel KilogramPerMilliMetre
Altlabel Kilogram Per Millimetre
Elucidation SI base unit kilogram divided by the 0.001-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of MassPerLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KilogramPerSquareCentiMetre

Iri https://w3id.org/emmo#KilogramPerSquareCentiMetre
Annotations
Unitsymbol kg/cm²
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-CentiM2
Ucumcode kg.cm-2
Preflabel KilogramPerSquareCentiMetre
Altlabel Kilogram Per Square Centimetre
Elucidation SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AreaDensityUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 10000.0
Subclass Of hasSIConversionOffset value 0.0

KilogramPerSquareKiloMetre

Iri https://w3id.org/emmo#KilogramPerSquareKiloMetre
Annotations
Unitsymbol kg/km²
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-KiloM2
Ucumcode kg.km-2
Preflabel KilogramPerSquareKiloMetre
Altlabel Kilograms per square kilometre
Elucidation One SI standard unit of mass over the square of one thousand standard unit of length.

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of AreaDensityUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

KilogramSquareCentiMetre

Iri https://w3id.org/emmo#KilogramSquareCentiMetre
Annotations
Unitsymbol kg⋅cm²
Qudtreference http://qudt.org/vocab/unit/KiloGM-CentiM2
Ucumcode kg.cm2
Preflabel KilogramSquareCentiMetre
Altlabel Kilogram Square Centimetre
Elucidation product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of MassAreaUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

KilogramSquareMilliMetre

Iri https://w3id.org/emmo#KilogramSquareMilliMetre
Annotations
Unitsymbol kg⋅mm²
Qudtreference http://qudt.org/vocab/unit/KiloGM-MilliM2
Ucumcode kg.mm2
Preflabel KilogramSquareMilliMetre
Altlabel Kilogram Square Millimetre
Elucidation product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2

-- QUDT
Formal description
Subclass Of MassAreaUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MegaAmperePerSquareMetre

Iri https://w3id.org/emmo#MegaAmperePerSquareMetre
Annotations
Unitsymbol MA/m²
Qudtreference http://qudt.org/vocab/unit/MegaA-PER-M2
Ucumcode MA.m-2
Preflabel MegaAmperePerSquareMetre
Altlabel Megaampere Per Square Metre
Elucidation 1 000 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of ElectricCurrentDensityUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaCoulombPerCubicMetre

Iri https://w3id.org/emmo#MegaCoulombPerCubicMetre
Annotations
Unitsymbol MC/m³
Qudtreference http://qudt.org/vocab/unit/MegaC-PER-M3
Ucumcode MC.m-3
Preflabel MegaCoulombPerCubicMetre
Altlabel Megacoulomb Per Cubic Metre
Elucidation 1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of ElectricChargeDensityUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some CoulombPerCubicMetre
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaCoulombPerSquareMetre

Iri https://w3id.org/emmo#MegaCoulombPerSquareMetre
Annotations
Unitsymbol MC/m²
Qudtreference http://qudt.org/vocab/unit/MegaC-PER-M2
Ucumcode MC.m-2
Preflabel MegaCoulombPerSquareMetre
Altlabel Megacoulomb Per Square Metre
Elucidation 1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of ElectricDisplacementFieldUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some CoulombPerSquareMetre
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaGramPerCubicMetre

Iri https://w3id.org/emmo#MegaGramPerCubicMetre
Annotations
Unitsymbol Mg/m³
Qudtreference http://qudt.org/vocab/unit/MegaGM-PER-M3
Ucumcode Mg.m-3
Preflabel MegaGramPerCubicMetre
Altlabel Megagram Per Cubic Metre
Elucidation 1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerCubicMetre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

MegaHertzMetre

Iri https://w3id.org/emmo#MegaHertzMetre
Annotations
Unitsymbol MHz⋅m
Qudtreference http://qudt.org/vocab/unit/MegaHZ-M
Ucumcode MHz.m
Preflabel MegaHertzMetre
Altlabel Megahertz Metre
Elucidation product of the 1 000 000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some HertzMetre
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaHertzPerKelvin

Iri https://w3id.org/emmo#MegaHertzPerKelvin
Annotations
Unitsymbol MHz/K
Qudtreference http://qudt.org/vocab/unit/MegaHZ-PER-K
Ucumcode MHz.K-1
Preflabel MegaHertzPerKelvin
Altlabel Mega Hertz per Kelvin
Elucidation `Mega Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as MHz K⁻¹.

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of PerTemperatureTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some HertzPerKelvin
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaHertzPerTesla

Iri https://w3id.org/emmo#MegaHertzPerTesla
Annotations
Unitsymbol MHz/T
Qudtreference http://qudt.org/vocab/unit/MegaHZ-PER-T
Ucumcode MHz.T-1
Preflabel MegaHertzPerTesla
Altlabel Mega Hertz per Tesla
Elucidation "Mega Hertz per Tesla" is a unit for 'Electric Charge Per Mass' expressed as MHz T⁻¹.

-- QUDT
Formal description
Subclass Of ElectricChargePerMassUnit
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some HertzPerTesla
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaJoulePerCubicMetre

Iri https://w3id.org/emmo#MegaJoulePerCubicMetre
Annotations
Unitsymbol MJ/m³
Qudtreference http://qudt.org/vocab/unit/MegaJ-PER-M3
Ucumcode MJ.m-3
Preflabel MegaJoulePerCubicMetre
Altlabel Megajoule Per Cubic Metre
Elucidation 1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some JoulePerCubicMetre
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaJoulePerKelvin

Iri https://w3id.org/emmo#MegaJoulePerKelvin
Annotations
Unitsymbol MJ/K
Qudtreference http://qudt.org/vocab/unit/MegaJ-PER-K
Ucumcode MJ.K-1
Preflabel MegaJoulePerKelvin
Altlabel MegaJoule per Kelvin
Elucidation MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy.

-- QUDT
Formal description
Subclass Of EntropyUnit
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some JoulePerKelvin
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaJoulePerKilogram

Iri https://w3id.org/emmo#MegaJoulePerKilogram
Annotations
Unitsymbol MJ/kg
Qudtreference http://qudt.org/vocab/unit/MegaJ-PER-KiloGM
Ucumcode MJ.kg-1
Preflabel MegaJoulePerKilogram
Altlabel Megajoule Per Kilogram
Elucidation 1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of AbsorbedDoseUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some JoulePerKilogram
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaJoulePerSecond

Iri https://w3id.org/emmo#MegaJoulePerSecond
Annotations
Unitsymbol MJ/s
Qudtreference http://qudt.org/vocab/unit/MegaJ-PER-SEC
Ucumcode MJ.s-1
Preflabel MegaJoulePerSecond
Altlabel Megajoule Per Second
Elucidation quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some JoulePerSecond
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaJoulePerSquareMetre

Iri https://w3id.org/emmo#MegaJoulePerSquareMetre
Annotations
Unitsymbol MJ/m²
Qudtreference http://qudt.org/vocab/unit/MegaJ-PER-M2
Ucumcode MJ.m-2
Preflabel MegaJoulePerSquareMetre
Altlabel Megajoule Per Square Metre
Elucidation 1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasUnitSymbol some JoulePerSquareMetre
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaNewtonMetre

Iri https://w3id.org/emmo#MegaNewtonMetre
Annotations
Unitsymbol MN⋅m
Qudtreference http://qudt.org/vocab/unit/MegaN-M
Ucumcode MN.m
Preflabel MegaNewtonMetre
Altlabel Meganewton Metre
Elucidation 1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitNonPrefixPart some NewtonMetre
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaPascalCubicMetrePerSecond

Iri https://w3id.org/emmo#MegaPascalCubicMetrePerSecond
Annotations
Unitsymbol MPa⋅m³/s
Qudtreference http://qudt.org/vocab/unit/MegaPA-M3-PER-SEC
Ucumcode MPa.m3.s-1
Preflabel MegaPascalCubicMetrePerSecond
Altlabel Megapascal Cubic Metre Per Second
Elucidation product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some PascalCubicMetrePerSecond
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaPascalPerKelvin

Iri https://w3id.org/emmo#MegaPascalPerKelvin
Annotations
Unitsymbol MPa/K
Qudtreference http://qudt.org/vocab/unit/MegaPA-PER-K
Ucumcode MPa.K-1
Preflabel MegaPascalPerKelvin
Altlabel Megapascal Per Kelvin
Elucidation 1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of PressurePerTemperatureUnit
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PascalPerKelvin
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaSiemensPerMetre

Iri https://w3id.org/emmo#MegaSiemensPerMetre
Annotations
Unitsymbol MS/m
Qudtreference http://qudt.org/vocab/unit/MegaS-PER-M
Ucumcode MS.m-1
Preflabel MegaSiemensPerMetre
Altlabel Megasiemens Per Metre
Elucidation 1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of ElectricConductivityUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some SiemensPerMetre
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaVoltAmpere

Iri https://w3id.org/emmo#MegaVoltAmpere
Annotations
Unitsymbol MV⋅A
Qudtreference http://qudt.org/vocab/unit/MegaV-A
Ucumcode MV.A
Preflabel MegaVoltAmpere
Altlabel Megavolt Ampere
Elucidation 1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some VoltAmpere
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaVoltPerMetre

Iri https://w3id.org/emmo#MegaVoltPerMetre
Annotations
Unitsymbol MV/m
Qudtreference http://qudt.org/vocab/unit/MegaV-PER-M
Ucumcode MV.m-1
Preflabel MegaVoltPerMetre
Altlabel Megavolt Per Metre
Elucidation 1,000,000-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of ElectricFieldStrengthUnit
Subclass Of hasUnitSymbol some VoltPerMetre
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MicroBecquerelPerKilogram

Iri https://w3id.org/emmo#MicroBecquerelPerKilogram
Annotations
Unitsymbol µBq/kg
Qudtreference http://qudt.org/vocab/unit/MicroBQ-PER-KiloGM
Ucumcode uBq.kg-1
Preflabel MicroBecquerelPerKilogram
Altlabel Microbecquerels per kilogram
Elucidation One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample.

-- QUDT
Formal description
Subclass Of PerTimeMassUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some BecquerelPerKilogram
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroCoulombPerCubicMetre

Iri https://w3id.org/emmo#MicroCoulombPerCubicMetre
Annotations
Unitsymbol μC/m³
Qudtreference http://qudt.org/vocab/unit/MicroC-PER-M3
Ucumcode uC.m-3
Preflabel MicroCoulombPerCubicMetre
Altlabel Microcoulomb Per Cubic Metre
Elucidation 0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricChargeDensityUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroCoulombPerSquareMetre

Iri https://w3id.org/emmo#MicroCoulombPerSquareMetre
Annotations
Unitsymbol μC/m²
Qudtreference http://qudt.org/vocab/unit/MicroC-PER-M2
Ucumcode uC.m-2
Preflabel MicroCoulombPerSquareMetre
Altlabel Microcoulomb Per Square Metre
Elucidation 0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricDisplacementFieldUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroFaradPerKiloMetre

Iri https://w3id.org/emmo#MicroFaradPerKiloMetre
Annotations
Unitsymbol μF/km
Qudtreference http://qudt.org/vocab/unit/MicroFARAD-PER-KiloM
Ucumcode uF.km-1
Preflabel MicroFaradPerKiloMetre
Altlabel Microfarad Per Kilometre
Elucidation 0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of PermittivityUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

MicroFaradPerMetre

Iri https://w3id.org/emmo#MicroFaradPerMetre
Annotations
Unitsymbol μF/m
Qudtreference http://qudt.org/vocab/unit/MicroFARAD-PER-M
Ucumcode uF.m-1
Preflabel MicroFaradPerMetre
Altlabel Microfarad Per Metre
Elucidation 0.000001-fold of the SI derived unit farad divided by the SI base unit metre.

-- QUDT
Formal description
Subclass Of PermittivityUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroGramPerCubicMetre

Iri https://w3id.org/emmo#MicroGramPerCubicMetre
Annotations
Unitsymbol μg/m³
Qudtreference http://qudt.org/vocab/unit/MicroGM-PER-M3
Ucumcode ug.m-3
Ucumcode ug/m3
Preflabel MicroGramPerCubicMetre
Altlabel Microgram Per Cubic Metre
Elucidation 0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

MicroGramPerGram

Iri https://w3id.org/emmo#MicroGramPerGram
Annotations
Unitsymbol µg/g
Qudtreference http://qudt.org/vocab/unit/MicroGM-PER-GM
Ucumcode ug.g-1
Preflabel MicroGramPerGram
Altlabel Micrograms per gram
Elucidation One part per 10**6 (million) by mass of the measurand in the matrix.

-- QUDT
Formal description
Subclass Of MassFractionUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerGram
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroGramPerKilogram

Iri https://w3id.org/emmo#MicroGramPerKilogram
Annotations
Unitsymbol μg/kg
Qudtreference http://qudt.org/vocab/unit/MicroGM-PER-KiloGM
Ucumcode ug.kg-1
Ucumcode ug/kg
Preflabel MicroGramPerKilogram
Altlabel Microgram Per Kilogram
Elucidation mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT
Formal description
Subclass Of MassFractionUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

MicroGramPerSquareCentiMetre

Iri https://w3id.org/emmo#MicroGramPerSquareCentiMetre
Annotations
Unitsymbol µg/cm²
Qudtreference http://qudt.org/vocab/unit/MicroG-PER-CentiM2
Preflabel MicroGramPerSquareCentiMetre
Altlabel Microgram per square centimetre
Elucidation A unit of mass per area, equivalent to 0.01 grammes per square metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AreaDensityUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some GramPerSquareCentiMetre
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

MicroHenryPerKiloOhm

Iri https://w3id.org/emmo#MicroHenryPerKiloOhm
Annotations
Unitsymbol µH/kΩ
Qudtreference http://qudt.org/vocab/unit/MicroH-PER-KiloOHM
Ucumcode uH.kOhm-1
Preflabel MicroHenryPerKiloOhm
Altlabel Microhenry Per Kiloohm
Elucidation 0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some HenryPerKiloOhm
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

MicroHenryPerMetre

Iri https://w3id.org/emmo#MicroHenryPerMetre
Annotations
Unitsymbol μH/m
Qudtreference http://qudt.org/vocab/unit/MicroH-PER-M
Ucumcode uH.m-1
Preflabel MicroHenryPerMetre
Altlabel Microhenry Per Metre
Elucidation 0.000001-fold of the SI derived unit henry divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of PermeabilityUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroHenryPerOhm

Iri https://w3id.org/emmo#MicroHenryPerOhm
Annotations
Unitsymbol µH/Ω
Qudtreference http://qudt.org/vocab/unit/MicroH-PER-OHM
Ucumcode uH.Ohm-1
Preflabel MicroHenryPerOhm
Altlabel Microhenry Per Ohm
Elucidation 0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some HenryPerOhm
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroMetrePerKelvin

Iri https://w3id.org/emmo#MicroMetrePerKelvin
Annotations
Unitsymbol μm/K
Qudtreference http://qudt.org/vocab/unit/MicroM-PER-K
Ucumcode um.K-1
Preflabel MicroMetrePerKelvin
Altlabel Micrometre Per Kelvin
Elucidation 0.000001-fold of the SI base unit metre divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of LengthPerTemperatureUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroMetrePerNewton

Iri https://w3id.org/emmo#MicroMetrePerNewton
Annotations
Unitsymbol µJ/N
Qudtreference http://qudt.org/vocab/unit/MicroM-PER-N
Preflabel MicroMetrePerNewton
Altlabel Micro metre per Newton
Elucidation Micro metres measured per Newton

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of SquareTimePerMassUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerGram

Iri https://w3id.org/emmo#MicroMolePerGram
Annotations
Unitsymbol µmol/g
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-GM
Ucumcode umol.g-1
Ucumcode umol/g
Preflabel MicroMolePerGram
Altlabel Micromoles per gram
Elucidation 0.000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AmountPerMassUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerGramPerSecond

Iri https://w3id.org/emmo#MicroMolePerGramPerSecond
Annotations
Unitsymbol μmol/(g⋅s)
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-GM-SEC
Ucumcode umol.g-1.s-1
Ucumcode umol/g/s
Preflabel MicroMolePerGramPerSecond
Altlabel Micromoles per gram per second
Formal description
Subclass Of AmountPerMassTimeUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerKilogram

Iri https://w3id.org/emmo#MicroMolePerKilogram
Annotations
Unitsymbol µmol/kg
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM
Ucumcode umol.kg-1
Ucumcode umol/kg
Preflabel MicroMolePerKilogram
Altlabel Micromoles per kilogram
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AmountPerMassUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerMole

Iri https://w3id.org/emmo#MicroMolePerMole
Annotations
Unitsymbol µmol/mol
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-MOL
Ucumcode umol.mol-1
Ucumcode umol/mol
Preflabel MicroMolePerMole
Altlabel Micromoles per mole
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of AmountFractionUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerSecond

Iri https://w3id.org/emmo#MicroMolePerSecond
Annotations
Unitsymbol µmol/s
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-SEC
Ucumcode umol.s-1
Ucumcode umol/s
Preflabel MicroMolePerSecond
Altlabel Micromoles per second
Elucidation This unit is used commonly to describe Photosynthetic Photon Flux (PPF) - the total number of photons emitted by a light source each second within the PAR wavelength range.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of CatalyticActivityUnit
Subclass Of hasUnitSymbol some MolePerSecond
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerSquareMetre

Iri https://w3id.org/emmo#MicroMolePerSquareMetre
Annotations
Unitsymbol µmol/m²
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-M2
Ucumcode umol.m-2
Ucumcode umol/m2
Preflabel MicroMolePerSquareMetre
Altlabel Micromoles per square metre
Elucidation One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area.

-- QUDT
Formal description
Subclass Of AmountPerAreaUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MolePerSquareMetre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerSquareMetrePerSecond

Iri https://w3id.org/emmo#MicroMolePerSquareMetrePerSecond
Annotations
Unitsymbol µmol/(m²⋅s)
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-M2-SEC
Ucumcode umol.m-2.s-1
Ucumcode umol/m2/s
Preflabel MicroMolePerSquareMetrePerSecond
Altlabel Micromoles per square metre per second
Elucidation One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time. This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of AmountPerAreaTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MolePerSquareMetrePerSecond
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroNewtonMetre

Iri https://w3id.org/emmo#MicroNewtonMetre
Annotations
Unitsymbol μN⋅m
Qudtreference http://qudt.org/vocab/unit/MicroN-M
Ucumcode uN.m
Preflabel MicroNewtonMetre
Altlabel Micronewton Metre
Elucidation 0.000001-fold of the product out of the derived SI newton and the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroSiemensPerCentiMetre

Iri https://w3id.org/emmo#MicroSiemensPerCentiMetre
Annotations
Unitsymbol μS/cm
Qudtreference http://qudt.org/vocab/unit/MicroS-PER-CentiM
Ucumcode uS.cm-1
Preflabel MicroSiemensPerCentiMetre
Altlabel Microsiemens Per Centimetre
Elucidation 0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricConductivityUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

MicroSiemensPerMetre

Iri https://w3id.org/emmo#MicroSiemensPerMetre
Annotations
Unitsymbol μS/m
Qudtreference http://qudt.org/vocab/unit/MicroS-PER-M
Ucumcode uS.m-1
Preflabel MicroSiemensPerMetre
Altlabel Microsiemens Per Metre
Elucidation 0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricConductivityUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroVoltPerMetre

Iri https://w3id.org/emmo#MicroVoltPerMetre
Annotations
Unitsymbol µV/m
Qudtreference http://qudt.org/vocab/unit/MicroV-PER-M
Ucumcode uV.m-1
Preflabel MicroVoltPerMetre
Altlabel Microvolt Per Metre
Elucidation 0.000001-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of ElectricFieldStrengthUnit
Subclass Of hasUnitSymbol some VoltPerMetre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroWattPerSquareMetre

Iri https://w3id.org/emmo#MicroWattPerSquareMetre
Annotations
Unitsymbol µW/m²
Qudtreference http://qudt.org/vocab/unit/MicroW-PER-M2
Ucumcode uW.m-2
Preflabel MicroWattPerSquareMetre
Altlabel Microwatt Per Square Metre
Elucidation 0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of PowerDensityUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some WattPerSquareMetre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliAmperePerMilliMetre

Iri https://w3id.org/emmo#MilliAmperePerMilliMetre
Annotations
Unitsymbol mA/mm
Qudtreference http://qudt.org/vocab/unit/MilliA-PER-MilliM
Ucumcode mA.mm-1
Preflabel MilliAmperePerMilliMetre
Altlabel Milliampere Per Millimetre
Elucidation 0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of MagneticFieldStrengthUnit
Subclass Of hasUnitNonPrefixPart some AmperePerMilliMetre
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

MilliAmperePerSquareCentiMetre

Iri https://w3id.org/emmo#MilliAmperePerSquareCentiMetre
Annotations
Unitsymbol mA/cm²
Preflabel MilliAmperePerSquareCentiMetre
Elucidation 0.001-fold of the SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2
Formal description
Subclass Of ElectricCurrentDensityUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of hasSIConversionMultiplier value 10.0
Subclass Of hasSIConversionOffset value 0.0

MilliBecquerelPerGram

Iri https://w3id.org/emmo#MilliBecquerelPerGram
Annotations
Unitsymbol mBq/g
Qudtreference http://qudt.org/vocab/unit/MilliBQ-PER-GM
Ucumcode mBq.g-1
Preflabel MilliBecquerelPerGram
Altlabel Millibecquerels per gram
Elucidation One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass.

-- QUDT
Formal description
Subclass Of PerTimeMassUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

MilliBecquerelPerKilogram

Iri https://w3id.org/emmo#MilliBecquerelPerKilogram
Annotations
Unitsymbol mBq/kg
Qudtreference http://qudt.org/vocab/unit/MilliBQ-PER-KiloGM
Ucumcode mBq.kg-1
Preflabel MilliBecquerelPerKilogram
Altlabel Millibecquerels per kilogram
Elucidation One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample.

-- QUDT
Formal description
Subclass Of PerTimeMassUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some BecquerelPerKilogram
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliCoulombPerCubicMetre

Iri https://w3id.org/emmo#MilliCoulombPerCubicMetre
Annotations
Unitsymbol mC/m³
Qudtreference http://qudt.org/vocab/unit/MilliC-PER-M3
Ucumcode mC.m-3
Preflabel MilliCoulombPerCubicMetre
Altlabel Millicoulomb Per Cubic Metre
Elucidation 0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of ElectricChargeDensityUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some CoulombPerCubicMetre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliCoulombPerKilogram

Iri https://w3id.org/emmo#MilliCoulombPerKilogram
Annotations
Unitsymbol mC/kg
Qudtreference http://qudt.org/vocab/unit/MilliC-PER-KiloGM
Ucumcode mC.kg-1
Preflabel MilliCoulombPerKilogram
Altlabel Millicoulomb Per Kilogram
Elucidation 0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram

-- QUDT
Formal description
Subclass Of ElectricChargePerMassUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some CoulombPerKilogram
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliCoulombPerSquareMetre

Iri https://w3id.org/emmo#MilliCoulombPerSquareMetre
Annotations
Unitsymbol mC/m²
Qudtreference http://qudt.org/vocab/unit/MilliC-PER-M2
Ucumcode mC.m-2
Preflabel MilliCoulombPerSquareMetre
Altlabel Millicoulomb Per Square Metre
Elucidation 0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of ElectricDisplacementFieldUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some CoulombPerSquareMetre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerCubicMetre

Iri https://w3id.org/emmo#MilliGramPerCubicMetre
Annotations
Unitsymbol mg/m³
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-M3
Ucumcode mg.m-3
Ucumcode mg/m3
Preflabel MilliGramPerCubicMetre
Altlabel Milligram Per Cubic Metre
Elucidation 0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerCubicMetre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerCubicMetrePerSecond

Iri https://w3id.org/emmo#MilliGramPerCubicMetrePerSecond
Annotations
Unitsymbol mg/(m³⋅s)
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-M3-SEC
Ucumcode mg.m-3.s-1
Preflabel MilliGramPerCubicMetrePerSecond
Altlabel Milligrams per cubic metre per second
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerVolumeTimeUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerGram

Iri https://w3id.org/emmo#MilliGramPerGram
Annotations
Unitsymbol mg/gm
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-GM
Ucumcode mg.g-1
Ucumcode mg/g
Preflabel MilliGramPerGram
Altlabel Milligram Per Gram
Elucidation 0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram

-- QUDT
Formal description
Subclass Of MassFractionUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerGram
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerKilogram

Iri https://w3id.org/emmo#MilliGramPerKilogram
Annotations
Unitsymbol mg/kg
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-KiloGM
Ucumcode mg.kg-1
Ucumcode mg/kg
Preflabel MilliGramPerKilogram
Altlabel Milligram Per Kilogram
Elucidation 0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT
Formal description
Subclass Of MassFractionUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerKilogram
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerMetre

Iri https://w3id.org/emmo#MilliGramPerMetre
Annotations
Unitsymbol mg/m
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-M
Ucumcode mg.m-1
Preflabel MilliGramPerMetre
Altlabel Milligram Per Metre
Elucidation 0.000001-fold of the SI base unit kilogram divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of MassPerLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerMetre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerSecond

Iri https://w3id.org/emmo#MilliGramPerSecond
Annotations
Unitsymbol mg/s
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-SEC
Ucumcode mg/s
Preflabel MilliGramPerSecond
Altlabel Milligram Per Second
Elucidation 0.000001-fold of the SI base unit kilogram divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerTimeUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerSecond
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerSquareCentiMetre

Iri https://w3id.org/emmo#MilliGramPerSquareCentiMetre
Annotations
Unitsymbol mg/cm²
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-CentiM2
Ucumcode mg.cm-2
Preflabel MilliGramPerSquareCentiMetre
Altlabel Milligram Per Square Centimetre
Elucidation 0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AreaDensityUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some GramPerSquareCentiMetre
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerSquareMetre

Iri https://w3id.org/emmo#MilliGramPerSquareMetre
Annotations
Unitsymbol mg/m²
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-M2
Ucumcode mg.m-2
Ucumcode mg/m2
Preflabel MilliGramPerSquareMetre
Altlabel Milligram Per Square Metre
Elucidation 0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AreaDensityUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerSquareMetre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerSquareMetrePerSecond

Iri https://w3id.org/emmo#MilliGramPerSquareMetrePerSecond
Annotations
Unitsymbol mg/(m²⋅s)
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-M2-SEC
Ucumcode mg.m-2.s-1
Preflabel MilliGramPerSquareMetrePerSecond
Altlabel Milligrams per square metre per second
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of MassFluxUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliHenryPerKiloOhm

Iri https://w3id.org/emmo#MilliHenryPerKiloOhm
Annotations
Unitsymbol mH/kΩ
Qudtreference http://qudt.org/vocab/unit/MilliH-PER-KiloOHM
Ucumcode mH.kOhm-1
Preflabel MilliHenryPerKiloOhm
Altlabel Millihenry Per Kiloohm
Elucidation 0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some HenryPerKiloOhm
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliHenryPerOhm

Iri https://w3id.org/emmo#MilliHenryPerOhm
Annotations
Unitsymbol mH/Ω
Qudtreference http://qudt.org/vocab/unit/MilliH-PER-OHM
Ucumcode mH.Ohm-1
Preflabel MilliHenryPerOhm
Altlabel Millihenry Per Ohm
Elucidation 0.001-fold of the SI derived unit henry divided by the SI derived unit ohm

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some HenryPerOhm
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliMetrePerKelvin

Iri https://w3id.org/emmo#MilliMetrePerKelvin
Annotations
Unitsymbol mm/K
Qudtreference http://qudt.org/vocab/unit/MilliM-PER-K
Ucumcode mm.K-1
Preflabel MilliMetrePerKelvin
Altlabel Millimetre Per Kelvin
Elucidation 0.001-fold of the SI base unit metre divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of LengthPerTemperatureUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MetrePerKelvin
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliMetrePerSecond

Iri https://w3id.org/emmo#MilliMetrePerSecond
Annotations
Unitsymbol mm/s
Qudtreference http://qudt.org/vocab/unit/MilliM-PER-SEC
Ucumcode mm.s-1
Preflabel MilliMetrePerSecond
Altlabel Millimetre Per Second
Elucidation 0.001-fold of the SI base unit metre divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some MetrePerSecond
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliMolePerCubicMetre

Iri https://w3id.org/emmo#MilliMolePerCubicMetre
Annotations
Unitsymbol mmol/m³
Qudtreference http://qudt.org/vocab/unit/MilliMOL-PER-M3
Ucumcode mmol.m-3
Preflabel MilliMolePerCubicMetre
Altlabel Millimoles per cubic metre
Elucidation Unavailable.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of AmountConcentrationUnit
Subclass Of hasUnitSymbol some MolePerCubicMetre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliMolePerGram

Iri https://w3id.org/emmo#MilliMolePerGram
Annotations
Unitsymbol mmol/g
Qudtreference http://qudt.org/vocab/unit/MilliMOL-PER-GM
Ucumcode mmol.g-1
Preflabel MilliMolePerGram
Altlabel Millimole Per Gram
Elucidation 0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AmountPerMassUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

MilliMolePerKilogram

Iri https://w3id.org/emmo#MilliMolePerKilogram
Annotations
Unitsymbol mmol/kg
Qudtreference http://qudt.org/vocab/unit/MilliMOL-PER-KiloGM
Ucumcode mmol.kg-1
Ucumcode mmol/kg
Preflabel MilliMolePerKilogram
Altlabel Millimole Per Kilogram
Elucidation 0.001-fold of the SI base unit mol divided by the SI base unit kilogram

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AmountPerMassUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliMolePerMole

Iri https://w3id.org/emmo#MilliMolePerMole
Annotations
Unitsymbol mmol/mol
Qudtreference http://qudt.org/vocab/unit/MilliMOL-PER-MOL
Ucumcode mmol.mol-1
Preflabel MilliMolePerMole
Altlabel Millimoles per mole
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of AmountFractionUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliMolePerSquareMetre

Iri https://w3id.org/emmo#MilliMolePerSquareMetre
Annotations
Unitsymbol mmol/m²
Qudtreference http://qudt.org/vocab/unit/MilliMOL-PER-M2
Ucumcode mmol.m-2
Preflabel MilliMolePerSquareMetre
Altlabel Millimoles per square metre
Elucidation Unavailable.

-- QUDT
Formal description
Subclass Of AmountPerAreaUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MolePerSquareMetre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliMolePerSquareMetrePerSecond

Iri https://w3id.org/emmo#MilliMolePerSquareMetrePerSecond
Annotations
Unitsymbol µg/(m²⋅s)
Qudtreference http://qudt.org/vocab/unit/MilliMOL-PER-M2-SEC
Ucumcode mmol.m-2.s-1
Ucumcode mmol/m2/s1
Preflabel MilliMolePerSquareMetrePerSecond
Altlabel Millimoles per square metre per second
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AmountPerAreaTimeUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliNewtonMetre

Iri https://w3id.org/emmo#MilliNewtonMetre
Annotations
Unitsymbol mN⋅m
Qudtreference http://qudt.org/vocab/unit/MilliN-M
Ucumcode mN.m
Preflabel MilliNewtonMetre
Altlabel Millinewton Metre
Elucidation 0.001-fold of the product of the SI derived unit newton and the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitNonPrefixPart some NewtonMetre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliNewtonPerMetre

Iri https://w3id.org/emmo#MilliNewtonPerMetre
Annotations
Unitsymbol mN/m
Qudtreference http://qudt.org/vocab/unit/MilliN-PER-M
Ucumcode mN.m-1
Preflabel MilliNewtonPerMetre
Altlabel Millinewton Per Metre
Elucidation 0.001-fold of the SI derived unit newton divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasUnitSymbol some NewtonPerMetre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliPascalSecond

Iri https://w3id.org/emmo#MilliPascalSecond
Annotations
Unitsymbol mPa⋅s
Qudtreference http://qudt.org/vocab/unit/MilliPA-SEC
Ucumcode mPa.s
Preflabel MilliPascalSecond
Altlabel Millipascal Second
Elucidation 0.001-fold of the product of the SI derived unit pascal and the SI base unit second

-- QUDT
Formal description
Subclass Of MassPerLengthTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PascalSecond
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliSiemensPerCentiMetre

Iri https://w3id.org/emmo#MilliSiemensPerCentiMetre
Annotations
Unitsymbol mS/cm
Qudtreference http://qudt.org/vocab/unit/MilliS-PER-CentiM
Ucumcode mS.cm-1
Ucumcode mS/cm
Preflabel MilliSiemensPerCentiMetre
Altlabel Millisiemens Per Centimetre
Elucidation 0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of ElectricConductivityUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some SiemensPerCentiMetre
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

MilliSiemensPerMetre

Iri https://w3id.org/emmo#MilliSiemensPerMetre
Annotations
Unitsymbol mS/m
Qudtreference http://qudt.org/vocab/unit/MilliS-PER-M
Ucumcode mS.m-1
Preflabel MilliSiemensPerMetre
Altlabel MilliSiemens per metre
Formal description
Subclass Of SINonCoherentUnit
Subclass Of ElectricConductivityUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some SiemensPerMetre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliVoltPerMetre

Iri https://w3id.org/emmo#MilliVoltPerMetre
Annotations
Unitsymbol mV/m
Qudtreference http://qudt.org/vocab/unit/MilliV-PER-M
Ucumcode mV.m-1
Preflabel MilliVoltPerMetre
Altlabel Millivolt Per Metre
Elucidation 0.000001-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of ElectricFieldStrengthUnit
Subclass Of hasUnitSymbol some VoltPerMetre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian

Iri https://w3id.org/emmo#MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian
Annotations
Unitsymbol mW/(cm⋅µm⋅sr)
Qudtreference http://qudt.org/vocab/unit/MilliW-PER-CentiM2-MicroM-SR
Ucumcode mW.cm-2.um-1.sr-1
Preflabel MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian
Altlabel Milliwatts per square centimetre per micrometre per steradian
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PressurePerTimeUnit
Subclass Of hasSIConversionMultiplier value 10000000.0
Subclass Of hasSIConversionOffset value 0.0

MilliWattPerSquareMetre

Iri https://w3id.org/emmo#MilliWattPerSquareMetre
Annotations
Unitsymbol mW/m²
Qudtreference http://qudt.org/vocab/unit/MilliW-PER-M2
Ucumcode mW.m-2
Preflabel MilliWattPerSquareMetre
Altlabel Milliwatt Per Square Metre
Elucidation 0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of PowerDensityUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some WattPerSquareMetre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliWattPerSquareMetrePerNanoMetre

Iri https://w3id.org/emmo#MilliWattPerSquareMetrePerNanoMetre
Annotations
Unitsymbol mW/(cm⋅nm)
Qudtreference http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM
Ucumcode mW.m-2.nm-1
Preflabel MilliWattPerSquareMetrePerNanoMetre
Altlabel Milliwatts per square metre per nanometre
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PressurePerTimeUnit
Subclass Of hasUnitNonPrefixPart some WattPerSquareMetrePerNanoMetre
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MilliWattPerSquareMetrePerNanoMetrePerSteradian

Iri https://w3id.org/emmo#MilliWattPerSquareMetrePerNanoMetrePerSteradian
Annotations
Unitsymbol mW/(cm⋅nm⋅sr)
Qudtreference http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM-SR
Ucumcode mW.m-2.nm-1.sr-1
Preflabel MilliWattPerSquareMetrePerNanoMetrePerSteradian
Altlabel Milliwatts per square metre per nanometre per steradian
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PressurePerTimeUnit
Subclass Of hasUnitNonPrefixPart some WattPerSquareMetrePerNanoMetrePerSteradian
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MolePerCubicDeciMetre

Iri https://w3id.org/emmo#MolePerCubicDeciMetre
Annotations
Unitsymbol mol/dm³
Qudtreference http://qudt.org/vocab/unit/MOL-PER-DeciM3
Ucumcode mol.dm-3
Preflabel MolePerCubicDeciMetre
Altlabel Mole Per Cubic Decimetre
Elucidation SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of AmountConcentrationUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

NanoFaradPerMetre

Iri https://w3id.org/emmo#NanoFaradPerMetre
Annotations
Unitsymbol nF/m
Qudtreference http://qudt.org/vocab/unit/NanoFARAD-PER-M
Ucumcode nF.m-1
Preflabel NanoFaradPerMetre
Altlabel Nanofarad Per Metre
Elucidation 0.000000001-fold of the SI derived unit farad divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of PermittivityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitSymbol some FaradPerMetre
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

NanoGramPerCubicMetre

Iri https://w3id.org/emmo#NanoGramPerCubicMetre
Annotations
Unitsymbol ng/m³
Qudtreference http://qudt.org/vocab/unit/NanoGM-PER-M3
Ucumcode ng.m-3
Preflabel NanoGramPerCubicMetre
Altlabel Nanogram Per Cubic Metre
Elucidation 0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitSymbol some GramPerCubicMetre
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

NanoGramPerKilogram

Iri https://w3id.org/emmo#NanoGramPerKilogram
Annotations
Unitsymbol ng/Kg
Qudtreference http://qudt.org/vocab/unit/NanoGM-PER-KiloGM
Ucumcode ng.kg-1
Ucumcode ng/kg
Preflabel NanoGramPerKilogram
Altlabel Nanogram Per Kilogram
Elucidation mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT
Formal description
Subclass Of MassFractionUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitSymbol some GramPerKilogram
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

NanoGramPerSquareMetrePerPascalPerSecond

Iri https://w3id.org/emmo#NanoGramPerSquareMetrePerPascalPerSecond
Annotations
Unitsymbol ng/(m²⋅s⋅Pa)
Qudtreference http://qudt.org/vocab/unit/NanoGM-PER-M2-PA-SEC
Preflabel NanoGramPerSquareMetrePerPascalPerSecond
Altlabel Nanograms per square metre per Pascal per second
Wikipediareference https://en.wikipedia.org/wiki/Perm_(unit)
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of PerLengthTimeUnit
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

NanoHenryPerMetre

Iri https://w3id.org/emmo#NanoHenryPerMetre
Annotations
Unitsymbol nH/m
Qudtreference http://qudt.org/vocab/unit/NanoH-PER-M
Ucumcode nH.m-1
Preflabel NanoHenryPerMetre
Altlabel Nanohenry Per Metre
Elucidation 0.000000001-fold of the SI derived unit henry divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of PermeabilityUnit
Subclass Of hasUnitSymbol some HenryPerMetre
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

NanoMolePerMicroMole

Iri https://w3id.org/emmo#NanoMolePerMicroMole
Annotations
Unitsymbol nmol/µmol
Qudtreference http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL
Ucumcode nmol.umol-1
Preflabel NanoMolePerMicroMole
Altlabel Nanomoles per micromole
Elucidation Unavailable.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of AmountFractionUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

NanoSiemensPerCentiMetre

Iri https://w3id.org/emmo#NanoSiemensPerCentiMetre
Annotations
Unitsymbol nS/cm
Qudtreference http://qudt.org/vocab/unit/NanoS-PER-CentiM
Ucumcode nS.cm-1
Preflabel NanoSiemensPerCentiMetre
Altlabel Nanosiemens Per Centimetre
Elucidation 0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of ElectricConductivityUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitNonPrefixPart some SiemensPerCentiMetre
Subclass Of hasSIConversionMultiplier value 1e-07
Subclass Of hasSIConversionOffset value 0.0

NanoSiemensPerMetre

Iri https://w3id.org/emmo#NanoSiemensPerMetre
Annotations
Unitsymbol nS/m
Qudtreference http://qudt.org/vocab/unit/NanoS-PER-M
Ucumcode nS.m-1
Preflabel NanoSiemensPerMetre
Altlabel Nanosiemens Per Metre
Elucidation 0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of ElectricConductivityUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitSymbol some SiemensPerMetre
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

NewtonCentiMetre

Iri https://w3id.org/emmo#NewtonCentiMetre
Annotations
Unitsymbol N⋅cm
Qudtreference http://qudt.org/vocab/unit/N-CentiM
Ucumcode N.cm
Preflabel NewtonCentiMetre
Altlabel Newton Centimetre
Elucidation product of the SI derived unit newton and the 0.01-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

NewtonPerCentiMetre

Iri https://w3id.org/emmo#NewtonPerCentiMetre
Annotations
Unitsymbol N/cm
Qudtreference http://qudt.org/vocab/unit/N-PER-CentiM
Ucumcode N.cm-1
Preflabel NewtonPerCentiMetre
Altlabel Newton Per Centimetre
Elucidation SI derived unit newton divided by the 0.01-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

NewtonPerMilliMetre

Iri https://w3id.org/emmo#NewtonPerMilliMetre
Annotations
Unitsymbol N/mm
Qudtreference http://qudt.org/vocab/unit/N-PER-MilliM
Ucumcode N.mm-1
Preflabel NewtonPerMilliMetre
Altlabel Newton Per Millimetre
Elucidation SI derived unit newton divided by the 0.001-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

NewtonPerSquareCentiMetre

Iri https://w3id.org/emmo#NewtonPerSquareCentiMetre
Annotations
Unitsymbol N/cm²
Qudtreference http://qudt.org/vocab/unit/N-PER-CentiM2
Ucumcode N.cm-2
Preflabel NewtonPerSquareCentiMetre
Altlabel Newton Per Square Centimetre
Elucidation derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 10000.0
Subclass Of hasSIConversionOffset value 0.0

NewtonPerSquareMilliMetre

Iri https://w3id.org/emmo#NewtonPerSquareMilliMetre
Annotations
Unitsymbol N/mm²
Qudtreference http://qudt.org/vocab/unit/N-PER-MilliM2
Ucumcode N.mm-2
Preflabel NewtonPerSquareMilliMetre
Altlabel Newton Per Square Millimetre
Elucidation SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

PerCentiMetre

Iri https://w3id.org/emmo#PerCentiMetre
Annotations
Unitsymbol /cm
Qudtreference http://qudt.org/vocab/unit/PER-CentiM
Ucumcode /cm
Ucumcode cm-1
Preflabel PerCentiMetre
Altlabel ReciprocalCentimetre
Elucidation reciprocal of the 0.01-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

PerCubicCentiMetre

Iri https://w3id.org/emmo#PerCubicCentiMetre
Annotations
Unitsymbol /cm³
Qudtreference http://qudt.org/vocab/unit/PER-CentiM3
Ucumcode cm-3
Preflabel PerCubicCentiMetre
Altlabel ReciprocalCubicCentiMetre
Elucidation reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of PerVolumeUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

PerCubicMilliMetre

Iri https://w3id.org/emmo#PerCubicMilliMetre
Annotations
Unitsymbol /mm³
Qudtreference http://qudt.org/vocab/unit/PER-MilliM3
Ucumcode mm-3
Preflabel PerCubicMilliMetre
Altlabel ReciprocalCubicMilliMetre
Elucidation reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of PerVolumeUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

PerKiloMetre

Iri https://w3id.org/emmo#PerKiloMetre
Annotations
Unitsymbol /km
Qudtreference http://qudt.org/vocab/unit/PER-KiloM
Ucumcode /km
Ucumcode km-1
Preflabel PerKiloMetre
Altlabel ReciprocalKiloMetre
Elucidation Per Kilometer Unit is a denominator unit with dimensions /km.

-- QUDT
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

PerMetreNanoMetre

Iri https://w3id.org/emmo#PerMetreNanoMetre
Annotations
Unitsymbol /(m⋅nm)
Qudtreference http://qudt.org/vocab/unit/PER-M-NanoM
Ucumcode m-1.nm-1
Preflabel PerMetreNanoMetre
Altlabel ReciprocalMetreNanoMetre
Elucidation Per metre and nanometre.
Formal description
Subclass Of PerAreaUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

PerMetreNanoMetreSteradian

Iri https://w3id.org/emmo#PerMetreNanoMetreSteradian
Annotations
Unitsymbol /(m⋅nm⋅sr)
Qudtreference http://qudt.org/vocab/unit/PER-M-NanoM-SR
Ucumcode m-1.nm-1.sr-1
Preflabel PerMetreNanoMetreSteradian
Altlabel ReciprocalMetreNanoMetreSteradian
Elucidation Per metre and nanometre and steradian.
Formal description
Subclass Of PerAreaUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

PerMicroMetre

Iri https://w3id.org/emmo#PerMicroMetre
Annotations
Unitsymbol /µm
Qudtreference http://qudt.org/vocab/unit/PER-MicroM
Ucumcode /um
Ucumcode um-1
Preflabel PerMicroMetre
Altlabel ReciprocalMicroMetre
Elucidation Per Micrometer Unit is a denominator unit with dimensions /microm.

-- QUDT
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

PerMilliMetre

Iri https://w3id.org/emmo#PerMilliMetre
Annotations
Unitsymbol /mm
Qudtreference http://qudt.org/vocab/unit/PER-MilliM
Ucumcode /mm
Ucumcode mm-1
Preflabel PerMilliMetre
Altlabel ReciprocalMilliMetre
Elucidation Per Millimeter Unit is a denominator unit with dimensions /mm.

-- QUDT
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

PerMilliSecond

Iri https://w3id.org/emmo#PerMilliSecond
Annotations
Unitsymbol /ms
Qudtreference http://qudt.org/vocab/unit/PER-MilliSEC
Ucumcode ms-1
Preflabel PerMilliSecond
Altlabel ReciprocalMilliSecond
Elucidation Per millisecond.
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

PerNanoMetre

Iri https://w3id.org/emmo#PerNanoMetre
Annotations
Unitsymbol /nm
Qudtreference http://qudt.org/vocab/unit/PER-NanoM
Ucumcode /nm
Ucumcode nm-1
Preflabel PerNanoMetre
Altlabel ReciprocalNanoMetre
Elucidation Per Nanometer Unit is a denominator unit with dimensions /nm.

-- QUDT
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

PerPicoMetre

Iri https://w3id.org/emmo#PerPicoMetre
Annotations
Unitsymbol /pm
Qudtreference http://qudt.org/vocab/unit/PER-PicoM
Ucumcode /pm
Ucumcode pm-1
Preflabel PerPicoMetre
Altlabel ReciprocalPicoMetre
Elucidation Per Picoometer Unit is a denominator unit with dimensions /pm.

-- QUDT
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000000000000.0
Subclass Of hasSIConversionOffset value 0.0

PicoFaradPerMetre

Iri https://w3id.org/emmo#PicoFaradPerMetre
Annotations
Unitsymbol pF/m
Qudtreference http://qudt.org/vocab/unit/PicoFARAD-PER-M
Ucumcode pF.m-1
Preflabel PicoFaradPerMetre
Altlabel Picofarad Per Metre
Elucidation 1e-12 fold of the SI derived unit farad divided by the SI base unit metre.

-- QUDT
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of PermittivityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some FaradPerMetre
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

PicoGramPerGram

Iri https://w3id.org/emmo#PicoGramPerGram
Annotations
Unitsymbol pg/g
Qudtreference http://qudt.org/vocab/unit/PicoGM-PER-GM
Ucumcode pg.g-1
Preflabel PicoGramPerGram
Altlabel Picograms per gram
Elucidation One part per 10**12 (trillion) by mass of the measurand in the matrix.

-- QUDT
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of MassFractionUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerGram
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

PicoGramPerKilogram

Iri https://w3id.org/emmo#PicoGramPerKilogram
Annotations
Unitsymbol pg/kg
Qudtreference http://qudt.org/vocab/unit/PicoGM-PER-KiloGM
Ucumcode pg.kg-1
Preflabel PicoGramPerKilogram
Altlabel Picograms per kilogram
Elucidation One part per 10**15 by mass of the measurand in the matrix.

-- QUDT
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of MassFractionUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerKilogram
Subclass Of hasSIConversionMultiplier value 1e-15
Subclass Of hasSIConversionOffset value 0.0

PicoMolePerCubicMetre

Iri https://w3id.org/emmo#PicoMolePerCubicMetre
Annotations
Unitsymbol pmol/m³
Qudtreference http://qudt.org/vocab/unit/PicoMOL-PER-M3
Ucumcode pmol.m-3
Preflabel PicoMolePerCubicMetre
Altlabel Picomoles per cubic metre
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of AmountConcentrationUnit
Subclass Of hasUnitSymbol some MolePerCubicMetre
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

PicoMolePerCubicMetrePerSecond

Iri https://w3id.org/emmo#PicoMolePerCubicMetrePerSecond
Annotations
Unitsymbol pmol/(m³⋅s)
Qudtreference http://qudt.org/vocab/unit/PicoMOL-PER-M3-SEC
Ucumcode pmol.m-3.s-1
Preflabel PicoMolePerCubicMetrePerSecond
Altlabel Picomoles per cubic metre per second
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of AmountPerVolumeTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MolePerCubicMetrePerSecond
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

PicoMolePerKilogram

Iri https://w3id.org/emmo#PicoMolePerKilogram
Annotations
Unitsymbol pmol/kg
Qudtreference http://qudt.org/vocab/unit/PicoMOL-PER-KiloGM
Ucumcode pmol.kg-1
Preflabel PicoMolePerKilogram
Altlabel Picomoles per kilogram
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of AmountPerMassUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

PicoMolePerMetrePerWattPerSecond

Iri https://w3id.org/emmo#PicoMolePerMetrePerWattPerSecond
Annotations
Unitsymbol pmol/(m⋅W⋅s)
Qudtreference http://qudt.org/vocab/unit/PicoMOL-PER-M-W-SEC
Ucumcode pmol.m-1.W-1.s-1
Preflabel PicoMolePerMetrePerWattPerSecond
Altlabel Picomoles per metre per watt per second
Formal description
Subclass Of AmountSquareTimePerMassVolumeUnit
Subclass Of PicoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

PicoPascalPerKiloMetre

Iri https://w3id.org/emmo#PicoPascalPerKiloMetre
Annotations
Unitsymbol pPa/km
Qudtreference http://qudt.org/vocab/unit/PicoPA-PER-KiloM
Ucumcode pPa.km-1
Preflabel PicoPascalPerKiloMetre
Altlabel Picopascal Per Kilometre
Elucidation 0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasSIConversionMultiplier value 1e-15
Subclass Of hasSIConversionOffset value 0.0

PicoSiemensPerMetre

Iri https://w3id.org/emmo#PicoSiemensPerMetre
Annotations
Unitsymbol pS/m
Qudtreference http://qudt.org/vocab/unit/PicoS-PER-M
Ucumcode pS.m-1
Preflabel PicoSiemensPerMetre
Altlabel Picosiemens Per Metre
Elucidation 0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of ElectricConductivityUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some SiemensPerMetre
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

PicoWattPerSquareMetre

Iri https://w3id.org/emmo#PicoWattPerSquareMetre
Annotations
Unitsymbol pW/m²
Qudtreference http://qudt.org/vocab/unit/PicoW-PER-M2
Ucumcode pW.m-2
Preflabel PicoWattPerSquareMetre
Altlabel Picowatt Per Square Metre
Elucidation 0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of PowerDensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some WattPerSquareMetre
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

QuarticMilliMetre

Iri https://w3id.org/emmo#QuarticMilliMetre
Annotations
Unitsymbol mm⁴
Qudtreference http://qudt.org/vocab/unit/MilliM4
Ucumcode mm4
Preflabel QuarticMilliMetre
Altlabel Quartic Millimetre
Elucidation 0.001-fold of the power of the SI base unit metre with the exponent 4

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of QuarticLengthUnit
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

SiemensPerCentiMetre

Iri https://w3id.org/emmo#SiemensPerCentiMetre
Annotations
Unitsymbol S/cm
Qudtreference http://qudt.org/vocab/unit/S-PER-CentiM
Ucumcode S.cm-1
Preflabel SiemensPerCentiMetre
Altlabel Siemens Per Centimetre
Elucidation SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricConductivityUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

SquareCentiMetre

Iri https://w3id.org/emmo#SquareCentiMetre
Annotations
Unitsymbol cm²
Qudtreference http://qudt.org/vocab/unit/CentiM2
Ucumcode cm2
Preflabel SquareCentiMetre
Altlabel Square Centimetre
Elucidation A unit of area equal to that of a square, of sides 1cm

-- QUDT
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

SquareCentiMetrePerCubicCentiMetre

Iri https://w3id.org/emmo#SquareCentiMetrePerCubicCentiMetre
Annotations
Unitsymbol cm²/cm³
Qudtreference http://qudt.org/vocab/unit/CentiM2-PER-CentiM3
Ucumcode cm2.cm-3
Preflabel SquareCentiMetrePerCubicCentiMetre
Elucidation Square centimetre per cubic centimetre.
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

SquareCentiMetrePerGram

Iri https://w3id.org/emmo#SquareCentiMetrePerGram
Annotations
Unitsymbol cm²/g
Preflabel SquareCentiMetrePerGram
Formal description
Subclass Of AreaPerMassUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

SquareCentiMetrePerSecond

Iri https://w3id.org/emmo#SquareCentiMetrePerSecond
Annotations
Unitsymbol cm²/s
Qudtreference http://qudt.org/vocab/unit/CentiM2-PER-SEC
Ucumcode cm2.s-1
Preflabel SquareCentiMetrePerSecond
Elucidation Square centimetre per second.
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of AreicSpeedUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

SquareCentiMetreSecond

Iri https://w3id.org/emmo#SquareCentiMetreSecond
Annotations
Unitsymbol cm²⋅s
Qudtreference http://qudt.org/vocab/unit/CentiM2-SEC
Ucumcode cm2.s
Preflabel SquareCentiMetreSecond
Altlabel Square Centimetre Second
Elucidation "Square Centimeter Second" is a C.G.S System unit for 'Area Time' expressed as cm² . s.

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of AreaTimeUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

SquareDeciMetre

Iri https://w3id.org/emmo#SquareDeciMetre
Annotations
Unitsymbol dm²
Qudtreference http://qudt.org/vocab/unit/DeciM2
Ucumcode dm2
Preflabel SquareDeciMetre
Altlabel Square Decimetre
Elucidation 0.1-fold of the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

SquareMicroMetre

Iri https://w3id.org/emmo#SquareMicroMetre
Annotations
Unitsymbol μm²
Qudtreference http://qudt.org/vocab/unit/MicroM2
Ucumcode um2
Preflabel SquareMicroMetre
Altlabel Square Micrometre
Elucidation 0.000000000001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

SquareMilliMetre

Iri https://w3id.org/emmo#SquareMilliMetre
Annotations
Unitsymbol mm²
Qudtreference http://qudt.org/vocab/unit/MilliM2
Ucumcode mm2
Preflabel SquareMilliMetre
Altlabel Square Millimetre
Elucidation 0.000001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

SquareMilliMetrePerSecond

Iri https://w3id.org/emmo#SquareMilliMetrePerSecond
Annotations
Unitsymbol mm²/s
Qudtreference http://qudt.org/vocab/unit/MilliM2-PER-SEC
Ucumcode mm2.s-1
Preflabel SquareMilliMetrePerSecond
Altlabel Square Millimetre Per Second
Elucidation 0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of AreicSpeedUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

SquareNanoMetre

Iri https://w3id.org/emmo#SquareNanoMetre
Annotations
Unitsymbol nm²
Qudtreference http://qudt.org/vocab/unit/NanoM2
Ucumcode nm2
Preflabel SquareNanoMetre
Altlabel Square Nanometre
Elucidation A unit of area equal to that of a square, of sides 1nm

-- QUDT
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 1e-18
Subclass Of hasSIConversionOffset value 0.0

VoltPerCentiMetre

Iri https://w3id.org/emmo#VoltPerCentiMetre
Annotations
Unitsymbol V/cm
Qudtreference http://qudt.org/vocab/unit/V-PER-CentiM
Ucumcode V.cm-1
Preflabel VoltPerCentiMetre
Altlabel Volt Per Centimetre
Elucidation derived SI unit volt divided by the 0.01-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricFieldStrengthUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

VoltPerMicroSecond

Iri https://w3id.org/emmo#VoltPerMicroSecond
Annotations
Unitsymbol V/µs
Qudtreference http://qudt.org/vocab/unit/V-PER-MicroSEC
Ucumcode V.us-1
Preflabel VoltPerMicroSecond
Altlabel Volt Per Microsecond
Elucidation SI derived unit volt divided by the 0.000001-fold of the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricPotentialPerTimeUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

VoltPerMilliMetre

Iri https://w3id.org/emmo#VoltPerMilliMetre
Annotations
Unitsymbol V/mm
Qudtreference http://qudt.org/vocab/unit/V-PER-MilliM
Ucumcode V.mm-1
Preflabel VoltPerMilliMetre
Altlabel Volt Per Millimetre
Elucidation SI derived unit volt divided by the 0.001-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of ElectricFieldStrengthUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

WattPerSquareCentiMetre

Iri https://w3id.org/emmo#WattPerSquareCentiMetre
Annotations
Unitsymbol W/cm²
Qudtreference http://qudt.org/vocab/unit/W-PER-CentiM2
Ucumcode W.cm-2
Preflabel WattPerSquareCentiMetre
Altlabel Watt per Square Centimetre
Elucidation Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.

-- QUDT
Formal description
Subclass Of PowerDensityUnit
Subclass Of SINonCoherentDerivedUnit
Subclass Of hasSIConversionMultiplier value 10000.0
Subclass Of hasSIConversionOffset value 0.0

WattPerSquareMetrePerNanoMetre

Iri https://w3id.org/emmo#WattPerSquareMetrePerNanoMetre
Annotations
Unitsymbol W/m²⋅nm
Qudtreference http://qudt.org/vocab/unit/W-PER-M2-NanoM
Ucumcode W.m-2.nm-1
Preflabel WattPerSquareMetrePerNanoMetre
Elucidation Watt per square metre and nanometre.
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of PressurePerTimeUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

WattPerSquareMetrePerNanoMetrePerSteradian

Iri https://w3id.org/emmo#WattPerSquareMetrePerNanoMetrePerSteradian
Annotations
Unitsymbol W/m²⋅nm⋅sr
Qudtreference http://qudt.org/vocab/unit/W-PER-M2-NanoM-SR
Ucumcode W.m-2.nm-1.sr-1
Preflabel WattPerSquareMetrePerNanoMetrePerSteradian
Elucidation Watt per square metre and nanometre and steradian unit.
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of PressurePerTimeUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

WeberPerMilliMetre

Iri https://w3id.org/emmo#WeberPerMilliMetre
Annotations
Unitsymbol Wb/mm
Qudtreference http://qudt.org/vocab/unit/WB-PER-MilliM
Ucumcode Wb.mm-1
Preflabel WeberPerMilliMetre
Altlabel Weber Per Millimetre
Elucidation derived SI unit weber divided by the 0.001-fold of the SI base unit metre

-- QUDT
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of MagneticPotentialUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

Module: Periodic Table

Classes

ActiniumAtom

Iri https://w3id.org/emmo#EMMO_380f1ba6-b4f3-51e2-a63f-ceeeca2ed2f4
Annotations
Preflabel ActiniumAtom
Elucidation Atom subclass for actinium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 227.02775
Subclass Of hasAtomicNumber value 89

ActiniumSymbol

Iri https://w3id.org/emmo#EMMO_3bf0809d-2f7c-5282-b7fd-2e5486f6dbd3
Annotations
Preflabel ActiniumSymbol
Elucidation The symbol that stands for the actinium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some ActiniumAtom
Subclass Of hasSymbolValue value 'Ac'

AluminiumAtom

Iri https://w3id.org/emmo#EMMO_7e8f9419-0bda-5aa3-ba88-00b2be6ca69e
Annotations
Preflabel AluminiumAtom
Elucidation Atom subclass for aluminium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 13
Subclass Of hasIUPAC2016AtomicMass value 26.9815385

AluminiumSymbol

Iri https://w3id.org/emmo#EMMO_fc7ab7d2-d960-5ae8-b13b-a53dbc547cca
Annotations
Preflabel AluminiumSymbol
Elucidation The symbol that stands for the aluminium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Al'
Subclass Of isChemicalSymbolFor some AluminiumAtom

AmericiumAtom

Iri https://w3id.org/emmo#EMMO_f90da1f3-eb4c-54c4-b5d9-cf00fef180a1
Annotations
Preflabel AmericiumAtom
Elucidation Atom subclass for americium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 95
Subclass Of hasIUPAC2016AtomicMass value 243.06138

AmericiumSymbol

Iri https://w3id.org/emmo#EMMO_f107c0e5-0b9f-566c-9cba-a3443c904f78
Annotations
Preflabel AmericiumSymbol
Elucidation The symbol that stands for the americium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some AmericiumAtom
Subclass Of hasSymbolValue value 'Am'

AntimonyAtom

Iri https://w3id.org/emmo#EMMO_c32f8642-f1a1-5fae-8b4e-990b40f6eff8
Annotations
Preflabel AntimonyAtom
Elucidation Atom subclass for antimony.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 121.76
Subclass Of hasAtomicNumber value 51

AntimonySymbol

Iri https://w3id.org/emmo#EMMO_4ee57a22-0634-5889-a283-0b4f8e5023f6
Annotations
Preflabel AntimonySymbol
Elucidation The symbol that stands for the antimony atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Sb'
Subclass Of isChemicalSymbolFor some AntimonyAtom

ArgonAtom

Iri https://w3id.org/emmo#EMMO_755d962f-c703-514f-8d90-ca4f55e331d4
Annotations
Preflabel ArgonAtom
Elucidation Atom subclass for argon.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 39.948
Subclass Of hasAtomicNumber value 18

ArgonSymbol

Iri https://w3id.org/emmo#EMMO_69e0ff08-9843-5ca2-b2bb-58467b07c4bb
Annotations
Preflabel ArgonSymbol
Elucidation The symbol that stands for the argon atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Ar'
Subclass Of isChemicalSymbolFor some ArgonAtom

ArsenicAtom

Iri https://w3id.org/emmo#EMMO_41dba862-503f-57c2-86c7-bb40030481f0
Annotations
Preflabel ArsenicAtom
Elucidation Atom subclass for arsenic.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 33
Subclass Of hasIUPAC2016AtomicMass value 74.921595

ArsenicSymbol

Iri https://w3id.org/emmo#EMMO_0ba17fb4-6149-5332-b65f-0639ace42edf
Annotations
Preflabel ArsenicSymbol
Elucidation The symbol that stands for the arsenic atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some ArsenicAtom
Subclass Of hasSymbolValue value 'As'

AstatineAtom

Iri https://w3id.org/emmo#EMMO_186607c3-fe59-5731-983f-4374a1f8544b
Annotations
Preflabel AstatineAtom
Elucidation Atom subclass for astatine.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 209.98715
Subclass Of hasAtomicNumber value 85

AstatineSymbol

Iri https://w3id.org/emmo#EMMO_c7651944-e33f-56bc-8d83-f6de9760d661
Annotations
Preflabel AstatineSymbol
Elucidation The symbol that stands for the astatine atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'At'
Subclass Of isChemicalSymbolFor some AstatineAtom

BariumAtom

Iri https://w3id.org/emmo#EMMO_1b1aa658-a7d5-5bc6-9d78-37a901fd66dd
Annotations
Preflabel BariumAtom
Elucidation Atom subclass for barium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 56
Subclass Of hasIUPAC2016AtomicMass value 137.327

BariumSymbol

Iri https://w3id.org/emmo#EMMO_d60619c8-1abe-52c0-9491-eb3086245e22
Annotations
Preflabel BariumSymbol
Elucidation The symbol that stands for the barium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some BariumAtom
Subclass Of hasSymbolValue value 'Ba'

BerkeliumAtom

Iri https://w3id.org/emmo#EMMO_d2a4df79-23a0-5536-9f12-37d3b49c323f
Annotations
Preflabel BerkeliumAtom
Elucidation Atom subclass for berkelium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 247.07031
Subclass Of hasAtomicNumber value 97

BerkeliumSymbol

Iri https://w3id.org/emmo#EMMO_5c736993-31b7-5839-aa36-38b6cd8b41a2
Annotations
Preflabel BerkeliumSymbol
Elucidation The symbol that stands for the berkelium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Bk'
Subclass Of isChemicalSymbolFor some BerkeliumAtom

BerylliumAtom

Iri https://w3id.org/emmo#EMMO_b8294a50-b121-5b9c-bacd-5d4206c3aaaf
Annotations
Preflabel BerylliumAtom
Elucidation Atom subclass for beryllium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 9.0121831
Subclass Of hasAtomicNumber value 4

BerylliumSymbol

Iri https://w3id.org/emmo#EMMO_b42b9f49-aa2a-5dc7-afa5-9c5c013b621d
Annotations
Preflabel BerylliumSymbol
Elucidation The symbol that stands for the beryllium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some BerylliumAtom
Subclass Of hasSymbolValue value 'Be'

BismuthAtom

Iri https://w3id.org/emmo#EMMO_0e08326e-376b-5d54-ad2c-2a7cf274af61
Annotations
Preflabel BismuthAtom
Elucidation Atom subclass for bismuth.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 83
Subclass Of hasIUPAC2016AtomicMass value 208.9804

BismuthSymbol

Iri https://w3id.org/emmo#EMMO_ed5acb06-0af0-5a3a-9b31-a1b32267f753
Annotations
Preflabel BismuthSymbol
Elucidation The symbol that stands for the bismuth atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some BismuthAtom
Subclass Of hasSymbolValue value 'Bi'

BohriumAtom

Iri https://w3id.org/emmo#EMMO_67761ddc-260b-5945-bfc3-311813ab71c9
Annotations
Preflabel BohriumAtom
Elucidation Atom subclass for bohrium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 270.133
Subclass Of hasAtomicNumber value 107

BohriumSymbol

Iri https://w3id.org/emmo#EMMO_0805a892-352b-53e3-9577-60aa0835bc17
Annotations
Preflabel BohriumSymbol
Elucidation The symbol that stands for the bohrium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some BohriumAtom
Subclass Of hasSymbolValue value 'Bh'

BoronAtom

Iri https://w3id.org/emmo#EMMO_62cb8f50-5ce5-5f99-9cc8-514eff05d05e
Annotations
Preflabel BoronAtom
Elucidation Atom subclass for boron.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 10.81
Subclass Of hasAtomicNumber value 5

BoronSymbol

Iri https://w3id.org/emmo#EMMO_a30e9658-1a08-50cc-b200-25dbc8add30a
Annotations
Preflabel BoronSymbol
Elucidation The symbol that stands for the boron atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'B'
Subclass Of isChemicalSymbolFor some BoronAtom

BromineAtom

Iri https://w3id.org/emmo#EMMO_b3dfa085-5206-5868-b060-13efa01caf8e
Annotations
Preflabel BromineAtom
Elucidation Atom subclass for bromine.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 35
Subclass Of hasIUPAC2016AtomicMass value 79.904

BromineSymbol

Iri https://w3id.org/emmo#EMMO_41ee55be-d0e9-5f39-86a6-36b81a7bc301
Annotations
Preflabel BromineSymbol
Elucidation The symbol that stands for the bromine atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some BromineAtom
Subclass Of hasSymbolValue value 'Br'

CadmiumAtom

Iri https://w3id.org/emmo#EMMO_0761710a-3de3-5cff-a0cc-dfb8eba5a99d
Annotations
Preflabel CadmiumAtom
Elucidation Atom subclass for cadmium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 112.414
Subclass Of hasAtomicNumber value 48

CadmiumSymbol

Iri https://w3id.org/emmo#EMMO_b12e3fea-4467-5a08-9b14-67c51def1431
Annotations
Preflabel CadmiumSymbol
Elucidation The symbol that stands for the cadmium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some CadmiumAtom
Subclass Of hasSymbolValue value 'Cd'

CaesiumAtom

Iri https://w3id.org/emmo#EMMO_85ab88f1-3bb6-5fb7-8996-d1be786da995
Annotations
Preflabel CaesiumAtom
Elucidation Atom subclass for caesium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 55
Subclass Of hasIUPAC2016AtomicMass value 132.90545196

CaesiumSymbol

Iri https://w3id.org/emmo#EMMO_f7e8a63d-d40c-57f7-8017-7ad6b1d89b4e
Annotations
Preflabel CaesiumSymbol
Elucidation The symbol that stands for the caesium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Cs'
Subclass Of isChemicalSymbolFor some CaesiumAtom

CalciumAtom

Iri https://w3id.org/emmo#EMMO_2b6dcba2-8e5f-50fb-8242-26fa609379a8
Annotations
Preflabel CalciumAtom
Elucidation Atom subclass for calcium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 40.078
Subclass Of hasAtomicNumber value 20

CalciumSymbol

Iri https://w3id.org/emmo#EMMO_38626021-30ac-5bd1-8776-0541a8341bf2
Annotations
Preflabel CalciumSymbol
Elucidation The symbol that stands for the calcium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Ca'
Subclass Of isChemicalSymbolFor some CalciumAtom

CaliforniumAtom

Iri https://w3id.org/emmo#EMMO_b443dea3-7407-59c3-9e86-6784e715f48b
Annotations
Preflabel CaliforniumAtom
Elucidation Atom subclass for californium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 251.07959
Subclass Of hasAtomicNumber value 98

CaliforniumSymbol

Iri https://w3id.org/emmo#EMMO_ff1d6ece-712d-54b8-9c05-c26854e0c35a
Annotations
Preflabel CaliforniumSymbol
Elucidation The symbol that stands for the californium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Cf'
Subclass Of isChemicalSymbolFor some CaliforniumAtom

CarbonAtom

Iri https://w3id.org/emmo#EMMO_0056cc2f-f2fe-558e-a65c-9a8fc5cea333
Annotations
Preflabel CarbonAtom
Elucidation Atom subclass for carbon.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 6
Subclass Of hasIUPAC2016AtomicMass value 12.011

CarbonSymbol

Iri https://w3id.org/emmo#EMMO_a7180b5f-d46d-5751-b3bc-ae28a6655992
Annotations
Preflabel CarbonSymbol
Elucidation The symbol that stands for the carbon atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some CarbonAtom
Subclass Of hasSymbolValue value 'C'

CeriumAtom

Iri https://w3id.org/emmo#EMMO_125b6f65-caf4-5ff2-89f2-90a6183ee34e
Annotations
Preflabel CeriumAtom
Elucidation Atom subclass for cerium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 140.116
Subclass Of hasAtomicNumber value 58

CeriumSymbol

Iri https://w3id.org/emmo#EMMO_44eb5d63-b868-54c5-bd52-7528db10674d
Annotations
Preflabel CeriumSymbol
Elucidation The symbol that stands for the cerium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some CeriumAtom
Subclass Of hasSymbolValue value 'Ce'

ChlorineAtom

Iri https://w3id.org/emmo#EMMO_b92900ac-69b2-5a63-a9d5-4984ae20905a
Annotations
Preflabel ChlorineAtom
Elucidation Atom subclass for chlorine.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 35.45
Subclass Of hasAtomicNumber value 17

ChlorineSymbol

Iri https://w3id.org/emmo#EMMO_2dc17698-8cd9-562e-8eca-7818d507c813
Annotations
Preflabel ChlorineSymbol
Elucidation The symbol that stands for the chlorine atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some ChlorineAtom
Subclass Of hasSymbolValue value 'Cl'

ChromiumAtom

Iri https://w3id.org/emmo#EMMO_2a61986e-772c-5f68-bdc9-80adbc618e41
Annotations
Preflabel ChromiumAtom
Elucidation Atom subclass for chromium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 24
Subclass Of hasIUPAC2016AtomicMass value 51.9961

ChromiumSymbol

Iri https://w3id.org/emmo#EMMO_517752af-5883-5cf5-8363-6b19f76aca3e
Annotations
Preflabel ChromiumSymbol
Elucidation The symbol that stands for the chromium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some ChromiumAtom
Subclass Of hasSymbolValue value 'Cr'

CobaltAtom

Iri https://w3id.org/emmo#EMMO_3fe9d899-f1f1-5657-b176-ac6afff2e93d
Annotations
Preflabel CobaltAtom
Elucidation Atom subclass for cobalt.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 58.933194
Subclass Of hasAtomicNumber value 27

CobaltSymbol

Iri https://w3id.org/emmo#EMMO_4aa59242-76e7-5cce-a126-c7e9c657e7ad
Annotations
Preflabel CobaltSymbol
Elucidation The symbol that stands for the cobalt atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some CobaltAtom
Subclass Of hasSymbolValue value 'Co'

CoperniciumAtom

Iri https://w3id.org/emmo#EMMO_f9125b67-8798-5595-9db3-ffc1840c9947
Annotations
Preflabel CoperniciumAtom
Elucidation Atom subclass for copernicium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 112
Subclass Of hasIUPAC2016AtomicMass value 285.177

CoperniciumSymbol

Iri https://w3id.org/emmo#EMMO_920b8adc-575b-55e9-9cd5-cf5eab1696f1
Annotations
Preflabel CoperniciumSymbol
Elucidation The symbol that stands for the copernicium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some CoperniciumAtom
Subclass Of hasSymbolValue value 'Cn'

CopperAtom

Iri https://w3id.org/emmo#EMMO_57a7ab6b-30a4-54e5-821d-0b8efb5e08b2
Annotations
Preflabel CopperAtom
Elucidation Atom subclass for copper.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 29
Subclass Of hasIUPAC2016AtomicMass value 63.546

CopperSymbol

Iri https://w3id.org/emmo#EMMO_bd93ef72-3d4f-5f17-b613-01f440296995
Annotations
Preflabel CopperSymbol
Elucidation The symbol that stands for the copper atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Cu'
Subclass Of isChemicalSymbolFor some CopperAtom

CuriumAtom

Iri https://w3id.org/emmo#EMMO_08522112-0872-599f-9d81-81889333254e
Annotations
Preflabel CuriumAtom
Elucidation Atom subclass for curium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 96
Subclass Of hasIUPAC2016AtomicMass value 247.07035

CuriumSymbol

Iri https://w3id.org/emmo#EMMO_c97277f7-f011-51bb-aeb8-5e8b1f3f711c
Annotations
Preflabel CuriumSymbol
Elucidation The symbol that stands for the curium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some CuriumAtom
Subclass Of hasSymbolValue value 'Cm'

DarmastadtiumAtom

Iri https://w3id.org/emmo#EMMO_5455d87d-1c98-50e1-9904-c94f6a697097
Annotations
Preflabel DarmastadtiumAtom
Elucidation Atom subclass for darmastadtium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 281.165
Subclass Of hasAtomicNumber value 110

DarmastadtiumSymbol

Iri https://w3id.org/emmo#EMMO_71d48627-4696-54c2-a990-4fdd9f353aef
Annotations
Preflabel DarmastadtiumSymbol
Elucidation The symbol that stands for the darmastadtium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Ds'
Subclass Of isChemicalSymbolFor some DarmastadtiumAtom

DubniumAtom

Iri https://w3id.org/emmo#EMMO_b65acde7-56c5-5cca-b589-b6744beb4223
Annotations
Preflabel DubniumAtom
Elucidation Atom subclass for dubnium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 105
Subclass Of hasIUPAC2016AtomicMass value 268.126

DubniumSymbol

Iri https://w3id.org/emmo#EMMO_43815c80-05dc-5917-8d52-b200badbf1d3
Annotations
Preflabel DubniumSymbol
Elucidation The symbol that stands for the dubnium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Db'
Subclass Of isChemicalSymbolFor some DubniumAtom

DysprosiumAtom

Iri https://w3id.org/emmo#EMMO_e1e686a5-71c3-5a98-8646-6d4e0f665f35
Annotations
Preflabel DysprosiumAtom
Elucidation Atom subclass for dysprosium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 66
Subclass Of hasIUPAC2016AtomicMass value 162.5

DysprosiumSymbol

Iri https://w3id.org/emmo#EMMO_1936bc9e-5e81-5267-bd48-cbec9a6cfb17
Annotations
Preflabel DysprosiumSymbol
Elucidation The symbol that stands for the dysprosium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Dy'
Subclass Of isChemicalSymbolFor some DysprosiumAtom

EinsteiniumAtom

Iri https://w3id.org/emmo#EMMO_2e36028f-f5a0-5a5a-af66-c357fb64765e
Annotations
Preflabel EinsteiniumAtom
Elucidation Atom subclass for einsteinium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 252.083
Subclass Of hasAtomicNumber value 99

EinsteiniumSymbol

Iri https://w3id.org/emmo#EMMO_6b241a1f-2a5f-5ea8-b0aa-7b162d7d73e4
Annotations
Preflabel EinsteiniumSymbol
Elucidation The symbol that stands for the einsteinium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some EinsteiniumAtom
Subclass Of hasSymbolValue value 'Es'

ErbiumAtom

Iri https://w3id.org/emmo#EMMO_14729316-fa36-5eda-a5e6-86e28a5d80ba
Annotations
Preflabel ErbiumAtom
Elucidation Atom subclass for erbium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 68
Subclass Of hasIUPAC2016AtomicMass value 167.259

ErbiumSymbol

Iri https://w3id.org/emmo#EMMO_357b32b5-7d1b-5649-b9bd-2b1b9359fcd0
Annotations
Preflabel ErbiumSymbol
Elucidation The symbol that stands for the erbium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some ErbiumAtom
Subclass Of hasSymbolValue value 'Er'

EuropiumAtom

Iri https://w3id.org/emmo#EMMO_8aa13073-865b-5035-b128-43a4758a0302
Annotations
Preflabel EuropiumAtom
Elucidation Atom subclass for europium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 151.964
Subclass Of hasAtomicNumber value 63

EuropiumSymbol

Iri https://w3id.org/emmo#EMMO_4894a40d-6bf5-54a2-8b21-e9b278e0e973
Annotations
Preflabel EuropiumSymbol
Elucidation The symbol that stands for the europium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some EuropiumAtom
Subclass Of hasSymbolValue value 'Eu'

FermiumAtom

Iri https://w3id.org/emmo#EMMO_5ee30708-feb6-54c0-977e-3d069e496a76
Annotations
Preflabel FermiumAtom
Elucidation Atom subclass for fermium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 257.09511
Subclass Of hasAtomicNumber value 100

FermiumSymbol

Iri https://w3id.org/emmo#EMMO_9c5b1294-ac9e-554f-a135-a3d72a763d9c
Annotations
Preflabel FermiumSymbol
Elucidation The symbol that stands for the fermium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Fm'
Subclass Of isChemicalSymbolFor some FermiumAtom

FleroviumAtom

Iri https://w3id.org/emmo#EMMO_7aa6b5b1-34c8-5d37-9db0-cc6a232f3946
Annotations
Preflabel FleroviumAtom
Elucidation Atom subclass for flerovium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 114
Subclass Of hasIUPAC2016AtomicMass value 289.19

FleroviumSymbol

Iri https://w3id.org/emmo#EMMO_1c5c8217-481b-5ae9-b44f-9ec353f6ea93
Annotations
Preflabel FleroviumSymbol
Elucidation The symbol that stands for the flerovium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some FleroviumAtom
Subclass Of hasSymbolValue value 'Fl'

FluorineAtom

Iri https://w3id.org/emmo#EMMO_ff4e0ff1-a3ea-5c59-82dc-75f0abad66eb
Annotations
Preflabel FluorineAtom
Elucidation Atom subclass for fluorine.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 18.998403163
Subclass Of hasAtomicNumber value 9

FluorineSymbol

Iri https://w3id.org/emmo#EMMO_36a32a8c-8307-5b09-adcb-bbaeb9e36b49
Annotations
Preflabel FluorineSymbol
Elucidation The symbol that stands for the fluorine atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'F'
Subclass Of isChemicalSymbolFor some FluorineAtom

FranciumAtom

Iri https://w3id.org/emmo#EMMO_291a1550-d4cb-5934-b0db-0ea3c6a23932
Annotations
Preflabel FranciumAtom
Elucidation Atom subclass for francium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 87
Subclass Of hasIUPAC2016AtomicMass value 223.01974

FranciumSymbol

Iri https://w3id.org/emmo#EMMO_c3a05192-7d78-5190-bc3e-3ea44cfc9d19
Annotations
Preflabel FranciumSymbol
Elucidation The symbol that stands for the francium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some FranciumAtom
Subclass Of hasSymbolValue value 'Fr'

GadoliniumAtom

Iri https://w3id.org/emmo#EMMO_0724601e-642c-5770-bc86-7078e7441664
Annotations
Preflabel GadoliniumAtom
Elucidation Atom subclass for gadolinium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 157.25
Subclass Of hasAtomicNumber value 64

GadoliniumSymbol

Iri https://w3id.org/emmo#EMMO_2563e18a-93d2-5d81-86d3-736295e9e519
Annotations
Preflabel GadoliniumSymbol
Elucidation The symbol that stands for the gadolinium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Gd'
Subclass Of isChemicalSymbolFor some GadoliniumAtom

GalliumAtom

Iri https://w3id.org/emmo#EMMO_71c716bf-75bb-529f-b7c8-9d36a7c58b3a
Annotations
Preflabel GalliumAtom
Elucidation Atom subclass for gallium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 31
Subclass Of hasIUPAC2016AtomicMass value 69.723

GalliumSymbol

Iri https://w3id.org/emmo#EMMO_b546b51b-c19d-5368-8810-c9e4e9b1c1f3
Annotations
Preflabel GalliumSymbol
Elucidation The symbol that stands for the gallium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Ga'
Subclass Of isChemicalSymbolFor some GalliumAtom

GermaniumAtom

Iri https://w3id.org/emmo#EMMO_694e27a2-f3ee-5a3e-8851-d6f78d79d84e
Annotations
Preflabel GermaniumAtom
Elucidation Atom subclass for germanium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 32
Subclass Of hasIUPAC2016AtomicMass value 72.63

GermaniumSymbol

Iri https://w3id.org/emmo#EMMO_6b670dce-5692-5505-9688-8f735b325214
Annotations
Preflabel GermaniumSymbol
Elucidation The symbol that stands for the germanium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Ge'
Subclass Of isChemicalSymbolFor some GermaniumAtom

GoldAtom

Iri https://w3id.org/emmo#EMMO_0d37beeb-9dea-558e-82c5-4df3fb6d08d0
Annotations
Preflabel GoldAtom
Elucidation Atom subclass for gold.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 79
Subclass Of hasIUPAC2016AtomicMass value 196.966569

GoldSymbol

Iri https://w3id.org/emmo#EMMO_811c67a9-bcdf-5a9e-bbce-28ae2af12915
Annotations
Preflabel GoldSymbol
Elucidation The symbol that stands for the gold atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some GoldAtom
Subclass Of hasSymbolValue value 'Au'

HafniumAtom

Iri https://w3id.org/emmo#EMMO_e37eaa49-d5e8-54e7-a7dc-9ad6073e86b7
Annotations
Preflabel HafniumAtom
Elucidation Atom subclass for hafnium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 178.49
Subclass Of hasAtomicNumber value 72

HafniumSymbol

Iri https://w3id.org/emmo#EMMO_c9ac19ce-af4f-5abd-975d-c86dca0b4d58
Annotations
Preflabel HafniumSymbol
Elucidation The symbol that stands for the hafnium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some HafniumAtom
Subclass Of hasSymbolValue value 'Hf'

HassiumAtom

Iri https://w3id.org/emmo#EMMO_1acc07d0-709d-53f4-9807-cbc0d144865c
Annotations
Preflabel HassiumAtom
Elucidation Atom subclass for hassium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 269.1338
Subclass Of hasAtomicNumber value 108

HassiumSymbol

Iri https://w3id.org/emmo#EMMO_ef4ce791-8ba4-55cd-a6fa-778133a19d19
Annotations
Preflabel HassiumSymbol
Elucidation The symbol that stands for the hassium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some HassiumAtom
Subclass Of hasSymbolValue value 'Hs'

HeliumAtom

Iri https://w3id.org/emmo#EMMO_2c85ff7a-835c-5559-b369-193683d631c8
Annotations
Preflabel HeliumAtom
Elucidation Atom subclass for helium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 4.002602
Subclass Of hasAtomicNumber value 2

HeliumSymbol

Iri https://w3id.org/emmo#EMMO_fad04773-08a7-5bd3-8990-06d7e9d2c21e
Annotations
Preflabel HeliumSymbol
Elucidation The symbol that stands for the helium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some HeliumAtom
Subclass Of hasSymbolValue value 'He'

HolmiumAtom

Iri https://w3id.org/emmo#EMMO_fd03c660-7b3b-5451-9d78-bc48836e1cc6
Annotations
Preflabel HolmiumAtom
Elucidation Atom subclass for holmium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 164.93033
Subclass Of hasAtomicNumber value 67

HolmiumSymbol

Iri https://w3id.org/emmo#EMMO_e0136ad7-1435-5292-9ed6-9848b481d503
Annotations
Preflabel HolmiumSymbol
Elucidation The symbol that stands for the holmium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some HolmiumAtom
Subclass Of hasSymbolValue value 'Ho'

HydrogenAtom

Iri https://w3id.org/emmo#EMMO_5a4790e5-b11b-5a0c-80e4-81515c27a560
Annotations
Preflabel HydrogenAtom
Elucidation Atom subclass for hydrogen.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 1.008
Subclass Of hasAtomicNumber value 1

HydrogenSymbol

Iri https://w3id.org/emmo#EMMO_93582808-e5fc-5bb5-bc7a-0e674e1a7f0e
Annotations
Preflabel HydrogenSymbol
Elucidation The symbol that stands for the hydrogen atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'H'
Subclass Of isChemicalSymbolFor some HydrogenAtom

IndiumAtom

Iri https://w3id.org/emmo#EMMO_96522455-d7d7-5b1e-b10a-ad87e41a5adc
Annotations
Preflabel IndiumAtom
Elucidation Atom subclass for indium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 49
Subclass Of hasIUPAC2016AtomicMass value 114.818

IndiumSymbol

Iri https://w3id.org/emmo#EMMO_67589be3-8acd-5230-bc54-89280412a3fb
Annotations
Preflabel IndiumSymbol
Elucidation The symbol that stands for the indium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some IndiumAtom
Subclass Of hasSymbolValue value 'In'

IodineAtom

Iri https://w3id.org/emmo#EMMO_52a611ba-81df-5557-9dfe-c55e4d0f5860
Annotations
Preflabel IodineAtom
Elucidation Atom subclass for iodine.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 53
Subclass Of hasIUPAC2016AtomicMass value 126.90447

IodineSymbol

Iri https://w3id.org/emmo#EMMO_c10700ef-832b-5b39-a0a0-5e3f5f17b8e8
Annotations
Preflabel IodineSymbol
Elucidation The symbol that stands for the iodine atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some IodineAtom
Subclass Of hasSymbolValue value 'I'

IridiumAtom

Iri https://w3id.org/emmo#EMMO_5ae62317-1681-5ca9-9fa7-8801757ee5c8
Annotations
Preflabel IridiumAtom
Elucidation Atom subclass for iridium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 77
Subclass Of hasIUPAC2016AtomicMass value 192.217

IridiumSymbol

Iri https://w3id.org/emmo#EMMO_b8aab013-b729-51f1-bc14-5302e7f97cbe
Annotations
Preflabel IridiumSymbol
Elucidation The symbol that stands for the iridium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some IridiumAtom
Subclass Of hasSymbolValue value 'Ir'

IronAtom

Iri https://w3id.org/emmo#EMMO_a4839f08-1080-53bf-9cb3-101e20c2656b
Annotations
Preflabel IronAtom
Elucidation Atom subclass for iron.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 26
Subclass Of hasIUPAC2016AtomicMass value 55.845

IronSymbol

Iri https://w3id.org/emmo#EMMO_71b5082d-9908-5011-8ad0-b2ab70ffd08c
Annotations
Preflabel IronSymbol
Elucidation The symbol that stands for the iron atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Fe'
Subclass Of isChemicalSymbolFor some IronAtom

KryptonAtom

Iri https://w3id.org/emmo#EMMO_72379870-0d00-5e48-912b-62cbd5b3f548
Annotations
Preflabel KryptonAtom
Elucidation Atom subclass for krypton.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 36
Subclass Of hasIUPAC2016AtomicMass value 83.798

KryptonSymbol

Iri https://w3id.org/emmo#EMMO_7c79a41c-c0aa-564b-b0b1-6fd4ee6f3256
Annotations
Preflabel KryptonSymbol
Elucidation The symbol that stands for the krypton atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some KryptonAtom
Subclass Of hasSymbolValue value 'Kr'

LanthanumAtom

Iri https://w3id.org/emmo#EMMO_b0597d20-6438-53e5-a627-b9dacebc69da
Annotations
Preflabel LanthanumAtom
Elucidation Atom subclass for lanthanum.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 138.90547
Subclass Of hasAtomicNumber value 57

LanthanumSymbol

Iri https://w3id.org/emmo#EMMO_a3569860-5d20-5e69-baf6-cbe8ae7cfc15
Annotations
Preflabel LanthanumSymbol
Elucidation The symbol that stands for the lanthanum atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'La'
Subclass Of isChemicalSymbolFor some LanthanumAtom

LawrenciumAtom

Iri https://w3id.org/emmo#EMMO_41f2ed3b-aba4-5b99-a5a1-547109a7cb4c
Annotations
Preflabel LawrenciumAtom
Elucidation Atom subclass for lawrencium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 262.11
Subclass Of hasAtomicNumber value 103

LawrenciumSymbol

Iri https://w3id.org/emmo#EMMO_f21db3a4-d5de-52dd-9460-5cdd138fb83f
Annotations
Preflabel LawrenciumSymbol
Elucidation The symbol that stands for the lawrencium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Lr'
Subclass Of isChemicalSymbolFor some LawrenciumAtom

LeadAtom

Iri https://w3id.org/emmo#EMMO_749a9347-0b50-530a-995a-054f2a90bc0d
Annotations
Preflabel LeadAtom
Elucidation Atom subclass for lead.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 207.2
Subclass Of hasAtomicNumber value 82

LeadSymbol

Iri https://w3id.org/emmo#EMMO_717d8808-5085-5f35-86b4-6bc75bafac0b
Annotations
Preflabel LeadSymbol
Elucidation The symbol that stands for the lead atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Pb'
Subclass Of isChemicalSymbolFor some LeadAtom

LithiumAtom

Iri https://w3id.org/emmo#EMMO_3bb84fc5-5cb4-5250-ba87-169ae90ec6d7
Annotations
Preflabel LithiumAtom
Elucidation Atom subclass for lithium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 6.94
Subclass Of hasAtomicNumber value 3

LithiumSymbol

Iri https://w3id.org/emmo#EMMO_0755dd67-bdf1-5164-a706-55fcf9ced526
Annotations
Preflabel LithiumSymbol
Elucidation The symbol that stands for the lithium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Li'
Subclass Of isChemicalSymbolFor some LithiumAtom

LivermoriumAtom

Iri https://w3id.org/emmo#EMMO_f2d4c89a-c354-5e4c-9cdb-f2de932e294f
Annotations
Preflabel LivermoriumAtom
Elucidation Atom subclass for livermorium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 116
Subclass Of hasIUPAC2016AtomicMass value 293.204

LivermoriumSymbol

Iri https://w3id.org/emmo#EMMO_31fda9f8-24e1-5c53-8616-a63cee7613de
Annotations
Preflabel LivermoriumSymbol
Elucidation The symbol that stands for the livermorium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Lv'
Subclass Of isChemicalSymbolFor some LivermoriumAtom

LutetiumAtom

Iri https://w3id.org/emmo#EMMO_098f6f77-746a-5fcc-a6d1-4988929bf404
Annotations
Preflabel LutetiumAtom
Elucidation Atom subclass for lutetium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 174.9668
Subclass Of hasAtomicNumber value 71

LutetiumSymbol

Iri https://w3id.org/emmo#EMMO_66c364c4-16b7-5d5f-abd5-b6977c46f525
Annotations
Preflabel LutetiumSymbol
Elucidation The symbol that stands for the lutetium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some LutetiumAtom
Subclass Of hasSymbolValue value 'Lu'

MagnesiumAtom

Iri https://w3id.org/emmo#EMMO_ff5e8306-8e33-5305-84aa-d99055d34e0c
Annotations
Preflabel MagnesiumAtom
Elucidation Atom subclass for magnesium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 12
Subclass Of hasIUPAC2016AtomicMass value 24.305

MagnesiumSymbol

Iri https://w3id.org/emmo#EMMO_91579f8a-e3b1-5ac9-9533-402c8cb1ffdd
Annotations
Preflabel MagnesiumSymbol
Elucidation The symbol that stands for the magnesium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Mg'
Subclass Of isChemicalSymbolFor some MagnesiumAtom

ManganeseAtom

Iri https://w3id.org/emmo#EMMO_2c701f72-a859-5e33-9552-b6bdbcbd28d9
Annotations
Preflabel ManganeseAtom
Elucidation Atom subclass for manganese.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 54.938044
Subclass Of hasAtomicNumber value 25

ManganeseSymbol

Iri https://w3id.org/emmo#EMMO_179a652d-68c8-5412-9621-98b4b00984dd
Annotations
Preflabel ManganeseSymbol
Elucidation The symbol that stands for the manganese atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Mn'
Subclass Of isChemicalSymbolFor some ManganeseAtom

MeitneriumAtom

Iri https://w3id.org/emmo#EMMO_3213514e-b1ba-506c-ae22-d4e3a688ddf3
Annotations
Preflabel MeitneriumAtom
Elucidation Atom subclass for meitnerium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 278.156
Subclass Of hasAtomicNumber value 109

MeitneriumSymbol

Iri https://w3id.org/emmo#EMMO_b2e41936-a44f-578d-960b-91f8f0135b2b
Annotations
Preflabel MeitneriumSymbol
Elucidation The symbol that stands for the meitnerium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Mt'
Subclass Of isChemicalSymbolFor some MeitneriumAtom

MendeleviumAtom

Iri https://w3id.org/emmo#EMMO_e85b68e1-ca2b-51b5-8b61-dea134d88bef
Annotations
Preflabel MendeleviumAtom
Elucidation Atom subclass for mendelevium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 101
Subclass Of hasIUPAC2016AtomicMass value 258.09843

MendeleviumSymbol

Iri https://w3id.org/emmo#EMMO_20bb4724-2370-5205-ab8e-51a4c3609d3b
Annotations
Preflabel MendeleviumSymbol
Elucidation The symbol that stands for the mendelevium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Md'
Subclass Of isChemicalSymbolFor some MendeleviumAtom

MercuryAtom

Iri https://w3id.org/emmo#EMMO_bc1bb0e8-ec90-5276-a15c-3e805144a083
Annotations
Preflabel MercuryAtom
Elucidation Atom subclass for mercury.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 200.592
Subclass Of hasAtomicNumber value 80

MercurySymbol

Iri https://w3id.org/emmo#EMMO_12120d44-785e-5e5e-a9fd-73fe7c24ead4
Annotations
Preflabel MercurySymbol
Elucidation The symbol that stands for the mercury atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some MercuryAtom
Subclass Of hasSymbolValue value 'Hg'

MolybdenumAtom

Iri https://w3id.org/emmo#EMMO_0d8247fb-82b0-5ad6-996b-19469e1d7960
Annotations
Preflabel MolybdenumAtom
Elucidation Atom subclass for molybdenum.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 42
Subclass Of hasIUPAC2016AtomicMass value 95.95

MolybdenumSymbol

Iri https://w3id.org/emmo#EMMO_e4c89307-e63b-57c8-8892-60924c65aa3b
Annotations
Preflabel MolybdenumSymbol
Elucidation The symbol that stands for the molybdenum atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some MolybdenumAtom
Subclass Of hasSymbolValue value 'Mo'

MoscoviumAtom

Iri https://w3id.org/emmo#EMMO_b655f801-c5b9-5187-99e8-c9eba8645c05
Annotations
Preflabel MoscoviumAtom
Elucidation Atom subclass for moscovium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 289.194
Subclass Of hasAtomicNumber value 115

MoscoviumSymbol

Iri https://w3id.org/emmo#EMMO_ced3fb28-51f7-5208-9aab-d1f8bef21ee5
Annotations
Preflabel MoscoviumSymbol
Elucidation The symbol that stands for the moscovium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some MoscoviumAtom
Subclass Of hasSymbolValue value 'Mc'

NeodymiumAtom

Iri https://w3id.org/emmo#EMMO_2e6eba5e-8c55-534c-b955-f09296e190e0
Annotations
Preflabel NeodymiumAtom
Elucidation Atom subclass for neodymium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 60
Subclass Of hasIUPAC2016AtomicMass value 144.242

NeodymiumSymbol

Iri https://w3id.org/emmo#EMMO_afee3bf0-d0e0-53dc-bfb1-b624b5724d47
Annotations
Preflabel NeodymiumSymbol
Elucidation The symbol that stands for the neodymium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some NeodymiumAtom
Subclass Of hasSymbolValue value 'Nd'

NeonAtom

Iri https://w3id.org/emmo#EMMO_24e7961c-26c8-5ae1-a29c-c32717c40684
Annotations
Preflabel NeonAtom
Elucidation Atom subclass for neon.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 10
Subclass Of hasIUPAC2016AtomicMass value 20.1797

NeonSymbol

Iri https://w3id.org/emmo#EMMO_2e96348b-f8d1-5877-a5c5-b6863c5ebcf2
Annotations
Preflabel NeonSymbol
Elucidation The symbol that stands for the neon atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some NeonAtom
Subclass Of hasSymbolValue value 'Ne'

NeptuniumAtom

Iri https://w3id.org/emmo#EMMO_15595dc5-20a7-5b9f-a896-aad79f97bb8b
Annotations
Preflabel NeptuniumAtom
Elucidation Atom subclass for neptunium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 93
Subclass Of hasIUPAC2016AtomicMass value 237.04817

NeptuniumSymbol

Iri https://w3id.org/emmo#EMMO_e941986d-658b-5a08-ae3d-4cc170344b06
Annotations
Preflabel NeptuniumSymbol
Elucidation The symbol that stands for the neptunium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some NeptuniumAtom
Subclass Of hasSymbolValue value 'Np'

NickelAtom

Iri https://w3id.org/emmo#EMMO_caacc634-4328-5d9d-a8e8-1c25a2557e94
Annotations
Preflabel NickelAtom
Elucidation Atom subclass for nickel.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 58.6934
Subclass Of hasAtomicNumber value 28

NickelSymbol

Iri https://w3id.org/emmo#EMMO_1fade54b-20ed-5e58-af59-214ea3b15ba9
Annotations
Preflabel NickelSymbol
Elucidation The symbol that stands for the nickel atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some NickelAtom
Subclass Of hasSymbolValue value 'Ni'

NihoniumAtom

Iri https://w3id.org/emmo#EMMO_75771a96-5e17-568c-bc28-caba06c0047a
Annotations
Preflabel NihoniumAtom
Elucidation Atom subclass for nihonium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 286.182
Subclass Of hasAtomicNumber value 113

NihoniumSymbol

Iri https://w3id.org/emmo#EMMO_8fbc9110-c822-5b8e-a5fc-ee5430d9f34a
Annotations
Preflabel NihoniumSymbol
Elucidation The symbol that stands for the nihonium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Nh'
Subclass Of isChemicalSymbolFor some NihoniumAtom

NiobiumAtom

Iri https://w3id.org/emmo#EMMO_ad2056af-0fa7-56cf-a881-80e3a7dfd266
Annotations
Preflabel NiobiumAtom
Elucidation Atom subclass for niobium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 92.90637
Subclass Of hasAtomicNumber value 41

NiobiumSymbol

Iri https://w3id.org/emmo#EMMO_f0f7abe2-766d-5dcd-ba67-ada816684677
Annotations
Preflabel NiobiumSymbol
Elucidation The symbol that stands for the niobium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some NiobiumAtom
Subclass Of hasSymbolValue value 'Nb'

NitrogenAtom

Iri https://w3id.org/emmo#EMMO_252f143a-2c00-5d9a-a551-c07daa22c5c0
Annotations
Preflabel NitrogenAtom
Elucidation Atom subclass for nitrogen.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 14.007
Subclass Of hasAtomicNumber value 7

NitrogenSymbol

Iri https://w3id.org/emmo#EMMO_26b7c6ca-6c6c-52e0-ba01-dcc883e64d46
Annotations
Preflabel NitrogenSymbol
Elucidation The symbol that stands for the nitrogen atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'N'
Subclass Of isChemicalSymbolFor some NitrogenAtom

NobeliumAtom

Iri https://w3id.org/emmo#EMMO_49eb0790-50c2-5691-a8bf-dfa6f4a9f6c7
Annotations
Preflabel NobeliumAtom
Elucidation Atom subclass for nobelium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 259.101
Subclass Of hasAtomicNumber value 102

NobeliumSymbol

Iri https://w3id.org/emmo#EMMO_c1bb775c-0888-5b88-9cce-c49bae1d298b
Annotations
Preflabel NobeliumSymbol
Elucidation The symbol that stands for the nobelium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'No'
Subclass Of isChemicalSymbolFor some NobeliumAtom

OganessonAtom

Iri https://w3id.org/emmo#EMMO_cffec057-9258-52ae-bb4c-ca761b6bc407
Annotations
Preflabel OganessonAtom
Elucidation Atom subclass for oganesson.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 294.214
Subclass Of hasAtomicNumber value 118

OganessonSymbol

Iri https://w3id.org/emmo#EMMO_e5d7bd48-4098-59b6-b872-8bba421157eb
Annotations
Preflabel OganessonSymbol
Elucidation The symbol that stands for the oganesson atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Og'
Subclass Of isChemicalSymbolFor some OganessonAtom

OsmiumAtom

Iri https://w3id.org/emmo#EMMO_016c831e-66b7-546e-ad4a-fc22c739b0f5
Annotations
Preflabel OsmiumAtom
Elucidation Atom subclass for osmium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 190.23
Subclass Of hasAtomicNumber value 76

OsmiumSymbol

Iri https://w3id.org/emmo#EMMO_fb1bb238-24bc-5d37-9243-414770fda5be
Annotations
Preflabel OsmiumSymbol
Elucidation The symbol that stands for the osmium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Os'
Subclass Of isChemicalSymbolFor some OsmiumAtom

OxygenAtom

Iri https://w3id.org/emmo#EMMO_48be0f49-9e7f-51c1-96ce-88e7794a13b0
Annotations
Preflabel OxygenAtom
Elucidation Atom subclass for oxygen.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 15.999
Subclass Of hasAtomicNumber value 8

OxygenSymbol

Iri https://w3id.org/emmo#EMMO_96fb9a6c-80d6-57fa-a4f2-0d2a59232418
Annotations
Preflabel OxygenSymbol
Elucidation The symbol that stands for the oxygen atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some OxygenAtom
Subclass Of hasSymbolValue value 'O'

PalladiumAtom

Iri https://w3id.org/emmo#EMMO_cabcb18d-88ff-5ff7-aceb-ab573526620e
Annotations
Preflabel PalladiumAtom
Elucidation Atom subclass for palladium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 106.42
Subclass Of hasAtomicNumber value 46

PalladiumSymbol

Iri https://w3id.org/emmo#EMMO_89f46282-58a4-5140-8c5b-7aaddcccdcf0
Annotations
Preflabel PalladiumSymbol
Elucidation The symbol that stands for the palladium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some PalladiumAtom
Subclass Of hasSymbolValue value 'Pd'

PhosphorusAtom

Iri https://w3id.org/emmo#EMMO_7905373a-cf03-57fe-a627-bfdb1db9369c
Annotations
Preflabel PhosphorusAtom
Elucidation Atom subclass for phosphorus.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 15
Subclass Of hasIUPAC2016AtomicMass value 30.973761998

PhosphorusSymbol

Iri https://w3id.org/emmo#EMMO_6bd7b6f4-db3b-58da-b9a0-58f44bb3ed37
Annotations
Preflabel PhosphorusSymbol
Elucidation The symbol that stands for the phosphorus atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some PhosphorusAtom
Subclass Of hasSymbolValue value 'P'

PlatinumAtom

Iri https://w3id.org/emmo#EMMO_123629bd-efd6-5ba6-979e-2a4698b54e70
Annotations
Preflabel PlatinumAtom
Elucidation Atom subclass for platinum.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 78
Subclass Of hasIUPAC2016AtomicMass value 195.084

PlatinumSymbol

Iri https://w3id.org/emmo#EMMO_e580b699-7725-58d5-b057-7b3c816e84a1
Annotations
Preflabel PlatinumSymbol
Elucidation The symbol that stands for the platinum atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some PlatinumAtom
Subclass Of hasSymbolValue value 'Pt'

PlutoniumAtom

Iri https://w3id.org/emmo#EMMO_6e467e25-2883-5f7b-a60f-2f4b651bba3f
Annotations
Preflabel PlutoniumAtom
Elucidation Atom subclass for plutonium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 244.06421
Subclass Of hasAtomicNumber value 94

PlutoniumSymbol

Iri https://w3id.org/emmo#EMMO_15841f91-ad7d-5b81-89d1-c12b13e42f32
Annotations
Preflabel PlutoniumSymbol
Elucidation The symbol that stands for the plutonium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Pu'
Subclass Of isChemicalSymbolFor some PlutoniumAtom

PoloniumAtom

Iri https://w3id.org/emmo#EMMO_784119c1-c336-5b0c-80fc-4cc8bddc99ca
Annotations
Preflabel PoloniumAtom
Elucidation Atom subclass for polonium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 208.98243
Subclass Of hasAtomicNumber value 84

PoloniumSymbol

Iri https://w3id.org/emmo#EMMO_af362dae-2da6-595e-8581-21a8363a5a54
Annotations
Preflabel PoloniumSymbol
Elucidation The symbol that stands for the polonium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Po'
Subclass Of isChemicalSymbolFor some PoloniumAtom

PotassiumAtom

Iri https://w3id.org/emmo#EMMO_d7c9e90e-ba46-55b2-9671-43408f6a1d74
Annotations
Preflabel PotassiumAtom
Elucidation Atom subclass for potassium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 19
Subclass Of hasIUPAC2016AtomicMass value 39.0983

PotassiumSymbol

Iri https://w3id.org/emmo#EMMO_a939c29d-2304-5e48-8b15-fc592a9d1813
Annotations
Preflabel PotassiumSymbol
Elucidation The symbol that stands for the potassium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'K'
Subclass Of isChemicalSymbolFor some PotassiumAtom

PraseodymiumAtom

Iri https://w3id.org/emmo#EMMO_18748aef-0e6b-5369-99b5-1e5ab1a0f99b
Annotations
Preflabel PraseodymiumAtom
Elucidation Atom subclass for praseodymium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 140.90766
Subclass Of hasAtomicNumber value 59

PraseodymiumSymbol

Iri https://w3id.org/emmo#EMMO_3565b4e7-51bd-57e5-afde-60be404857cf
Annotations
Preflabel PraseodymiumSymbol
Elucidation The symbol that stands for the praseodymium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some PraseodymiumAtom
Subclass Of hasSymbolValue value 'Pr'

PromethiumAtom

Iri https://w3id.org/emmo#EMMO_73e73382-f3c0-5d09-bcee-f6e380269388
Annotations
Preflabel PromethiumAtom
Elucidation Atom subclass for promethium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 61
Subclass Of hasIUPAC2016AtomicMass value 144.91276

PromethiumSymbol

Iri https://w3id.org/emmo#EMMO_c45d9e2f-54f3-5464-82f3-c0f11a36389a
Annotations
Preflabel PromethiumSymbol
Elucidation The symbol that stands for the promethium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Pm'
Subclass Of isChemicalSymbolFor some PromethiumAtom

ProtactiniumAtom

Iri https://w3id.org/emmo#EMMO_29987c5a-a7fb-5207-9610-b94316977a3d
Annotations
Preflabel ProtactiniumAtom
Elucidation Atom subclass for protactinium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 91
Subclass Of hasIUPAC2016AtomicMass value 231.03588

ProtactiniumSymbol

Iri https://w3id.org/emmo#EMMO_209b3242-1274-5d1d-a965-f8cb3fcc1073
Annotations
Preflabel ProtactiniumSymbol
Elucidation The symbol that stands for the protactinium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Pa'
Subclass Of isChemicalSymbolFor some ProtactiniumAtom

RadiumAtom

Iri https://w3id.org/emmo#EMMO_3ea9993c-80b9-5133-b552-dce78cd17ade
Annotations
Preflabel RadiumAtom
Elucidation Atom subclass for radium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 88
Subclass Of hasIUPAC2016AtomicMass value 226.02541

RadiumSymbol

Iri https://w3id.org/emmo#EMMO_9a24be51-7059-5306-af89-400c78a49e9c
Annotations
Preflabel RadiumSymbol
Elucidation The symbol that stands for the radium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some RadiumAtom
Subclass Of hasSymbolValue value 'Ra'

RadonAtom

Iri https://w3id.org/emmo#EMMO_fd99c17e-6385-5b97-a20c-eddffdd56837
Annotations
Preflabel RadonAtom
Elucidation Atom subclass for radon.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 86
Subclass Of hasIUPAC2016AtomicMass value 222.01758

RadonSymbol

Iri https://w3id.org/emmo#EMMO_d0af02f3-8a47-554e-a725-42b752451a1b
Annotations
Preflabel RadonSymbol
Elucidation The symbol that stands for the radon atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Rn'
Subclass Of isChemicalSymbolFor some RadonAtom

RheniumAtom

Iri https://w3id.org/emmo#EMMO_8d93f51b-c7c7-5486-b64a-ee206f6b6672
Annotations
Preflabel RheniumAtom
Elucidation Atom subclass for rhenium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 75
Subclass Of hasIUPAC2016AtomicMass value 186.207

RheniumSymbol

Iri https://w3id.org/emmo#EMMO_8d2f22ab-ba39-5e40-98dc-56f075cf22f1
Annotations
Preflabel RheniumSymbol
Elucidation The symbol that stands for the rhenium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some RheniumAtom
Subclass Of hasSymbolValue value 'Re'

RhodiumAtom

Iri https://w3id.org/emmo#EMMO_3bc0aedf-c43e-5d30-8688-44d19900a68b
Annotations
Preflabel RhodiumAtom
Elucidation Atom subclass for rhodium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 102.9055
Subclass Of hasAtomicNumber value 45

RhodiumSymbol

Iri https://w3id.org/emmo#EMMO_ddcc9683-bee2-5ea0-8b18-54c85b551ad6
Annotations
Preflabel RhodiumSymbol
Elucidation The symbol that stands for the rhodium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Rh'
Subclass Of isChemicalSymbolFor some RhodiumAtom

RoentgeniumAtom

Iri https://w3id.org/emmo#EMMO_3f29d3e0-e9d9-5f1f-bd77-97af10125f7e
Annotations
Preflabel RoentgeniumAtom
Elucidation Atom subclass for roentgenium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 281.166
Subclass Of hasAtomicNumber value 111

RoentgeniumSymbol

Iri https://w3id.org/emmo#EMMO_c1102bae-7e7d-5142-95fe-ec25c8cb4903
Annotations
Preflabel RoentgeniumSymbol
Elucidation The symbol that stands for the roentgenium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some RoentgeniumAtom
Subclass Of hasSymbolValue value 'Rg'

RubidiumAtom

Iri https://w3id.org/emmo#EMMO_c828cd65-e2de-5ae2-b581-4e5d2498e493
Annotations
Preflabel RubidiumAtom
Elucidation Atom subclass for rubidium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 37
Subclass Of hasIUPAC2016AtomicMass value 85.4678

RubidiumSymbol

Iri https://w3id.org/emmo#EMMO_f9544c7c-d259-5839-b36a-61595809c538
Annotations
Preflabel RubidiumSymbol
Elucidation The symbol that stands for the rubidium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some RubidiumAtom
Subclass Of hasSymbolValue value 'Rb'

RutheniumAtom

Iri https://w3id.org/emmo#EMMO_948b47f0-3c24-50c7-a698-a805f760e667
Annotations
Preflabel RutheniumAtom
Elucidation Atom subclass for ruthenium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 44
Subclass Of hasIUPAC2016AtomicMass value 101.07

RutheniumSymbol

Iri https://w3id.org/emmo#EMMO_0edbde89-9714-53c7-b2a9-0ef6c0f73091
Annotations
Preflabel RutheniumSymbol
Elucidation The symbol that stands for the ruthenium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some RutheniumAtom
Subclass Of hasSymbolValue value 'Ru'

RutherfordiumAtom

Iri https://w3id.org/emmo#EMMO_78c3f353-1296-5dca-9759-7c59a7f53927
Annotations
Preflabel RutherfordiumAtom
Elucidation Atom subclass for rutherfordium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 104
Subclass Of hasIUPAC2016AtomicMass value 267.122

RutherfordiumSymbol

Iri https://w3id.org/emmo#EMMO_ce8cedc4-4835-5298-b723-6223d2a17e5a
Annotations
Preflabel RutherfordiumSymbol
Elucidation The symbol that stands for the rutherfordium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some RutherfordiumAtom
Subclass Of hasSymbolValue value 'Rf'

SamariumAtom

Iri https://w3id.org/emmo#EMMO_65d84215-de2a-56c9-80e3-a49d08dfc1de
Annotations
Preflabel SamariumAtom
Elucidation Atom subclass for samarium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 62
Subclass Of hasIUPAC2016AtomicMass value 150.36

SamariumSymbol

Iri https://w3id.org/emmo#EMMO_96252ae5-c061-5ba0-80a4-774e5d949e06
Annotations
Preflabel SamariumSymbol
Elucidation The symbol that stands for the samarium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Sm'
Subclass Of isChemicalSymbolFor some SamariumAtom

ScandiumAtom

Iri https://w3id.org/emmo#EMMO_fbfd4b93-12ee-5a15-8377-d4c54635b5de
Annotations
Preflabel ScandiumAtom
Elucidation Atom subclass for scandium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 21
Subclass Of hasIUPAC2016AtomicMass value 44.955908

ScandiumSymbol

Iri https://w3id.org/emmo#EMMO_3fb231cb-7818-5b59-b8da-b5bd2c09c0fc
Annotations
Preflabel ScandiumSymbol
Elucidation The symbol that stands for the scandium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some ScandiumAtom
Subclass Of hasSymbolValue value 'Sc'

SeaborgiumAtom

Iri https://w3id.org/emmo#EMMO_67eaac8f-7f83-5bca-b1d0-10451d3a88a1
Annotations
Preflabel SeaborgiumAtom
Elucidation Atom subclass for seaborgium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 271.134
Subclass Of hasAtomicNumber value 106

SeaborgiumSymbol

Iri https://w3id.org/emmo#EMMO_3fb44e47-7de9-5d86-9320-5949d8792951
Annotations
Preflabel SeaborgiumSymbol
Elucidation The symbol that stands for the seaborgium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Sg'
Subclass Of isChemicalSymbolFor some SeaborgiumAtom

SeleniumAtom

Iri https://w3id.org/emmo#EMMO_808f7cd9-27b4-527b-974f-4213f10e1772
Annotations
Preflabel SeleniumAtom
Elucidation Atom subclass for selenium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 78.971
Subclass Of hasAtomicNumber value 34

SeleniumSymbol

Iri https://w3id.org/emmo#EMMO_cfac37de-991d-5a7d-9adc-8946324ffef6
Annotations
Preflabel SeleniumSymbol
Elucidation The symbol that stands for the selenium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Se'
Subclass Of isChemicalSymbolFor some SeleniumAtom

SiliconAtom

Iri https://w3id.org/emmo#EMMO_798b0c96-82ca-5ce8-8d5f-f9f72668cf5d
Annotations
Preflabel SiliconAtom
Elucidation Atom subclass for silicon.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 14
Subclass Of hasIUPAC2016AtomicMass value 28.085

SiliconSymbol

Iri https://w3id.org/emmo#EMMO_4f9670f5-14ca-53da-a1ea-9b0550a61035
Annotations
Preflabel SiliconSymbol
Elucidation The symbol that stands for the silicon atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some SiliconAtom
Subclass Of hasSymbolValue value 'Si'

SilverAtom

Iri https://w3id.org/emmo#EMMO_36ab7281-0187-568f-b0b4-61e33dc08cfc
Annotations
Preflabel SilverAtom
Elucidation Atom subclass for silver.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 107.8682
Subclass Of hasAtomicNumber value 47

SilverSymbol

Iri https://w3id.org/emmo#EMMO_e82869a8-32a8-5d57-81a8-e2d618976f23
Annotations
Preflabel SilverSymbol
Elucidation The symbol that stands for the silver atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Ag'
Subclass Of isChemicalSymbolFor some SilverAtom

SodiumAtom

Iri https://w3id.org/emmo#EMMO_dea931ca-1ec7-58f8-88e5-fb5615d8b214
Annotations
Preflabel SodiumAtom
Elucidation Atom subclass for sodium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 11
Subclass Of hasIUPAC2016AtomicMass value 22.98976928

SodiumSymbol

Iri https://w3id.org/emmo#EMMO_c00cc96e-a51e-5dc9-9e6c-1cc4dfaf1c67
Annotations
Preflabel SodiumSymbol
Elucidation The symbol that stands for the sodium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some SodiumAtom
Subclass Of hasSymbolValue value 'Na'

StrontiumAtom

Iri https://w3id.org/emmo#EMMO_8ec7fdf6-5652-547d-942f-b8b09ad84660
Annotations
Preflabel StrontiumAtom
Elucidation Atom subclass for strontium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 38
Subclass Of hasIUPAC2016AtomicMass value 87.62

StrontiumSymbol

Iri https://w3id.org/emmo#EMMO_649415e4-1e31-5809-aceb-59efbba7d5f5
Annotations
Preflabel StrontiumSymbol
Elucidation The symbol that stands for the strontium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some StrontiumAtom
Subclass Of hasSymbolValue value 'Sr'

SulfurAtom

Iri https://w3id.org/emmo#EMMO_87c8f425-c96c-5503-88a0-f10465669ea3
Annotations
Preflabel SulfurAtom
Elucidation Atom subclass for sulfur.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 16
Subclass Of hasIUPAC2016AtomicMass value 32.06

SulfurSymbol

Iri https://w3id.org/emmo#EMMO_66d895f4-42fa-58a2-89af-ef065f52c1eb
Annotations
Preflabel SulfurSymbol
Elucidation The symbol that stands for the sulfur atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'S'
Subclass Of isChemicalSymbolFor some SulfurAtom

TantalumAtom

Iri https://w3id.org/emmo#EMMO_dbe54798-a21f-519f-9d52-e6ab2c2e28cb
Annotations
Preflabel TantalumAtom
Elucidation Atom subclass for tantalum.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 73
Subclass Of hasIUPAC2016AtomicMass value 180.94788

TantalumSymbol

Iri https://w3id.org/emmo#EMMO_6378a9e9-29e5-5cae-b75b-46ca365e49b9
Annotations
Preflabel TantalumSymbol
Elucidation The symbol that stands for the tantalum atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Ta'
Subclass Of isChemicalSymbolFor some TantalumAtom

TechnetiumAtom

Iri https://w3id.org/emmo#EMMO_9c803415-5978-5525-9de9-fcf0a2098b4c
Annotations
Preflabel TechnetiumAtom
Elucidation Atom subclass for technetium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 43
Subclass Of hasIUPAC2016AtomicMass value 97.90721

TechnetiumSymbol

Iri https://w3id.org/emmo#EMMO_8caaf41b-df30-5355-be5a-74283c49f50a
Annotations
Preflabel TechnetiumSymbol
Elucidation The symbol that stands for the technetium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Tc'
Subclass Of isChemicalSymbolFor some TechnetiumAtom

TelluriumAtom

Iri https://w3id.org/emmo#EMMO_c1b40f92-d27d-5aa0-9811-b6c58391f951
Annotations
Preflabel TelluriumAtom
Elucidation Atom subclass for tellurium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 127.6
Subclass Of hasAtomicNumber value 52

TelluriumSymbol

Iri https://w3id.org/emmo#EMMO_cf55f4d1-3865-5de4-88b4-3045f0db3a20
Annotations
Preflabel TelluriumSymbol
Elucidation The symbol that stands for the tellurium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some TelluriumAtom
Subclass Of hasSymbolValue value 'Te'

TennessineAtom

Iri https://w3id.org/emmo#EMMO_706cac26-78f1-5ca4-a63c-2600828db412
Annotations
Preflabel TennessineAtom
Elucidation Atom subclass for tennessine.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 293.208
Subclass Of hasAtomicNumber value 117

TennessineSymbol

Iri https://w3id.org/emmo#EMMO_490c2981-b1cb-5f8c-be82-17a1ef1c27b4
Annotations
Preflabel TennessineSymbol
Elucidation The symbol that stands for the tennessine atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some TennessineAtom
Subclass Of hasSymbolValue value 'Ts'

TerbiumAtom

Iri https://w3id.org/emmo#EMMO_e3cd5791-6fbb-587a-a535-0e937800beaa
Annotations
Preflabel TerbiumAtom
Elucidation Atom subclass for terbium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 65
Subclass Of hasIUPAC2016AtomicMass value 158.92535

TerbiumSymbol

Iri https://w3id.org/emmo#EMMO_6599389d-7a26-5d51-a65c-5dd9c3ed532f
Annotations
Preflabel TerbiumSymbol
Elucidation The symbol that stands for the terbium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Tb'
Subclass Of isChemicalSymbolFor some TerbiumAtom

ThalliumAtom

Iri https://w3id.org/emmo#EMMO_bcf70555-8df3-5a39-b26a-a5e802d17a37
Annotations
Preflabel ThalliumAtom
Elucidation Atom subclass for thallium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 204.38
Subclass Of hasAtomicNumber value 81

ThalliumSymbol

Iri https://w3id.org/emmo#EMMO_5833085e-0afc-516a-a584-f56f1f191a13
Annotations
Preflabel ThalliumSymbol
Elucidation The symbol that stands for the thallium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some ThalliumAtom
Subclass Of hasSymbolValue value 'Tl'

ThoriumAtom

Iri https://w3id.org/emmo#EMMO_59d342fd-1ace-5b68-9d0d-ed4ff9f55d63
Annotations
Preflabel ThoriumAtom
Elucidation Atom subclass for thorium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 232.0377
Subclass Of hasAtomicNumber value 90

ThoriumSymbol

Iri https://w3id.org/emmo#EMMO_e9fbc98d-3ac1-5a2d-a354-6e3ba1412157
Annotations
Preflabel ThoriumSymbol
Elucidation The symbol that stands for the thorium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some ThoriumAtom
Subclass Of hasSymbolValue value 'Th'

ThuliumAtom

Iri https://w3id.org/emmo#EMMO_82f9a8f3-2bb4-5d14-9a41-30a858ecce61
Annotations
Preflabel ThuliumAtom
Elucidation Atom subclass for thulium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 168.93422
Subclass Of hasAtomicNumber value 69

ThuliumSymbol

Iri https://w3id.org/emmo#EMMO_849f62cf-3e92-5122-94ba-bcce51a04c5f
Annotations
Preflabel ThuliumSymbol
Elucidation The symbol that stands for the thulium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Tm'
Subclass Of isChemicalSymbolFor some ThuliumAtom

TinAtom

Iri https://w3id.org/emmo#EMMO_9aa9e086-ae07-51f6-bf84-788ffdefcb6f
Annotations
Preflabel TinAtom
Elucidation Atom subclass for tin.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 50
Subclass Of hasIUPAC2016AtomicMass value 118.71

TinSymbol

Iri https://w3id.org/emmo#EMMO_09e84f72-511a-5d22-adf1-accacaf7146a
Annotations
Preflabel TinSymbol
Elucidation The symbol that stands for the tin atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some TinAtom
Subclass Of hasSymbolValue value 'Sn'

TitaniumAtom

Iri https://w3id.org/emmo#EMMO_0eee5986-12a1-5f73-b5e0-6eb2b640c924
Annotations
Preflabel TitaniumAtom
Elucidation Atom subclass for titanium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 47.867
Subclass Of hasAtomicNumber value 22

TitaniumSymbol

Iri https://w3id.org/emmo#EMMO_1cba8181-2ea5-5772-8bd7-e668ffcde394
Annotations
Preflabel TitaniumSymbol
Elucidation The symbol that stands for the titanium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Ti'
Subclass Of isChemicalSymbolFor some TitaniumAtom

TungstenAtom

Iri https://w3id.org/emmo#EMMO_7b7d258b-3ea7-5716-af58-afc68679de23
Annotations
Preflabel TungstenAtom
Elucidation Atom subclass for tungsten.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 74
Subclass Of hasIUPAC2016AtomicMass value 183.84

TungstenSymbol

Iri https://w3id.org/emmo#EMMO_68a887df-63af-55c0-8239-b0b8edaa94ea
Annotations
Preflabel TungstenSymbol
Elucidation The symbol that stands for the tungsten atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'W'
Subclass Of isChemicalSymbolFor some TungstenAtom

UraniumAtom

Iri https://w3id.org/emmo#EMMO_b233f8c0-37d8-51ae-9264-560e6649e246
Annotations
Preflabel UraniumAtom
Elucidation Atom subclass for uranium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 238.02891
Subclass Of hasAtomicNumber value 92

UraniumSymbol

Iri https://w3id.org/emmo#EMMO_0080b38f-bac4-5dd6-9d28-d821cf723787
Annotations
Preflabel UraniumSymbol
Elucidation The symbol that stands for the uranium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some UraniumAtom
Subclass Of hasSymbolValue value 'U'

VanadiumAtom

Iri https://w3id.org/emmo#EMMO_f02b58a5-8f1e-5d72-a261-8fe5ad2fbb4b
Annotations
Preflabel VanadiumAtom
Elucidation Atom subclass for vanadium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 23
Subclass Of hasIUPAC2016AtomicMass value 50.9415

VanadiumSymbol

Iri https://w3id.org/emmo#EMMO_113acda0-3c17-59d9-87ef-7e5e5c0ba128
Annotations
Preflabel VanadiumSymbol
Elucidation The symbol that stands for the vanadium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of isChemicalSymbolFor some VanadiumAtom
Subclass Of hasSymbolValue value 'V'

XenonAtom

Iri https://w3id.org/emmo#EMMO_57742ca9-95d8-50f8-9b33-0ded30da4532
Annotations
Preflabel XenonAtom
Elucidation Atom subclass for xenon.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 131.293
Subclass Of hasAtomicNumber value 54

XenonSymbol

Iri https://w3id.org/emmo#EMMO_fba570fc-6881-51d6-8e9d-a8c23e422b62
Annotations
Preflabel XenonSymbol
Elucidation The symbol that stands for the xenon atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Xe'
Subclass Of isChemicalSymbolFor some XenonAtom

YtterbiumAtom

Iri https://w3id.org/emmo#EMMO_8d722efa-b49d-51b1-8bf3-bf50ba4b438c
Annotations
Preflabel YtterbiumAtom
Elucidation Atom subclass for ytterbium.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 70
Subclass Of hasIUPAC2016AtomicMass value 173.054

YtterbiumSymbol

Iri https://w3id.org/emmo#EMMO_fdcc0ac2-f82f-5650-838c-ec1ad138a632
Annotations
Preflabel YtterbiumSymbol
Elucidation The symbol that stands for the ytterbium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Yb'
Subclass Of isChemicalSymbolFor some YtterbiumAtom

YttriumAtom

Iri https://w3id.org/emmo#EMMO_733b8473-aa8f-59d5-81c3-c97ca40ea9d0
Annotations
Preflabel YttriumAtom
Elucidation Atom subclass for yttrium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 88.90584
Subclass Of hasAtomicNumber value 39

YttriumSymbol

Iri https://w3id.org/emmo#EMMO_74fd9704-69a8-5112-b65a-72ba05bba315
Annotations
Preflabel YttriumSymbol
Elucidation The symbol that stands for the yttrium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Y'
Subclass Of isChemicalSymbolFor some YttriumAtom

ZincAtom

Iri https://w3id.org/emmo#EMMO_f4fee945-1d4a-5158-b0ca-eaef9ad40502
Annotations
Preflabel ZincAtom
Elucidation Atom subclass for zinc.
Formal description
Subclass Of Atom
Subclass Of hasAtomicNumber value 30
Subclass Of hasIUPAC2016AtomicMass value 65.38

ZincSymbol

Iri https://w3id.org/emmo#EMMO_0bd0c81a-2972-5b2d-8ff5-bb72a82b9c0d
Annotations
Preflabel ZincSymbol
Elucidation The symbol that stands for the zinc atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Zn'
Subclass Of isChemicalSymbolFor some ZincAtom

ZirconiumAtom

Iri https://w3id.org/emmo#EMMO_c052baf7-358f-55de-8ca3-9688563c3cfb
Annotations
Preflabel ZirconiumAtom
Elucidation Atom subclass for zirconium.
Formal description
Subclass Of Atom
Subclass Of hasIUPAC2016AtomicMass value 91.224
Subclass Of hasAtomicNumber value 40

ZirconiumSymbol

Iri https://w3id.org/emmo#EMMO_7ab01303-b09e-5a90-8a5b-f5087d6559d3
Annotations
Preflabel ZirconiumSymbol
Elucidation The symbol that stands for the zirconium atom.
Formal description
Subclass Of ChemicalElement
Subclass Of hasSymbolValue value 'Zr'
Subclass Of isChemicalSymbolFor some ZirconiumAtom

Object Properties

hasAtomicNumber

Iri https://w3id.org/emmo#EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f
Annotations
Preflabel hasAtomicNumber
Comment This is a convenient shortcut for the conventional declaration process of assigning an atomic number to an atom subclass.
Elucidation The atomic number of an atomic element.
Formal description
Subclass Of DatatypeProperty

hasChemicalSymbol

Iri https://w3id.org/emmo#EMMO_79c0edfa-06f9-5149-b754-28c589035b8a
Annotations
Preflabel hasChemicalSymbol
Elucidation Relates an atomic element to its chemical symbol.
Formal description
Subclass Of ObjectProperty
Subclass Of hasConvention

hasIUPAC2016AtomicMass

Iri https://w3id.org/emmo#EMMO_43de6d01-276c-55ed-a166-ad097ec75575
Annotations
Preflabel hasIUPAC2016AtomicMass
Comment This is a convenient shortcut for the measurement process process of the atomic mass reported by IUPAC2016.
Elucidation The mass of an atomic element according to IUPAC 2016.
Formal description
Subclass Of DatatypeProperty

isChemicalSymbolFor

Iri https://w3id.org/emmo#EMMO_26c4132f-08aa-5391-aa39-121ce088e762
Annotations
Preflabel isChemicalSymbolFor
Elucidation Relates a chemical symbol to the atomic element it stands for.
Formal description
Subclass Of ObjectProperty
Subclass Of isConventionFor

Module: Si Units

Classes

Ampere

Iri https://w3id.org/emmo#Ampere
Annotations
Iupacreference https://doi.org/10.1351/goldbook.A00300
Qudtreference http://qudt.org/vocab/unit/A
Unitcode AMP
Ucumcode A
Preflabel Ampere
Wikipediareference http://en.wikipedia.org/wiki/Ampere?oldid=494026699
Definition The ampere, symbol A, is the SI unit of electric current. It is defined by taking the fixed numerical value of the elementary charge e to be 1.602176634×10−19 when expressed in the unit C, which is equal to A s, where the second is defined in terms of ∆νCs.
Dbpediareference http://dbpedia.org/resource/Ampere
Formal description
Subclass Of ElectricCurrentUnit
Subclass Of unitSymbolValue value 'A'

Atto

Iri https://w3id.org/emmo#EMMO_e9722f13_947c_444e_82ef_1ce045f6637c
Annotations
Preflabel Atto
Elucidation SI prefix who's value is 1e-18.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'a'
Subclass Of hasNumberValue value 1e-18

AttoPrefixedUnit

Iri https://w3id.org/emmo#EMMO_42955b2d_b465_4666_86cc_ea3c2d685753
Annotations
Preflabel AttoPrefixedUnit
Elucidation Superclass for all units prefixed with "atto" (1e-18).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Atto
Subclass Of hasPrefixMultiplier value 1e-18

Becquerel

Iri https://w3id.org/emmo#Becquerel
Annotations
Iupacreference https://doi.org/10.1351/goldbook.B00624
Qudtreference http://qudt.org/vocab/unit/BQ
Unitcode BQL
Ucumcode Bq
Preflabel Becquerel
Comment The SI derived unit of activity, usually meaning radioactivity. "Radioactivity" is caused when atoms disintegrate, ejecting energetic particles. One becquerel is the radiation caused by one disintegration per second; this is equivalent to about 27.0270 picocuries (pCi). The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908), the discoverer of radioactivity. Note: both the becquerel and the hertz are basically defined as one event per second, yet they measure different things. The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle. The becquerel is used to measure the rates of events that happen sporadically and unpredictably, not in a definite cycle.

-- QUDT
Elucidation SI unit for radioactive activity.
Wikipediareference http://en.wikipedia.org/wiki/Becquerel?oldid=493710036
Definition Radioactive decays per second.
Dbpediareference http://dbpedia.org/resource/Becquerel
Formal description
Subclass Of FrequencyUnit
Subclass Of unitSymbolValue value 'Bq'

Candela

Iri https://w3id.org/emmo#Candela
Annotations
Iupacreference https://doi.org/10.1351/goldbook.C00787
Qudtreference http://qudt.org/vocab/unit/CD
Unitcode CDL
Ucumcode cd
Preflabel Candela
Wikipediareference http://en.wikipedia.org/wiki/Candela?oldid=484253082
Definition The candela, symbol cd, is the SI unit of luminous intensity in a given direction. It is defined by taking the fixed numerical value of the luminous efficacy of monochromatic radiation of frequency 540×1012 Hz, Kcd, to be 683 when expressed in the unit lm W−1, which is equal to cd sr W−1, or cd sr kg−1 m−2 s3, where the kilogram, metre and second are defined in terms of h, c and ∆νCs.
Dbpediareference http://dbpedia.org/resource/Candela
Formal description
Subclass Of LuminousIntensityUnit
Subclass Of unitSymbolValue value 'cd'

Centi

Iri https://w3id.org/emmo#EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45
Annotations
Preflabel Centi
Elucidation SI prefix who's value is 1/100.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'c'
Subclass Of hasNumberValue value 0.01

CentiPrefixedUnit

Iri https://w3id.org/emmo#EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e
Annotations
Preflabel CentiPrefixedUnit
Elucidation Superclass for all units prefixed with "centi" (0.01).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Centi
Subclass Of hasPrefixMultiplier value 0.01

Coulomb

Iri https://w3id.org/emmo#Coulomb
Annotations
Iupacreference https://doi.org/10.1351/goldbook.C01365
Qudtreference http://qudt.org/vocab/unit/C
Unitcode COU
Ucumcode C
Preflabel Coulomb
Comment The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges.

-- QUDT
Elucidation SI unit for electric charge.
Wikipediareference http://en.wikipedia.org/wiki/Coulomb?oldid=491815163
Dbpediareference http://dbpedia.org/resource/Coulomb
Formal description
Subclass Of ElectricChargeUnit
Subclass Of unitSymbolValue value 'C'

Deca

Iri https://w3id.org/emmo#EMMO_e07a252a_6913_49d6_9038_37a258b2d95e
Annotations
Preflabel Deca
Altlabel Deka
Elucidation SI prefix who's value is 10.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'da'
Subclass Of hasNumberValue value 10.0

DecaPrefixedUnit

Iri https://w3id.org/emmo#EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f
Annotations
Preflabel DecaPrefixedUnit
Altlabel DekaPrefixedUnit
Elucidation Superclass for all units prefixed with "deca" (10).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Deca
Subclass Of hasPrefixMultiplier value 10.0

Deci

Iri https://w3id.org/emmo#EMMO_890856a3_3eb4_471e_a54a_65031bee30f4
Annotations
Preflabel Deci
Elucidation SI prefix who's value is 1/10.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'd'
Subclass Of hasNumberValue value 0.1

DeciPrefixedUnit

Iri https://w3id.org/emmo#EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29
Annotations
Preflabel DeciPrefixedUnit
Elucidation Superclass for all units prefixed with "deci" (0.1).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Deci
Subclass Of hasPrefixMultiplier value 0.1

DegreeCelsius

Iri https://w3id.org/emmo#DegreeCelsius
Annotations
Iupacreference https://doi.org/10.1351/goldbook.D01561
Qudtreference http://qudt.org/vocab/unit/DEG_C
Unitcode CEL
Ucumcode Cel
Preflabel DegreeCelsius
Comment Celsius, also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely 273.15 °C.

-- QUDT
Elucidation Measurement unit for Celsius temperature. This unit can only be used for expressing temperature differences.
Wikipediareference http://en.wikipedia.org/wiki/Celsius?oldid=494152178
Dbpediareference http://dbpedia.org/resource/Celsius
Formal description
Subclass Of TemperatureUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value -273.15
Subclass Of unitSymbolValue value '°C'

Exa

Iri https://w3id.org/emmo#EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be
Annotations
Preflabel Exa
Elucidation SI prefix who's value is 1e18.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'E'
Subclass Of hasNumberValue value 1e+18

ExaPrefixedUnit

Iri https://w3id.org/emmo#EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a
Annotations
Preflabel ExaPrefixedUnit
Elucidation Superclass for all units prefixed with "exa" (1e18).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Exa
Subclass Of hasPrefixMultiplier value 1e+18

Farad

Iri https://w3id.org/emmo#Farad
Annotations
Iupacreference https://doi.org/10.1351/goldbook.F02320
Qudtreference http://qudt.org/vocab/unit/FARAD
Unitcode FAR
Ucumcode F
Preflabel Farad
Comment Measurement unit for electric capacitance.
Elucidation The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10⁻¹² farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Farad?oldid=493070876
Dbpediareference http://dbpedia.org/resource/Farad
Formal description
Subclass Of CapacitanceUnit
Subclass Of unitSymbolValue value 'F'

Femto

Iri https://w3id.org/emmo#EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0
Annotations
Preflabel Femto
Elucidation SI prefix who's value is 1e-15.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'f'
Subclass Of hasNumberValue value 1e-15

FemtoPrefixedUnit

Iri https://w3id.org/emmo#EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba
Annotations
Preflabel FemtoPrefixedUnit
Elucidation Superclass for all units prefixed with "femto" (1e-15).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Femto
Subclass Of hasPrefixMultiplier value 1e-15

Giga

Iri https://w3id.org/emmo#EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e
Annotations
Preflabel Giga
Elucidation SI prefix who's value is 1e9.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'G'
Subclass Of hasNumberValue value 1000000000.0

GigaPrefixedUnit

Iri https://w3id.org/emmo#EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134
Annotations
Preflabel GigaPrefixedUnit
Elucidation Superclass for all units prefixed with "giga" (1e9).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Giga
Subclass Of hasPrefixMultiplier value 1000000000.0

Gray

Iri https://w3id.org/emmo#Gray
Annotations
Iupacreference https://doi.org/10.1351/goldbook.G02696
Qudtreference http://qudt.org/vocab/unit/GRAY
Unitcode A95
Ucumcode Gy
Preflabel Gray
Comment The SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer.

-- QUDT
Elucidation SI unit for absorbed dose.
Wikipediareference //en.wikipedia.org/wiki/Grey?oldid=494774160
Dbpediareference http://dbpedia.org/resource/Grey
Formal description
Subclass Of AbsorbedDoseUnit
Subclass Of unitSymbolValue value 'Gy'

Hecto

Iri https://w3id.org/emmo#EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a
Annotations
Preflabel Hecto
Elucidation SI prefix who's value is 100.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'h'
Subclass Of hasNumberValue value 100.0

HectoPrefixedUnit

Iri https://w3id.org/emmo#EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c
Annotations
Preflabel HectoPrefixedUnit
Elucidation Superclass for all units prefixed with "hecto" (100).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Hecto
Subclass Of hasPrefixMultiplier value 100.0

Henry

Iri https://w3id.org/emmo#Henry
Annotations
Iupacreference https://doi.org/10.1351/goldbook.H02782
Qudtreference http://qudt.org/vocab/unit/H
Unitcode 81
Ucumcode H
Preflabel Henry
Comment H = Wb/A = V·s/A = Ω·s
Comment The SI unit of electric inductance. A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (μH). The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents.

-- QUDT
Elucidation SI unit for electrical inductance.
Wikipediareference http://en.wikipedia.org/wiki/Henry?oldid=491435978
Dbpediareference http://dbpedia.org/resource/Henry
Formal description
Subclass Of InductanceUnit
Subclass Of unitSymbolValue value 'H'

Hertz

Iri https://w3id.org/emmo#Hertz
Annotations
Iupacreference https://doi.org/10.1351/goldbook.H02785
Qudtreference http://qudt.org/vocab/unit/HZ
Unitcode HTZ
Ucumcode Hz
Preflabel Hertz
Comment The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. The word "hertz" is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves.

-- QUDT
Elucidation SI unit for frequence.
Dbpediareference http://dbpedia.org/resource/Hertz
Formal description
Subclass Of FrequencyUnit
Subclass Of unitSymbolValue value 'Hz'

Joule

Iri https://w3id.org/emmo#Joule
Annotations
Iupacreference https://doi.org/10.1351/goldbook.J03363
Qudtreference http://qudt.org/vocab/unit/J
Unitcode JOU
Ucumcode J
Preflabel Joule
Comment The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of 1 m/s.

-- QUDT
Elucidation SI unit for energy.
Wikipediareference http://en.wikipedia.org/wiki/Joule?oldid=494340406
Dbpediareference http://dbpedia.org/resource/Joule
Formal description
Subclass Of EnergyUnit
Subclass Of unitSymbolValue value 'J'

Katal

Iri https://w3id.org/emmo#Katal
Annotations
Iupacreference https://doi.org/10.1351/goldbook.K03372
Qudtreference http://qudt.org/vocab/unit/KAT
Unitcode KAT
Ucumcode kat
Preflabel Katal
Comment A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second.

-- QUDT
Elucidation SI unit for catalytic activity.
Wikipediareference http://en.wikipedia.org/wiki/Katal?oldid=486431865
Dbpediareference http://dbpedia.org/resource/Katal
Formal description
Subclass Of CatalyticActivityUnit
Subclass Of unitSymbolValue value 'kat'

Kelvin

Iri https://w3id.org/emmo#Kelvin
Annotations
Iupacreference https://doi.org/10.1351/goldbook.K03374
Qudtreference http://qudt.org/vocab/unit/K
Unitcode KEL
Ucumcode K
Preflabel Kelvin
Wikipediareference http://en.wikipedia.org/wiki/Kelvin?oldid=495075694
Definition The kelvin, symbol K, is the SI unit of thermodynamic temperature. It is defined by taking the fixed numerical value of the Boltzmann constant k to be 1.380649×10−23 when expressed in the unit J K−1, which is equal to kg m2 s−2 K−1, where the kilogram, metre and second are defined in terms of h, c and ∆νCs.
Dbpediareference http://dbpedia.org/resource/Kelvin
Formal description
Subclass Of TemperatureUnit
Subclass Of unitSymbolValue value 'K'

Kilo

Iri https://w3id.org/emmo#EMMO_68a031ba_abf5_4859_b84c_32977f029908
Annotations
Preflabel Kilo
Elucidation SI prefix who's value is 1000.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'k'
Subclass Of hasNumberValue value 1000.0

KiloPrefixedUnit

Iri https://w3id.org/emmo#EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201
Annotations
Preflabel KiloPrefixedUnit
Elucidation Superclass for all units prefixed with "kilo" (1000).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Kilo
Subclass Of hasPrefixMultiplier value 1000.0

Kilogram

Iri https://w3id.org/emmo#Kilogram
Annotations
Iupacreference https://doi.org/10.1351/goldbook.K03391
Qudtreference http://qudt.org/vocab/unit/KiloGM
Unitcode KGM
Ucumcode kg
Preflabel Kilogram
Altlabel Kilogram
Wikipediareference http://en.wikipedia.org/wiki/Kilogram?oldid=493633626
Definition The kilogram, symbol kg, is the SI unit of mass. It is defined by taking the fixed numerical value of the Planck constant h to be 6.62607015×10−34 when expressed in the unit J s, which is equal to kg m2 s−1, where the metre and the second are defined in terms of c and ∆νCs.
Dbpediareference http://dbpedia.org/resource/Kilogram
Formal description
Subclass Of MassUnit
Subclass Of unitSymbolValue value 'kg'

Lumen

Iri https://w3id.org/emmo#Lumen
Annotations
Iupacreference https://doi.org/10.1351/goldbook.L03639
Qudtreference http://qudt.org/vocab/unit/LM
Unitcode LUM
Ucumcode lm
Preflabel Lumen
Comment The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of 4·π steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of 1 cd·4π sr = 4π cd·sr ≈ 12.57 lumens. "Lumen" is a Latin word for light.

-- QUDT
Elucidation SI unit for luminous flux.
Wikipediareference https://en.wikipedia.org/wiki/Lumen_(unit)
Dbpediareference http://dbpedia.org/resource/Lumen
Formal description
Subclass Of LuminousIntensityUnit
Subclass Of unitSymbolValue value 'lm'

Lux

Iri https://w3id.org/emmo#Lux
Annotations
Iupacreference https://doi.org/10.1351/goldbook.L03651
Qudtreference http://qudt.org/vocab/unit/LUX
Unitcode LUX
Ucumcode lx
Preflabel Lux
Comment The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau·steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle.

-- QUDT
Elucidation SI unit for illuminance.
Wikipediareference http://en.wikipedia.org/wiki/Lux?oldid=494700274
Dbpediareference http://dbpedia.org/resource/Lux
Formal description
Subclass Of LuminanceUnit
Subclass Of unitSymbolValue value 'lx'

Mega

Iri https://w3id.org/emmo#EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff
Annotations
Preflabel Mega
Elucidation SI prefix who's value is 1e6.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'M'
Subclass Of hasNumberValue value 1000000.0

MegaPrefixedUnit

Iri https://w3id.org/emmo#EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928
Annotations
Preflabel MegaPrefixedUnit
Elucidation Superclass for all units prefixed with "mega" (1e6).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Mega
Subclass Of hasPrefixMultiplier value 1000000.0

Metre

Iri https://w3id.org/emmo#Metre
Annotations
Iupacreference https://doi.org/10.1351/goldbook.M03884
Qudtreference http://qudt.org/vocab/unit/M
Unitcode MTR
Ucumcode m
Preflabel Metre
Altlabel Meter
Wikipediareference http://en.wikipedia.org/wiki/Metre?oldid=495145797
Definition The metre, symbol m, is the SI unit of length. It is defined by taking the fixed numerical value of the speed of light in vacuum c to be 299792458 when expressed in the unit m s−1, where the second is defined in terms of ∆νCs.
Dbpediareference http://dbpedia.org/resource/Metre
Formal description
Subclass Of LengthUnit
Subclass Of unitSymbolValue value 'm'

MetricMultipleUnit

Iri https://w3id.org/emmo#EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704
Annotations
Preflabel MetricMultipleUnit
Elucidation Measurement unit obtained by multiplying a given measurement unit by an integer SI prefix greater than one.
Formal description
Subclass Of Thing

MetricPrefixedUnit

Iri https://w3id.org/emmo#EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106
Annotations
Preflabel MetricPrefixedUnit
Comment The presence of the prefix makes this units non-coherent with SI system.
Elucidation A special unit with a metric prefix.
Formal description
Subclass Of PrefixedUnit

MetricSubMultipleUnit

Iri https://w3id.org/emmo#EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d
Annotations
Preflabel MetricSubMultipleUnit
Elucidation Measurement unit obtained by dividing a given measurement unit by an integer SI prefix greater than one.
Formal description
Subclass Of Thing

Micro

Iri https://w3id.org/emmo#EMMO_6da1b965_768c_4cf0_8873_44f2035133ba
Annotations
Preflabel Micro
Elucidation SI prefix who's value is 1e-6.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'μ'
Subclass Of hasNumberValue value 1e-06

MicroPrefixedUnit

Iri https://w3id.org/emmo#EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae
Annotations
Preflabel MicroPrefixedUnit
Elucidation Superclass for all units prefixed with "micro" (1e-6).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Micro
Subclass Of hasPrefixMultiplier value 1e-06

Milli

Iri https://w3id.org/emmo#EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11
Annotations
Preflabel Milli
Elucidation SI prefix who's value is 1/1000.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'm'
Subclass Of hasNumberValue value 0.001

MilliPrefixedUnit

Iri https://w3id.org/emmo#EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7
Annotations
Preflabel MilliPrefixedUnit
Elucidation Superclass for all units prefixed with "milli" (1e-3).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Milli
Subclass Of hasPrefixMultiplier value 0.001

Mole

Iri https://w3id.org/emmo#Mole
Annotations
Iupacreference https://doi.org/10.1351/goldbook.M03980
Qudtreference http://qudt.org/vocab/unit/MOL
Unitcode C34
Ucumcode mol
Preflabel Mole
Wikipediareference http://en.wikipedia.org/wiki/Mole_(unit)
Definition The mole, symbol mol, is the SI unit of amount of substance. One mole contains exactly 6.022 140 76 × 1023 elementary entities. This number is the fixed numerical value of the Avogadro constant, NA, when expressed in the unit mol−1 and is called the Avogadro number. The amount of substance, symbol n, of a system is a measure of the number of specified elementary entities. An elementary entity may be an atom, a molecule, an ion, an electron, any other particle or specified group of particles.
Dbpediareference http://dbpedia.org/resource/Mole_%28unit%29
Formal description
Subclass Of AmountUnit
Subclass Of unitSymbolValue value 'mol'

Nano

Iri https://w3id.org/emmo#EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec
Annotations
Preflabel Nano
Elucidation SI prefix who's value is 1e-9.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'n'
Subclass Of hasNumberValue value 1e-09

NanoPrefixedUnit

Iri https://w3id.org/emmo#EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4
Annotations
Preflabel NanoPrefixedUnit
Elucidation Superclass for all units prefixed with "nano" (1e-9).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Nano
Subclass Of hasPrefixMultiplier value 1e-09

Newton

Iri https://w3id.org/emmo#Newton
Annotations
Iupacreference https://doi.org/10.1351/goldbook.N04135
Qudtreference http://qudt.org/vocab/unit/N
Unitcode NEW
Ucumcode N
Preflabel Newton
Comment The "Newton" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula F = m·a.

-- QUDT
Elucidation SI unit for force.
Wikipediareference http://en.wikipedia.org/wiki/Newton?oldid=488427661
Dbpediareference http://dbpedia.org/resource/Newton
Formal description
Subclass Of ForceUnit
Subclass Of unitSymbolValue value 'N'

NonSIUnit

Iri https://w3id.org/emmo#EMMO_15344998_4490_4b40_b242_c3d92e5cdc27
Annotations
Preflabel NonSIUnit
Elucidation Measurement units that are not SI units.
Formal description
Subclass Of Thing

Ohm

Iri https://w3id.org/emmo#Ohm
Annotations
Iupacreference https://doi.org/10.1351/goldbook.O04280
Qudtreference http://qudt.org/vocab/unit/OHM
Unitcode OHM
Ucumcode Ohm
Preflabel Ohm
Comment Ω = V/A = H/s
Elucidation The SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm.
Wikipediareference http://en.wikipedia.org/wiki/Ohm?oldid=494685555
Dbpediareference http://dbpedia.org/resource/Ohm
Formal description
Subclass Of ElectricResistanceUnit
Subclass Of unitSymbolValue value 'Ω'

Pascal

Iri https://w3id.org/emmo#Pascal
Annotations
Iupacreference https://doi.org/10.1351/goldbook.P04442
Qudtreference http://qudt.org/vocab/unit/PA
Unitcode PAL
Ucumcode Pa
Preflabel Pascal
Comment The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.

-- QUDT
Elucidation SI unit for pressure.
Wikipediareference http://en.wikipedia.org/wiki/Pascal?oldid=492989202
Dbpediareference http://dbpedia.org/resource/Pascal
Formal description
Subclass Of PressureUnit
Subclass Of unitSymbolValue value 'Pa'

Peta

Iri https://w3id.org/emmo#EMMO_d7c74480_a568_4470_acff_f18b499cc850
Annotations
Preflabel Peta
Elucidation SI prefix who's value is 1e15.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'P'
Subclass Of hasNumberValue value 1000000000000000.0

PetaPrefixedUnit

Iri https://w3id.org/emmo#EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a
Annotations
Preflabel PetaPrefixedUnit
Elucidation Superclass for all units prefixed with "peta" (1e15).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Peta
Subclass Of hasPrefixMultiplier value 1000000000000000.0

Pico

Iri https://w3id.org/emmo#EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe
Annotations
Preflabel Pico
Elucidation SI prefix who's value is 1e-12.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'p'
Subclass Of hasNumberValue value 1e-12

PicoPrefixedUnit

Iri https://w3id.org/emmo#EMMO_068c4e58_2470_4b1c_8454_010dd4906100
Annotations
Preflabel PicoPrefixedUnit
Elucidation Superclass for all units prefixed with "pico" (1e-12).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Pico
Subclass Of hasPrefixMultiplier value 1e-12

Quecto

Iri https://w3id.org/emmo#EMMO_556e27cd_fef1_41c9_824a_dd78980062b5
Annotations
Preflabel Quecto
Elucidation SI prefix who's value is 1e-30.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'q'
Subclass Of hasNumberValue value 1e-30

Quetta

Iri https://w3id.org/emmo#EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0
Annotations
Preflabel Quetta
Elucidation SI prefix who's value is 1e30.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Q'
Subclass Of hasNumberValue value 1e+30

Radian

Iri https://w3id.org/emmo#Radian
Annotations
Iupacreference https://doi.org/10.1351/goldbook.R05036
Qudtreference http://qudt.org/vocab/unit/RAD
Unitcode C81
Ucumcode rad
Preflabel Radian
Comment Dimensionless measurement unit for plane angle.
Elucidation Measure of plane angle.
Wikipediareference http://en.wikipedia.org/wiki/Radian?oldid=492309312
Dbpediareference http://dbpedia.org/resource/Radian
Formal description
Subclass Of LengthFractionUnit
Subclass Of unitSymbolValue value 'rad'

Ronna

Iri https://w3id.org/emmo#EMMO_aef1144d_41bd_4189_be5c_d849204b3708
Annotations
Preflabel Ronna
Elucidation SI prefix who's value is 1e27.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'R'
Subclass Of hasNumberValue value 1e+27

Ronto

Iri https://w3id.org/emmo#EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a
Annotations
Preflabel Ronto
Elucidation SI prefix who's value is 1e-27.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'r'
Subclass Of hasNumberValue value 1e-27

SIBaseUnit

Iri https://w3id.org/emmo#EMMO_3a185e6c_9e19_4776_b583_19c978156aa0
Annotations
Preflabel SIBaseUnit
Elucidation The base units in the SI system.
Formal description
Subclass Of BaseUnit

SICoherentDerivedUnit

Iri https://w3id.org/emmo#EMMO_1273eb34_de48_43a9_925f_104110469dd2
Annotations
Preflabel SICoherentDerivedUnit
Comment This class collects all units that are products or powers of SI base or SI special units only.
Elucidation A SI derived unit whos numerical factor in front of the product of SI base units is one.
Example m/s
kg/m^3
Formal description
Subclass Of DerivedUnit

SICoherentUnit

Iri https://w3id.org/emmo#EMMO_707c6032_e272_4a20_98b5_d35c4f67be68
Annotations
Preflabel SICoherentUnit
Comment Derived units are defined as products of powers of the base units. When the numerical factor of this product is one, the derived units are called coherent derived units. The base and coherent derived units of the SI form a coherent set, designated the set of coherent SI units.
Elucidation A unit that can be expressed as a product of powers of SI base units with no pre-factor or offset.
Formal description
Subclass Of SIUnit

SIDerivedUnit

Iri https://w3id.org/emmo#EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df
Annotations
Preflabel SIDerivedUnit
Elucidation A derived unit that belongs to the SI system.
Formal description
Subclass Of DerivedUnit

SIMetricPrefixedUnit

Iri https://w3id.org/emmo#EMMO_1e85f9fa_ded6_4856_81be_ccca3c474314
Annotations
Preflabel SIMetricPrefixedUnit
Elucidation A SI base unit or SI derived unit with a metric prefix.
Formal description
Subclass Of MetricPrefixedUnit

SIMultiplePrefix

Iri https://w3id.org/emmo#EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb
Annotations
Preflabel SIMultiplePrefix
Elucidation SI prefix who's value is a positive integer larger than 1.
Formal description
Subclass Of Thing

SINonCoherentDerivedUnit

Iri https://w3id.org/emmo#EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1
Annotations
Preflabel SINonCoherentDerivedUnit
Elucidation A derived unit whos numerical factor in front of the product of base units is NOT equal to one.
Example cm/s
Formal description
Subclass Of DerivedUnit
Subclass Of SIUnit

SINonCoherentUnit

Iri https://w3id.org/emmo#EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375
Annotations
Preflabel SINonCoherentUnit
Comment A non-SI coherent can be expressed in terms of its corresponding SI coherent unit, as

nonsi_coherent_unit = si_coherent_unit * multiplier + offset

where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' and 'hasConversionOffset' data properties, respectively.
Elucidation An SI unit whos numerical factor in front of the product of base SI units is NOT equal to one.
Formal description
Subclass Of Thing

SIPrefix

Iri https://w3id.org/emmo#EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9
Annotations
Preflabel SIPrefix
Elucidation Metric prefix defined in the SI system.
Formal description
Subclass Of MetricPrefix

SISpecialUnit

Iri https://w3id.org/emmo#EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b
Annotations
Preflabel SISpecialUnit
Comment These units are SI coherent by definition.
Elucidation The 22 derived units that are given a special name in the SI system that stands for units derived by SI base units.
Wikipediareference https://en.wikipedia.org/wiki/International_System_of_Units#Derived_units
Formal description
Subclass Of SpecialUnit

SISubMultiplePrefix

Iri https://w3id.org/emmo#EMMO_48fc9480_78c3_4c81_a126_019df20d58d9
Annotations
Preflabel SISubMultiplePrefix
Elucidation SI prefix who's value is 1/N where N is a positive integer larger than 1.
Formal description
Subclass Of Thing

SIUnit

Iri https://w3id.org/emmo#EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4
Annotations
Preflabel SIUnit
Comment The complete set of SI units includes both the coherent set and the multiples and sub-multiples formed by using the SI prefixes.
Comment The names, symbols and prefixes of SI units are defined by the General Conference on Weights and Measures (CGPM).

https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures
Elucidation The set of units provided by the SI referring to the ISQ.
Formal description
Subclass Of SystemUnit

SIUnitSymbol

Iri https://w3id.org/emmo#EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5
Annotations
Preflabel SIUnitSymbol
Elucidation A unit symbol that belongs to the SI system. Is either a SI base unit or a SI special unit.
Formal description
Subclass Of UnitSymbol

Second

Iri https://w3id.org/emmo#Second
Annotations
Iupacreference https://doi.org/10.1351/goldbook.S05513
Qudtreference http://qudt.org/vocab/unit/SEC
Unitcode SEC
Ucumcode s
Preflabel Second
Wikipediareference http://en.wikipedia.org/wiki/Second?oldid=495241006
Definition The second, symbol s, is the SI unit of time. It is defined by taking the fixed numerical value of the caesium frequency ∆νCs, the unperturbed ground-state hyperfine transition frequency of the caesium 133 atom, to be 9192631770 when expressed in the unit Hz, which is equal to s−1.
Dbpediareference http://dbpedia.org/resource/Second
Formal description
Subclass Of TimeUnit
Subclass Of unitSymbolValue value 's'

Siemens

Iri https://w3id.org/emmo#Siemens
Annotations
Qudtreference http://qudt.org/vocab/unit/S
Unitcode SIE
Ucumcode S
Preflabel Siemens
Comment Siemens is the SI unit of electric conductance, susceptance, and admittance. The most important property of a conductor is the amount of current it will carry when a voltage is applied. Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. The unit is named for the German electrical engineer Werner von Siemens (1816-1892).

-- QUDT
Comment S = A/V = F/s
Elucidation SI unit for electrical conductance.
Wikipediareference https://en.wikipedia.org/wiki/Siemens_(unit)
Formal description
Subclass Of ElectricConductanceUnit
Subclass Of unitSymbolValue value 'S'

Sievert

Iri https://w3id.org/emmo#Sievert
Annotations
Iupacreference https://doi.org/10.1351/goldbook.S05658
Qudtreference http://qudt.org/vocab/unit/SV
Unitcode D13
Ucumcode Sv
Preflabel Sievert
Comment Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used.

-- QUDT
Elucidation SI unit for equivalent doseof ionizing radiation. Sievert is derived from absorbed dose, but takes into account the biological effectiveness of the radiation, which is dependent on the radiation type and energy.
Wikipediareference http://en.wikipedia.org/wiki/Sievert?oldid=495474333
Wikipediareference https://en.wikipedia.org/wiki/Equivalent_dose
Dbpediareference http://dbpedia.org/resource/Sievert
Formal description
Subclass Of AbsorbedDoseUnit
Subclass Of unitSymbolValue value 'Sv'

Steradian

Iri https://w3id.org/emmo#Steradian
Annotations
Iupacreference https://doi.org/10.1351/goldbook.S05971
Qudtreference http://qudt.org/vocab/unit/SR
Unitcode D27
Ucumcode sr
Preflabel Steradian
Elucidation Dimensionless measurement unit for solid angle.
Wikipediareference http://en.wikipedia.org/wiki/Steradian?oldid=494317847
Dbpediareference http://dbpedia.org/resource/Steradian
Formal description
Subclass Of AreaFractionUnit
Subclass Of unitSymbolValue value 'sr'

Tera

Iri https://w3id.org/emmo#EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59
Annotations
Preflabel Tera
Elucidation SI prefix who's value is 1e12.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'T'
Subclass Of hasNumberValue value 1000000000000.0

TeraPrefixedUnit

Iri https://w3id.org/emmo#EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa
Annotations
Preflabel TeraPrefixedUnit
Elucidation Superclass for all units prefixed with "tera" (1e12).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Tera
Subclass Of hasPrefixMultiplier value 1000000000000.0

Tesla

Iri https://w3id.org/emmo#Tesla
Annotations
Iupacreference https://doi.org/10.1351/goldbook.T06283
Qudtreference http://qudt.org/vocab/unit/T
Unitcode D33
Ucumcode T
Preflabel Tesla
Comment The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current.

-- QUDT
Comment T = V·s·m⁻² = N/(A·m) = Wb/m²
Elucidation SI unit for magnetic flux density or induction.
Wikipediareference http://en.wikipedia.org/wiki/Tesla_(unit)
Dbpediareference http://dbpedia.org/resource/Tesla
Formal description
Subclass Of MagneticFluxDensityUnit
Subclass Of unitSymbolValue value 'T'

Volt

Iri https://w3id.org/emmo#Volt
Annotations
Iupacreference https://doi.org/10.1351/goldbook.V06634
Qudtreference http://qudt.org/vocab/unit/V
Unitcode VLT
Ucumcode V
Preflabel Volt
Comment The volt is the unit of electric potential difference—electric potential difference is also known as voltage. The size of 1 volt is officially defined as the potential difference between two points of a wire carrying a current of 1 ampere when the power dissipated in the wire is 1 watt.
Elucidation SI unit for electric potential difference.
Wikipediareference http://en.wikipedia.org/wiki/Volt?oldid=494812083
Dbpediareference http://dbpedia.org/resource/Volt
Formal description
Subclass Of ElectricPotentialUnit
Subclass Of unitSymbolValue value 'V'

Watt

Iri https://w3id.org/emmo#Watt
Annotations
Iupacreference https://doi.org/10.1351/goldbook.W06656
Qudtreference http://qudt.org/vocab/unit/W
Unitcode WTT
Ucumcode W
Preflabel Watt
Comment The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution.

-- QUDT
Elucidation SI unit for power.
Wikipediareference http://en.wikipedia.org/wiki/Watt?oldid=494906356
Dbpediareference http://dbpedia.org/resource/Watt
Formal description
Subclass Of PowerUnit
Subclass Of unitSymbolValue value 'W'

Weber

Iri https://w3id.org/emmo#Weber
Annotations
Iupacreference https://doi.org/10.1351/goldbook.W06666
Qudtreference http://qudt.org/vocab/unit/WB
Unitcode WEB
Ucumcode Wb
Preflabel Weber
Comment The SI unit of magnetic flux. "Flux" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to 10⁸ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are (kg·m²)/(s²·A). The weber is commonly expressed in terms of other derived units as the Tesla-square meter (T·m²), volt-seconds (V·s), or joules per ampere (J/A).
Elucidation SI unit for magnetic flux.
Wikipediareference https://en.wikipedia.org/wiki/Weber_(unit)
Dbpediareference http://dbpedia.org/resource/Weber
Formal description
Subclass Of MagneticFluxUnit
Subclass Of unitSymbolValue value 'Wb'

Yocto

Iri https://w3id.org/emmo#EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0
Annotations
Preflabel Yocto
Elucidation SI prefix who's value is 1e-24.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'y'
Subclass Of hasNumberValue value 1e-24

YoctoPrefixedUnit

Iri https://w3id.org/emmo#EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc
Annotations
Preflabel YoctoPrefixedUnit
Elucidation Superclass for all units prefixed with "yocto" (1e-24).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Yocto
Subclass Of hasPrefixMultiplier value 1e-24

Yotta

Iri https://w3id.org/emmo#EMMO_cb3f4298_5895_4272_be63_42dd246cc10c
Annotations
Preflabel Yotta
Elucidation SI prefix who's value is 1e24.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Y'
Subclass Of hasNumberValue value 1e+24

YottaPrefixedUnit

Iri https://w3id.org/emmo#EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11
Annotations
Preflabel YottaPrefixedUnit
Elucidation Superclass for all units prefixed with "yotta" (1e24).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Yotta
Subclass Of hasPrefixMultiplier value 1e+24

Zepto

Iri https://w3id.org/emmo#EMMO_4db5c662_b065_49e4_96eb_826699fa8048
Annotations
Preflabel Zepto
Elucidation SI prefix who's value is 1e-21.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'z'
Subclass Of hasNumberValue value 1e-21

ZeptoPrefixedUnit

Iri https://w3id.org/emmo#EMMO_254472c6_3dbd_4f02_bc43_571389cd281f
Annotations
Preflabel ZeptoPrefixedUnit
Elucidation Superclass for all units prefixed with "zepto" (1e-21).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Zepto
Subclass Of hasPrefixMultiplier value 1e-21

Zetta

Iri https://w3id.org/emmo#EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73
Annotations
Preflabel Zetta
Elucidation SI prefix who's value is 1e21.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Z'
Subclass Of hasNumberValue value 1e-21

ZettaPrefixedUnit

Iri https://w3id.org/emmo#EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958
Annotations
Preflabel ZettaPrefixedUnit
Elucidation Superclass for all units prefixed with "zetta" (1e21).
Formal description
Subclass Of Thing
Subclass Of hasMetricPrefix some Zetta
Subclass Of hasPrefixMultiplier value 1e+21

Object Properties

hasPrefixMultiplier

Iri https://w3id.org/emmo#EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f
Annotations
Preflabel hasPrefixMultiplier
Elucidation Relates a SI prefixed unit to the multiplication factor corresponding to the prefix.
Formal description
Subclass Of DatatypeProperty

hasPrefixSymbol

Iri https://w3id.org/emmo#EMMO_d85162ec_6d62_4cdb_a5b9_f092285e5b7f
Annotations
Preflabel hasPrefixSymbol
Elucidation Relates a SI prefixed unit to the prefix symbol.
Formal description
Subclass Of DatatypeProperty

hasSIConversionMultiplier

Iri https://w3id.org/emmo#EMMO_8189b42e_0995_423a_a26c_51168b27c3cf
Annotations
Preflabel hasSIConversionMultiplier
Comment Conversion formula:

nonsi_coherent_unit = si_coherent_unit * multiplier + offset
Elucidation Number to multiply a SI coherent unit with when converting to a given non-SI coherent unit.
Formal description
Subclass Of DatatypeProperty

hasSIConversionOffset

Iri https://w3id.org/emmo#EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd
Annotations
Preflabel hasSIConversionOffset
Comment Conversion formula:

nonsi_coherent_unit = si_coherent_unit * multiplier + offset
Elucidation Number to add to a SI coherent unit when converting to a given non-SI coherent unit.
Formal description
Subclass Of DatatypeProperty

unitSymbol

Iri https://w3id.org/emmo#EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64
Annotations
Preflabel unitSymbol
Comment A unit symbol may be a symbolic construct (e.g. km) or a symbol (e.g. m).
Elucidation The standard symbol for a unit.
Formal description
Subclass Of AnnotationProperty
Subclass Of comment

Module: Contributors

Object Properties

hasORCID

Iri https://w3id.org/emmo#EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f
Annotations
Comment Relates an individual to an ORCID that identifies the individual.
Comment The domain is not provided to not impose restrictions on the individual carrying the ORCID. Typically it will be a person (maximal) or a temporal part of a person.
Formal description
Subclass Of DatatypeProperty

Individuals

AdhamHashibon

Iri https://w3id.org/emmo#AdhamHashibon
Formal description
Subclass Of Thing

AnnedeBaas

Iri https://w3id.org/emmo#AnnedeBaas
Formal description
Subclass Of Thing

EMMC_ASBL

Iri https://w3id.org/emmo#EMMC_ASBL
Formal description
Subclass Of Thing

EmanueleGhedini

Iri https://w3id.org/emmo#EmanueleGhedini
Formal description
Subclass Of CausalSystem

FrancescaLonstadBleken

Iri https://w3id.org/emmo#FrancescaBleken
Formal description
Subclass Of Thing

FrancescoZaccarini

Iri https://w3id.org/emmo#FrancescoZaccarini
Formal description
Subclass Of Thing

GeorgJSchmitz

Iri https://w3id.org/emmo#GeorgSchmitz
Formal description
Subclass Of Thing

GerhardGoldbeck

Iri https://w3id.org/emmo#GerhardGoldbeck
Formal description
Subclass Of Thing

JesperFriis

Iri https://w3id.org/emmo#JesperFriis
Formal description
Subclass Of Thing

OtelloMRoscioni

Iri https://w3id.org/emmo#OtelloRoscioni
Formal description
Subclass Of Thing

PaulLudwigMichaelNoeske

Iri https://w3id.org/emmo#MichaelNorske
Formal description
Subclass Of Thing

SebastianoMoruzzi

Iri https://w3id.org/emmo#SebastianoMoruzzi
Formal description
Subclass Of Thing

SimonClark

Iri https://w3id.org/emmo#SimonClark
Formal description
Subclass Of Thing

Module: Elementary Multiperspective Material Ontology

Object Properties

hasConnectedPortion

Iri https://w3id.org/emmo#EMMO_a32021dc_58d8_454b_915d_3951b413b8b7
Annotations
Preflabel hasConnectedPortion
Elucidation The relation between individuals representing an item and one of its self-connected proper parts.
Formal description
Subclass Of ObjectProperty
Subclass Of hasPortionPart
Subclass Of hasItemPart

hasFractionalCollection

Iri https://w3id.org/emmo#EMMO_e1805abe_f5b7_4c40_810a_1a01950546be
Annotations
Preflabel hasFractionalCollection
Elucidation A sub collection realtion where the proper part is cutting members of the collection.
Formal description
Subclass Of ObjectProperty
Subclass Of hasFragment
Subclass Of hasSubCollection
Subclass Of hasGatheredPart

hasFractionalMember

Iri https://w3id.org/emmo#0558e802_46a4_45de_af85_47aff4dc427e
Annotations
Preflabel hasFractionalMember
Elucidation The relation between a collection and a non maximal self-connect part of one of its member.
Formal description
Subclass Of ObjectProperty
Subclass Of hasFragment
Subclass Of hasGatheredPart
Subclass Of hasSubItem

hasGatheredPart

Iri https://w3id.org/emmo#EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7
Annotations
Preflabel hasGatheredPart
Elucidation A proper part relation with domain restricted to collections.
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of hasProperPart

hasHeterogenousPart

Iri https://w3id.org/emmo#EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4
Annotations
Preflabel hasHeterogenousPart
Elucidation The part is not connected with the rest item or members with hasNext (or its inverse) only or hasContact relations only.
Formal description
Subclass Of ObjectProperty
Subclass Of hasNonTemporalPart

hasImproperIndirectInteraction

Iri https://w3id.org/emmo#EMMO_febf1178_c74b_4d6d_816c_591ac2ee3530
Annotations
Preflabel hasImproperIndirectInteraction
Elucidation The relation between two causally reachable entities through a path with at least one hasNonSpatialContactWith relation (i.e. non representing physical interactions).
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of hasIndirectInteractionWith

hasImproperInteractionWith

Iri https://w3id.org/emmo#EMMO_ec90a8f0_16bf_4f76_b378_ef69b587b426
Annotations
Preflabel hasImproperInteractionWith
Elucidation An interaction that is the sum of direct causality relations between two entities that are not interpretable as fundamental physical interactions.
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of hasInteractionWith

hasIndirectInteractionWith

Iri https://w3id.org/emmo#EMMO_113087fa_8354_49d1_9625_5f36698d3298
Annotations
Preflabel hasIndirectInteractionWith
Elucidation A causal relation between the y effected and the x causing entities with intermediaries, where x isCauseOf y and y isCauseOf x.
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of indirectlyCauses

hasInteractionWith

Iri https://w3id.org/emmo#EMMO_a69a215c_4f4d_4729_a9c6_39302bbc5f77
Annotations
Preflabel hasInteractionWith
Elucidation A symmetric relation occuring when x isDirectCause y and y isDirectCause x.
Conceptualisation An interaction between two entities is seen as an exchange of causality relations that goes both ways.
There are no requirements about their numbers (except that are minimun two) and their directions (except that there must be a two-way causality, e.g. from x to y and from y to x).
However, interactions can be categorised as:
- representing a physical interaction (in this case we call it a contact, expression of a spatial relation)
- or non representing a physical interaction, being simply an arbitrary sum of causality relations between entities.
The first case occurs when the causality relations between the quantums of the entities corresponds to the fundamental interactions as described by Feynman diagrams (Quantum Field Theory).
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of directlyCauses

hasItemPart

Iri https://w3id.org/emmo#EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f
Annotations
Preflabel hasItemPart
Definition A proper part relation with range restricted to items.
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of hasProperPart

hasNonWellFormedPart

Iri https://w3id.org/emmo#EMMO_ad6a320d_6c32_4e0b_9fb8_5a4bf771a6dd
Annotations
Preflabel hasNonWellFormedPart
Elucidation A part is connected with the rest item or a member with bi-directional causal relations that does not fall under hasNext (or its inverse) or hasContact.
Formal description
Subclass Of ObjectProperty
Subclass Of hasHeterogenousPart
Subclass Of hasNonTemporalPart

hasScatteredPart

Iri https://w3id.org/emmo#EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9
Annotations
Preflabel hasScatteredPart
Definition A proper part relation with range restricted to collections.
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of hasProperPart

hasScatteredPortion

Iri https://w3id.org/emmo#5fa16188_d95b_4dd2_ac63_eae63fe01504
Annotations
Preflabel hasScatteredPortion
Elucidation The relation between individuals representing an item and one of its not self-connected proper parts.
Formal description
Subclass Of ObjectProperty
Subclass Of hasPortionPart
Subclass Of hasScatteredPart

hasSpatialSection

Iri https://w3id.org/emmo#EMMO_6e046dd0_9634_4013_b2b1_9cc468087c83
Annotations
Preflabel hasSpatialSection
Altlabel hasSpatialPartialPart
Comment This relation identifies parts of a 4D object that do not fully cover the lifetime extent of the whole (spatial) nor the full spatial extent (temporal).
Comment This relation is a filler, to categorise the parts of an entity that are not covered by the other parthood relations.
A proper part is then the disjoint union of: spatial part, temporal part and spatio temporal part relations.
Elucidation A proper part of the whole that is not Spatial or Temporal.
Formal description
Subclass Of ObjectProperty
Subclass Of hasSpatialPart

hasSpatialSlice

Iri https://w3id.org/emmo#EMMO_f68030be_94b8_4c61_a161_886468558054
Annotations
Preflabel hasSpatialSlice
Altlabel hasSpatialIntegralPart
Comment In EMMO FOL this is a defined property. In OWL spatial relations are primitive.
Elucidation A relation that identify a proper part of the whole that extends itself in time along the overall lifetime of the whole, and whose parts never cover the full spatial extension of the 4D whole.
Formal description
Subclass Of ObjectProperty
Subclass Of hasSpatialPart

hasSubCollection

Iri https://w3id.org/emmo#EMMO_49e17ba8_dd17_4c28_b8c8_c8c5d5a9aab9
Annotations
Preflabel hasSubCollection
Elucidation A relation between individual representing a collection and one of its non self-connected proper parts.
Formal description
Subclass Of ObjectProperty
Subclass Of hasGatheredPart
Subclass Of hasScatteredPart

hasSubItem

Iri https://w3id.org/emmo#3bd4339b_e01f_43e5_a011_74a4ef3ffa90
Annotations
Preflabel hasSubItem
Elucidation A item proper part of a collection.
Formal description
Subclass Of ObjectProperty
Subclass Of hasItemPart
Subclass Of hasGatheredPart

hasTemporalBegin

Iri https://w3id.org/emmo#EMMO_4608bf9e_eeb9_4301_b0ab_d55b0f7da5e0
Annotations
Preflabel hasTemporalBegin
Formal description
Subclass Of ObjectProperty
Subclass Of hasTemporalItemSlice

hasTemporalCollectionSlice

Iri https://w3id.org/emmo#EMMO_850b976f_0726_4408_b1b2_1f0ae367faf6
Annotations
Preflabel hasTemporalCollectionSlice
Elucidation A temporal part that is a collection.
Formal description
Subclass Of ObjectProperty
Subclass Of hasTemporalSlice
Subclass Of hasScatteredPortion

hasTemporalEnd

Iri https://w3id.org/emmo#EMMO_f9df1503_6ecf_427e_b127_742536601562
Annotations
Preflabel hasTemporalEnd
Formal description
Subclass Of ObjectProperty
Subclass Of hasTemporalItemSlice

hasTemporalInternal

Iri https://w3id.org/emmo#EMMO_8962933e_4bb0_4511_889a_9ea086a5a15a
Annotations
Preflabel hasTemporalInternal
Formal description
Subclass Of ObjectProperty
Subclass Of hasTemporalItemSlice

hasTemporalItemSlice

Iri https://w3id.org/emmo#EMMO_5022e4cb_125f_429d_8556_c3e635c561f2
Annotations
Preflabel hasTemporalItemSlice
Elucidation A temporal part that is an item.
Formal description
Subclass Of ObjectProperty
Subclass Of hasTemporalSlice
Subclass Of hasConnectedPortion

hasTemporalSection

Iri https://w3id.org/emmo#EMMO_aef8af39_0a22_4be8_a523_4e47ca36e035
Annotations
Preflabel hasTemporalSection
Elucidation A temporal part that is not a slice.
Formal description
Subclass Of ObjectProperty
Subclass Of hasTemporalPart

hasTemporalSlice

Iri https://w3id.org/emmo#EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016
Annotations
Preflabel hasTemporalSlice
Elucidation A temporal part that capture the overall spatial extension of the causal object.
Formal description
Subclass Of ObjectProperty
Subclass Of hasTemporalPart

hasWellFormedPart

Iri https://w3id.org/emmo#EMMO_22c91e99_61f8_4433_8853_432d44a2a46a
Annotations
Preflabel hasWellFormedPart
Elucidation The part is connected to the rest item or members only with hasNext or hasContact relations or their inverse.
Formal description
Subclass Of ObjectProperty
Subclass Of hasPortionPart

Module: Metrology

Classes

Assigned

Iri https://w3id.org/emmo#EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8
Annotations
Preflabel Assigned
Formal description
Subclass Of Estimated

Assigner

Iri https://w3id.org/emmo#EMMO_f273529f_9f2c_4877_a94b_5b47590353fc
Annotations
Preflabel Assigner
Elucidation A estimator that uses its predefined knowledge to declare a property of an object.
Example I estimate the molecular mass of the gas in my bottle as 1.00784 u because it is tagged as H.
Formal description
Subclass Of Estimator

Assignment

Iri https://w3id.org/emmo#EMMO_d5adc819_d4b2_4661_b429_1705b75d5053
Annotations
Preflabel Assignment
Elucidation A estimation of a property by a criteria based on the pre-existing knowledge of the estimator.
Example The Argon gas in my bottle has ionisation energy of 15.7596 eV. This is not measured but assigned to this material by previous knowledge.
Formal description
Subclass Of Estimation

BaseQuantity

Iri https://w3id.org/emmo#EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408
Annotations
Preflabel BaseQuantity
Elucidation "Quantity in a conventionally chosen subset of a given system of quantities, where no quantity in the subset can be expressed in terms of the other quantities within that subset"
ISO 80000-1
Vimterm base quantity
Formal description
Subclass Of PhysicalQuantiyByDefinition

BaseUnit

Iri https://w3id.org/emmo#EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5
Annotations
Vimterm base unit
Preflabel BaseUnit
Elucidation A set of units that correspond to the base quantities in a system of units.
Formal description
Subclass Of UnitSymbol
Subclass Of Inverse(hasMetrologicalReference) only BaseQuantity

CategorizedPhysicalQuantity

Iri https://w3id.org/emmo#EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55
Annotations
Preflabel CategorizedPhysicalQuantity
Elucidation The superclass for all physical quantities classes that are categorized according to some domain of interests (e.g. metallurgy, chemistry), property (intensive/extensive) or application.
Formal description
Subclass Of PhysicalQuantity

ConventionalProperty

Iri https://w3id.org/emmo#EMMO_d8aa8e1f_b650_416d_88a0_5118de945456
Annotations
Preflabel ConventionalProperty
Comment A property that is associated to an object by convention, or assumption.
Elucidation A quantitative property attributed by agreement to a quantity for a given purpose.
Example The thermal conductivity of a copper sample in my laboratory can be assumed to be the conductivity that appears in the vendor specification. This value has been obtained by measurement of a sample which is not the one I have in my laboratory. This conductivity value is then a conventional quantitiative property assigned to my sample through a semiotic process in which no actual measurement is done by my laboratory.

If I don't believe the vendor, then I can measure the actual thermal conductivity. I then perform a measurement process that semiotically assign another value for the conductivity, which is a measured property, since is part of a measurement process.

Then I have two different physical quantities that are properties thanks to two different semiotic processes.
Formal description
Subclass Of ObjectiveProperty

CountingUnit

Iri https://w3id.org/emmo#EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01
Annotations
Preflabel CountingUnit
Elucidation Unit for dimensionless quantities that have the nature of count.
Example Unit of atomic number
Unit of number of cellular
Unit of degeneracy in quantum mechanics
Qudtreference http://qudt.org/vocab/unit/NUM
Ucumcode 1
Formal description
Subclass Of DimensionlessUnit

DerivedQuantity

Iri https://w3id.org/emmo#EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3
Annotations
Preflabel DerivedQuantity
Elucidation "Quantity, in a system of quantities, defined in terms of the base quantities of that system".
Vimterm derived quantity
Formal description
Subclass Of PhysicalQuantiyByDefinition

DerivedUnit

Iri https://w3id.org/emmo#EMMO_08b308d4_31cd_4779_a784_aa92fc730f39
Annotations
Vimterm derived unit
Preflabel DerivedUnit
Comment A measurement unit for a derived quantity.
-- VIM
Elucidation Derived units are defined as products of powers of the base units corresponding to the relations defining the derived quantities in terms of the base quantities.
Formal description
Subclass Of NonPrefixedUnit

DimensionalUnit

Iri https://w3id.org/emmo#EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a
Annotations
Preflabel DimensionalUnit
Comment The current version of EMMO does not provide explicit classes for physical dimensions. Rather it embraces the fact that the physical dimensionality of a physical quantity is carried by its measurement unit.

The role of dimensional unit and its subclasses is to express the physical dimensionality that is carried by the unit.

Since the dimensionality of a physical quantity can be written as the product of powers of the physical dimensions of the base quantities in the selected system of quantities, the physical dimensionality of a measurement unit is uniquely determined by the exponents. For a dimensional unit, at least one of these exponents must be non-zero (making it disjoint from dimensionless units).
Elucidation A subclass of measurement unit focusing on the physical dimensionality that is carried by the unit.
Formal description
Subclass Of MeasurementUnitByDimensionality

DimensionlessUnit

Iri https://w3id.org/emmo#EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0
Annotations
Qudtreference http://qudt.org/vocab/unit/UNITLESS
Preflabel DimensionlessUnit
Elucidation The subclass of measurement units with no physical dimension.
Example Refractive index
Plane angle
Number of apples
Formal description
Subclass Of MeasurementUnitByDimensionality
Subclass Of hasDimensionString value 'T0 L0 M0 I0 Θ0 N0 J0'

ExactConstant

Iri https://w3id.org/emmo#EMMO_89762966_8076_4f7c_b745_f718d653e8e2
Annotations
Preflabel ExactConstant
Elucidation Physical constant used to define a unit system. Hence, when expressed in that unit system they have an exact value with no associated uncertainty.
Formal description
Subclass Of PhysicalConstant

FractionUnit

Iri https://w3id.org/emmo#EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da
Annotations
Preflabel FractionUnit
Altlabel RatioUnit
Comment Quantities that are ratios of quantities of the same kind (for example length ratios and amount fractions) have the option of being expressed with units (m/m, mol/mol to aid the understanding of the quantity being expressed and also allow the use of SI prefixes, if this
is desirable (μm/m, nmol/mol).
-- SI Brochure
Elucidation Unit for fractions of quantities of the same kind, to aid the understanding of the quantity being expressed.
Formal description
Subclass Of DimensionlessUnit

LogarithmicUnit

Iri https://w3id.org/emmo#EMMO_972e01b0_b017_4903_8c05_b7edda958723
Annotations
Qudtreference http://qudt.org/schema/qudt/LogarithmicUnit
Preflabel LogarithmicUnit
Comment Note that logarithmic units like decibel or neper are not univocally defines, since their definition depends on whether they are used to measure a "power" or a "root-power" quantity.

It is advisory to create a uniquely defined subclass these units for concrete usage.
Elucidation A logarithmic unit is a unit that can be used to express a quantity (physical or mathematical) on a logarithmic scale, that is, as being proportional to the value of a logarithm function applied to the ratio of the quantity and a reference quantity of the same type.
Example Decibel
Wikipediareference https://en.wikipedia.org/wiki/Logarithmic_scale#Logarithmic_units
Formal description
Subclass Of DimensionlessUnit

MeasuredConstant

Iri https://w3id.org/emmo#EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2
Annotations
Preflabel MeasuredConstant
Elucidation For a given unit system, measured constants are physical constants that are not used to define the unit system. Hence, these constants have to be measured and will therefore be associated with an uncertainty.
Formal description
Subclass Of PhysicalConstant

MeasuredProperty

Iri https://w3id.org/emmo#EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4
Annotations
Preflabel MeasuredProperty
Comment The specification of a measurand requires knowledge of the kind of quantity, description of the state of the phenomenon, body, or substance carrying the quantity, including any relevant component, and the chemical entities involved.

-- VIM
Elucidation A quantity that is the result of a well-defined measurement procedure.
Formal description
Subclass Of ObjectiveProperty

Measurement

Iri https://w3id.org/emmo#EMMO_463bcfda_867b_41d9_a967_211d4d437cfb
Annotations
Preflabel Measurement
Comment A measurement always implies a causal interaction between the object and the observer.
Comment A measurement is the process of experimentally obtaining one or more measurement results that can reasonably be attributed to a quantity.
Elucidation An 'observation' that results in a quantitative comparison of a 'property' of an 'object' with a standard reference based on a well defined mesurement procedure.
Vimterm measurement
Formal description
Subclass Of Observation
Subclass Of Procedure
Subclass Of isParticipatedBy some MeasurementResult
Subclass Of isParticipatedBy some MeasuringSystem
Subclass Of hasOutput some MeasurementResult

MeasurementResult

Iri https://w3id.org/emmo#EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e
Annotations
Preflabel MeasurementResult
Comment A measurement result generally contains “relevant information” about the set of measured quantity properties, such that some may be more representative of the measured quantity than others. This may be expressed in the form of a probability density function (pdf).
Comment A measurement result has the measured quantity, measurement uncertainty and other relevant attributes as holistic parts.
Elucidation Result of a measurement.

A set of quantites being attributed to a measurand (measured quantitative property) together with any other available relevant information, like measurement uncertainty.

-- VIM
Vimterm measurement result
Formal description
Subclass Of Objective
Subclass Of hasQuantity some ObjectiveProperty

MeasurementUnit

Iri https://w3id.org/emmo#EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4
Annotations
Vimterm measurement unit (VIM3 1.9)
Preflabel MeasurementUnit
Comment "Real scalar quantity, defined and adopted by convention, with which any other quantity of the same kind can be compared to express the ratio of the second quantity to the first one as a number"
ISO 80000-1
Comment "Unit symbols are mathematical entities and not abbreviations."

"Symbols for units are treated as mathematical entities. In expressing the value of a quantity as the product of a numerical value and a unit, both the numerical value and the unit may be treated by the ordinary rules of algebra."

https://www.bipm.org/utils/common/pdf/si-brochure/SI-Brochure-9-EN.pdf
Comment Measurement units and procedure units are disjoint.
Comment Quantitative value are expressed as a multiple of the 'MeasurementUnit'.
Elucidation A metrological reference for a physical quantity.
Example kg
m/s
km
Owlrl2Dlaxioms DisjointUnionOf: DimensionlessUnit, DimensionalUnit
Owlrl2Dlaxioms DisjointUnionOf: NonPrefixedUnit, PrefixedUnit
Formal description
Subclass Of MetrologicalReference

MeasurementUnitByDimensionality

Iri https://w3id.org/emmo#EMMO_611e4040_9a3e_4a1a_9fa2_7b1012269401
Annotations
Preflabel MeasurementUnitByDimensionality
Elucidation Categorisation of measurement units by their physical dimensionality.
Owlrl2Dlaxioms EquivalentTo: DimensionalUnit or DimensionlessUnit
Formal description
Subclass Of MeasurementUnit

MeasurementUnitByPrefix

Iri https://w3id.org/emmo#EMMO_4b965242_29f0_4e42_a4b6_f8a5988052df
Annotations
Preflabel MeasurementUnitByPrefix
Elucidation Categorisation of measurement units by whether they are prefixed or not.
Owlrl2Dlaxioms EquivalentTo: PrefixedUnit or NonPrefixedUnit
Formal description
Subclass Of MeasurementUnit

MeasuringInstrument

Iri https://w3id.org/emmo#EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929
Annotations
Preflabel MeasuringInstrument
Comment A measuring instrument that can be used alone is a measuring system.
Elucidation Device used for making measurements, alone or in conjunction with one or more supplementary devices.

-- VIM
Vimterm measuring instrument
Formal description
Subclass Of Measurer

MeasuringSystem

Iri https://w3id.org/emmo#EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a
Annotations
Preflabel MeasuringSystem
Elucidation A set of one or more 'MeasuringInstruments' and often other devices, including any reagent and supply, assembled and adapted to give information used to generate 'MeasuredQuantityProperty' within specified intervals for quantities of specified kinds.

-- VIM
Vimterm measuring system
Formal description
Subclass Of Measurer
Subclass Of hasPart some MeasuringInstrument

MetricPrefix

Iri https://w3id.org/emmo#EMMO_442bd91e_a724_4e9f_89c1_18423016fb75
Annotations
Preflabel MetricPrefix
Elucidation Dimensionless multiplicative unit prefix.
Formal description
Subclass Of Constant
Subclass Of Metrological
Subclass Of Symbol

Metrological

Iri https://w3id.org/emmo#EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c
Annotations
Preflabel Metrological
Comment Metrology is the science of measurement and its application and includes all theoretical and practical aspects of measurement, whatever the measurement uncertainty and field of application (VIM3 2.2)
Elucidation A language entity used in the metrology discipline.
Formal description
Subclass Of Language

MetrologicalConstruct

Iri https://w3id.org/emmo#EMMO_754fa9fa_1285_4e2f_b1fc_018c9321a0a8
Annotations
Preflabel MetrologicalConstruct
Elucidation A symbolic construct used within the discipline of metrology.
Formal description
Equivalent To SymbolicConstruct and Metrological
Subclass Of Thing

MetrologicalReference

Iri https://w3id.org/emmo#EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae
Annotations
Preflabel MetrologicalReference
Comment A symbolic is recognized as reference unit also if it is not part of a quantity (e.g. as in the sentence "the Bq is the reference unit of Becquerel").
For this reason we can't declare the axiom:
MetrologicalReference SubClassOf: inverse(hasMetrologicalReference) some Quantity
because there exist reference units without being part of a quantity.
This is peculiar to EMMO, where quantities as syntatic entities (explicit quantities) are distinct with quantities as semantic entities (properties).
Elucidation A reference can be a measurement unit, a measurement procedure, a reference material, or a combination of such (VIM3 1.1 NOTE 2).
Owlrl2Dlaxioms EquivalentTo: StandardUnit or MeasurementUnit or ProcedureUnit
Formal description
Subclass Of Metrological

MetrologicalSymbol

Iri https://w3id.org/emmo#EMMO_50a3552e_859a_4ff7_946d_76d537cabce6
Annotations
Preflabel MetrologicalSymbol
Elucidation A symbol that stands for a concept in the language of the meterological domain of ISO 80000.
Formal description
Equivalent To Metrological and Symbol
Subclass Of Thing
Subclass Of hasProperPart only not Metrological

MetrologicalUncertainty

Iri https://w3id.org/emmo#EMMO_847724b7_acef_490e_9f0d_67da967f2812
Annotations
Preflabel MetrologicalUncertainty
Altlabel A metrological uncertainty can be assigned to any objective property via the 'hasMetrologicalUncertainty' relation.
Comment Metrological uncertainty in EMMO is a slight generalisation of the VIM term 'measurement uncertainty', which is defined as "a non-negative parameter characterising the dispersion of the quantity being measured".
Comment In general, for a given set of information, it is understood that the measurement uncertainty is associated with a stated quantity value. A modification of this value results in a modification of the associated uncertainty.
Comment Metrological uncertainty includes components arising from systematic effects, such as components associated with corrections and the assigned quantity values of measurement standards, as well as the definitional uncertainty. Sometimes estimated systematic effects are not corrected for but, instead, associated measurement uncertainty components are incorporated.
Elucidation The uncertainty of a quantity obtained through a well-defined procedure, characterising of the dispersion of the quantity.
Example - Standard deviation
- Half-width of an interval with a stated coverage probability
Formal description
Subclass Of ObjectiveProperty

ModelledProperty

Iri https://w3id.org/emmo#EMMO_d0200cf1_e4f4_45ae_873f_b9359daea3cd
Annotations
Preflabel ModelledProperty
Elucidation A quantity obtained from a well-defined modelling procedure.
Formal description
Subclass Of ObjectiveProperty

NominalProperty

Iri https://w3id.org/emmo#EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66
Annotations
Preflabel NominalProperty
Comment "Property of a phenomenon, body, or substance, where the property has no magnitude."

"A nominal property has a value, which can be expressed in words, by alphanumerical codes, or by other means."

International vocabulary of metrology (VIM)
Elucidation An 'ObjectiveProperty' that cannot be quantified.
Example CFC is a 'sign' that stands for the fact that the morphology of atoms composing the microstructure of an entity is predominantly Cubic Face Centered

A color is a nominal property.

Sex of a human being.
Vimterm nominal property
Formal description
Subclass Of Objective

NonPrefixedUnit

Iri https://w3id.org/emmo#EMMO_868ae137_4d25_493e_b270_21ea3d94849e
Annotations
Preflabel NonPrefixedUnit
Elucidation A measurement unit symbol that do not have a metric prefix as a direct spatial part.
Owlrl2Dlaxioms EquivalentTo: DerivedUnit or UnitSymbol
Formal description
Subclass Of MeasurementUnitByPrefix

ObjectiveProperty

Iri https://w3id.org/emmo#EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec
Annotations
Preflabel ObjectiveProperty
Altlabel PhysicalProperty
Altlabel QuantitativeProperty
Comment The word objective does not mean that each observation will provide the same results. It means that the observation followed a well defined procedure.

This class refers to what is commonly known as physical property, i.e. a measurable property of physical system, whether is quantifiable or not.
Comment Subclasses of 'ObjectiveProperty' classify objects according to the type semiosis that is used to connect the property to the object (e.g. by measurement, by convention, by modelling).
Elucidation A quantity that is obtained from a well-defined procedure.
Formal description
Subclass Of Objective
Subclass Of QuantityBySubjectivity

OrdinalQuantity

Iri https://w3id.org/emmo#EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7
Annotations
Preflabel OrdinalQuantity
Comment "Ordinal quantities, such as Rockwell C hardness, are usually not considered to be part of a system of quantities because they are related to other quantities through empirical relations only."
International vocabulary of metrology (VIM)
Elucidation "Quantity, defined by a conventional measurement procedure, for which a total ordering relation can be established, according to magnitude, with other quantities of the same kind, but for which no algebraic operations among those quantities exist"
International vocabulary of metrology (VIM)
Example Hardness
Resilience
Vimterm ordinal quantity
Formal description
Subclass Of QuantityByPhysicalNature

PhysicalConstant

Iri https://w3id.org/emmo#EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb
Annotations
Preflabel PhysicalConstant
Elucidation Physical constants are categorised into "exact" and measured constants.

With "exact" constants, we refer to physical constants that have an exact numerical value after the revision of the SI system that was enforsed May 2019.
Wikipediareference https://en.wikipedia.org/wiki/List_of_physical_constants
Owlrl2Dlaxioms DisjointUnionOf: MeasuredConstant, ExactConstant
Formal description
Subclass Of PhysicalQuantity

PhysicalQuantity

Iri https://w3id.org/emmo#EMMO_02c0621e_a527_4790_8a0f_2bb51973c819
Annotations
Preflabel PhysicalQuantity
Comment In the same system of quantities, dim ρB = ML−3 is the quantity dimension of mass concentration of component B, and ML−3 is also the quantity dimension of mass density, ρ.
ISO 80000-1
Comment Measured or simulated 'physical propertiy'-s are always defined by a physical law, connected to a physical entity through a model perspective and measurement is done according to the same model.

Systems of units suggests that this is the correct approach, since except for the fundamental units (length, time, charge) every other unit is derived by mathematical relations between these fundamental units, implying a physical laws or definitions.
Comment Measurement units of quantities of the same quantity dimension may be designated by the same name and symbol even when the quantities are not of the same kind.

For example, joule per kelvin and J/K are respectively the name and symbol of both a measurement unit of heat capacity and a measurement unit of entropy, which are generally not considered to be quantities of the same kind.

However, in some cases special measurement unit names are restricted to be used with quantities of specific kind only.

For example, the measurement unit ‘second to the power minus one’ (1/s) is called hertz (Hz) when used for frequencies and becquerel (Bq) when used for activities of radionuclides.

As another example, the joule (J) is used as a unit of energy, but never as a unit of moment of force, i.e. the newton metre (N · m).
Comment — quantities of the same kind have the same quantity dimension,
— quantities of different quantity dimensions are always of different kinds, and
— quantities having the same quantity dimension are not necessarily of the same kind.
ISO 80000-1
Elucidation A 'Mathematical' entity that is made of a 'Numeral' and a 'MeasurementUnit' defined by a physical law, connected to a physical entity through a model perspective. Measurement is done according to the same model.
Owlrl2Dlaxioms DisjointUnionOf: DerivedQuantity, BaseQuantity
Formal description
Subclass Of QuantityByPhysicalNature
Subclass Of hasMetrologicalReference only MeasurementUnit

PhysicalQuantiyByDefinition

Iri https://w3id.org/emmo#EMMO_9159bb16_8a70_49f9_bac4_f5cf2a82c39a
Annotations
Preflabel PhysicalQuantiyByDefinition
Elucidation Categorisation of physical quantities by how they are defined.
Formal description
Subclass Of PhysicalQuantity

PrefixedUnit

Iri https://w3id.org/emmo#EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e
Annotations
Preflabel PrefixedUnit
Elucidation A measurement unit that is made of a metric prefix and a unit symbol.
Formal description
Subclass Of MeasurementUnitByPrefix
Subclass Of hasMetricPrefix exactly 1 MetricPrefix
Subclass Of hasUnitSymbol exactly 1 UnitSymbol

ProcedureUnit

Iri https://w3id.org/emmo#EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2
Annotations
Preflabel ProcedureUnit
Altlabel MeasurementProcedure
Comment Procedure units and measurement units are disjoint.
Elucidation A reference unit provided by a measurement procedure.
Example Rockwell C hardness of a given sample (150 kg load): 43.5HRC(150 kg)
Formal description
Subclass Of MetrologicalReference

Quantity

Iri https://w3id.org/emmo#EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf
Annotations
Preflabel Quantity
Altlabel Measurand
Comment VIM defines a quantity as a "property of a phenomenon, body, or substance, where the property has a magnitude that can be expressed as a number and a reference".

A quantity in EMMO is a property and therefore only addresses the first part of the VIM definition (that is a property of a phenomenon, body, or substance). The second part (that it can be expressed as a number and a reference) is syntactic and addressed by emmo:QuantityValue.
Elucidation A quantifiable property of a phenomenon, body, or substance.
Example length
Rockwell C hardness
electric resistance
Owlrl2Dlaxioms DisjointUnionOf: SubjectiveProperty, ObjectiveProperty
Owlrl2Dlaxioms EquivalentTo: PhysicalQuantity or OrdinalQuantity
Qudtreference https://qudt.org/schema/qudt/Quantity
Vimterm measurand
Vimterm quantity
Formal description
Subclass Of Property
Subclass Of hasMetrologicalReference exactly 1 MetrologicalReference

QuantityByPhysicalNature

Iri https://w3id.org/emmo#EMMO_dbbbf0ed_a446_4f9e_877c_8c46e7842f43
Annotations
Preflabel QuantityByPhysicalNature
Elucidation Categorisation of quantities by their physical nature.
Hiddenlabel QuantityByPhysical
Formal description
Subclass Of Quantity

QuantityBySubjectivity

Iri https://w3id.org/emmo#EMMO_d9350951_5300_44e8_ae61_79fb7c53b7e7
Annotations
Preflabel QuantityBySubjectivity
Elucidation Categorisation of quantities by whether they can be obtained fully objectively or not.
Owlrl2Dlaxioms EquivalentTo: ObjectiveProperty or SubjectiveProperty
Formal description
Subclass Of Quantity

QuantityValue

Iri https://w3id.org/emmo#EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5
Annotations
Preflabel QuantityValue
Comment A quantity value is not necessarily a property, since it is possible to write "10 kg", without assigning this quantity to a specific object.
Comment Following the International Vocabulary of Metrology (VIM), EMMO distinguishes between a quantity (a property) and the quantity value (a numerical and a reference).

So, for the EMMO the symbol "kg" is not a physical quantity but simply a 'Symbolic' object categorized as a 'MeasurementUnit'.

While the string "1 kg" is a 'QuantityValue'.
Elucidation A symbolic that has parts a numerical object and a reference expressing the value of a quantity (expressed as the product of the numerical and the unit).
Example 6.8 m
0.9 km
8 K
6 MeV
43.5 HRC(150 kg)
Vimterm quantity value
Formal description
Subclass Of Metrological
Subclass Of hasNumericalPart exactly 1 Numerical
Subclass Of hasReferencePart exactly 1 MetrologicalReference

SpecialUnit

Iri https://w3id.org/emmo#EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2
Annotations
Preflabel SpecialUnit
Comment Special units are semiotic shortcuts to more complex composed symbolic objects.
Elucidation A unit symbol that stands for a derived unit.
Example Pa stands for N/m2
J stands for N m
Formal description
Subclass Of DerivedUnit
Subclass Of UnitSymbol

StandardUnit

Iri https://w3id.org/emmo#EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02
Annotations
Preflabel StandardUnit
Altlabel ReferenceMaterial
Elucidation A reference unit provided by a reference material.
International vocabulary of metrology (VIM)
Example Arbitrary amount-of-substance concentration of lutropin in a given sample of plasma (WHO international standard 80/552): 5.0 International Unit/l
Formal description
Subclass Of MetrologicalReference

StandardizedPhysicalQuantity

Iri https://w3id.org/emmo#EMMO_9c407ac0_fd4c_4178_8763_95fad9fe29ec
Annotations
Preflabel StandardizedPhysicalQuantity
Elucidation The superclass for all physical quantities classes that are categorized according to a standard (e.g. ISQ).
Formal description
Subclass Of PhysicalQuantity

SubjectiveProperty

Iri https://w3id.org/emmo#EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536
Annotations
Preflabel SubjectiveProperty
Elucidation A quantity whos value that cannot be univocally determined and depends on an agent (e.g. a human individual, a community).
Example The measure of beauty on a scale from 1 to 10.
Formal description
Subclass Of Subjective
Subclass Of QuantityBySubjectivity

SystemUnit

Iri https://w3id.org/emmo#EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14
Annotations
Preflabel SystemUnit
Elucidation A unit that belongs to one or more unit systems.
Formal description
Subclass Of MeasurementUnit

UnitOne

Iri https://w3id.org/emmo#EMMO_5ebd5e01_0ed3_49a2_a30d_cd05cbe72978
Annotations
Preflabel UnitOne
Altlabel Unitless
Elucidation "The unit one is the neutral element of any system of units – necessary and present automatically."

-- SI Brochure
Example Refractive index or volume fraction.
Example Typically used for ratios of two units whos dimensions cancels out.
Definition Represents the number 1, used as an explicit unit to say something has no units.
Qudtreference http://qudt.org/vocab/unit/UNITLESS
Formal description
Subclass Of DimensionlessUnit

UnitSymbol

Iri https://w3id.org/emmo#EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb
Annotations
Preflabel UnitSymbol
Elucidation A symbol that stands for a single unit.
Example Some examples are "Pa", "m" and "J".
Owlrl2Dlaxioms DisjointUnionOf: SpecialUnit, BaseUnit
Formal description
Equivalent To Symbol and MeasurementUnit
Subclass Of NonPrefixedUnit

Object Properties

VIMTerm

Iri https://w3id.org/emmo#EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6
Annotations
Preflabel VIMTerm
Comment The term in the International vocabulary of metrology (VIM) (JCGM 200:2008) that corresponds to the annotated term in EMMO.
Example quantity value (term in VIM that corresponds to Quantity in EMMO)
Formal description
Subclass Of AnnotationProperty
Subclass Of isDefinedBy
Subclass Of metrologicalReference

hasConventionalProperty

Iri https://w3id.org/emmo#EMMO_16b510a6_0584_4134_bdb6_3bc185c17860
Annotations
Preflabel hasConventionalProperty
Comment An object can be represented by a quantity for the fact that it has been recognized to belong to a specific class.

The quantity is selected without an observation aimed to measure its actual value, but by convention.
Elucidation Assigns a quantity to an object by convention.
Example An Hydrogen atom has the quantity atomic number Z = 1 as its conventional property.
Formal description
Subclass Of ObjectProperty
Subclass Of hasObjectiveProperty

hasMeasuredProperty

Iri https://w3id.org/emmo#EMMO_fd689787_31b0_41cf_bf03_0d69af76469d
Annotations
Preflabel hasMeasuredProperty
Elucidation Assigns a quantity to an object via a well-defined measurement procedure.
Formal description
Subclass Of ObjectProperty
Subclass Of hasObjectiveProperty

hasMeasurementUnit

Iri https://w3id.org/emmo#EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569
Annotations
Preflabel hasMeasurementUnit
Comment A conventional semiotic relation that relates a physical quantity to its unit.
Example Length hasUnit only LengthUnit
Formal description
Subclass Of ObjectProperty
Subclass Of hasMetrologicalReference

hasMetricPrefix

Iri https://w3id.org/emmo#EMMO_4be0acad_af05_426f_aa6d_fe7531072564
Annotations
Preflabel hasMetricPrefix
Comment Relates a prefixed unit to its metric prefix part.
Formal description
Subclass Of ObjectProperty
Subclass Of hasSpatialTile

hasMetrologicalReference

Iri https://w3id.org/emmo#EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296
Annotations
Preflabel hasMetrologicalReference
Comment Relates a quantity to its metrological reference through a semiotic process.
Formal description
Subclass Of ObjectProperty
Subclass Of InverseFunctionalProperty
Subclass Of AsymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of hasConvention

hasMetrologicalUncertainty

Iri https://w3id.org/emmo#EMMO_662c64e7_fc72_49b3_a161_f50fd42deafa
Annotations
Preflabel hasMetrologicalUncertainty
Comment Since measurement uncertainty is a subclass of objective property, this relation can also describe the uncertainty of an measurement uncertainty.
Elucidation Assigns a quantifiable uncertainty to an objective property through a well-defined procecure.
Formal description
Subclass Of ObjectProperty
Subclass Of hasObjectiveProperty

hasModelledProperty

Iri https://w3id.org/emmo#EMMO_b8f79e53_2ad4_441d_87ff_284a5c419e46
Annotations
Preflabel hasModelledProperty
Elucidation Assigns a quantity to an object via a well-defined modelling procedure.
Formal description
Subclass Of ObjectProperty
Subclass Of hasObjectiveProperty

hasNumericalPart

Iri https://w3id.org/emmo#EMMO_8ef3cd6d_ae58_4a8d_9fc0_ad8f49015cd0
Annotations
Preflabel hasNumericalPart
Comment Relates a quantity to its numerical value through spatial direct parthood.
Formal description
Subclass Of ObjectProperty
Subclass Of InverseFunctionalProperty
Subclass Of AsymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of hasSpatialTile

hasObjectiveProperty

Iri https://w3id.org/emmo#EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5
Annotations
Preflabel hasObjectiveProperty
Comment Relates an object to a quantity describing a quantifiable property of the object obtained via a well-defined procedure.
Formal description
Subclass Of ObjectProperty
Subclass Of hasProperty

hasQuantity

Iri https://w3id.org/emmo#EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a
Annotations
Preflabel hasQuantity
Elucidation Relates the result of a semiotic process to ont of its optained quantities.
Formal description
Subclass Of ObjectProperty
Subclass Of hasSpatialTile

hasReferencePart

Iri https://w3id.org/emmo#EMMO_eeb06032_dd4f_476e_9da6_aa24302b7588
Annotations
Preflabel hasReferencePart
Elucidation Relates a quantity to its reference unit through spatial direct parthood.
Formal description
Subclass Of ObjectProperty
Subclass Of hasSpatialTile

hasSIQuantityValue

Iri https://w3id.org/emmo#EMMO_42806efc_581b_4ff8_81b0_b4d62153458b
Annotations
Preflabel hasSIQuantityValue
Comment Using hasSIQuantityValue is a convenient, but less semantic, alternative to specify value and unit of a physical quantity compared to using the 'hasNumericalPart' and 'hasReferencePart'/'hasMetrologicalReference' relations.

The unit should be a valid, possible prefixed, derived SI unit.
Elucidation Relates a physical quantity to its value specified as a string consisting of a numerical, a separator and a unit.
Example Example showing how to specify the value of a physical quantity in turtle using hasSIQuantityValue:

height1 a emmo:Height ;
hasSIQuantityValue "3 cm"^^emmo:SIQuantityDatatype .
Formal description
Subclass Of DatatypeProperty
Subclass Of topDataProperty

hasUnitNonPrefixPart

Iri https://w3id.org/emmo#EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44
Annotations
Preflabel hasUnitNonPrefixPart
Elucidation Relates a prefixed unit to its non-prefixed part.
Example For example the unit CentiNewtonMetre has prefix "Centi" and non-prefix part "NewtonMetre".
Formal description
Subclass Of ObjectProperty
Subclass Of hasSpatialTile

hasUnitSymbol

Iri https://w3id.org/emmo#EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4
Annotations
Preflabel hasUnitSymbol
Elucidation Relates a prefixed unit to its unit symbol part.
Formal description
Subclass Of ObjectProperty
Subclass Of hasUnitNonPrefixPart

iupacReference

Iri https://w3id.org/emmo#EMMO_fe015383_afb3_44a6_ae86_043628697aa2
Annotations
Preflabel iupacReference
Comment DOI to corresponding concept in IUPAC
Formal description
Subclass Of AnnotationProperty
Subclass Of seeAlso

metrologicalReference

Iri https://w3id.org/emmo#EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2
Annotations
Preflabel metrologicalReference
Formal description
Subclass Of AnnotationProperty
Subclass Of seeAlso

omReference

Iri https://w3id.org/emmo#EMMO_209ba1b3_149f_4ff0_b672_941610eafd72
Annotations
Preflabel omReference
Elucidation IRI to corresponding concept in the Ontology of units of Measure.
Formal description
Subclass Of AnnotationProperty
Subclass Of metrologicalReference

qudtReference

Iri https://w3id.org/emmo#EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc
Annotations
Preflabel qudtReference
Elucidation URL to corresponing entity in QUDT.
Formal description
Subclass Of AnnotationProperty
Subclass Of metrologicalReference

ucumCode

Iri https://w3id.org/emmo#EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652
Annotations
Preflabel ucumCode
Comment The Unified Code for Units of Measure (UCUM) is a code system intended to include all units of measures being contemporarily used in international science, engineering, and business. The purpose is to facilitate unambiguous electronic communication of quantities together with their units.
Elucidation Unified Code for Units of Measure (UCUM).
Formal description
Subclass Of AnnotationProperty
Subclass Of metrologicalReference

uneceCommonCode

Iri https://w3id.org/emmo#EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2
Annotations
Preflabel uneceCommonCode
Comment The UN/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and/or automated systems for the exchange of information between participants in international trade.
Elucidation The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL.
Formal description
Subclass Of AnnotationProperty
Subclass Of metrologicalReference

unitSymbolValue

Iri https://w3id.org/emmo#EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8
Annotations
Preflabel unitSymbolValue
Formal description
Subclass Of DatatypeProperty
Subclass Of hasSymbolValue

Module: Chemistry

Classes

CASRN

Iri https://w3id.org/emmo#EMMO_d2a47cd8_662f_438f_855a_b4378eb992ff
Annotations
Preflabel CASRN
Elucidation Chemical Abstact Service registry number for a chemical substance from the American Chemical Society
Example Water is 7732-18-5
Formal description
Subclass Of ChemicalNomenclature

Chemical

Iri https://w3id.org/emmo#EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e
Annotations
Preflabel Chemical
Elucidation A language object that follows the syntactic rules used in the chemical field.
Formal description
Subclass Of Language

ChemicalComposition

Iri https://w3id.org/emmo#EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3
Annotations
Preflabel ChemicalComposition
Elucidation A language construct that provides information about the consitutents of a substance and their fractions or amounts.
Formal description
Equivalent To TotalComposition or SingleComponentComposition or PartialComposition
Subclass Of SymbolicConstruct
Subclass Of Chemical

ChemicalCompositionQuantity

Iri https://w3id.org/emmo#EMMO_a293f923_954c_4af5_9f97_9600ebd362cb
Annotations
Preflabel ChemicalCompositionQuantity
Formal description
Subclass Of CategorizedPhysicalQuantity

ChemicalCompound

Iri https://w3id.org/emmo#EMMO_e2b11f6a_4191_427e_9844_2e0ac88dfc8b
Annotations
Preflabel ChemicalCompound
Elucidation A chemical substance composed of many identical molecules (or molecular entities) composed of atoms from more than one element held together by chemical bonds.
Wikipediareference https://en.wikipedia.org/wiki/Chemical_compound
Formal description
Subclass Of ChemicalSubstance

ChemicalElement

Iri https://w3id.org/emmo#EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf
Annotations
Iupacreference https://doi.org/10.1351/goldbook.C01022
Preflabel ChemicalElement
Comment The IUPAC Gold Book defines the a chemical element both as:
- a species of atoms; all atoms with the same number of protons in the atomic nucleus
- a pure chemical substance composed of atoms with the same number of protons in the atomic nucleus

This qualifies a chemical element as a name and not a matter obejct that can stand for an atom or a substance.
Elucidation The symbol for a specific chemical element, that can stand both for an atom or a substance.
Formal description
Subclass Of Symbol
Subclass Of Chemical

ChemicalEntity

Iri https://w3id.org/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0
Annotations
Preflabel ChemicalEntity
Comment A chemical entity comprises the two different ways to represents matter: as single recognizable particle entity (molecular entity) and as a composition of particle entities (substance).

This distinction is not well assessed in actual chemical nomenclature, in which an element name refers to both the pure elemental substance or the atom.

In the EMMO we force the adoption of a more strict categorization based on mereotopology.

The class Material hosts the subclasses for which a substance can be identified without necessarily considering its nature of molecule/atom or substance (e.g. hydrocarbon is the class of both hydrocarbon molecules or gases).
Formal description
Subclass Of Matter

ChemicalFormula

Iri https://w3id.org/emmo#EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8
Annotations
Preflabel ChemicalFormula
Comment A chemical formula may also include other symbols such as parentheses, plus and minus signs, brackets
Elucidation A symbolic construct that provides informations about the chemical proportions of the elements that constitute a chemical compound or a specific molecule.
Formal description
Subclass Of Chemical
Subclass Of hasSpatialTile some ChemicalElement

ChemicalMaterial

Iri https://w3id.org/emmo#EMMO_8a41ed1b_64f9_4be7_9b60_01fcece45075
Annotations
Preflabel ChemicalMaterial
Formal description
Subclass Of Material

ChemicalName

Iri https://w3id.org/emmo#EMMO_26586828_3b8c_4d8b_9c6c_0bc2502f26ae
Annotations
Preflabel ChemicalName
Elucidation Name of a chemical according to a standard.
Formal description
Subclass Of ChemicalNomenclature

ChemicalNomenclature

Iri https://w3id.org/emmo#EMMO_643d99dd_fae6_4121_a76f_47f486a4480b
Annotations
Preflabel ChemicalNomenclature
Comment A chemical numenclature should not be confused with the chemical formula.
Elucidation A language object following a specific nomenclature rules for defining univocal names of chemical compounds.
Formal description
Subclass Of Chemical

ChemicalRepresentation

Iri https://w3id.org/emmo#EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6
Annotations
Preflabel ChemicalRepresentation
Elucidation A representation of objects belonging to the chemistry field.
Formal description
Subclass Of Representation

ChemicalSpecies

Iri https://w3id.org/emmo#EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689
Annotations
Iupacreference https://doi.org/10.1351/goldbook.CT06859
Preflabel ChemicalSpecies
Comment Following nominalistic approach a species is simply a name that can point to an element name, a chemical formula or a chemical compound.

So everything addressed by these classes of names can be calleded a chemical species.
Comment N2
Methane
CH4
Fe
Sodium Chloride
Elucidation Specific form of an element defined as to isotopic composition, electronic or oxidation state, and/or complex or molecular structure.

Chemical species is the macroscopic equivalent of molecular entity and refers to sets or ensembles of molecular entities.
Formal description
Equivalent To ChemicalElement or ChemicalNomenclature or ChemicalFormula
Subclass Of Chemical

ChemicalSubstance

Iri https://w3id.org/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea
Annotations
Iupacreference https://doi.org/10.1351/goldbook.C01039
Preflabel ChemicalSubstance
Comment A substance is always composed of more than one molecular entity. It lays in the continuum or mesoscopic domain.
Elucidation Matter of constant composition best characterized by the entities (molecules, formula units, atoms) it is composed of.
Formal description
Subclass Of Substance

ChemicalSymbol

Iri https://w3id.org/emmo#EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7
Annotations
Preflabel ChemicalSymbol
Elucidation A symbol that stands for a chemical element.
Example "H"
"He"
"Li"
...
Formal description
Equivalent To Symbol and Chemical
Subclass Of Thing

ChemicalSymbolicConstruct

Iri https://w3id.org/emmo#EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c
Annotations
Preflabel ChemicalSymbolicConstruct
Elucidation A symbolic construct that stands for a chemical.
Example H2O
Formal description
Equivalent To SymbolicConstruct and Chemical
Subclass Of Thing

CondensedFormula

Iri https://w3id.org/emmo#EMMO_bf836c2b_7800_474d_b674_f5d629fa0bb1
Annotations
Preflabel CondensedFormula
Example An expression that provides information about the element types that constiture a molecule or a molecular substance and their number, together with simple information about the connectivity of its groups by using parenthesis or by goruping element names according to its molecular structure.
Formal description
Subclass Of ChemicalFormula

ElementalMaterial

Iri https://w3id.org/emmo#EMMO_a086af15_a7c3_404c_b4ce_c8e4466f1b4b
Annotations
Preflabel ElementalMaterial
Formal description
Subclass Of ChemicalMaterial

ElementalSubstance

Iri https://w3id.org/emmo#EMMO_436b11bd_1756_4821_9f14_c9ed6b67552e
Annotations
Iupacreference https://doi.org/10.1351/goldbook.C01022
Preflabel ElementalSubstance
Altlabel PureSubstance
Elucidation A chemical substance composed of atoms with the same number of protons in the atomic nucleus.
Formal description
Subclass Of ChemicalSubstance

EmpiricalFormula

Iri https://w3id.org/emmo#EMMO_6afdb7e8_2a0b_444d_bde3_8d67d98180c0
Annotations
Preflabel EmpiricalFormula
Elucidation An expression that provide information about the element type of a compound and their relative ratio.
Example Hydrogen peroxide is HO
Formal description
Subclass Of ChemicalFormula

IUPACName

Iri https://w3id.org/emmo#EMMO_16a3bd5c_75f0_42b3_b000_cb0d018f840e
Annotations
Preflabel IUPACName
Elucidation Name of a chemical according to the IUPAC standard.
Formal description
Subclass Of ChemicalName
Subclass Of IUPACNomenclature

IUPACNomenclature

Iri https://w3id.org/emmo#EMMO_91a0635a_a89a_46de_8928_04a777d145c7
Annotations
Preflabel IUPACNomenclature
Elucidation Chemical nomenclauture following the IUPAC standard.
Formal description
Subclass Of ChemicalNomenclature

InChI

Iri https://w3id.org/emmo#EMMO_d74ed682_894f_46c5_87cb_167f60926965
Annotations
Preflabel InChI
Elucidation The International Chemical Identifier (InChI) textual identifier proposed by IUPAC to provide a standard encoding for databases of molecular information.
Formal description
Subclass Of IUPACNomenclature

InorganicCompound

Iri https://w3id.org/emmo#EMMO_4e659c69_ca2d_4569_8a96_f99857a1fa32
Annotations
Preflabel InorganicCompound
Formal description
Subclass Of ChemicalCompound

Macromolecule

Iri https://w3id.org/emmo#EMMO_a14dd591_8b7a_4847_8c91_3a2f421a45b4
Annotations
Preflabel Macromolecule
Elucidation A polyatomic entity containing a very large number of atoms.
Example Protein, nucleic acid, or synthetic polymer.
Formal description
Subclass Of PolyatomicEntity

MolecularFormula

Iri https://w3id.org/emmo#EMMO_4208f937_8bad_47cf_af46_4ada75e63adb
Annotations
Preflabel MolecularFormula
Elucidation An expression that provides information about the element types that constiture a molecule or a molecular substance and their number.
Example Hydrogen peroxide is H2O2
Formal description
Subclass Of ChemicalFormula
Subclass Of hasSpatialTile some ChemicalElement

OrganicCompound

Iri https://w3id.org/emmo#EMMO_704630b8_fee3_49b9_baca_40e2dd276370
Annotations
Preflabel OrganicCompound
Formal description
Subclass Of ChemicalCompound

PartialComposition

Iri https://w3id.org/emmo#EMMO_90963312_d9a9_4474_8d10_835aef5b168e
Annotations
Preflabel PartialComposition
Elucidation A language construct that represents fraction or amount of some (but not all) constituents of a substance.
Formal description
Subclass Of ChemicalComposition
Subclass Of hasSpatialTile some SingleComponentComposition

PolyatomicEntity

Iri https://w3id.org/emmo#EMMO_9fa966c7_5231_409e_841f_b4c5fd33732a
Annotations
Preflabel PolyatomicEntity
Elucidation An entity made of two or more bonded atoms.
Formal description
Subclass Of MolecularEntity

SingleComponentComposition

Iri https://w3id.org/emmo#EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2
Annotations
Preflabel SingleComponentComposition
Elucidation A language construct that represents the fraction or amount of a single constituent of a substance.
Formal description
Subclass Of ChemicalComposition
Subclass Of hasSpatialTile some ChemicalCompositionQuantity
Subclass Of hasSpatialTile some ChemicalSpecies

StructuralFormula

Iri https://w3id.org/emmo#EMMO_a466b60b_d973_4b8f_897f_d0b837a59df3
Annotations
Preflabel StructuralFormula
Elucidation A graphical representation of a molecular structure showing the relative position in space of the atomic constituents and their bonds.
Formal description
Subclass Of ChemicalRepresentation

TotalComposition

Iri https://w3id.org/emmo#EMMO_0eabfde6_c6c5_4b1f_bf10_e4e0e06e9b2e
Annotations
Preflabel TotalComposition
Elucidation A language construct that represents fraction or amount of all constituents of a substance.
Formal description
Subclass Of ChemicalComposition
Subclass Of hasSpatialTile some SingleComponentComposition

Object Properties

SMILESReference

Iri https://w3id.org/emmo#EMMO_2e0b0f1b_ba90_4827_af5a_92b826cb90de
Annotations
Preflabel SMILESReference
Comment OpenSMILES is an open specification of the SMILE language for specifying molecular structures, which has become a defacto standard for exchange of molecular structures.
Elucidation OpenSMILES representation of a molecular structure.
Wikipediareference https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system
Formal description
Subclass Of AnnotationProperty
Subclass Of seeAlso

chemicalSymbolValue

Iri https://w3id.org/emmo#EMMO_40c65eb4_5b58_4b13_8752_9976582380af
Annotations
Preflabel chemicalSymbolValue
Formal description
Subclass Of DatatypeProperty
Subclass Of hasSymbolValue

inchiKey

Iri https://w3id.org/emmo#EMMO_2856bbc2_96e1_485b_b5f8_2fdfcb0c9b92
Annotations
Preflabel inchiKey
Comment The InChiKey is a hash of the full InChi identifier using the SHA-256 algorithm, designed to allow for easy web searches of chemical compounds.
Elucidation A hash of the full International Chemical Identifier (InChi) for a chemical substance.
Formal description
Subclass Of AnnotationProperty
Subclass Of seeAlso

Module: Unclassified Units

Classes

Bbl_Uk_Pet

Iri https://w3id.org/emmo#Bbl_Uk_Pet
Annotations
Unitsymbol bbl{UK petroleum}
Qudtreference http://qudt.org/vocab/unit/BBL_UK_PET
Preflabel Bbl_Uk_Pet
Altlabel Barrel (UK Petroleum)
Elucidation unit of the volume for crude oil according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1591132
Subclass Of hasSIConversionOffset value 0.0

Bbl_Uk_Pet_Per_Day

Iri https://w3id.org/emmo#Bbl_Uk_Pet_Per_Day
Annotations
Unitsymbol bbl{UK petroleum}/day
Qudtreference http://qudt.org/vocab/unit/BBL_UK_PET-PER-DAY
Preflabel Bbl_Uk_Pet_Per_Day
Altlabel Barrel (UK Petroleum) Per Day
Elucidation unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.841587e-06
Subclass Of hasSIConversionOffset value 0.0

Bbl_Uk_Pet_Per_Hr

Iri https://w3id.org/emmo#Bbl_Uk_Pet_Per_Hr
Annotations
Unitsymbol bbl{UK petroleum}/hr
Qudtreference http://qudt.org/vocab/unit/BBL_UK_PET-PER-HR
Preflabel Bbl_Uk_Pet_Per_Hr
Altlabel Barrel (UK Petroleum) Per Hour
Elucidation unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.41981e-05
Subclass Of hasSIConversionOffset value 0.0

Bbl_Uk_Pet_Per_Min

Iri https://w3id.org/emmo#Bbl_Uk_Pet_Per_Min
Annotations
Unitsymbol bbl{UK petroleum}/min
Qudtreference http://qudt.org/vocab/unit/BBL_UK_PET-PER-MIN
Preflabel Bbl_Uk_Pet_Per_Min
Altlabel Barrel (UK Petroleum) Per Minute
Elucidation unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.002651886
Subclass Of hasSIConversionOffset value 0.0

Bbl_Uk_Pet_Per_Sec

Iri https://w3id.org/emmo#Bbl_Uk_Pet_Per_Sec
Annotations
Unitsymbol bbl{UK petroleum}
Qudtreference http://qudt.org/vocab/unit/BBL_UK_PET-PER-SEC
Preflabel Bbl_Uk_Pet_Per_Sec
Altlabel Barrel (UK Petroleum) Per Second
Elucidation unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1591132
Subclass Of hasSIConversionOffset value 0.0

Bbl_Us

Iri https://w3id.org/emmo#Bbl_Us
Annotations
Unitsymbol bbl{US petroleum}
Qudtreference http://qudt.org/vocab/unit/BBL_US
Ucumcode [bbl_us]
Preflabel Bbl_Us
Altlabel Barrel (US)
Elucidation unit of the volume for crude oil according to the Anglo-American system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1589873
Subclass Of hasSIConversionOffset value 0.0

Bbl_Us_Dry

Iri https://w3id.org/emmo#Bbl_Us_Dry
Annotations
Unitsymbol bbl{US dry}
Qudtreference http://qudt.org/vocab/unit/BBL_US_DRY
Preflabel Bbl_Us_Dry
Altlabel Dry Barrel (US)
Elucidation non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115,63 litre

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1156282
Subclass Of hasSIConversionOffset value 0.0

Bbl_Us_Per_Day

Iri https://w3id.org/emmo#Bbl_Us_Per_Day
Annotations
Unitsymbol bsh{US petroleum}/day
Qudtreference http://qudt.org/vocab/unit/BBL_US-PER-DAY
Ucumcode [bbl_us].d-1
Ucumcode [bbl_us]/d
Preflabel Bbl_Us_Per_Day
Altlabel Barrel (US) Per Day
Elucidation unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.84e-06
Subclass Of hasSIConversionOffset value 0.0

Bbl_Us_Per_Min

Iri https://w3id.org/emmo#Bbl_Us_Per_Min
Annotations
Unitsymbol bbl{US petroleum}/min
Qudtreference http://qudt.org/vocab/unit/BBL_US-PER-MIN
Ucumcode [bbl_us].min-1
Ucumcode [bbl_us]/min
Preflabel Bbl_Us_Per_Min
Altlabel Barrel (US) Per Minute
Elucidation unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0026498
Subclass Of hasSIConversionOffset value 0.0

Bbl_Us_Pet_Per_Hr

Iri https://w3id.org/emmo#Bbl_Us_Pet_Per_Hr
Annotations
Unitsymbol bbl{UK petroleum}/hr
Qudtreference http://qudt.org/vocab/unit/BBL_US_PET-PER-HR
Ucumcode [bbl_us].h-1
Ucumcode [bbl_us]/h
Preflabel Bbl_Us_Pet_Per_Hr
Altlabel Barrel (US Petroleum) Per Hour
Elucidation unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.4163e-05
Subclass Of hasSIConversionOffset value 0.0

Bbl_Us_Pet_Per_Sec

Iri https://w3id.org/emmo#Bbl_Us_Pet_Per_Sec
Annotations
Unitsymbol bbl{UK petroleum}/s
Qudtreference http://qudt.org/vocab/unit/BBL_US_PET-PER-SEC
Ucumcode [bbl_us].s-1
Ucumcode [bbl_us]/s
Preflabel Bbl_Us_Pet_Per_Sec
Altlabel Barrel (US Petroleum) Per Second
Elucidation unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1589873
Subclass Of hasSIConversionOffset value 0.0

BoardFoot

Iri https://w3id.org/emmo#BoardFoot
Annotations
Unitsymbol BDFT
Qudtreference http://qudt.org/vocab/unit/FBM
Ucumcode [bf_i]
Preflabel BoardFoot
Altlabel Board Foot
Elucidation The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.00236
Subclass Of hasSIConversionOffset value 0.0

BoilerHorsepower

Iri https://w3id.org/emmo#BoilerHorsepower
Annotations
Unitsymbol HP{boiler}
Qudtreference http://qudt.org/vocab/unit/HP_Boiler
Preflabel BoilerHorsepower
Altlabel Boiler Horsepower
Elucidation "Boiler Horsepower" is a unit for 'Power' expressed as hp_boiler.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 9809.5
Subclass Of hasSIConversionOffset value 0.0

BreathPerMinute

Iri https://w3id.org/emmo#BreathPerMinute
Annotations
Unitsymbol breath/min
Qudtreference http://qudt.org/vocab/unit/BREATH-PER-MIN
Ucumcode /min{breath}
Ucumcode min-1{breath}
Preflabel BreathPerMinute
Altlabel Breath per Minute
Elucidation A unit of respiratory rate.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit

BtuFoot

Iri https://w3id.org/emmo#BtuFoot
Annotations
Unitsymbol Btu⋅ft
Qudtreference http://qudt.org/vocab/unit/BTU_IT-FT
Ucumcode [Btu_IT].[ft_i]
Preflabel BtuFoot
Altlabel BTU Foot
Elucidation BTU Foot is an Imperial unit for `Thermal Energy Length` expressed as Btu-ft.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ForceAreaUnit
Subclass Of hasSIConversionMultiplier value 321.581
Subclass Of hasSIConversionOffset value 0.0

BtuInch

Iri https://w3id.org/emmo#BtuInch
Annotations
Unitsymbol Btu⋅in
Qudtreference http://qudt.org/vocab/unit/BTU_IT-IN
Ucumcode [Btu_IT].[in_i]
Preflabel BtuInch
Altlabel BTU Inch
Elucidation BTU Inch is an Imperial unit for 'Thermal Energy Length' expressed as Btu-in.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ForceAreaUnit
Subclass Of hasSIConversionMultiplier value 26.79842
Subclass Of hasSIConversionOffset value 0.0

BtuPerDegreeRankine

Iri https://w3id.org/emmo#BtuPerDegreeRankine
Annotations
Unitsymbol Btu{IT}/°R
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-DEG_R
Ucumcode [Btu_IT].[degR]-1
Ucumcode [Btu_IT]/[degR]
Preflabel BtuPerDegreeRankine
Altlabel BTU per Degree Rankine
Elucidation 'BTU per Degree Rankine' is an Imperial unit for 'Heat Capacity' expressed as Btu/degR.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EntropyUnit
Subclass Of hasSIConversionMultiplier value 1899.101
Subclass Of hasSIConversionOffset value 0.0

BtuPerHour

Iri https://w3id.org/emmo#BtuPerHour
Annotations
Unitsymbol Btu{IT}/hr
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-HR
Ucumcode [Btu_IT].h-1
Ucumcode [Btu_IT]/h
Preflabel BtuPerHour
Altlabel BTU per Hour
Elucidation The British thermal unit (BTU or Btu) is a traditional unit of energy equal to about 1 055.05585 joules. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39°F (3.9°C) to 40°F (4.4°C). The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule, though it may be used as a measure of agricultural energy production (BTU/kg).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 0.2930711
Subclass Of hasSIConversionOffset value 0.0

BtuPerHourSquareFoot

Iri https://w3id.org/emmo#BtuPerHourSquareFoot
Annotations
Unitsymbol Btu{IT}/(hr⋅ft²)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2
Ucumcode [Btu_IT].h-1.[ft_i]-2
Ucumcode [Btu_IT]/(h.[ft_i]2)
Preflabel BtuPerHourSquareFoot
Altlabel BTU per Hour Square Foot
Elucidation `BTU per Hour Square Foot` is an Imperial unit for 'Power Per Area' expressed as Btu/(hr-ft²).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerDensityUnit
Subclass Of hasSIConversionMultiplier value 3.154591
Subclass Of hasSIConversionOffset value 0.0

BtuPerPoundDegreeFahrenheit

Iri https://w3id.org/emmo#BtuPerPoundDegreeFahrenheit
Annotations
Unitsymbol Btu{IT}/(lb⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-LB-DEG_F
Ucumcode [Btu_IT].[lb_av]-1.[degF]-1
Ucumcode [Btu_IT]/([lb_av].[degF])
Preflabel BtuPerPoundDegreeFahrenheit
Altlabel BTU per Pound Degree Fahrenheit
Elucidation British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb-degF) has a dimension of L2T⁻²Q⁻¹ where L is length, T is time, and Q is temperature. It can be converted to the corresponding standard SI unit J/kg-K by multiplying its value by a factor of 4183.99895.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of EntropyPerMassUnit

BtuPerPoundDegreeRankine

Iri https://w3id.org/emmo#BtuPerPoundDegreeRankine
Annotations
Unitsymbol Btu{IT}/(lb⋅°R)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-LB-DEG_R
Ucumcode [Btu_IT].[lb_av]-1.[degR]-1
Ucumcode [Btu_IT]/([lb_av].[degR])
Preflabel BtuPerPoundDegreeRankine
Altlabel BTU per Pound Degree Rankine
Elucidation 'BTU per Pound Degree Rankine' is a unit for 'Specific Heat Capacity' expressed as Btu/(lb-degR).

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of EntropyPerMassUnit

BtuPerPoundMole

Iri https://w3id.org/emmo#BtuPerPoundMole
Annotations
Unitsymbol Btu{IT}/(lb⋅mol)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-LB-MOL
Ucumcode [Btu_IT].[lb_av]-1.mol-1
Ucumcode [Btu_IT]/([lb_av].mol)
Preflabel BtuPerPoundMole
Altlabel BTU per Pound Mole
Elucidation 'BTU per Pound Mole' is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as Btu/(lb-mol).

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of AbsorbedDoseUnit

BtuPerPoundMoleDegreeFahrenheit

Iri https://w3id.org/emmo#BtuPerPoundMoleDegreeFahrenheit
Annotations
Unitsymbol Btu{IT}/(lb⋅mol⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-MOL-DEG_F
Ucumcode [Btu_IT].mol-1.[degF]-1
Ucumcode [Btu_IT]/(mol.[degF])
Preflabel BtuPerPoundMoleDegreeFahrenheit
Altlabel BTU per Pound Mole Degree Fahrenheit
Elucidation 'BTU per Pound Mole Degree Fahrenheit' is an Imperial unit for 'Molar Heat Capacity' expressed as Btu/(lb-mol-degF).

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of EntropyPerAmountUnit

BtuPerSecond

Iri https://w3id.org/emmo#BtuPerSecond
Annotations
Unitsymbol Btu{IT}/s
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-SEC
Ucumcode [Btu_IT].s-1
Ucumcode [Btu_IT]/s
Preflabel BtuPerSecond
Altlabel BTU per Second
Elucidation 'BTU per Second' is an Imperial unit for 'Heat Flow Rate' expressed as Btu/s.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 1055.056
Subclass Of hasSIConversionOffset value 0.0

BtuPerSecondSquareFoot

Iri https://w3id.org/emmo#BtuPerSecondSquareFoot
Annotations
Unitsymbol Btu{IT}/(s⋅ft²)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2
Ucumcode [Btu_IT].s-1.[ft_i]-2
Ucumcode [Btu_IT]/(s.[ft_i]2)
Preflabel BtuPerSecondSquareFoot
Altlabel BTU per Second Square Foot
Elucidation `BTU per Second Square Foot` is an Imperial unit for 'Power Per Area' expressed as Btu/(s· ft²).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerDensityUnit
Subclass Of hasSIConversionMultiplier value 11356.53
Subclass Of hasSIConversionOffset value 0.0

BtuPerSquareFoot

Iri https://w3id.org/emmo#BtuPerSquareFoot
Annotations
Unitsymbol Btu{IT}/ft²
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-FT2
Ucumcode [Btu_IT].[ft_i]-2
Ucumcode [Btu_IT]/[ft_i]2
Preflabel BtuPerSquareFoot
Altlabel BTU per Square Foot
Elucidation `BTU per Square Foot` is an Imperial unit for 'Energy Per Area' expressed as Btu/ft².

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasSIConversionMultiplier value 11356.53
Subclass Of hasSIConversionOffset value 0.0

BtuPerSquareFootHourDegreeFahrenheit

Iri https://w3id.org/emmo#BtuPerSquareFootHourDegreeFahrenheit
Annotations
Unitsymbol Btu{IT}/(hr⋅ft²⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR-DEG_F
Ucumcode [Btu_IT].[ft_i]-2.h-1.[degF]-1
Ucumcode [Btu_IT]/([ft_i]2.h.[degF])
Preflabel BtuPerSquareFootHourDegreeFahrenheit
Altlabel BTU per Square Foot Hour Degree Fahrenheit
Elucidation 'BTU per Square Foot Hour Degree Fahrenheit' is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as Btu/(hr-ft²-degF).

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of ThermalTransmittanceUnit

BtuPerSquareFootSecondDegreeFahrenheit

Iri https://w3id.org/emmo#BtuPerSquareFootSecondDegreeFahrenheit
Annotations
Unitsymbol Btu{IT}/(ft²⋅s⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC-DEG_F
Ucumcode [Btu_IT].[ft_i]-2.s-1.[degF]-1
Ucumcode [Btu_IT]/([ft_i]2.s.[degF])
Preflabel BtuPerSquareFootSecondDegreeFahrenheit
Altlabel BTU per Square Foot Second Degree Fahrenheit
Elucidation 'BTU per Square Foot Second Degree Fahrenheit' is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as Btu/(ft²-s-degF).

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of ThermalTransmittanceUnit

Btu_It

Iri https://w3id.org/emmo#Btu_It
Annotations
Unitsymbol Btu{IT}
Qudtreference http://qudt.org/vocab/unit/BTU_IT
Ucumcode [Btu_IT]
Preflabel Btu_It
Altlabel British Thermal Unit (International Definition)
Elucidation `British Thermal Unit` (BTU or Btu) is a traditional unit of energy equal to about 1.0550558526 ` kilojoule`. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39°F to 40°F. The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule, though it may be used as a measure of agricultural energy production (BTU/kg). It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/British_thermal_unit
Formal description
Subclass Of NonSIUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1055.056
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Ft_Per_Ft2_Hr_Deg_F

Iri https://w3id.org/emmo#Btu_It_Ft_Per_Ft2_Hr_Deg_F
Annotations
Unitsymbol Btu{IT}⋅ft/(ft²⋅hr⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-FT-PER-FT2-HR-DEG_F
Ucumcode [Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1
Ucumcode [Btu_IT].[ft_i]/([ft_i]2.h.[degF])
Preflabel Btu_It_Ft_Per_Ft2_Hr_Deg_F
Altlabel BTU (IT) Foot per Square Foot Hour Degree Fahrenheit
Elucidation British thermal unit (international table) foot per hour Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Thermal_conductivity
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of hasSIConversionMultiplier value 1.730735
Subclass Of hasSIConversionOffset value 0.0

Btu_It_In_Per_Ft2_Hr_Deg_F

Iri https://w3id.org/emmo#Btu_It_In_Per_Ft2_Hr_Deg_F
Annotations
Unitsymbol Btu{IT}⋅in/(ft²⋅hr⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-HR-DEG_F
Ucumcode [Btu_IT].[in_i].[ft_i]-2.h-1.[degF]-1
Ucumcode [Btu_IT].[in_i]/([ft_i]2.h.[degF])
Preflabel Btu_It_In_Per_Ft2_Hr_Deg_F
Altlabel British Thermal Unit (international Table) Inch Per Hour Square Foot Degree Fahrenheit
Elucidation BTU (th) Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity', an International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units.

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of hasSIConversionMultiplier value 0.1442279
Subclass Of hasSIConversionOffset value 0.0

Btu_It_In_Per_Ft2_Sec_Deg_F

Iri https://w3id.org/emmo#Btu_It_In_Per_Ft2_Sec_Deg_F
Annotations
Unitsymbol Btu{IT}⋅in/(ft²⋅s⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-SEC-DEG_F
Ucumcode [Btu_IT].[in_i].[ft_i]-2.s-1.[degF]-1
Ucumcode [Btu_IT].[in_i]/([ft_i]2.s.[degF])
Preflabel Btu_It_In_Per_Ft2_Sec_Deg_F
Altlabel BTU (IT) Inch per Square Foot Second Degree Fahrenheit
Elucidation British thermal unit (international table) inch per second Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units.

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of hasSIConversionMultiplier value 519.2204
Subclass Of hasSIConversionOffset value 0.0

Btu_It_In_Per_Hr_Ft2_Deg_F

Iri https://w3id.org/emmo#Btu_It_In_Per_Hr_Ft2_Deg_F
Annotations
Unitsymbol Btu{IT}⋅in/(hr⋅ft²⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-IN-PER-HR-FT2-DEG_F
Ucumcode [Btu_IT].[in_i].h-1.[ft_i]-2.[degF]-1
Ucumcode [Btu_IT].[in_i]/(h.[ft_i]2.[degF])
Preflabel Btu_It_In_Per_Hr_Ft2_Deg_F
Altlabel British Thermal Unit (international Table) Inch Per Hour Square Foot degree Fahrenheit
Elucidation unit of the thermal conductivity according to the Imperial system of units

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1442279
Subclass Of hasSIConversionOffset value 0.0

Btu_It_In_Per_Sec_Ft2_Deg_F

Iri https://w3id.org/emmo#Btu_It_In_Per_Sec_Ft2_Deg_F
Annotations
Unitsymbol Btu{IT}⋅in/(s⋅ft²⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-IN-PER-SEC-FT2-DEG_F
Ucumcode [Btu_IT].[in_i].s-1.[ft_i]-2.[degF]-1
Ucumcode [Btu_IT].[in_i]/(s.[ft_i]2.[degF])
Preflabel Btu_It_In_Per_Sec_Ft2_Deg_F
Altlabel British Thermal Unit (international Table) Inch Per Second Square Foot degree Fahrenheit
Elucidation unit of the thermal conductivity according to the Imperial system of units

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 519.2204
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Per_Deg_F

Iri https://w3id.org/emmo#Btu_It_Per_Deg_F
Annotations
Unitsymbol Btu{IT}/°F
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-DEG_F
Ucumcode [Btu_IT].[degF]-1
Ucumcode [Btu_IT]/[degF]
Preflabel Btu_It_Per_Deg_F
Altlabel BTU (IT) per Degree Fahrenheit
Elucidation British Thermal Unit (IT) Per Fahrenheit Degree (Btu (IT)/°F) is a measure of heat capacity. It can be converted to the corresponding standard SI unit J/K by multiplying its value by a factor of 1899.10534.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EntropyUnit
Subclass Of hasSIConversionMultiplier value 1899.101
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Per_Ft3

Iri https://w3id.org/emmo#Btu_It_Per_Ft3
Annotations
Unitsymbol Btu{IT}/ft³
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-FT3
Ucumcode [Btu_IT].[ft_i]-3
Ucumcode [Btu_IT]/[ft_i]3
Preflabel Btu_It_Per_Ft3
Altlabel British Thermal Unit (IT) Per Cubic Foot
Elucidation `British Thermal Unit (IT) Per Cubic Foot` (Btu (IT)/ft³) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of ML⁻¹T⁻² where M is mass, L is length, and T is time. It can be converted to the corresponding standard SI unit J/m³ by multiplying its value by a factor of 37258.94579.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 37258.95
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Per_Hr_Ft2_Deg_R

Iri https://w3id.org/emmo#Btu_It_Per_Hr_Ft2_Deg_R
Annotations
Unitsymbol Btu{IT}/(hr⋅ft²⋅°R)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_R
Ucumcode [Btu_IT].h-1.[ft_i]-2.[degR]-1
Ucumcode [Btu_IT]/(h.[ft_i]2.[degR])
Preflabel Btu_It_Per_Hr_Ft2_Deg_R
Altlabel British Thermal Unit (international Table) Per Hour Square Foot degree Rankine
Elucidation unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ThermalTransmittanceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.555556
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Per_Lb

Iri https://w3id.org/emmo#Btu_It_Per_Lb
Annotations
Unitsymbol Btu{IT}/lb
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-LB
Ucumcode [Btu_IT].[lb_av]-1
Ucumcode [Btu_IT]/[lb_av]
Preflabel Btu_It_Per_Lb
Altlabel BTU-IT-PER-lb
Elucidation The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 Btu_{IT}/lb is equivalent to 2.326 × 10³ joule per kilogram (J/kg).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AbsorbedDoseUnit
Subclass Of hasSIConversionMultiplier value 2326.0
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Per_Lb_F

Iri https://w3id.org/emmo#Btu_It_Per_Lb_F
Annotations
Unitsymbol Btu{IT}/lbf
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-LB_F
Ucumcode [Btu_IT].[lbf_av]-1
Ucumcode [Btu_IT]/[lbf_av]
Preflabel Btu_It_Per_Lb_F
Altlabel British Thermal Unit (international Table) Per Pound of Force
Elucidation unit of the heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 237.186
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Per_Lb_F_Deg_F

Iri https://w3id.org/emmo#Btu_It_Per_Lb_F_Deg_F
Annotations
Unitsymbol Btu{IT}/(lbf⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_F
Ucumcode [Btu_IT].[lbf_av]-1.[degF]-1
Ucumcode [Btu_IT]/([lbf_av].[degF])
Preflabel Btu_It_Per_Lb_F_Deg_F
Altlabel British Thermal Unit (international Table) Per Pound Degree Fahrenheit
Elucidation unit of the heat energy according to the Imperial system of units divided by the product of the units avoirdupois pound according to the avoirdupois system of units and degree Fahrenheit

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EntropyPerMassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4186.8
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Per_Lb_F_Deg_R

Iri https://w3id.org/emmo#Btu_It_Per_Lb_F_Deg_R
Annotations
Unitsymbol Btu{IT}/(lbf⋅°R)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_R
Ucumcode [Btu_IT].[lbf_av]-1.[degR]-1
Ucumcode [Btu_IT]/([lbf_av].[degR])
Preflabel Btu_It_Per_Lb_F_Deg_R
Altlabel British Thermal Unit (international Table) Per Pound Degree Rankine
Elucidation unit of the heat capacity as British thermal unit according to the international table related to degree Rankine according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EntropyPerMassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 426.9
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Per_Min

Iri https://w3id.org/emmo#Btu_It_Per_Min
Annotations
Unitsymbol Btu{IT}/min
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-MIN
Ucumcode [Btu_IT].min-1
Ucumcode [Btu_IT]/min
Preflabel Btu_It_Per_Min
Altlabel British Thermal Unit (international Table) Per Minute
Elucidation unit of the heat energy according to the Imperial system of units divided by the unit minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 17.58
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Per_Sec_Ft2_Deg_R

Iri https://w3id.org/emmo#Btu_It_Per_Sec_Ft2_Deg_R
Annotations
Unitsymbol Btu{IT}/(s⋅ft²⋅°R)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2-DEG_R
Ucumcode [Btu_IT].s-1.[ft_i]-2.[degR]-1
Ucumcode [Btu_IT]/(s.[ft_i]2.[degR])
Preflabel Btu_It_Per_Sec_Ft2_Deg_R
Altlabel British Thermal Unit (international Table) Per Second Square Foot degree Rankine
Elucidation unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ThermalTransmittanceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 14.89
Subclass Of hasSIConversionOffset value 0.0

Btu_It_Per_Sec_Ft_Deg_R

Iri https://w3id.org/emmo#Btu_It_Per_Sec_Ft_Deg_R
Annotations
Unitsymbol Btu{IT}/(s⋅ft⋅°R)
Qudtreference http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT-DEG_R
Ucumcode [Btu_IT].s-1.[ft_i]-1.[degR]-1
Ucumcode [Btu_IT]/(s.[ft_i].[degR])
Preflabel Btu_It_Per_Sec_Ft_Deg_R
Altlabel British Thermal Unit (international Table) Per Second Foot Degree Rankine
Elucidation unit of the thermal conductivity according to the Imperial system of units

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 178.66
Subclass Of hasSIConversionOffset value 0.0

Btu_Mean

Iri https://w3id.org/emmo#Btu_Mean
Annotations
Unitsymbol BTU{mean}
Qudtreference http://qudt.org/vocab/unit/BTU_MEAN
Ucumcode [Btu_m]
Preflabel Btu_Mean
Altlabel British Thermal Unit (mean)
Elucidation unit of the heat energy according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1055.056
Subclass Of hasSIConversionOffset value 0.0

Btu_Th

Iri https://w3id.org/emmo#Btu_Th
Annotations
Unitsymbol Btu{th}
Qudtreference http://qudt.org/vocab/unit/BTU_TH
Ucumcode [Btu_th]
Preflabel Btu_Th
Altlabel British Thermal Unit (Thermochemical Definition)
Elucidation 'BTU_th' is a British Thermal Unit (thermochemical definition), is a traditional unit of energy equal to about 1.0543502645 kilojoule. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39°F (39°C) to 40°F (4.4°). The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/British_thermal_unit
Formal description
Subclass Of NonSIUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1054.35
Subclass Of hasSIConversionOffset value 0.0

Btu_Th_Ft_Per_Ft2_Hr_Deg_F

Iri https://w3id.org/emmo#Btu_Th_Ft_Per_Ft2_Hr_Deg_F
Annotations
Unitsymbol Btu{th}⋅ft/(ft²⋅hr⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_TH-FT-PER-FT2-HR-DEG_F
Ucumcode [Btu_IT].[ft_i]-2.h-1.[degF]-1
Ucumcode [Btu_IT]/([ft_i]2.h.[degF])
Preflabel Btu_Th_Ft_Per_Ft2_Hr_Deg_F
Altlabel BTU (TH) Foot per Square Foot Hour Degree Fahrenheit
Elucidation 'BTU_TH Foot per Square Foot Hour Degree Fahrenheit' is an Imperial unit for 'Thermal Conductivity' expressed as Btu_{th} · ft/(hr · ft² · degF).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Thermal_conductivity
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of hasSIConversionMultiplier value 1.729577
Subclass Of hasSIConversionOffset value 0.0

Btu_Th_Ft_Per_Hr_Ft2_Deg_F

Iri https://w3id.org/emmo#Btu_Th_Ft_Per_Hr_Ft2_Deg_F
Annotations
Unitsymbol Btu{th}⋅ft/(hr⋅ft²⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_TH-FT-PER-HR-FT2-DEG_F
Ucumcode [Btu_th].[ft_i].h-1.[ft_i]-2.[degF]-1
Ucumcode [Btu_th].[ft_i]/(h.[ft_i]2.[degF])
Preflabel Btu_Th_Ft_Per_Hr_Ft2_Deg_F
Altlabel British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit
Elucidation unit of the thermal conductivity according to the Imperial system of units

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.73
Subclass Of hasSIConversionOffset value 0.0

Btu_Th_In_Per_Ft2_Hr_Deg_F

Iri https://w3id.org/emmo#Btu_Th_In_Per_Ft2_Hr_Deg_F
Annotations
Unitsymbol Btu{th}⋅in/(ft²⋅hr⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-HR-DEG_F
Ucumcode [Btu_th].[in_i].[ft_i]-2.h-1.[degF]-1
Ucumcode [Btu_th].[in_i]/([ft_i]2.h.[degF])
Preflabel Btu_Th_In_Per_Ft2_Hr_Deg_F
Altlabel BTU (TH) Inch per Square Foot Hour Degree Fahrenheit
Elucidation Unit of thermal conductivity according to the Imperial system of units

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of hasSIConversionMultiplier value 0.1441314
Subclass Of hasSIConversionOffset value 0.0

Btu_Th_In_Per_Ft2_Sec_Deg_F

Iri https://w3id.org/emmo#Btu_Th_In_Per_Ft2_Sec_Deg_F
Annotations
Unitsymbol Btu{th}⋅in/(ft²⋅s⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-SEC-DEG_F
Ucumcode [Btu_th].[in_i].[ft_i]-2.s-1.[degF]-1
Ucumcode [Btu_th].[in_i]/([ft_i]2.s.[degF])
Preflabel Btu_Th_In_Per_Ft2_Sec_Deg_F
Altlabel BTU (TH) Inch per Square Foot Second Degree Fahrenheit
Elucidation Unit of thermal conductivity according to the Imperial system of units

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of hasSIConversionMultiplier value 518.8732
Subclass Of hasSIConversionOffset value 0.0

Btu_Th_Per_Ft3

Iri https://w3id.org/emmo#Btu_Th_Per_Ft3
Annotations
Unitsymbol Btu{th}/ft³
Qudtreference http://qudt.org/vocab/unit/BTU_TH-PER-FT3
Ucumcode [Btu_th].[ft_i]-3
Ucumcode [Btu_th]/[ft_i]3
Preflabel Btu_Th_Per_Ft3
Altlabel British Thermal Unit (TH) Per Cubic Foot
Elucidation British Thermal Unit (TH) Per Cubic Foot (Btu (TH)/ft³) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of ML⁻¹T⁻² where M is mass, L is length, and T is time. It can be converted to the corresponding standard SI unit J/m³ by multiplying its value by a factor of 37234.03.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 37234.03
Subclass Of hasSIConversionOffset value 0.0

Btu_Th_Per_Hr

Iri https://w3id.org/emmo#Btu_Th_Per_Hr
Annotations
Unitsymbol Btu{th}/hr
Qudtreference http://qudt.org/vocab/unit/BTU_TH-PER-HR
Ucumcode [Btu_th].h-1
Ucumcode [Btu_th]/h
Preflabel Btu_Th_Per_Hr
Altlabel British Thermal Unit (thermochemical) Per Hour
Elucidation unit of the heat energy according to the Imperial system of units divided by the unit hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 0.2929
Subclass Of hasSIConversionOffset value 0.0

Btu_Th_Per_Lb

Iri https://w3id.org/emmo#Btu_Th_Per_Lb
Annotations
Unitsymbol btu{th}/lb
Qudtreference http://qudt.org/vocab/unit/BTU_TH-PER-LB
Ucumcode [Btu_th].[lb_av]-1
Ucumcode [Btu_th]/[lb_av]
Preflabel Btu_Th_Per_Lb
Altlabel British Thermal Unit (TH) Per Pound
Elucidation 'Btu_th / lbm', British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of Thermal heat capacity. It is also known as Btu per pound, Btu/pound, Btu/lb. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Mass (Btu (therm.)/lbm) has a dimension of L²T⁻² where L is length, and T is time. It can be converted to the corresponding standard SI unit J/kg by multiplying its value by a factor of 2324.443861.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AbsorbedDoseUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2324.444
Subclass Of hasSIConversionOffset value 0.0

Btu_Th_Per_Lb_Deg_F

Iri https://w3id.org/emmo#Btu_Th_Per_Lb_Deg_F
Annotations
Unitsymbol Btu{th}/(lb⋅°F)
Qudtreference http://qudt.org/vocab/unit/BTU_TH-PER-LB-DEG_F
Ucumcode [Btu_th].[lb_av]-1.[degF]-1
Ucumcode [Btu_th]/([lb_av].[degF])
Preflabel Btu_Th_Per_Lb_Deg_F
Altlabel British Thermal Unit (thermochemical) Per Pound Degree Fahrenheit
Elucidation unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EntropyPerMassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 426.654
Subclass Of hasSIConversionOffset value 0.0

Btu_Th_Per_Min

Iri https://w3id.org/emmo#Btu_Th_Per_Min
Annotations
Unitsymbol Btu{th}/min
Qudtreference http://qudt.org/vocab/unit/BTU_TH-PER-MIN
Ucumcode [Btu_th].min-1
Ucumcode [Btu_th]/min
Preflabel Btu_Th_Per_Min
Altlabel British Thermal Unit (thermochemical) Per Minute
Elucidation unit of the heat energy according to the Imperial system of units divided by the unit minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 17.573
Subclass Of hasSIConversionOffset value 0.0

Btu_Th_Per_Sec

Iri https://w3id.org/emmo#Btu_Th_Per_Sec
Annotations
Unitsymbol Btu{th}/s
Qudtreference http://qudt.org/vocab/unit/BTU_TH-PER-SEC
Ucumcode [Btu_th].s-1
Ucumcode [Btu_th]/s
Preflabel Btu_Th_Per_Sec
Altlabel British Thermal Unit (thermochemical) Per Second
Elucidation unit of the heat energy according to the Imperial system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1054.35
Subclass Of hasSIConversionOffset value 0.0

Bu_Uk

Iri https://w3id.org/emmo#Bu_Uk
Annotations
Unitsymbol bsh{UK}
Qudtreference http://qudt.org/vocab/unit/BU_UK
Ucumcode [bu_br]
Preflabel Bu_Uk
Altlabel bushel (UK)
Elucidation A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Bushel?oldid=476704875
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.03636872
Subclass Of hasSIConversionOffset value 0.0

Bu_Uk_Per_Day

Iri https://w3id.org/emmo#Bu_Uk_Per_Day
Annotations
Unitsymbol bsh{UK}/day
Qudtreference http://qudt.org/vocab/unit/BU_UK-PER-DAY
Ucumcode [bu_br].d-1
Ucumcode [bu_br]/d
Preflabel Bu_Uk_Per_Day
Altlabel Bushel (UK) Per Day
Elucidation unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.209343e-07
Subclass Of hasSIConversionOffset value 0.0

Bu_Uk_Per_Hr

Iri https://w3id.org/emmo#Bu_Uk_Per_Hr
Annotations
Unitsymbol bsh{UK}/hr
Qudtreference http://qudt.org/vocab/unit/BU_UK-PER-HR
Preflabel Bu_Uk_Per_Hr
Altlabel Bushel (UK) Per Hour
Elucidation unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.010242e-05
Subclass Of hasSIConversionOffset value 0.0

Bu_Uk_Per_Min

Iri https://w3id.org/emmo#Bu_Uk_Per_Min
Annotations
Unitsymbol bsh{UK}/min
Qudtreference http://qudt.org/vocab/unit/BU_UK-PER-MIN
Ucumcode [bu_br].min-1
Ucumcode [bu_br]/min
Preflabel Bu_Uk_Per_Min
Altlabel Bushel (UK) Per Minute
Elucidation unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0006061453
Subclass Of hasSIConversionOffset value 0.0

Bu_Uk_Per_Sec

Iri https://w3id.org/emmo#Bu_Uk_Per_Sec
Annotations
Unitsymbol bsh{UK}/s
Qudtreference http://qudt.org/vocab/unit/BU_UK-PER-SEC
Ucumcode [bu_br].s-1
Ucumcode [bu_br]/s
Preflabel Bu_Uk_Per_Sec
Altlabel Bushel (UK) Per Second
Elucidation unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.03636872
Subclass Of hasSIConversionOffset value 0.0

Bu_Us

Iri https://w3id.org/emmo#Bu_Us
Annotations
Unitsymbol bsh{US}
Qudtreference http://qudt.org/vocab/unit/BU_US
Ucumcode [bu_us]
Preflabel Bu_Us
Altlabel bushel (US)
Elucidation A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Bushel?oldid=476704875
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.03523907
Subclass Of hasSIConversionOffset value 0.0

Bu_Us_Dry_Per_Day

Iri https://w3id.org/emmo#Bu_Us_Dry_Per_Day
Annotations
Unitsymbol bsh{US}/day
Qudtreference http://qudt.org/vocab/unit/BU_US_DRY-PER-DAY
Ucumcode [bu_us].d-1
Ucumcode [bu_us]/d
Preflabel Bu_Us_Dry_Per_Day
Altlabel Bushel (US Dry) Per Day
Elucidation unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.0786e-07
Subclass Of hasSIConversionOffset value 0.0

Bu_Us_Dry_Per_Hr

Iri https://w3id.org/emmo#Bu_Us_Dry_Per_Hr
Annotations
Unitsymbol bsh{US}/hr
Qudtreference http://qudt.org/vocab/unit/BU_US_DRY-PER-HR
Ucumcode [bu_us].h-1
Ucumcode [bu_us]/h
Preflabel Bu_Us_Dry_Per_Hr
Altlabel Bushel (US Dry) Per Hour
Elucidation unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 9.789e-06
Subclass Of hasSIConversionOffset value 0.0

Bu_Us_Dry_Per_Min

Iri https://w3id.org/emmo#Bu_Us_Dry_Per_Min
Annotations
Unitsymbol bsh{US}/min
Qudtreference http://qudt.org/vocab/unit/BU_US_DRY-PER-MIN
Ucumcode [bu_us].min-1
Ucumcode [bu_us]/min
Preflabel Bu_Us_Dry_Per_Min
Altlabel Bushel (US Dry) Per Minute
Elucidation unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.00058732
Subclass Of hasSIConversionOffset value 0.0

Bu_Us_Dry_Per_Sec

Iri https://w3id.org/emmo#Bu_Us_Dry_Per_Sec
Annotations
Unitsymbol bsh{US}/s
Qudtreference http://qudt.org/vocab/unit/BU_US_DRY-PER-SEC
Ucumcode [bu_us].s-1
Ucumcode [bu_us]/s
Preflabel Bu_Us_Dry_Per_Sec
Altlabel Bushel (US Dry) Per Second
Elucidation unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.03523907
Subclass Of hasSIConversionOffset value 0.0

Byte

Iri https://w3id.org/emmo#Byte
Annotations
Unitsymbol B
Qudtreference http://qudt.org/vocab/unit/BYTE
Unitcode AD
Ucumcode By
Preflabel Byte
Elucidation The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Byte?oldid=493588918
Dbpediareference http://dbpedia.org/resource/Byte
Formal description
Subclass Of CountingUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0
Subclass Of unitSymbolValue value 'B'

Cal_15_Deg_C

Iri https://w3id.org/emmo#Cal_15_Deg_C
Annotations
Unitsymbol cal{15 °C}
Qudtreference http://qudt.org/vocab/unit/CAL_15_DEG_C
Ucumcode cal_[15]
Preflabel Cal_15_Deg_C
Altlabel Calorie (15 Degrees C)
Elucidation unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.1855
Subclass Of hasSIConversionOffset value 0.0

Cal_It_Per_Gm

Iri https://w3id.org/emmo#Cal_It_Per_Gm
Annotations
Unitsymbol cal{IT}/g
Qudtreference http://qudt.org/vocab/unit/CAL_IT-PER-GM
Ucumcode cal_IT.g-1
Ucumcode cal_IT/g
Preflabel Cal_It_Per_Gm
Altlabel Calorie (international Table) Per Gram
Elucidation unit calorie according to the international steam table divided by the 0.001-fold of the SI base unit kilogram

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AbsorbedDoseUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4186.8
Subclass Of hasSIConversionOffset value 0.0

Cal_It_Per_Gm_Deg_C

Iri https://w3id.org/emmo#Cal_It_Per_Gm_Deg_C
Annotations
Unitsymbol cal{IT}/(g⋅°C)
Qudtreference http://qudt.org/vocab/unit/CAL_IT-PER-GM-DEG_C
Ucumcode cal_IT.g-1.Cel-1
Ucumcode cal_IT/(g.Cel)
Preflabel Cal_It_Per_Gm_Deg_C
Altlabel Calorie (international Table) Per Gram Degree Celsius
Elucidation unit calorieIT divided by the products of the units gram and degree Celsius

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EntropyPerMassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4186.8
Subclass Of hasSIConversionOffset value 0.0

Cal_It_Per_Gm_K

Iri https://w3id.org/emmo#Cal_It_Per_Gm_K
Annotations
Unitsymbol cal{IT}/(g⋅K)
Qudtreference http://qudt.org/vocab/unit/CAL_IT-PER-GM-K
Ucumcode cal_IT.g-1.K-1
Ucumcode cal_IT/(g.K)
Preflabel Cal_It_Per_Gm_K
Altlabel Calorie (international Table) Per Gram Kelvin
Elucidation unit calorieIT divided by the product of the SI base unit gram and Kelvin

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EntropyPerMassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4186.8
Subclass Of hasSIConversionOffset value 0.0

Cal_It_Per_Sec_CentiM2_K

Iri https://w3id.org/emmo#Cal_It_Per_Sec_CentiM2_K
Annotations
Unitsymbol cal{IT}/(s⋅cm²⋅K)
Qudtreference http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM2-K
Ucumcode cal_IT.s-1.cm-2.K-1
Ucumcode cal_IT/(s.cm2.K)
Preflabel Cal_It_Per_Sec_CentiM2_K
Altlabel Calorie (international Table) Per Second Square Centimetre kelvin
Elucidation unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ThermalTransmittanceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 41868.0
Subclass Of hasSIConversionOffset value 0.0

Cal_It_Per_Sec_CentiM_K

Iri https://w3id.org/emmo#Cal_It_Per_Sec_CentiM_K
Annotations
Unitsymbol cal{IT}/(s⋅cm⋅K)
Qudtreference http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM-K
Ucumcode cal_IT.s-1.cm-1.K-1
Ucumcode cal_IT/(s.cm.K)
Preflabel Cal_It_Per_Sec_CentiM_K
Altlabel Calorie (international Table) Per Second Centimetre Kelvin
Elucidation unit of the thermal conductivity according to the Imperial system of units

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 418.68
Subclass Of hasSIConversionOffset value 0.0

Cal_Mean

Iri https://w3id.org/emmo#Cal_Mean
Annotations
Unitsymbol cal{mean}
Qudtreference http://qudt.org/vocab/unit/CAL_MEAN
Ucumcode cal_m
Preflabel Cal_Mean
Altlabel Calorie (mean)
Elucidation unit used particularly for calorific values of foods

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.19
Subclass Of hasSIConversionOffset value 0.0

Cal_Th_Per_CentiM_Sec_Deg_C

Iri https://w3id.org/emmo#Cal_Th_Per_CentiM_Sec_Deg_C
Annotations
Unitsymbol cal{th}/(cm⋅s⋅°C)
Qudtreference http://qudt.org/vocab/unit/CAL_TH-PER-CentiM-SEC-DEG_C
Ucumcode cal_th.cm-1.s-1.Cel-1
Ucumcode cal_th/(cm.s.Cel)
Preflabel Cal_Th_Per_CentiM_Sec_Deg_C
Altlabel Calorie (thermochemical) Per Centimetre Second Degree Celsius
Elucidation unit of the thermal conductivity according to the Imperial system of units

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 418.4
Subclass Of hasSIConversionOffset value 0.0

Cal_Th_Per_Gm

Iri https://w3id.org/emmo#Cal_Th_Per_Gm
Annotations
Unitsymbol cal{th}/g
Qudtreference http://qudt.org/vocab/unit/CAL_TH-PER-GM
Ucumcode cal_th.g-1
Ucumcode cal_th/g
Preflabel Cal_Th_Per_Gm
Altlabel Calorie (thermochemical) Per Gram
Elucidation unit thermochemical calorie divided by the 0.001-fold of the SI base unit kilogram

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AbsorbedDoseUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4184.0
Subclass Of hasSIConversionOffset value 0.0

Cal_Th_Per_Gm_Deg_C

Iri https://w3id.org/emmo#Cal_Th_Per_Gm_Deg_C
Annotations
Unitsymbol cal{th}/(g⋅°C)
Qudtreference http://qudt.org/vocab/unit/CAL_TH-PER-GM-DEG_C
Ucumcode cal_th.g-1.Cel-1
Ucumcode cal_th/(g.Cel)
Preflabel Cal_Th_Per_Gm_Deg_C
Altlabel Calorie (thermochemical) Per Gram Degree Celsius
Elucidation unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EntropyPerMassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4184.0
Subclass Of hasSIConversionOffset value 0.0

Cal_Th_Per_Gm_K

Iri https://w3id.org/emmo#Cal_Th_Per_Gm_K
Annotations
Unitsymbol cal{th}/(g⋅K)
Qudtreference http://qudt.org/vocab/unit/CAL_TH-PER-GM-K
Ucumcode cal_th.g-1.K-1
Ucumcode cal_th/(g.K)
Preflabel Cal_Th_Per_Gm_K
Altlabel Calorie (thermochemical) Per Gram Kelvin
Elucidation unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EntropyPerMassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4184.0
Subclass Of hasSIConversionOffset value 0.0

Cal_Th_Per_Min

Iri https://w3id.org/emmo#Cal_Th_Per_Min
Annotations
Unitsymbol cal{th}/min
Qudtreference http://qudt.org/vocab/unit/CAL_TH-PER-MIN
Ucumcode cal_th.min-1
Ucumcode cal_th/min
Preflabel Cal_Th_Per_Min
Altlabel Calorie (thermochemical) Per Minute
Elucidation unit calorie divided by the unit minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.06973
Subclass Of hasSIConversionOffset value 0.0

Cal_Th_Per_Sec

Iri https://w3id.org/emmo#Cal_Th_Per_Sec
Annotations
Unitsymbol cal{th}/s
Qudtreference http://qudt.org/vocab/unit/CAL_TH-PER-SEC
Ucumcode cal_th.s-1
Ucumcode cal_th/s
Preflabel Cal_Th_Per_Sec
Altlabel Calorie (thermochemical) Per Second
Elucidation unit calorie divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.184
Subclass Of hasSIConversionOffset value 0.0

Cal_Th_Per_Sec_CentiM2_K

Iri https://w3id.org/emmo#Cal_Th_Per_Sec_CentiM2_K
Annotations
Unitsymbol cal{th}/(s⋅cm²⋅K)
Qudtreference http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM2-K
Ucumcode cal_th.s-1.cm-2.K-1
Ucumcode cal_th/(s.cm2.K)
Preflabel Cal_Th_Per_Sec_CentiM2_K
Altlabel Calorie (thermochemical) Per Second Square Centimetre kelvin
Elucidation unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ThermalTransmittanceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 41840.0
Subclass Of hasSIConversionOffset value 0.0

Cal_Th_Per_Sec_CentiM_K

Iri https://w3id.org/emmo#Cal_Th_Per_Sec_CentiM_K
Annotations
Unitsymbol cal{th}/(s⋅cm⋅K)
Qudtreference http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM-K
Ucumcode cal_th.s-1.cm-1.K-1
Ucumcode cal_th/(s.cm.K)
Preflabel Cal_Th_Per_Sec_CentiM_K
Altlabel Calorie (thermochemical) Per Second Centimetre Kelvin
Elucidation unit of the thermal conductivity according to the Imperial system of units

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 418.4
Subclass Of hasSIConversionOffset value 0.0

CasesPer1000IndividualsPerYear

Iri https://w3id.org/emmo#CasesPer1000IndividualsPerYear
Annotations
Unitsymbol Cases/1000 individuals/year
Qudtreference http://qudt.org/vocab/unit/CASES-PER-KiloINDIV-YR
Preflabel CasesPer1000IndividualsPerYear
Altlabel Cases per 1000 individuals per year
Elucidation The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Incidence_(epidemiology)
Formal description
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

CentiMetreOfMercury

Iri https://w3id.org/emmo#CentiMetreOfMercury
Annotations
Unitsymbol cmHg
Qudtreference http://qudt.org/vocab/unit/CentiM_HG
Ucumcode cm[Hg]
Preflabel CentiMetreOfMercury
Altlabel Centimetre Of Mercury
Elucidation not SI conform unit of the pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1333.224
Subclass Of hasSIConversionOffset value 0.0

CentiPoise

Iri https://w3id.org/emmo#CentiPoise
Annotations
Unitsymbol cP
Qudtreference http://qudt.org/vocab/unit/CentiPOISE
Ucumcode cP
Preflabel CentiPoise
Elucidation 0,01-fold of the CGS unit of the dynamic viscosity poise

-- QUDT
Formal description
Subclass Of MassPerLengthTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Poise
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

CentiPoisePerBar

Iri https://w3id.org/emmo#CentiPoisePerBar
Annotations
Unitsymbol cP/bar
Qudtreference http://qudt.org/vocab/unit/CentiPOISE-PER-BAR
Ucumcode cP.bar-1
Ucumcode cP/bar
Preflabel CentiPoisePerBar
Altlabel Centipoise Per Bar
Elucidation 0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PoisePerBar
Subclass Of hasSIConversionMultiplier value 1e-08
Subclass Of hasSIConversionOffset value 0.0

CentiStokes

Iri https://w3id.org/emmo#CentiStokes
Annotations
Unitsymbol cSt
Qudtreference http://qudt.org/vocab/unit/CentiST
Ucumcode cSt
Preflabel CentiStokes
Elucidation `Centistokes` is a C.G.S System unit for 'Kinematic Viscosity' expressed as cSt.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AreicSpeedUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Stokes
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

CircularMil

Iri https://w3id.org/emmo#CircularMil
Annotations
Unitsymbol cmil
Qudtreference http://qudt.org/vocab/unit/MIL_Circ
Ucumcode [cml_i]
Preflabel CircularMil
Altlabel Circular Mil
Elucidation A circular mil is a unit of area, equal to the area of a circle with a diameter of one mil (one thousandth of an inch). It is a convenient unit for referring to the area of a wire with a circular cross section, because the area in circular mils can be calculated without reference to pi (π). The area in circular mils, A, of a circle with a diameter of d mils, is given by the formula: Electricians in Canada and the United States are familiar with the circular mil because the National Electrical Code (NEC) uses the circular mil to define wire sizes larger than 0000 AWG. In many NEC publications and uses, large wires may be expressed in thousands of circular mils, which is abbreviated in two different ways: MCM or kcmil. For example, one common wire size used in the NEC has a cross-section of 250,000 circular mils, written as 250 kcmil or 250 MCM, which is the first size larger than 0000 AWG used within the NEC.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AreaUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 5.067075e-10
Subclass Of hasSIConversionOffset value 0.0

ColonyFormingUnit

Iri https://w3id.org/emmo#ColonyFormingUnit
Annotations
Unitsymbol CFU
Qudtreference http://qudt.org/vocab/unit/CFU
Ucumcode [CFU]
Preflabel ColonyFormingUnit
Altlabel Colony Forming Unit
Elucidation "Colony Forming Unit" is a unit for 'Microbial Formation' expressed as CFU.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Colony-forming_unit?oldid=473146689
Formal description
Subclass Of NonSIUnit
Subclass Of DimensionlessUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

ConventionalCentiMetreOfWater

Iri https://w3id.org/emmo#ConventionalCentiMetreOfWater
Annotations
Unitsymbol cmH₂0
Qudtreference http://qudt.org/vocab/unit/CentiM_H2O
Ucumcode cm[H2O]
Preflabel ConventionalCentiMetreOfWater
Altlabel Conventional Centimetre Of Water
Elucidation non SI conforming unit of pressure that corresponds to the static pressure generated by a water column with a height of 1 centimetre

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Centimetre_of_water?oldid=487656894
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 98.0665
Subclass Of hasSIConversionOffset value 0.0

ConventionalMilliMetreOfWater

Iri https://w3id.org/emmo#ConventionalMilliMetreOfWater
Annotations
Unitsymbol mmH₂0
Qudtreference http://qudt.org/vocab/unit/MilliM_H2O
Ucumcode mm[H2O]
Preflabel ConventionalMilliMetreOfWater
Altlabel Conventional Millimetre Of Water
Elucidation unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 9.80665
Subclass Of hasSIConversionOffset value 0.0

Cup_Us

Iri https://w3id.org/emmo#Cup_Us
Annotations
Unitsymbol cup{US}
Qudtreference http://qudt.org/vocab/unit/CUP_US
Ucumcode [cup_us]
Preflabel Cup_Us
Altlabel Cup (US)
Elucidation unit of the volume according to the Anglo-American system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0002365882
Subclass Of hasSIConversionOffset value 0.0

DeathsPer1000IndividualsPerYear

Iri https://w3id.org/emmo#DeathsPer1000IndividualsPerYear
Annotations
Unitsymbol deaths/1000 individuals/yr
Qudtreference http://qudt.org/vocab/unit/DEATHS-PER-KiloINDIV-YR
Preflabel DeathsPer1000IndividualsPerYear
Altlabel Deaths per 1000 individuals per year
Elucidation The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Mortality_rate
Formal description
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

DeathsPerMillionIndividualsPerYear

Iri https://w3id.org/emmo#DeathsPerMillionIndividualsPerYear
Annotations
Unitsymbol deaths/million individuals/yr
Qudtreference http://qudt.org/vocab/unit/DEATHS-PER-MegaINDIV-YR
Preflabel DeathsPerMillionIndividualsPerYear
Altlabel Deaths per Million individuals per year
Elucidation The expression of mortality rate, expressed as deaths per Million individuals, per year.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Mortality_rate
Formal description
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

DeciBelCarrierUnit

Iri https://w3id.org/emmo#DeciBelCarrierUnit
Annotations
Unitsymbol dBc
Qudtreference http://qudt.org/vocab/unit/DeciB_C
Preflabel DeciBelCarrierUnit
Altlabel Decibel Carrier Unit
Elucidation "Decibel Carrier Unit" is a unit for 'Signal Detection Threshold' expressed as dBc.

-- QUDT
Formal description
Subclass Of DeciPrefixedUnit
Subclass Of NonSIUnit
Subclass Of LogarithmicUnit
Subclass Of PrefixedUnit

DeciBelReferredTo1Mw

Iri https://w3id.org/emmo#DeciBelReferredTo1Mw
Annotations
Unitsymbol dBmW
Qudtreference http://qudt.org/vocab/unit/DeciB_M
Preflabel DeciBelReferredTo1Mw
Altlabel Decibel Referred to 1mw
Elucidation "Decibel Referred to 1mw" is a 'Dimensionless Ratio' expressed as dBm.

-- QUDT
Formal description
Subclass Of DeciPrefixedUnit
Subclass Of NonSIUnit
Subclass Of LogarithmicUnit
Subclass Of PrefixedUnit

Deg_C_Growing_Cereal_Day

Iri https://w3id.org/emmo#Deg_C_Growing_Cereal_Day
Annotations
Unitsymbol GDD
Qudtreference http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL-DAY
Preflabel Deg_C_Growing_Cereal_Day
Altlabel Growing Degree Days (Cereals)
Elucidation The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of TemperatureTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 86400.0
Subclass Of hasSIConversionOffset value 0.0

Deg_F_Hr_Ft2_Per_Btu_It

Iri https://w3id.org/emmo#Deg_F_Hr_Ft2_Per_Btu_It
Annotations
Unitsymbol °F⋅hr⋅ft²/Btu{IT}
Qudtreference http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT
Ucumcode [degF].h-1.[ft_i]-2.[Btu_IT]-1
Ucumcode [degF]/(h.[ft_i]2.[Btu_IT])
Preflabel Deg_F_Hr_Ft2_Per_Btu_It
Altlabel Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Table)
Elucidation unit of the thermal resistor according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PerThermalTransmittanceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.89563
Subclass Of hasSIConversionOffset value 0.0

Deg_F_Hr_Ft2_Per_Btu_Th

Iri https://w3id.org/emmo#Deg_F_Hr_Ft2_Per_Btu_Th
Annotations
Unitsymbol °F⋅hr⋅ft²/Btu{th}
Qudtreference http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH
Ucumcode [degF].h-1.[ft_i]-2.[Btu_th]-1
Ucumcode [degF]/(h.[ft_i]2.[Btu_th])
Preflabel Deg_F_Hr_Ft2_Per_Btu_Th
Altlabel Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical)
Elucidation unit of the thermal resistor according to the according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PerThermalTransmittanceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.8969
Subclass Of hasSIConversionOffset value 0.0

DegreeApi

Iri https://w3id.org/emmo#DegreeApi
Annotations
Unitsymbol °API
Qudtreference http://qudt.org/vocab/unit/DEGREE_API
Preflabel DegreeApi
Altlabel Degree API
Elucidation unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DimensionlessUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

DegreeBalling

Iri https://w3id.org/emmo#DegreeBalling
Annotations
Unitsymbol °Balling
Qudtreference http://qudt.org/vocab/unit/DEGREE_BALLING
Preflabel DegreeBalling
Altlabel Degree Balling
Elucidation unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

DegreeBrix

Iri https://w3id.org/emmo#DegreeBrix
Annotations
Unitsymbol °Bx
Qudtreference http://qudt.org/vocab/unit/DEGREE_BRIX
Preflabel DegreeBrix
Altlabel Degree Brix
Elucidation unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

DegreeFahrenheitHourPerBtu

Iri https://w3id.org/emmo#DegreeFahrenheitHourPerBtu
Annotations
Unitsymbol °F⋅hr/Btu
Qudtreference http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_IT
Ucumcode [degF].h.[Btu_IT]-1
Ucumcode [degF].h/[Btu_IT]
Preflabel DegreeFahrenheitHourPerBtu
Altlabel Degree Fahrenheit Hour per BTU
Elucidation `Degree Fahrenheit Hour per BTU` is an Imperial unit for 'Thermal Resistance' expressed as degF-hr/Btu.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of ThermalResistanceUnit
Subclass Of NonPrefixedUnit

DegreeOechsle

Iri https://w3id.org/emmo#DegreeOechsle
Annotations
Unitsymbol °Oe
Qudtreference http://qudt.org/vocab/unit/DEGREE_OECHSLE
Preflabel DegreeOechsle
Altlabel Degree Oechsle
Elucidation unit of the density of the must, as measure for the proportion of the soluble material in the grape must

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value -998.2

DegreePlato

Iri https://w3id.org/emmo#DegreePlato
Annotations
Unitsymbol °P
Qudtreference http://qudt.org/vocab/unit/DEGREE_PLATO
Preflabel DegreePlato
Altlabel Degree Plato
Elucidation unit for the mixing ratio of the original gravity in the beer brew at 17,5 °C before the fermentation

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

DegreeRankine

Iri https://w3id.org/emmo#DegreeRankine
Annotations
Unitsymbol °R
Qudtreference http://qudt.org/vocab/unit/DEG_R
Ucumcode [degR]
Preflabel DegreeRankine
Altlabel Degree Rankine
Elucidation Rankine is a thermodynamic (absolute) temperature scale. The symbol for degrees Rankine is °R or °Ra if necessary to distinguish it from the Rømer and Réaumur scales). Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale. A temperature of -459.67 °F is exactly equal to 0 °R.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Rankine_scale
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of TemperatureUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.5555556
Subclass Of hasSIConversionOffset value 0.0

DegreeRankinePerHour

Iri https://w3id.org/emmo#DegreeRankinePerHour
Annotations
Unitsymbol °R/h
Qudtreference http://qudt.org/vocab/unit/DEG_R-PER-HR
Ucumcode [degR].h-1
Ucumcode [degR]/h
Preflabel DegreeRankinePerHour
Altlabel Degree Rankine per Hour
Elucidation A rate of change of temperature measured in degree Rankine in periods of one hour.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of TemperaturePerTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

DegreeRankinePerMinute

Iri https://w3id.org/emmo#DegreeRankinePerMinute
Annotations
Unitsymbol °R/m
Qudtreference http://qudt.org/vocab/unit/DEG_R-PER-MIN
Ucumcode [degR].min-1
Ucumcode [degR]/min
Preflabel DegreeRankinePerMinute
Altlabel Degree Rankine per Minute
Elucidation A rate of change of temperature measured in degree Rankine in periods of one minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of TemperaturePerTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

DegreeRankinePerSecond

Iri https://w3id.org/emmo#DegreeRankinePerSecond
Annotations
Unitsymbol °R/s
Qudtreference http://qudt.org/vocab/unit/DEG_R-PER-SEC
Ucumcode [degR].s-1
Ucumcode [degR]/s
Preflabel DegreeRankinePerSecond
Altlabel Degree Rankine per Second
Elucidation A rate of change of temperature measured in degree Rankine in periods of one second.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of TemperaturePerTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

DegreeTwaddell

Iri https://w3id.org/emmo#DegreeTwaddell
Annotations
Unitsymbol °Tw
Qudtreference http://qudt.org/vocab/unit/DEGREE_TWADDELL
Preflabel DegreeTwaddell
Altlabel Degree Twaddell
Elucidation unit of the density of fluids, which are heavier than water

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

Degree_Baume

Iri https://w3id.org/emmo#Degree_Baume
Annotations
Unitsymbol °Bé{origin}
Qudtreference http://qudt.org/vocab/unit/DEGREE_BAUME
Preflabel Degree_Baume
Altlabel Degree Baume (origin Scale)
Elucidation graduation of the areometer scale for determination of densitiy of fluids.

The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

Degree_Baume_Us_Heavy

Iri https://w3id.org/emmo#Degree_Baume_Us_Heavy
Annotations
Unitsymbol °Bé{US Heavy}
Qudtreference http://qudt.org/vocab/unit/DEGREE_BAUME_US_HEAVY
Preflabel Degree_Baume_Us_Heavy
Altlabel Degree Baume (US Heavy)
Elucidation graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

Degree_Baume_Us_Light

Iri https://w3id.org/emmo#Degree_Baume_Us_Light
Annotations
Unitsymbol °Bé{US Light}
Qudtreference http://qudt.org/vocab/unit/DEGREE_BAUME_US_LIGHT
Preflabel Degree_Baume_Us_Light
Altlabel Degree Baume (US Light)
Elucidation graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

Denier

Iri https://w3id.org/emmo#Denier
Annotations
Unitsymbol D
Qudtreference http://qudt.org/vocab/unit/Denier
Ucumcode [den]
Preflabel Denier
Elucidation Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier
Formal description
Subclass Of MassPerLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.1e-07
Subclass Of hasSIConversionOffset value 0.0

Diopter

Iri https://w3id.org/emmo#Diopter
Annotations
Unitsymbol D
Qudtreference http://qudt.org/vocab/unit/DIOPTER
Ucumcode [diop]
Preflabel Diopter
Elucidation A dioptre, or diopter, is a unit of measurement for the optical power of a lens or curved mirror, which is equal to the reciprocal of the focal length measured in metres (that is, 1/metre). For example, a 3 dioptre lens brings parallel rays of light to focus at 1/3 metre. The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature and the vergence of optical beams. Though the diopter is based on the SI-metric system it has not been included in the standard so that there is no international name or abbreviation for this unit of measurement within the international system of units this unit for optical power would need to be specified explicitly as the inverse metre.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Dioptre?oldid=492506920
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Dram_Uk

Iri https://w3id.org/emmo#Dram_Uk
Annotations
Unitsymbol dr{UK}
Qudtreference http://qudt.org/vocab/unit/DRAM_UK
Ucumcode [dr_ap]
Preflabel Dram_Uk
Altlabel Dram (UK)
Elucidation non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001771845
Subclass Of hasSIConversionOffset value 0.0

Dram_Us

Iri https://w3id.org/emmo#Dram_Us
Annotations
Unitsymbol dr{US}
Qudtreference http://qudt.org/vocab/unit/DRAM_US
Ucumcode [dr_av]
Preflabel Dram_Us
Altlabel Dram (US)
Elucidation non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.003887935
Subclass Of hasSIConversionOffset value 0.0

DryGallonUs

Iri https://w3id.org/emmo#DryGallonUs
Annotations
Unitsymbol gal{US Dry}
Qudtreference http://qudt.org/vocab/unit/GAL_US_DRY
Ucumcode [gal_wi]
Preflabel DryGallonUs
Altlabel Dry Gallon US
Elucidation "Dry Gallon US" is a unit for 'Dry Volume' expressed as dry_gal.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.004404884
Subclass Of hasSIConversionOffset value 0.0

Erlang

Iri https://w3id.org/emmo#Erlang
Annotations
Unitsymbol E
Qudtreference http://qudt.org/vocab/unit/ERLANG
Preflabel Erlang
Elucidation The "Erlang" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Erlang_(unit)
Formal description
Subclass Of DimensionlessUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

FailuresInTime

Iri https://w3id.org/emmo#FailuresInTime
Annotations
Unitsymbol failures/s
Qudtreference http://qudt.org/vocab/unit/failures-in-time
Ucumcode s-1{failures}
Preflabel FailuresInTime
Altlabel Failures In Time
Elucidation unit of failure rate

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

Fathom

Iri https://w3id.org/emmo#Fathom
Annotations
Unitsymbol fathom
Qudtreference http://qudt.org/vocab/unit/FATH
Ucumcode [fth_i]
Preflabel Fathom
Elucidation A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard. Abbreviations: f, fath, fm, fth, fthm.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Fathom?oldid=493265429
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.8288
Subclass Of hasSIConversionOffset value 0.0

FootCandle

Iri https://w3id.org/emmo#FootCandle
Annotations
Unitsymbol fc
Qudtreference http://qudt.org/vocab/unit/FC
Preflabel FootCandle
Altlabel Foot Candle
Elucidation "Foot Candle" is a unit for 'Luminous Flux Per Area' expressed as fc.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Foot-candle?oldid=475579268
Formal description
Subclass Of NonSIUnit
Subclass Of LuminanceUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 10.764
Subclass Of hasSIConversionOffset value 0.0

FootLambert

Iri https://w3id.org/emmo#FootLambert
Annotations
Unitsymbol ft⋅L
Qudtreference http://qudt.org/vocab/unit/FT-LA
Ucumcode [ft_i].Lmb
Preflabel FootLambert
Altlabel Foot Lambert
Elucidation "Foot Lambert" is a C.G.S System unit for 'Luminance' expressed as ft-L.

-- QUDT
Formal description
Subclass Of LuminanceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.426259
Subclass Of hasSIConversionOffset value 0.0

FootOfMercury

Iri https://w3id.org/emmo#FootOfMercury
Annotations
Unitsymbol ftHg
Qudtreference http://qudt.org/vocab/unit/FT_HG
Ucumcode [ft_i'Hg]
Preflabel FootOfMercury
Altlabel Foot Of Mercury
Elucidation not SI conform unit of the pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 40636.66
Subclass Of hasSIConversionOffset value 0.0

FootOfWater

Iri https://w3id.org/emmo#FootOfWater
Annotations
Unitsymbol ftH₂0
Qudtreference http://qudt.org/vocab/unit/FT_H2O
Ucumcode [ft_i'H2O]
Preflabel FootOfWater
Altlabel Foot of Water
Elucidation "Foot of Water" is a unit for 'Force Per Area' expressed as ftH2O.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2989.067
Subclass Of hasSIConversionOffset value 0.0

FootPoundForcePerHour

Iri https://w3id.org/emmo#FootPoundForcePerHour
Annotations
Unitsymbol ft⋅lbf/hr
Qudtreference http://qudt.org/vocab/unit/FT-LB_F-PER-HR
Ucumcode [ft_i].[lbf_av].h-1
Preflabel FootPoundForcePerHour
Altlabel Foot Pound Force per Hour
Elucidation "Foot Pound Force per Hour" is an Imperial unit for 'Power' expressed as ft-lbf/hr.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.003766161
Subclass Of hasSIConversionOffset value 0.0

FootPoundForcePerMinute

Iri https://w3id.org/emmo#FootPoundForcePerMinute
Annotations
Unitsymbol ft⋅lbf/min
Qudtreference http://qudt.org/vocab/unit/FT-LB_F-PER-MIN
Ucumcode [ft_i].[lbf_av].min-1
Preflabel FootPoundForcePerMinute
Altlabel Foot Pound Force per Minute
Elucidation "Foot Pound Force per Minute" is an Imperial unit for 'Power' expressed as ft-lbf/min.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.02259697
Subclass Of hasSIConversionOffset value 0.0

FootPoundForcePerSecond

Iri https://w3id.org/emmo#FootPoundForcePerSecond
Annotations
Unitsymbol ft⋅lbf/s
Qudtreference http://qudt.org/vocab/unit/FT-LB_F-PER-SEC
Ucumcode [ft_i].[lbf_av].s-1
Preflabel FootPoundForcePerSecond
Altlabel Foot Pound Force per Second
Elucidation "Foot Pound Force per Second" is an Imperial unit for 'Power' expressed as ft-lbf/s.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.355818
Subclass Of hasSIConversionOffset value 0.0

FootPoundForcePerSquareFootSecond

Iri https://w3id.org/emmo#FootPoundForcePerSquareFootSecond
Annotations
Unitsymbol ft⋅lbf/ft²s
Qudtreference http://qudt.org/vocab/unit/FT-LB_F-PER-FT2-SEC
Ucumcode [ft_i].[lbf_av].[sft_i]-1.s-1
Preflabel FootPoundForcePerSquareFootSecond
Altlabel Foot Pound Force per Square Foot Second
Elucidation "Foot Pound Force per Square Foot Second" is an Imperial unit for 'Power Per Area' expressed as ft · lbf/(ft² · s).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerDensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 14.5939
Subclass Of hasSIConversionOffset value 0.0

FootPoundForcePerSquareMetre

Iri https://w3id.org/emmo#FootPoundForcePerSquareMetre
Annotations
Unitsymbol ft⋅lbf/m²
Qudtreference http://qudt.org/vocab/unit/FT-LB_F-PER-M2
Ucumcode [ft_i].[lbf_av].m-2
Preflabel FootPoundForcePerSquareMetre
Altlabel Foot Pound Force per Square Metre
Elucidation "Foot Pound Force per Square Meter" is a unit for 'Energy Per Area' expressed as ft-lbf/m².

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of ForcePerLengthUnit
Subclass Of NonPrefixedUnit

FootPoundForceSecond

Iri https://w3id.org/emmo#FootPoundForceSecond
Annotations
Unitsymbol lbf/s
Qudtreference http://qudt.org/vocab/unit/FT-LB_F-SEC
Ucumcode [ft_i].[lbf_av].s
Preflabel FootPoundForceSecond
Altlabel Foot Pound Force Second
Elucidation "Foot Pound Force Second" is a unit for 'Angular Momentum' expressed as lbf / s.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AngularMomentumUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

FootPoundPerSquareFoot

Iri https://w3id.org/emmo#FootPoundPerSquareFoot
Annotations
Unitsymbol ft⋅lbf/ft²
Qudtreference http://qudt.org/vocab/unit/FT-LB_F-PER-FT2
Ucumcode [ft_i].[lbf_av].[sft_i]-1
Preflabel FootPoundPerSquareFoot
Altlabel Foot Pound per Square Foot
Elucidation "Foot Pound per Square Foot" is an Imperial unit for 'Energy Per Area' expressed as ft-lbf/ft².

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasSIConversionMultiplier value 14.5939
Subclass Of hasSIConversionOffset value 0.0

FootPoundal

Iri https://w3id.org/emmo#FootPoundal
Annotations
Unitsymbol ft⋅pdl
Qudtreference http://qudt.org/vocab/unit/FT-PDL
Preflabel FootPoundal
Altlabel Foot Poundal
Elucidation "Foot Poundal" is an Imperial unit for 'Energy And Work' expressed as ft-pdl.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.04214011
Subclass Of hasSIConversionOffset value 0.0

FramePerSecond

Iri https://w3id.org/emmo#FramePerSecond
Annotations
Unitsymbol fps
Qudtreference http://qudt.org/vocab/unit/FRAME-PER-SEC
Ucumcode /s{frame}
Ucumcode s-1{frame}
Preflabel FramePerSecond
Altlabel Frame per Second
Elucidation "Frame per Second" is a unit for 'Video Frame Rate' expressed as fps.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit

FrenchGauge

Iri https://w3id.org/emmo#FrenchGauge
Annotations
Unitsymbol French gauge
Qudtreference http://qudt.org/vocab/unit/GAUGE_FR
Ucumcode [Ch]
Preflabel FrenchGauge
Altlabel French Gauge
Elucidation unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0003333333
Subclass Of hasSIConversionOffset value 0.0

Furlong

Iri https://w3id.org/emmo#Furlong
Annotations
Unitsymbol furlong
Qudtreference http://qudt.org/vocab/unit/FUR
Ucumcode [fur_us]
Preflabel Furlong
Elucidation A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Furlong?oldid=492237369
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of hasSIConversionMultiplier value 201.168
Subclass Of hasSIConversionOffset value 0.0

Gal_Uk

Iri https://w3id.org/emmo#Gal_Uk
Annotations
Unitsymbol gal{UK}
Qudtreference http://qudt.org/vocab/unit/GAL_UK
Ucumcode [gal_br]
Preflabel Gal_Uk
Altlabel Gallon (UK)
Elucidation unit of the volume for fluids according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.00454609
Subclass Of hasSIConversionOffset value 0.0

Gal_Uk_Per_Day

Iri https://w3id.org/emmo#Gal_Uk_Per_Day
Annotations
Unitsymbol gal{UK}/day
Qudtreference http://qudt.org/vocab/unit/GAL_UK-PER-DAY
Ucumcode [gal_br].d-1
Preflabel Gal_Uk_Per_Day
Altlabel Gallon (UK) Per Day
Elucidation unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 5.261678e-08
Subclass Of hasSIConversionOffset value 0.0

Gal_Uk_Per_Hr

Iri https://w3id.org/emmo#Gal_Uk_Per_Hr
Annotations
Unitsymbol gal{UK}/hr
Qudtreference http://qudt.org/vocab/unit/GAL_UK-PER-HR
Ucumcode [gal_br].h-1
Preflabel Gal_Uk_Per_Hr
Altlabel Gallon (UK) Per Hour
Elucidation unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.262803e-06
Subclass Of hasSIConversionOffset value 0.0

Gal_Uk_Per_Min

Iri https://w3id.org/emmo#Gal_Uk_Per_Min
Annotations
Unitsymbol gal{UK}/min
Qudtreference http://qudt.org/vocab/unit/GAL_UK-PER-MIN
Ucumcode [gal_br].m-1
Preflabel Gal_Uk_Per_Min
Altlabel Gallon (UK) Per Minute
Elucidation unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 7.576817e-05
Subclass Of hasSIConversionOffset value 0.0

Gal_Uk_Per_Sec

Iri https://w3id.org/emmo#Gal_Uk_Per_Sec
Annotations
Unitsymbol gal{UK}/s
Qudtreference http://qudt.org/vocab/unit/GAL_UK-PER-SEC
Ucumcode [gal_br].s-1
Preflabel Gal_Uk_Per_Sec
Altlabel Gallon (UK) Per Second
Elucidation unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.00454609
Subclass Of hasSIConversionOffset value 0.0

Gal_Us_Per_Hr

Iri https://w3id.org/emmo#Gal_Us_Per_Hr
Annotations
Unitsymbol gal{US}/hr
Qudtreference http://qudt.org/vocab/unit/GAL_US-PER-HR
Ucumcode [gal_us].h-1
Preflabel Gal_Us_Per_Hr
Altlabel Gallon (US) Per Hour
Elucidation unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.051503e-06
Subclass Of hasSIConversionOffset value 0.0

Gal_Us_Per_Sec

Iri https://w3id.org/emmo#Gal_Us_Per_Sec
Annotations
Unitsymbol gal{US}/s
Qudtreference http://qudt.org/vocab/unit/GAL_US-PER-SEC
Ucumcode [gal_us].s-1
Preflabel Gal_Us_Per_Sec
Altlabel Gallon (US Liquid) Per Second
Elucidation unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.003785412
Subclass Of hasSIConversionOffset value 0.0

Galileo

Iri https://w3id.org/emmo#Galileo
Annotations
Unitsymbol Gal
Qudtreference http://qudt.org/vocab/unit/GALILEO
Ucumcode Gal
Preflabel Galileo
Elucidation CGS unit of acceleration called gal with the definition: 1 Gal = 1 cm/s

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Gal?oldid=482010741
Formal description
Subclass Of AccelerationUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

Gi_Uk

Iri https://w3id.org/emmo#Gi_Uk
Annotations
Unitsymbol gill{UK}
Qudtreference http://qudt.org/vocab/unit/GI_UK
Ucumcode [gil_br]
Preflabel Gi_Uk
Altlabel Gill (UK)
Elucidation unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001420653
Subclass Of hasSIConversionOffset value 0.0

Gi_Uk_Per_Day

Iri https://w3id.org/emmo#Gi_Uk_Per_Day
Annotations
Unitsymbol gill{UK}/day
Qudtreference http://qudt.org/vocab/unit/GI_UK-PER-DAY
Ucumcode [gil_br].d-1
Preflabel Gi_Uk_Per_Day
Altlabel Gill (UK) Per Day
Elucidation unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.644274e-09
Subclass Of hasSIConversionOffset value 0.0

Gi_Uk_Per_Hr

Iri https://w3id.org/emmo#Gi_Uk_Per_Hr
Annotations
Unitsymbol gill{UK}/hr
Qudtreference http://qudt.org/vocab/unit/GI_UK-PER-HR
Ucumcode [gil_br].h-1
Preflabel Gi_Uk_Per_Hr
Altlabel Gill (UK) Per Hour
Elucidation unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.946258e-08
Subclass Of hasSIConversionOffset value 0.0

Gi_Uk_Per_Min

Iri https://w3id.org/emmo#Gi_Uk_Per_Min
Annotations
Unitsymbol gill{UK}/min
Qudtreference http://qudt.org/vocab/unit/GI_UK-PER-MIN
Ucumcode [gil_br].min-1
Preflabel Gi_Uk_Per_Min
Altlabel Gill (UK) Per Minute
Elucidation unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.367755e-06
Subclass Of hasSIConversionOffset value 0.0

Gi_Uk_Per_Sec

Iri https://w3id.org/emmo#Gi_Uk_Per_Sec
Annotations
Unitsymbol gill{UK}/s
Qudtreference http://qudt.org/vocab/unit/GI_UK-PER-SEC
Ucumcode [gil_br].s-1
Preflabel Gi_Uk_Per_Sec
Altlabel Gill (UK) Per Second
Elucidation unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001420653
Subclass Of hasSIConversionOffset value 0.0

Gi_Us

Iri https://w3id.org/emmo#Gi_Us
Annotations
Unitsymbol gill{US}
Qudtreference http://qudt.org/vocab/unit/GI_US
Ucumcode [gil_us]
Preflabel Gi_Us
Altlabel Gill (US)
Elucidation unit of the volume according the Anglo-American system of units (1/32 US Gallon)

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001182941
Subclass Of hasSIConversionOffset value 0.0

Gi_Us_Per_Day

Iri https://w3id.org/emmo#Gi_Us_Per_Day
Annotations
Unitsymbol gill{US}/day
Qudtreference http://qudt.org/vocab/unit/GI_US-PER-DAY
Ucumcode [gil_us].d-1
Preflabel Gi_Us_Per_Day
Altlabel Gill (US) Per Day
Elucidation unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.369145e-09
Subclass Of hasSIConversionOffset value 0.0

Gi_Us_Per_Hr

Iri https://w3id.org/emmo#Gi_Us_Per_Hr
Annotations
Unitsymbol gill{US}/hr
Qudtreference http://qudt.org/vocab/unit/GI_US-PER-HR
Ucumcode [gil_us].h-1
Preflabel Gi_Us_Per_Hr
Altlabel Gill (US) Per Hour
Elucidation unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.285947e-08
Subclass Of hasSIConversionOffset value 0.0

Gi_Us_Per_Min

Iri https://w3id.org/emmo#Gi_Us_Per_Min
Annotations
Unitsymbol gill{US}/min
Qudtreference http://qudt.org/vocab/unit/GI_US-PER-MIN
Ucumcode [gil_us].min-1
Preflabel Gi_Us_Per_Min
Altlabel Gill (US) Per Minute
Elucidation unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.971568e-06
Subclass Of hasSIConversionOffset value 0.0

Gi_Us_Per_Sec

Iri https://w3id.org/emmo#Gi_Us_Per_Sec
Annotations
Unitsymbol gill{US}/s
Qudtreference http://qudt.org/vocab/unit/GI_US-PER-SEC
Ucumcode [gil_us].s-1
Preflabel Gi_Us_Per_Sec
Altlabel Gill (US) Per Second
Elucidation unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001182941
Subclass Of hasSIConversionOffset value 0.0

GigaBasepair

Iri https://w3id.org/emmo#GigaBasePair
Annotations
Unitsymbol Gbp
Qudtreference http://qudt.org/vocab/unit/GigaBasePair
Preflabel GigaBasepair
Altlabel Giga basepair
Altlabel GigaBasePair
Elucidation A giga basepair (abbreviated Gb, or Gbp for giga basepairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DimensionlessUnit
Subclass Of GigaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

Grade

Iri https://w3id.org/emmo#Grade
Annotations
Unitsymbol gr
Qudtreference http://qudt.org/vocab/unit/GR
Preflabel Grade
Elucidation the tangent of an angle of inclination multiplied by 100

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Grade?oldid=485504533
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthFractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Grain

Iri https://w3id.org/emmo#Grain
Annotations
Unitsymbol gr{UK}
Qudtreference http://qudt.org/vocab/unit/GRAIN
Ucumcode [gr]
Preflabel Grain
Elucidation A grain is a unit of measurement of mass that is nominally based upon the mass of a single seed of a cereal. The grain is the only unit of mass measure common to the three traditional English mass and weight systems; the obsolete Tower grain was, by definition, exactly /64 of a troy grain. Since 1958, the grain or troy grain measure has been defined in terms of units of mass in the International System of Units as precisely 64.79891 milligrams. Thus, 1 gram ≈ 15.4323584 grains. There are precisely 7,000 grains per avoirdupois pound in the imperial and U.S. customary units, and 5,760 grains in the Troy pound.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Cereal?oldid=495222949
Formal description
Subclass Of MassUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6.479891e-05
Subclass Of hasSIConversionOffset value 0.0

GrainPerGallon

Iri https://w3id.org/emmo#GrainPerGallon
Annotations
Unitsymbol grain{UK}/gal
Qudtreference http://qudt.org/vocab/unit/GRAIN-PER-GAL
Ucumcode [gr].[gal_br]-1
Preflabel GrainPerGallon
Altlabel Grain per Gallon
Elucidation "Grain per Gallon" is an Imperial unit for 'Density' expressed as gr/gal.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01711806
Subclass Of hasSIConversionOffset value 0.0

Grain_Per_Gal_Us

Iri https://w3id.org/emmo#Grain_Per_Gal_Us
Annotations
Unitsymbol grain{US}/gal
Qudtreference http://qudt.org/vocab/unit/GRAIN-PER-GAL_US
Ucumcode [gr].[gal_us]-1
Preflabel Grain_Per_Gal_Us
Altlabel Grain Per Gallon (US)
Elucidation unit of the density according to the Anglo-American system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01711806
Subclass Of hasSIConversionOffset value 0.0

GramCarbonPerSquareMetrePerDay

Iri https://w3id.org/emmo#GramCarbonPerSquareMetrePerDay
Annotations
Unitsymbol g{carbon}/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/GM_Carbon-PER-M2-DAY
Ucumcode g.m-2.d-1{C}
Preflabel GramCarbonPerSquareMetrePerDay
Altlabel grams Carbon per square metre per day
Elucidation A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MassFluxUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

GramForce

Iri https://w3id.org/emmo#GramForce
Annotations
Unitsymbol gf
Qudtreference http://qudt.org/vocab/unit/GM_F
Ucumcode gf
Preflabel GramForce
Altlabel Gram Force
Elucidation "Gram Force" is a unit for 'Force' expressed as gf.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.00980665
Subclass Of hasSIConversionOffset value 0.0

GramForcePerSquareCentiMetre

Iri https://w3id.org/emmo#GramForcePerSquareCentiMetre
Annotations
Unitsymbol gf/cm²
Qudtreference http://qudt.org/vocab/unit/GM_F-PER-CentiM2
Ucumcode gf.cm-2
Preflabel GramForcePerSquareCentiMetre
Altlabel Gram Force Per Square Centimetre
Elucidation not SI conform unit of the pressure

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 98.0665
Subclass Of hasSIConversionOffset value 0.0

GramNitrogenPerSquareMetrePerDay

Iri https://w3id.org/emmo#GramNitrogenPerSquareMetrePerDay
Annotations
Unitsymbol g{nitrogen}/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/GM_Nitrogen-PER-M2-DAY
Ucumcode g.m-2.d-1{N}
Preflabel GramNitrogenPerSquareMetrePerDay
Altlabel grams Nitrogen per square metre per day
Elucidation A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MassFluxUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

GrossTonnage

Iri https://w3id.org/emmo#GrossTonnage
Annotations
Unitsymbol G.T.
Qudtreference http://qudt.org/vocab/unit/GT
Ucumcode t{gross}
Preflabel GrossTonnage
Altlabel Gross Tonnage
Elucidation Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Gross_tonnage
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit

HeartBeatsPerMinute

Iri https://w3id.org/emmo#HeartBeatsPerMinute
Annotations
Unitsymbol BPM
Qudtreference http://qudt.org/vocab/unit/BEAT-PER-MIN
Ucumcode /min{H.B.}
Ucumcode min-1{H.B.}
Preflabel HeartBeatsPerMinute
Altlabel Heart Beats per Minute
Elucidation "Heart Beat per Minute" is a unit for 'Heart Rate' expressed as BPM.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit

Hp_Brake

Iri https://w3id.org/emmo#Hp_Brake
Annotations
Unitsymbol HP{brake}
Qudtreference http://qudt.org/vocab/unit/HP_Brake
Preflabel Hp_Brake
Altlabel Horsepower (brake)
Elucidation unit of the power according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 9809.5
Subclass Of hasSIConversionOffset value 0.0

Hp_Electric

Iri https://w3id.org/emmo#Hp_Electric
Annotations
Unitsymbol HP{electric}
Qudtreference http://qudt.org/vocab/unit/HP_Electric
Preflabel Hp_Electric
Altlabel Horsepower (electric)
Elucidation unit of the power according to the Anglo-American system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 746.0
Subclass Of hasSIConversionOffset value 0.0

Hp_Metric

Iri https://w3id.org/emmo#Hp_Metric
Annotations
Unitsymbol HP{metric}
Qudtreference http://qudt.org/vocab/unit/HP_Metric
Preflabel Hp_Metric
Altlabel Horsepower (metric)
Elucidation unit of the mechanical power according to the Anglo-American system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 735.4988
Subclass Of hasSIConversionOffset value 0.0

HundredWeight_Short

Iri https://w3id.org/emmo#HundredWeight_Short
Annotations
Unitsymbol cwt{short}
Qudtreference http://qudt.org/vocab/unit/CWT_SHORT
Ucumcode [scwt_av]
Preflabel HundredWeight_Short
Altlabel Hundred Weight - Short
Elucidation "Hundred Weight - Short" is a unit for 'Mass' expressed as cwt.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 45.35924
Subclass Of hasSIConversionOffset value 0.0

Hundredweight_Uk

Iri https://w3id.org/emmo#Hundredweight_Uk
Annotations
Unitsymbol cwt{long}
Qudtreference http://qudt.org/vocab/unit/Hundredweight_UK
Ucumcode [lcwt_av]
Preflabel Hundredweight_Uk
Altlabel Hundredweight (UK)
Elucidation out of use unit of the mass according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 50.80235
Subclass Of hasSIConversionOffset value 0.0

Hundredweight_Us

Iri https://w3id.org/emmo#Hundredweight_Us
Annotations
Unitsymbol cwt{short}
Qudtreference http://qudt.org/vocab/unit/Hundredweight_US
Ucumcode [scwt_av]
Preflabel Hundredweight_Us
Altlabel Hundredweight (US)
Elucidation out of use unit of the mass according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 45.35924
Subclass Of hasSIConversionOffset value 0.0

ImperialGallon

Iri https://w3id.org/emmo#ImperialGallon
Annotations
Unitsymbol gal{Imp}
Qudtreference http://qudt.org/vocab/unit/GAL_IMP
Ucumcode [gal_br]
Preflabel ImperialGallon
Altlabel Imperial Gallon
Elucidation "Imperial Gallon" is an Imperial unit for 'Liquid Volume' expressed as galIMP.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.00454609
Subclass Of hasSIConversionOffset value 0.0

ImperialMassOuncePerCubicInch

Iri https://w3id.org/emmo#ImperialMassOuncePerCubicInch
Annotations
Unitsymbol oz/in³{US}
Qudtreference http://qudt.org/vocab/unit/OZ-PER-IN3
Ucumcode [oz_av].[cin_i]-1
Preflabel ImperialMassOuncePerCubicInch
Altlabel Imperial Mass Ounce per Cubic Inch
Elucidation "Ounce per Cubic Inch" is an Imperial unit for 'Density' expressed as oz/in³.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1729.994
Subclass Of hasSIConversionOffset value 0.0

ImperialMassOuncePerGallon

Iri https://w3id.org/emmo#ImperialMassOuncePerGallon
Annotations
Unitsymbol oz/gal{US}
Qudtreference http://qudt.org/vocab/unit/OZ-PER-GAL
Ucumcode [oz_av].[gal_br]-1
Preflabel ImperialMassOuncePerGallon
Altlabel Imperial Mass Ounce per Gallon
Elucidation "Ounce per Gallon" is an Imperial unit for 'Density' expressed as oz/gal.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 6.236023
Subclass Of hasSIConversionOffset value 0.0

ImperialMassOuncePerSquareFoot

Iri https://w3id.org/emmo#ImperialMassOuncePerSquareFoot
Annotations
Unitsymbol oz/ft²{US}
Qudtreference http://qudt.org/vocab/unit/OZ-PER-FT2
Ucumcode [oz_av].[sft_i]-1
Preflabel ImperialMassOuncePerSquareFoot
Altlabel Imperial Mass Ounce per Square Foot
Elucidation "Ounce per Square Foot" is an Imperial unit for 'Mass Per Area' expressed as oz/ft².

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of AreaDensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.3051517
Subclass Of hasSIConversionOffset value 0.0

ImperialMassOuncePerSquareYard

Iri https://w3id.org/emmo#ImperialMassOuncePerSquareYard
Annotations
Unitsymbol oz/yd³{US}
Qudtreference http://qudt.org/vocab/unit/OZ-PER-YD2
Ucumcode [oz_av].[syd_i]-1
Preflabel ImperialMassOuncePerSquareYard
Altlabel Imperial Mass Ounce per Square Yard
Elucidation "Ounce per Square Yard" is an Imperial unit for 'Mass Per Area' expressed as oz/yd².

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of AreaDensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.03390575
Subclass Of hasSIConversionOffset value 0.0

ImperialOunceForce

Iri https://w3id.org/emmo#ImperialOunceForce
Annotations
Unitsymbol ozf
Qudtreference http://qudt.org/vocab/unit/OZ_F
Ucumcode [ozf_av]
Preflabel ImperialOunceForce
Altlabel Imperial Ounce Force
Elucidation "Ounce Force" is an Imperial unit for 'Force' expressed as ozf.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.2780139
Subclass Of hasSIConversionOffset value 0.0

ImperialOunceForceInch

Iri https://w3id.org/emmo#ImperialOunceForceInch
Annotations
Unitsymbol ozf⋅in
Qudtreference http://qudt.org/vocab/unit/OZ_F-IN
Ucumcode [ozf_av].[in_i]
Preflabel ImperialOunceForceInch
Altlabel Imperial Ounce Force Inch
Elucidation "Ounce Force Inch" is an Imperial unit for 'Torque' expressed as ozf-in.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.07061552
Subclass Of hasSIConversionOffset value 0.0

InchOfMercury

Iri https://w3id.org/emmo#InchOfMercury
Annotations
Unitsymbol inHg
Qudtreference http://qudt.org/vocab/unit/IN_HG
Ucumcode [in_i'Hg]
Preflabel InchOfMercury
Altlabel Inch of Mercury
Elucidation Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at 32 °F at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at 0 °C.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Inch_of_mercury?oldid=486634645
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3386.389
Subclass Of hasSIConversionOffset value 0.0

InchOfWater

Iri https://w3id.org/emmo#InchOfWater
Annotations
Unitsymbol inH₂0
Qudtreference http://qudt.org/vocab/unit/IN_H2O
Ucumcode [in_i'H2O]
Preflabel InchOfWater
Altlabel Inch of Water
Elucidation Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example 39 °F at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at 0 °C.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Inch_of_water?oldid=466175519
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 249.08
Subclass Of hasSIConversionOffset value 0.0

InternationalTableCalorie

Iri https://w3id.org/emmo#InternationalTableCalorie
Annotations
Unitsymbol cal{IT}
Qudtreference http://qudt.org/vocab/unit/CAL_IT
Ucumcode cal_IT
Preflabel InternationalTableCalorie
Altlabel International Table calorie
Elucidation International Table calorie.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.1868
Subclass Of hasSIConversionOffset value 0.0

Kayser

Iri https://w3id.org/emmo#Kayser
Annotations
Unitsymbol K
Qudtreference http://qudt.org/vocab/unit/KY
Ucumcode Ky
Preflabel Kayser
Wikipediareference http://en.wikipedia.org/wiki/Kayser?oldid=458489166
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

KiloBtu_It

Iri https://w3id.org/emmo#KiloBtu_It
Annotations
Unitsymbol kBtu{IT}
Qudtreference http://qudt.org/vocab/unit/KiloBTU_IT
Ucumcode k[Btu_IT]
Preflabel KiloBtu_It
Altlabel Kilo British Thermal Unit (International Definition)
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some Btu_It
Subclass Of hasSIConversionMultiplier value 105505.6
Subclass Of hasSIConversionOffset value 0.0

KiloBtu_It_Per_Hr

Iri https://w3id.org/emmo#KiloBtu_It_Per_Hr
Annotations
Unitsymbol kBtu{IT}/hr
Qudtreference http://qudt.org/vocab/unit/KiloBTU_IT-PER-HR
Ucumcode k[Btu_IT].h-1
Ucumcode k[Btu_IT]/h
Preflabel KiloBtu_It_Per_Hr
Altlabel Kilo British Thermal Unit (International Definition) per Hour
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 293.0711
Subclass Of hasSIConversionOffset value 0.0

KiloBtu_Th

Iri https://w3id.org/emmo#KiloBtu_Th
Annotations
Unitsymbol kBtu{th}
Qudtreference http://qudt.org/vocab/unit/KiloBTU_TH
Ucumcode k[Btu_th]
Preflabel KiloBtu_Th
Altlabel Kilo British Thermal Unit (Thermochemical Definition)
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some Btu_Th
Subclass Of hasSIConversionMultiplier value 1054350.0
Subclass Of hasSIConversionOffset value 0.0

KiloBtu_Th_Per_Hr

Iri https://w3id.org/emmo#KiloBtu_Th_Per_Hr
Annotations
Unitsymbol kBtu{th}/hr
Qudtreference http://qudt.org/vocab/unit/KiloBTU_TH-PER-HR
Ucumcode k[Btu_th].h-1
Ucumcode k[Btu_th]/h
Preflabel KiloBtu_Th_Per_Hr
Altlabel Kilo British Thermal Unit (thermochemical) Per Hour
Elucidation unit of the heat energy according to the Imperial system of units divided by the unit hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some Btu_Th_Per_Hr
Subclass Of hasSIConversionMultiplier value 292.9
Subclass Of hasSIConversionOffset value 0.0

KiloCal_It

Iri https://w3id.org/emmo#KiloCal_It
Annotations
Unitsymbol kcal{IT}
Qudtreference http://qudt.org/vocab/unit/KiloCAL_IT
Ucumcode kcal_IT
Preflabel KiloCal_It
Altlabel Kilocalorie (international Table)
Elucidation 1000-fold of the unit calorie, which is used particularly for calorific values of food

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 4186.8
Subclass Of hasSIConversionOffset value 0.0

KiloCal_It_Per_Hr_M_Deg_C

Iri https://w3id.org/emmo#KiloCal_It_Per_Hr_M_Deg_C
Annotations
Unitsymbol kcal{IT}/(hr⋅m⋅°C)
Qudtreference http://qudt.org/vocab/unit/KiloCAL_IT-PER-HR-M-DEG_C
Ucumcode kcal_IT.h-1.m-1.Cel-1
Preflabel KiloCal_It_Per_Hr_M_Deg_C
Altlabel Kilocalorie (international Table) Per Hour Metre Degree Celsius
Elucidation 1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature

-- QUDT
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.163
Subclass Of hasSIConversionOffset value 0.0

KiloCal_Mean

Iri https://w3id.org/emmo#KiloCal_Mean
Annotations
Unitsymbol kcal{mean}
Qudtreference http://qudt.org/vocab/unit/KiloCAL_Mean
Ucumcode kcal_m
Preflabel KiloCal_Mean
Altlabel Kilocalorie (mean)
Elucidation 1000-fold of the unit calorie, which is used particularly for calorific values of food

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some Cal_Mean
Subclass Of hasSIConversionMultiplier value 4190.0
Subclass Of hasSIConversionOffset value 0.0

KiloCal_Th

Iri https://w3id.org/emmo#KiloCal_Th
Annotations
Unitsymbol kcal{th}
Qudtreference http://qudt.org/vocab/unit/KiloCAL_TH
Ucumcode [Cal]
Ucumcode kcal_th
Preflabel KiloCal_Th
Altlabel Kilocalorie (thermochemical)
Elucidation 1000-fold of the unit calorie, which is used particularly for calorific values of food

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 4184.0
Subclass Of hasSIConversionOffset value 0.0

KiloCal_Th_Per_Hr

Iri https://w3id.org/emmo#KiloCal_Th_Per_Hr
Annotations
Unitsymbol kcal{th}/hr
Qudtreference http://qudt.org/vocab/unit/KiloCAL_TH-PER-HR
Ucumcode kcal_th.h-1
Preflabel KiloCal_Th_Per_Hr
Altlabel Kilocalorie (thermochemical) Per Hour
Elucidation 1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 1.162231
Subclass Of hasSIConversionOffset value 0.0

KiloCal_Th_Per_Min

Iri https://w3id.org/emmo#KiloCal_Th_Per_Min
Annotations
Unitsymbol kcal{th}/min
Qudtreference http://qudt.org/vocab/unit/KiloCAL_TH-PER-MIN
Ucumcode kcal_th.min-1
Preflabel KiloCal_Th_Per_Min
Altlabel Kilocalorie (thermochemical) Per Minute
Elucidation 1000-fold of the unit calorie divided by the unit minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some Cal_Th_Per_Min
Subclass Of hasSIConversionMultiplier value 69.73383
Subclass Of hasSIConversionOffset value 0.0

KiloCal_Th_Per_Sec

Iri https://w3id.org/emmo#KiloCal_Th_Per_Sec
Annotations
Unitsymbol kcal{th}/s
Qudtreference http://qudt.org/vocab/unit/KiloCAL_TH-PER-SEC
Ucumcode kcal_th.s-1
Preflabel KiloCal_Th_Per_Sec
Altlabel Kilocalorie (thermochemical) Per Second
Elucidation 1000-fold of the unit calorie divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some Cal_Th_Per_Sec
Subclass Of hasSIConversionMultiplier value 4184.0
Subclass Of hasSIConversionOffset value 0.0

KiloCaloriePerCentiMetreSecondDegreeCelsius

Iri https://w3id.org/emmo#KiloCaloriePerCentiMetreSecondDegreeCelsius
Annotations
Unitsymbol kcal/(cm⋅s⋅°C)
Qudtreference http://qudt.org/vocab/unit/KiloCAL-PER-CentiM-SEC-DEG_C
Ucumcode kcal.cm-1.s-1.Cel-1
Preflabel KiloCaloriePerCentiMetreSecondDegreeCelsius
Altlabel Kilocalorie per Centimetre Second Degree Celsius
Formal description
Subclass Of ThermalConductivityUnit
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 418400.0
Subclass Of hasSIConversionOffset value 0.0

KiloCaloriePerGram

Iri https://w3id.org/emmo#KiloCaloriePerGram
Annotations
Unitsymbol kcal/g
Qudtreference http://qudt.org/vocab/unit/KiloCAL-PER-GM
Ucumcode kcal.g-1
Preflabel KiloCaloriePerGram
Altlabel Kilocalorie per Gram
Elucidation "Kilocalorie per Gram" is a unit for 'Specific Energy' expressed as kcal/gm.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of AbsorbedDoseUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 4184000.0
Subclass Of hasSIConversionOffset value 0.0

KiloCaloriePerMinute

Iri https://w3id.org/emmo#KiloCaloriePerMinute
Annotations
Unitsymbol kcal/min
Qudtreference http://qudt.org/vocab/unit/KiloCAL-PER-MIN
Ucumcode kcal.min-1
Preflabel KiloCaloriePerMinute
Altlabel Kilocalorie Per Minute
Elucidation `Kilocalorie per Minute` is a unit for `Heat Flow Rate` and `Power` expressed as kcal/min.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 69.73333
Subclass Of hasSIConversionOffset value 0.0

KiloCaloriePerMole

Iri https://w3id.org/emmo#KiloCaloriePerMole
Annotations
Unitsymbol kcal/mol
Qudtreference http://qudt.org/vocab/unit/KiloCAL-PER-MOL
Ucumcode kcal.mol-1
Preflabel KiloCaloriePerMole
Altlabel Kilocalorie per Mole
Elucidation The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to 4.184 kJ/mol, or 6.9477 × 10 J per molecule. At room temperature it is equal to 1.688 . Physical quantities measured in kcal· mol are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion.

-- QUDT
Formal description
Subclass Of EnergyPerAmountUnit
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 4184.0
Subclass Of hasSIConversionOffset value 0.0

KiloCaloriePerMoleDegreeCelsius

Iri https://w3id.org/emmo#KiloCaloriePerMoleDegreeCelsius
Annotations
Unitsymbol kcal/(mol⋅°C)
Qudtreference http://qudt.org/vocab/unit/KiloCAL-PER-MOL-DEG_C
Ucumcode kcal.mol-1.Cel-1
Preflabel KiloCaloriePerMoleDegreeCelsius
Altlabel Kilocalorie per Mole Degree Celsius
Elucidation `Kilocalorie per Mole Degree Celsius` is a unit for 'Molar Heat Capacity' expressed as kcal/(mol-degC).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of EntropyPerAmountUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit

KiloCaloriePerSecond

Iri https://w3id.org/emmo#KiloCaloriePerSecond
Annotations
Unitsymbol kcal/s
Qudtreference http://qudt.org/vocab/unit/KiloCAL-PER-SEC
Ucumcode kcal.s-1
Preflabel KiloCaloriePerSecond
Altlabel Kilocalorie Per Second
Elucidation `Kilocalorie per Second` is a unit for `Heat Flow Rate` and `Power` expressed as kcal/s.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 4184.0
Subclass Of hasSIConversionOffset value 0.0

KiloCaloriePerSquareCentiMetre

Iri https://w3id.org/emmo#KiloCaloriePerSquareCentiMetre
Annotations
Unitsymbol kcal/cm²
Qudtreference http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2
Ucumcode kcal.cm-2
Preflabel KiloCaloriePerSquareCentiMetre
Altlabel Kilocalorie per Square Centimetre
Elucidation "Kilocalorie per Square Centimeter" is a unit for 'Energy Per Area' expressed as kcal/cm².

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasSIConversionMultiplier value 4.184e-07
Subclass Of hasSIConversionOffset value 0.0

KiloCaloriePerSquareCentiMetreMinute

Iri https://w3id.org/emmo#KiloCaloriePerSquareCentiMetreMinute
Annotations
Unitsymbol kcal/(cm²⋅min)
Qudtreference http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-MIN
Ucumcode kcal.cm-2.min-1
Preflabel KiloCaloriePerSquareCentiMetreMinute
Altlabel Kilocalorie per Square Centimetre Minute
Elucidation "Kilocalorie per Square Centimeter Minute" is a unit for 'Power Per Area' expressed as kcal/(cm²-min).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerDensityUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 6.973333e-05
Subclass Of hasSIConversionOffset value 0.0

KiloCaloriePerSquareCentiMetreSecond

Iri https://w3id.org/emmo#KiloCaloriePerSquareCentiMetreSecond
Annotations
Unitsymbol kcal/(cm²⋅s)
Qudtreference http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-SEC
Ucumcode kcal.cm-2.s-1
Preflabel KiloCaloriePerSquareCentiMetreSecond
Altlabel Kilocalorie per Square Centimetre Second
Elucidation "Kilocalorie per Square Centimeter Second" is a unit for 'Power Per Area' expressed as kcal/(cm²-s).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PowerDensityUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 4.184e-07
Subclass Of hasSIConversionOffset value 0.0

KiloPascalAbsolute

Iri https://w3id.org/emmo#KiloPascalAbsolute
Annotations
Unitsymbol KPaA
Qudtreference http://qudt.org/vocab/unit/KiloPA_A
Ucumcode kPa{absolute}
Preflabel KiloPascalAbsolute
Altlabel Kilopascal Absolute
Elucidation `Kilopascal Absolute` is a SI System unit for 'Force Per Area' expressed as KPaA.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloPond

Iri https://w3id.org/emmo#KiloPond
Annotations
Unitsymbol kP
Qudtreference http://qudt.org/vocab/unit/KiloP
Ucumcode kgf
Preflabel KiloPond
Comment Same as kilogramForce
Elucidation illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 9.80665
Subclass Of hasSIConversionOffset value 0.0

KiloPoundForce

Iri https://w3id.org/emmo#KiloPoundForce
Annotations
Unitsymbol klbf
Qudtreference http://qudt.org/vocab/unit/KiloLB_F
Preflabel KiloPoundForce
Altlabel KiloPound Force
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PoundForce
Subclass Of hasSIConversionMultiplier value 4448.222
Subclass Of hasSIConversionOffset value 0.0

KiloPoundForcePerSquareInch

Iri https://w3id.org/emmo#KiloPoundForcePerSquareInch
Annotations
Unitsymbol kpsi
Qudtreference http://qudt.org/vocab/unit/KiloLB_F-PER-IN2
Ucumcode k[lbf_av].[sin_i]-1
Preflabel KiloPoundForcePerSquareInch
Altlabel Kilopound Force Per Square Inch
Elucidation 1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PoundForcePerSquareInch
Subclass Of hasSIConversionMultiplier value 6894758.0
Subclass Of hasSIConversionOffset value 0.0

KiloVoltAmpereReactive

Iri https://w3id.org/emmo#KiloVoltAmpereReactive
Annotations
Unitsymbol kV⋅A{Reactive}
Qudtreference http://qudt.org/vocab/unit/KiloV-A_Reactive
Ucumcode kV.A{reactive}
Preflabel KiloVoltAmpereReactive
Altlabel Kilovolt Ampere Reactive
Elucidation 1 000-fold of the unit var

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some VoltAmpereReactive
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloVoltAmpereReactiveHour

Iri https://w3id.org/emmo#KiloVoltAmpereReactiveHour
Annotations
Unitsymbol kV⋅A{Reactive}⋅hr
Qudtreference http://qudt.org/vocab/unit/KiloV-A_Reactive-HR
Ucumcode kV.A.h{reactive}
Preflabel KiloVoltAmpereReactiveHour
Altlabel Kilovolt Ampere Reactive Hour
Elucidation product of the 1 000-fold of the unit volt ampere reactive and the unit hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some VoltAmpereReactiveHour
Subclass Of hasSIConversionMultiplier value 3600000.0
Subclass Of hasSIConversionOffset value 0.0

KilogramForce

Iri https://w3id.org/emmo#KilogramForce
Annotations
Unitsymbol kgf
Qudtreference http://qudt.org/vocab/unit/KiloGM_F
Ucumcode kgf
Preflabel KilogramForce
Altlabel Kilogram Force
Elucidation "Kilogram Force" is a unit for 'Force' expressed as kgf.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 9.80665
Subclass Of hasSIConversionOffset value 0.0

KilogramForceMetre

Iri https://w3id.org/emmo#KilogramForceMetre
Annotations
Unitsymbol kgf⋅m
Qudtreference http://qudt.org/vocab/unit/KiloGM_F-M
Ucumcode kgf.m
Preflabel KilogramForceMetre
Altlabel Kilogram?force Metre
Elucidation product of the unit kilogram-force and the SI base unit metre

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 9.80665
Subclass Of hasSIConversionOffset value 0.0

KilogramForceMetrePerSecond

Iri https://w3id.org/emmo#KilogramForceMetrePerSecond
Annotations
Unitsymbol kgf⋅m/s
Qudtreference http://qudt.org/vocab/unit/KiloGM_F-M-PER-SEC
Ucumcode kgf.m.s-1
Preflabel KilogramForceMetrePerSecond
Altlabel Kilogram?force Metre Per Second
Elucidation product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 9.80665
Subclass Of hasSIConversionOffset value 0.0

KilogramForceMetrePerSquareCentiMetre

Iri https://w3id.org/emmo#KilogramForceMetrePerSquareCentiMetre
Annotations
Unitsymbol kgf⋅m/cm²
Qudtreference http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2
Ucumcode kgf.m.cm-2
Preflabel KilogramForceMetrePerSquareCentiMetre
Altlabel Kilogram?force Metre Per Square Centimetre
Elucidation product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasSIConversionMultiplier value 98066.5
Subclass Of hasSIConversionOffset value 0.0

KilogramForcePerSquareCentiMetre

Iri https://w3id.org/emmo#KilogramForcePerSquareCentiMetre
Annotations
Unitsymbol kgf/cm²
Qudtreference http://qudt.org/vocab/unit/KiloGM_F-PER-CentiM2
Ucumcode kgf.cm-2
Preflabel KilogramForcePerSquareCentiMetre
Altlabel Kilogram Force per Square Centimetre
Elucidation "Kilogram Force per Square Centimeter" is a unit for 'Force Per Area' expressed as kgf/cm².

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 98066.5
Subclass Of hasSIConversionOffset value 0.0

KilogramForcePerSquareMetre

Iri https://w3id.org/emmo#KilogramForcePerSquareMetre
Annotations
Unitsymbol kgf/m²
Qudtreference http://qudt.org/vocab/unit/KiloGM_F-PER-M2
Ucumcode kgf.m-2
Preflabel KilogramForcePerSquareMetre
Altlabel Kilogram Force Per Square Metre
Elucidation not SI conform unit of the pressure

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 9.80665
Subclass Of hasSIConversionOffset value 0.0

KilogramForcePerSquareMilliMetre

Iri https://w3id.org/emmo#KilogramForcePerSquareMilliMetre
Annotations
Unitsymbol kgf/mm²
Qudtreference http://qudt.org/vocab/unit/KiloGM_F-PER-MilliM2
Ucumcode kgf.mm-2
Preflabel KilogramForcePerSquareMilliMetre
Altlabel Kilogram Force Per Square Millimetre
Elucidation not SI conform unit of the pressure

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 9806650.0
Subclass Of hasSIConversionOffset value 0.0

Kip

Iri https://w3id.org/emmo#Kip
Annotations
Unitsymbol kip
Qudtreference http://qudt.org/vocab/unit/KIP_F
Ucumcode k[lbf_av]
Preflabel Kip
Elucidation 1000 pound-force

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Kip?oldid=492552722
Formal description
Subclass Of ForceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4448.222
Subclass Of hasSIConversionOffset value 0.0

KipPerSquareInch

Iri https://w3id.org/emmo#KipPerSquareInch
Annotations
Unitsymbol kip/in²
Qudtreference http://qudt.org/vocab/unit/KIP_F-PER-IN2
Ucumcode k[lbf_av].[in_i]-2
Preflabel KipPerSquareInch
Altlabel Kip per Square Inch
Elucidation "Kip per Square Inch" is a unit for 'Force Per Area' expressed as kip/in².

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6894758.0
Subclass Of hasSIConversionOffset value 0.0

Lb_Ft2

Iri https://w3id.org/emmo#Lb_Ft2
Annotations
Unitsymbol lb⋅ft²
Qudtreference http://qudt.org/vocab/unit/LB-FT2
Ucumcode [lb_av].[sft_i]
Preflabel Lb_Ft2
Altlabel Pound Mass (avoirdupois) Square Foot
Elucidation product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassAreaUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.04214011
Subclass Of hasSIConversionOffset value 0.0

Lb_In

Iri https://w3id.org/emmo#Lb_In
Annotations
Unitsymbol lb⋅in
Qudtreference http://qudt.org/vocab/unit/LB-IN
Ucumcode [lb_av].[in_i]
Preflabel Lb_In
Altlabel Pound Mass (avoirdupois) Inch
Elucidation unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of LengthMassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01152125
Subclass Of hasSIConversionOffset value 0.0

Lb_In2

Iri https://w3id.org/emmo#Lb_In2
Annotations
Unitsymbol lb⋅in²
Qudtreference http://qudt.org/vocab/unit/LB-IN2
Ucumcode [lb_av].[sin_i]
Preflabel Lb_In2
Altlabel Pound Mass (avoirdupois) Square Inch
Elucidation product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassAreaUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0002926397
Subclass Of hasSIConversionOffset value 0.0

Lb_Per_Day

Iri https://w3id.org/emmo#Lb_Per_Day
Annotations
Unitsymbol lb/day
Qudtreference http://qudt.org/vocab/unit/LB-PER-DAY
Ucumcode [lb_av].d-1
Preflabel Lb_Per_Day
Altlabel Pound (avoirdupois) Per Day
Elucidation unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 5.249912e-06
Subclass Of hasSIConversionOffset value 0.0

Lb_Per_Ft2

Iri https://w3id.org/emmo#Lb_Per_Ft2
Annotations
Unitsymbol lb/ft²
Qudtreference http://qudt.org/vocab/unit/LB-PER-FT2
Ucumcode [lb_av].[ft_i]-2
Preflabel Lb_Per_Ft2
Altlabel Pound Mass (avoirdupois) Per Square Foot
Elucidation unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of AreaDensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.882428
Subclass Of hasSIConversionOffset value 0.0

Lb_Per_Gal_Uk

Iri https://w3id.org/emmo#Lb_Per_Gal_Uk
Annotations
Unitsymbol lb/gal{UK}
Qudtreference http://qudt.org/vocab/unit/LB-PER-GAL_UK
Ucumcode [lb_av].[gal_br]-1
Preflabel Lb_Per_Gal_Uk
Altlabel Pound (avoirdupois) Per Gallon (UK)
Elucidation unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 99.77637
Subclass Of hasSIConversionOffset value 0.0

Lb_Per_Gal_Us

Iri https://w3id.org/emmo#Lb_Per_Gal_Us
Annotations
Unitsymbol lb/gal{US}
Qudtreference http://qudt.org/vocab/unit/LB-PER-GAL_US
Ucumcode [lb_av].[gal_us]-1
Preflabel Lb_Per_Gal_Us
Altlabel Pound (avoirdupois) Per Gallon (US)
Elucidation unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 83.08122
Subclass Of hasSIConversionOffset value 0.0

Lb_Per_In2

Iri https://w3id.org/emmo#Lb_Per_In2
Annotations
Unitsymbol lb/in²
Qudtreference http://qudt.org/vocab/unit/LB-PER-IN2
Ucumcode [lb_av].[sin_i]-1
Preflabel Lb_Per_In2
Altlabel Pound (avoirdupois) Per Square Inch
Elucidation unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of AreaDensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 703.0696
Subclass Of hasSIConversionOffset value 0.0

Lb_Per_Sec

Iri https://w3id.org/emmo#Lb_Per_Sec
Annotations
Unitsymbol lb/s
Qudtreference http://qudt.org/vocab/unit/LB-PER-SEC
Ucumcode [lb_av].s-1
Preflabel Lb_Per_Sec
Altlabel Pound (avoirdupois) Per Second
Elucidation unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.4535924
Subclass Of hasSIConversionOffset value 0.0

LongHundredWeight

Iri https://w3id.org/emmo#LongHundredWeight
Annotations
Unitsymbol cwt{long}
Qudtreference http://qudt.org/vocab/unit/CWT_LONG
Ucumcode [lcwt_av]
Preflabel LongHundredWeight
Altlabel Long Hundred Weight
Elucidation "Hundred Weight - Long" is a unit for 'Mass' expressed as cwt.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 50.80235
Subclass Of hasSIConversionOffset value 0.0

LongTon

Iri https://w3id.org/emmo#LongTon
Annotations
Unitsymbol t{long}
Qudtreference http://qudt.org/vocab/unit/TON_LONG
Ucumcode [lton_av]
Preflabel LongTon
Altlabel Long Ton
Elucidation Long ton (weight ton or imperial ton) is the name for the unit called the "ton" in the avoirdupois or Imperial system of measurements, as used in the United Kingdom and several other Commonwealth countries. One long ton is equal to 2,240 pounds (1,016 kg), 1.12 times as much as a short ton, or 35 cubic feet (0.9911 m3) of salt water with a density of 64 lb/ft3 (1.025 g/ml).
It has some limited use in the United States, most commonly in measuring the displacement of ships, and was the unit prescribed for warships by the Washington Naval Treaty 1922-for example battleships were limited to a mass of 35,000 long tons (36,000 t; 39,000 short tons).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Long_ton
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1016.047
Subclass Of hasSIConversionOffset value 0.0

LongTonPerCubicYard

Iri https://w3id.org/emmo#LongTonPerCubicYard
Annotations
Unitsymbol t{long}/yd³
Qudtreference http://qudt.org/vocab/unit/TON_LONG-PER-YD3
Ucumcode [lton_av]/[cyd_i]
Preflabel LongTonPerCubicYard
Altlabel Long Ton per Cubic Yard
Elucidation The long ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in long tons.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1328.939
Subclass Of hasSIConversionOffset value 0.0

M2_Hr_Deg_C_Per_KiloCal_It

Iri https://w3id.org/emmo#M2_Hr_Deg_C_Per_KiloCal_It
Annotations
Unitsymbol m²⋅hr⋅°C/kcal{IT}
Qudtreference http://qudt.org/vocab/unit/M2-HR-DEG_C-PER-KiloCAL_IT
Ucumcode m2.h.Cel/kcal_IT
Preflabel M2_Hr_Deg_C_Per_KiloCal_It
Altlabel Square Metre Hour Degree Celsius Per Kilocalorie (international Table)
Elucidation product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PerThermalTransmittanceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.859845
Subclass Of hasSIConversionOffset value 0.0

MeanGregorianMonth

Iri https://w3id.org/emmo#MeanGregorianMonth
Annotations
Qudtreference http://qudt.org/vocab/unit/MO_MeanGREGORIAN
Ucumcode mo_g
Preflabel MeanGregorianMonth
Altlabel Mean Gregorian Month
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2629746.0
Subclass Of hasSIConversionOffset value 0.0

MeanJulianMonth

Iri https://w3id.org/emmo#MeanJulianMonth
Annotations
Qudtreference http://qudt.org/vocab/unit/MO_MeanJulian
Ucumcode mo_j
Preflabel MeanJulianMonth
Altlabel Mean Julian Month
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

MegaBtu_It_Per_Hr

Iri https://w3id.org/emmo#MegaBtu_It_Per_Hr
Annotations
Unitsymbol MBtu{IT}/hr
Qudtreference http://qudt.org/vocab/unit/MegaBTU_IT-PER-HR
Ucumcode M[Btu_IT].h-1
Ucumcode M[Btu_IT]/h
Preflabel MegaBtu_It_Per_Hr
Altlabel Mega British Thermal Unit (International Definition) per Hour
Formal description
Subclass Of NonSIUnit
Subclass Of MegaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 293071.1
Subclass Of hasSIConversionOffset value 0.0

MegaPascalSquareRootMeter

Iri https://w3id.org/emmo#MegaPascalSquareRootMeter
Annotations
Unitsymbol MPa√m
Qudtreference http://qudt.org/vocab/unit/MegaPA-M0pt5
Preflabel MegaPascalSquareRootMeter
Altlabel Megapascal Square Root Meter
Elucidation 1,000,000-fold of the derived unit Pascal Square Root Meter

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MegaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasUnitSymbol some PascalSquareRootMeter
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaPoundForce

Iri https://w3id.org/emmo#MegaPoundForce
Annotations
Unitsymbol Mlbf
Qudtreference http://qudt.org/vocab/unit/MegaLB_F
Ucumcode M[lbf_av]
Preflabel MegaPoundForce
Altlabel Mega Pound Force
Wikipediareference http://en.wikipedia.org/wiki/Pound-force?oldid=453191483
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of MegaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PoundForce
Subclass Of hasSIConversionMultiplier value 4448.222
Subclass Of hasSIConversionOffset value 0.0

MegaTonOfOilEquivalent

Iri https://w3id.org/emmo#MegaTonOfOilEquivalent
Annotations
Unitsymbol megatoe
Qudtreference http://qudt.org/vocab/unit/MegaTOE
Preflabel MegaTonOfOilEquivalent
Altlabel Megaton of Oil Equivalent
Elucidation The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy).
Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent
Formal description
Subclass Of NonSIUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.1868e+16
Subclass Of hasSIConversionOffset value 0.0

MegaVoltAmpereReactive

Iri https://w3id.org/emmo#MegaVoltAmpereReactive
Annotations
Unitsymbol MV⋅A{Reactive}
Qudtreference http://qudt.org/vocab/unit/MegaV-A_Reactive
Ucumcode MV.A{reactive}
Preflabel MegaVoltAmpereReactive
Altlabel Megavolt Ampere Reactive
Elucidation 1 000 000-fold of the unit volt ampere reactive

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MegaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some VoltAmpereReactive
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaVoltAmpereReactiveHour

Iri https://w3id.org/emmo#MegaVoltAmpereReactiveHour
Annotations
Unitsymbol MV⋅A{Reactive}⋅hr
Qudtreference http://qudt.org/vocab/unit/MegaV-A_Reactive-HR
Ucumcode MV.A{reactive}.h
Preflabel MegaVoltAmpereReactiveHour
Altlabel Megavolt Ampere Reactive Hour
Elucidation product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MegaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some VoltAmpereReactiveHour
Subclass Of hasSIConversionMultiplier value 3600000000.0
Subclass Of hasSIConversionOffset value 0.0

Mesh

Iri https://w3id.org/emmo#Mesh
Annotations
Unitsymbol mesh
Qudtreference http://qudt.org/vocab/unit/MESH
Ucumcode [mesh_i]
Preflabel Mesh
Elucidation "Mesh" is a measure of particle size or fineness of a woven product.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Mesh_(scale)
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

MetricDeciTon

Iri https://w3id.org/emmo#MetricDeciTon
Annotations
Unitsymbol dt
Qudtreference http://qudt.org/vocab/unit/DeciTON_Metric
Ucumcode dt
Preflabel MetricDeciTon
Altlabel Metric DeciTON
Elucidation 100-fold of the SI base unit kilogram

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

MetricKiloTon

Iri https://w3id.org/emmo#MetricKiloTon
Annotations
Unitsymbol kton{short}
Qudtreference http://qudt.org/vocab/unit/KiloTON_Metric
Ucumcode kt
Preflabel MetricKiloTon
Altlabel Metric KiloTON
Elucidation 1 000 000-fold of the SI base unit kilogram

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MetricPerm

Iri https://w3id.org/emmo#MetricPerm
Annotations
Unitsymbol perm{Metric}
Qudtreference http://qudt.org/vocab/unit/PERM_Metric
Preflabel MetricPerm
Altlabel Metric Perm
Elucidation A perm is a unit of permeance or "water vapor transmission" given a certain differential in partial pressures on either side of a material or membrane. The metric perm (not an SI unit) is defined as 1 gram of water vapor per day, per square meter, per millimeter of mercury.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Perm_(unit)
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of TimePerLengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 8.68127e-11
Subclass Of hasSIConversionOffset value 0.0

MetricTon

Iri https://w3id.org/emmo#MetricTon
Annotations
Unitsymbol t
Qudtreference http://qudt.org/vocab/unit/TON_Metric
Ucumcode t
Preflabel MetricTon
Altlabel Metric Ton
Elucidation 1,000-fold of the SI base unit kilogram

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Tonne?oldid=492526238
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

MicroAtmospheres

Iri https://w3id.org/emmo#MicroAtmospheres
Annotations
Unitsymbol µatm
Qudtreference http://qudt.org/vocab/unit/MicroATM
Ucumcode uatm
Preflabel MicroAtmospheres
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of MicroPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.101325
Subclass Of hasSIConversionOffset value 0.0

MicroGalsPerMetre

Iri https://w3id.org/emmo#MicroGalsPerMetre
Annotations
Unitsymbol µGal/m
Qudtreference http://qudt.org/vocab/unit/MicroGAL-PER-M
Ucumcode uGal.m-1
Preflabel MicroGalsPerMetre
Altlabel MicroGals per metre
Elucidation A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AngularFrequencyUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-08
Subclass Of hasSIConversionOffset value 0.0

MicroMho

Iri https://w3id.org/emmo#MicroMho
Annotations
Unitsymbol μmho
Qudtreference http://qudt.org/vocab/unit/MicroMHO
Ucumcode umho
Preflabel MicroMho
Elucidation 0.000001-fold of the obsolete unit mho of the electric conductance

-- QUDT
Formal description
Subclass Of Thing
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerMicroMoleOfBiomassPerDay

Iri https://w3id.org/emmo#MicroMolePerMicroMoleOfBiomassPerDay
Annotations
Unitsymbol µmol/(µmol⋅day)
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-MicroMOL-DAY
Ucumcode umol.umol-1.d-1
Ucumcode umol/umol/d
Preflabel MicroMolePerMicroMoleOfBiomassPerDay
Altlabel Micromole per micromole of biomass per day
Formal description
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-05
Subclass Of hasSIConversionOffset value 0.0

MicroPoise

Iri https://w3id.org/emmo#MicroPoise
Annotations
Unitsymbol μP
Qudtreference http://qudt.org/vocab/unit/MicroPOISE
Ucumcode uP
Preflabel MicroPoise
Elucidation 0.000001-fold of the CGS unit of the dynamic viscosity poise

-- QUDT
Formal description
Subclass Of MassPerLengthTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-07
Subclass Of hasSIConversionOffset value 0.0

Mil

Iri https://w3id.org/emmo#Mil
Annotations
Unitsymbol mil{NATO}
Qudtreference http://qudt.org/vocab/unit/MIL
Preflabel Mil
Altlabel Mil Angle (NATO)
Elucidation The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthFractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0004908739
Subclass Of hasSIConversionOffset value 0.0

MilLength

Iri https://w3id.org/emmo#MilLength
Annotations
Unitsymbol mil
Qudtreference http://qudt.org/vocab/unit/MilLength
Ucumcode [mil_i]
Preflabel MilLength
Altlabel Mil Length
Elucidation "Mil Length" is a C.G.S System unit for 'Length' expressed as mil.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of hasSIConversionMultiplier value 2.54e-05
Subclass Of hasSIConversionOffset value 0.0

MileUsStatute

Iri https://w3id.org/emmo#MileUsStatute
Annotations
Unitsymbol mi{US}
Qudtreference http://qudt.org/vocab/unit/MI_US
Ucumcode [mi_us]
Preflabel MileUsStatute
Altlabel Mile US Statute
Elucidation The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Mile
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1609.347
Subclass Of hasSIConversionOffset value 0.0

MilliGal

Iri https://w3id.org/emmo#MilliGal
Annotations
Unitsymbol mgal
Qudtreference http://qudt.org/vocab/unit/MilliGAL
Ucumcode mGal
Preflabel MilliGal
Elucidation 0.001-fold of the unit of acceleration called gal according to the CGS system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AccelerationUnit
Subclass Of MilliPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-05
Subclass Of hasSIConversionOffset value 0.0

MilliMetreOfMercury

Iri https://w3id.org/emmo#MilliMetreOfMercury
Annotations
Unitsymbol mmHg
Qudtreference http://qudt.org/vocab/unit/MilliM_HG
Ucumcode mm[Hg]
Preflabel MilliMetreOfMercury
Altlabel Millimetre of Mercury
Elucidation The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly 13.5951 g/cm³, at a place where the acceleration of gravity is exactly 9.80665 m/s².

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Torr?oldid=495199381
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 133.3224
Subclass Of hasSIConversionOffset value 0.0

MilliMetreOfMercury_Absolute

Iri https://w3id.org/emmo#MilliMetreOfMercury_Absolute
Annotations
Unitsymbol mmHgA
Qudtreference http://qudt.org/vocab/unit/MilliM_HGA
Ucumcode mm[Hg]{absolute}
Preflabel MilliMetreOfMercury_Absolute
Altlabel Millimetre of Mercury - Absolute
Elucidation Millimeters of Mercury inclusive of atmospheric pressure

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit

MilliRad

Iri https://w3id.org/emmo#MilliRad
Annotations
Unitsymbol mrad
Qudtreference http://qudt.org/vocab/unit/MilliRAD_R
Preflabel MilliRad
Altlabel MilliRad
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AbsorbedDoseUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Rad
Subclass Of hasSIConversionMultiplier value 1e-05
Subclass Of hasSIConversionOffset value 0.0

MilliRoentgen

Iri https://w3id.org/emmo#MilliRoentgen
Annotations
Unitsymbol mR
Qudtreference http://qudt.org/vocab/unit/MilliR
Ucumcode mR
Preflabel MilliRoentgen
Elucidation 0.001-fold of the unit roentgen.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Roentgen_(unit)
Formal description
Subclass Of ElectricChargePerMassUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Roentgen
Subclass Of hasSIConversionMultiplier value 2.58e-07
Subclass Of hasSIConversionOffset value 0.0

MilliRoentgenEquivalentMan

Iri https://w3id.org/emmo#MilliRoentgenEquivalentMan
Annotations
Unitsymbol mrem
Qudtreference http://qudt.org/vocab/unit/MilliR_man
Ucumcode mREM
Preflabel MilliRoentgenEquivalentMan
Altlabel Milliroentgen Equivalent Man
Elucidation The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Roentgen_equivalent_man
Formal description
Subclass Of NonSIUnit
Subclass Of AbsorbedDoseUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 2.58e-07
Subclass Of hasSIConversionOffset value 0.0

MilliTorr

Iri https://w3id.org/emmo#MilliTorr
Annotations
Unitsymbol mTorr
Qudtreference http://qudt.org/vocab/unit/MilliTORR
Preflabel MilliTorr
Altlabel MilliTorr
Elucidation "MilliTorr" is a unit for 'Force Per Area' expressed as utorr.

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Torr
Subclass Of hasSIConversionMultiplier value 0.133322
Subclass Of hasSIConversionOffset value 0.0

MillionYear

Iri https://w3id.org/emmo#MillionYear
Annotations
Unitsymbol Myr
Qudtreference http://qudt.org/vocab/unit/MegaYR
Ucumcode Ma
Preflabel MillionYear
Altlabel Million Years
Elucidation 1,000,000-fold of the derived unit year.

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 31557600000000.0
Subclass Of hasSIConversionOffset value 0.0

MinuteAngle

Iri https://w3id.org/emmo#MinuteAngle
Annotations
Unitsymbol '
Qudtreference http://qudt.org/vocab/unit/MIN_Angle
Ucumcode '
Preflabel MinuteAngle
Altlabel Minute Angle
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthFractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0002908882
Subclass Of hasSIConversionOffset value 0.0

Mohm

Iri https://w3id.org/emmo#Mohm
Annotations
Unitsymbol mohm
Qudtreference http://qudt.org/vocab/unit/MOHM
Preflabel Mohm
Elucidation A unit of mechanical mobility for sound waves, being the reciprocal of the mechanical ohm unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. The mechanical ohm is equivalent to 1 dyn· s· cm⁻¹ or 10⁻³ N· s· m⁻¹.

-- QUDT
Formal description
Subclass Of MechanicalMobilityUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

NephelometryTurbidityUnit

Iri https://w3id.org/emmo#NephelometryTurbidityUnit
Annotations
Unitsymbol NTU
Qudtreference http://qudt.org/vocab/unit/NTU
Preflabel NephelometryTurbidityUnit
Altlabel Nephelometry Turbidity Unit
Elucidation "Nephelometry Turbidity Unit" is a C.G.S System unit for 'Turbidity' expressed as NTU.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DimensionlessUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

NumberPer100Gram

Iri https://w3id.org/emmo#NumberPer100Gram
Annotations
Unitsymbol /hg
Qudtreference http://qudt.org/vocab/unit/NUM-PER-HectoGM
Ucumcode {#}.hg-1
Preflabel NumberPer100Gram
Altlabel Number per 100 grams
Elucidation Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ReciprocalMassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 10.0
Subclass Of hasSIConversionOffset value 0.0

NumberPerCubicMetre

Iri https://w3id.org/emmo#NumberPerCubicMetre
Annotations
Unitsymbol /m³
Qudtreference http://qudt.org/vocab/unit/NUM-PER-M3
Ucumcode {#}.m-3
Preflabel NumberPerCubicMetre
Altlabel Number per cubic metre
Formal description
Subclass Of SICoherentDerivedUnit
Subclass Of PerVolumeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

NumberPerGram

Iri https://w3id.org/emmo#NumberPerGram
Annotations
Unitsymbol /g
Qudtreference http://qudt.org/vocab/unit/NUM-PER-GM
Ucumcode {#}.g-1
Preflabel NumberPerGram
Altlabel Number per gram
Formal description
Subclass Of ReciprocalMassUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

NumberPerHectare

Iri https://w3id.org/emmo#NumberPerHectare
Annotations
Unitsymbol /ha
Qudtreference http://qudt.org/vocab/unit/NUM-PER-HA
Ucumcode {#}.har-1
Preflabel NumberPerHectare
Altlabel Number per hectare
Elucidation Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre).

-- QUDT
Formal description
Subclass Of PerAreaUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

NumberPerHour

Iri https://w3id.org/emmo#NumberPerHour
Annotations
Unitsymbol /hr
Qudtreference http://qudt.org/vocab/unit/NUM-PER-HR
Ucumcode {#}.h-1
Preflabel NumberPerHour
Altlabel Number per hour
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0002777778
Subclass Of hasSIConversionOffset value 0.0

NumberPerLitre

Iri https://w3id.org/emmo#NumberPerLitre
Annotations
Unitsymbol /L
Qudtreference http://qudt.org/vocab/unit/NUM-PER-L
Ucumcode {#}.L-1
Preflabel NumberPerLitre
Altlabel Number per litre
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PerVolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

NumberPerMetre

Iri https://w3id.org/emmo#NumberPerMetre
Annotations
Unitsymbol /m
Qudtreference http://qudt.org/vocab/unit/NUM-PER-M
Ucumcode {#}.m-1
Preflabel NumberPerMetre
Altlabel Number per metre
Elucidation Unavailable.

-- QUDT
Formal description
Subclass Of SICoherentDerivedUnit
Subclass Of ReciprocalLengthUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

NumberPerMicroLitre

Iri https://w3id.org/emmo#NumberPerMicroLitre
Annotations
Unitsymbol /µL
Qudtreference http://qudt.org/vocab/unit/NUM-PER-MicroL
Ucumcode {#}.uL-1
Preflabel NumberPerMicroLitre
Altlabel Number per microlitre
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PerVolumeUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

NumberPerMilliGram

Iri https://w3id.org/emmo#NumberPerMilliGram
Annotations
Unitsymbol /mg
Qudtreference http://qudt.org/vocab/unit/NUM-PER-MilliGM
Ucumcode {#}.mg-1
Preflabel NumberPerMilliGram
Altlabel Number per milligram
Elucidation Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram).

-- QUDT
Formal description
Subclass Of ReciprocalMassUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

NumberPerNanoLitre

Iri https://w3id.org/emmo#NumberPerNanoLitre
Annotations
Unitsymbol /nL
Qudtreference http://qudt.org/vocab/unit/NUM-PER-NanoL
Ucumcode {#}.nL-1
Preflabel NumberPerNanoLitre
Altlabel Number per nanolitre
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PerVolumeUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2147484000.0
Subclass Of hasSIConversionOffset value 0.0

NumberPerSquareCentiMetrePerThousandYear

Iri https://w3id.org/emmo#NumberPerSquareCentiMetrePerThousandYear
Annotations
Unitsymbol /(cm⋅1000 yr)
Qudtreference http://qudt.org/vocab/unit/NUM-PER-CentiM-KiloYR
Ucumcode {#}.cm-2.ka-1
Preflabel NumberPerSquareCentiMetrePerThousandYear
Altlabel Number per square centimetre per thousand years
Formal description
Subclass Of NonSIUnit
Subclass Of PerLengthTimeUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.168809e-07
Subclass Of hasSIConversionOffset value 0.0

NumberPerSquareKiloMetre

Iri https://w3id.org/emmo#NumberPerSquareKiloMetre
Annotations
Unitsymbol /km²
Qudtreference http://qudt.org/vocab/unit/NUM-PER-KiloM2
Ucumcode {#}.km-2
Preflabel NumberPerSquareKiloMetre
Altlabel Number per square kilometre
Formal description
Subclass Of PerAreaUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

NumberPerSquareMetre

Iri https://w3id.org/emmo#NumberPerSquareMetre
Annotations
Unitsymbol /m²
Qudtreference http://qudt.org/vocab/unit/NUM-PER-M2
Ucumcode {#}.m-2
Preflabel NumberPerSquareMetre
Altlabel Number per square metre
Formal description
Subclass Of PerAreaUnit
Subclass Of SICoherentDerivedUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

NumberPerSquareMetrePerDay

Iri https://w3id.org/emmo#NumberPerSquareMetrePerDay
Annotations
Unitsymbol /(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/NUM-PER-M2-DAY
Ucumcode {#}.m-2.d-1
Preflabel NumberPerSquareMetrePerDay
Altlabel Number per square metre per day
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PerAreaTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-05
Subclass Of hasSIConversionOffset value 0.0

NumberPerYear

Iri https://w3id.org/emmo#NumberPerYear
Annotations
Unitsymbol #/yr
Qudtreference http://qudt.org/vocab/unit/NUM-PER-YR
Ucumcode {#}.a-1
Preflabel NumberPerYear
Altlabel Number per Year
Elucidation "Number per Year" is a unit for 'Frequency' expressed as #/yr.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 3.168809e-08
Subclass Of hasSIConversionOffset value 0.0

OunceMass

Iri https://w3id.org/emmo#OunceMass
Annotations
Unitsymbol oz
Qudtreference http://qudt.org/vocab/unit/OZ
Ucumcode [oz_av]
Preflabel OunceMass
Altlabel Ounce Mass
Elucidation An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.02834952
Subclass Of hasSIConversionOffset value 0.0

OunceTroy

Iri https://w3id.org/emmo#OunceTroy
Annotations
Unitsymbol oz{Troy}
Qudtreference http://qudt.org/vocab/unit/OZ_TROY
Ucumcode [oz_tr]
Preflabel OunceTroy
Altlabel Ounce Troy
Elucidation An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.03110348
Subclass Of hasSIConversionOffset value 0.0

Oz_Ft

Iri https://w3id.org/emmo#Oz_Ft
Annotations
Unitsymbol oz⋅ft
Qudtreference http://qudt.org/vocab/unit/OZ-FT
Ucumcode [oz_av].[ft_i]
Preflabel Oz_Ft
Altlabel Ounce (avoirdupois) Foot
Elucidation unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of LengthMassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0086409
Subclass Of hasSIConversionOffset value 0.0

Oz_In

Iri https://w3id.org/emmo#Oz_In
Annotations
Unitsymbol oz⋅in
Qudtreference http://qudt.org/vocab/unit/OZ-IN
Ucumcode [oz_av].[in_i]
Preflabel Oz_In
Altlabel Ounce (avoirdupois) Inch
Elucidation unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of LengthMassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.000694563
Subclass Of hasSIConversionOffset value 0.0

Oz_Per_Day

Iri https://w3id.org/emmo#Oz_Per_Day
Annotations
Unitsymbol oz/day
Qudtreference http://qudt.org/vocab/unit/OZ-PER-DAY
Ucumcode [oz_av].d-1
Preflabel Oz_Per_Day
Altlabel Ounce (avoirdupois) Per Day
Elucidation traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.2812e-07
Subclass Of hasSIConversionOffset value 0.0

Oz_Per_Gal_Uk

Iri https://w3id.org/emmo#Oz_Per_Gal_Uk
Annotations
Unitsymbol oz/gal{UK}
Qudtreference http://qudt.org/vocab/unit/OZ-PER-GAL_UK
Ucumcode [oz_av].[gal_br]-1
Preflabel Oz_Per_Gal_Uk
Altlabel Ounce (avoirdupois) Per Gallon (UK)
Elucidation unit of the density according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6.236
Subclass Of hasSIConversionOffset value 0.0

Oz_Per_Gal_Us

Iri https://w3id.org/emmo#Oz_Per_Gal_Us
Annotations
Unitsymbol oz/gal{US}
Qudtreference http://qudt.org/vocab/unit/OZ-PER-GAL_US
Ucumcode [oz_av].[gal_us]-1
Preflabel Oz_Per_Gal_Us
Altlabel Ounce (avoirdupois) Per Gallon (US)
Elucidation unit of the density according to the Anglo-American system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 7.8125
Subclass Of hasSIConversionOffset value 0.0

Oz_Per_Hr

Iri https://w3id.org/emmo#Oz_Per_Hr
Annotations
Unitsymbol oz/hr
Qudtreference http://qudt.org/vocab/unit/OZ-PER-HR
Ucumcode [oz_av].h-1
Preflabel Oz_Per_Hr
Altlabel Ounce (avoirdupois) Per Hour
Elucidation traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 7.87487e-06
Subclass Of hasSIConversionOffset value 0.0

Oz_Per_Min

Iri https://w3id.org/emmo#Oz_Per_Min
Annotations
Unitsymbol oz/min
Qudtreference http://qudt.org/vocab/unit/OZ-PER-MIN
Ucumcode [oz_av].min-1
Preflabel Oz_Per_Min
Altlabel Ounce (avoirdupois) Per Minute
Elucidation traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.000472492
Subclass Of hasSIConversionOffset value 0.0

Oz_Per_Sec

Iri https://w3id.org/emmo#Oz_Per_Sec
Annotations
Unitsymbol oz/s
Qudtreference http://qudt.org/vocab/unit/OZ-PER-SEC
Ucumcode [oz_av].s-1
Preflabel Oz_Per_Sec
Altlabel Ounce (avoirdupois) Per Second
Elucidation traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.02834952
Subclass Of hasSIConversionOffset value 0.0

Oz_Per_Yd3

Iri https://w3id.org/emmo#Oz_Per_Yd3
Annotations
Unitsymbol oz/yd³
Qudtreference http://qudt.org/vocab/unit/OZ-PER-YD3
Ucumcode [oz_av].[cyd_i]-1
Preflabel Oz_Per_Yd3
Altlabel Ounce (avoirdupois) Per Cubic Yard
Elucidation unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0370798
Subclass Of hasSIConversionOffset value 0.0

Oz_Vol_Uk

Iri https://w3id.org/emmo#Oz_Vol_Uk
Annotations
Unitsymbol oz{UK}
Qudtreference http://qudt.org/vocab/unit/OZ_VOL_UK
Ucumcode [foz_br]
Preflabel Oz_Vol_Uk
Altlabel Fluid Ounce (UK)
Elucidation unit of the volume for fluids according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.841306e-05
Subclass Of hasSIConversionOffset value 0.0

Oz_Vol_Uk_Per_Day

Iri https://w3id.org/emmo#Oz_Vol_Uk_Per_Day
Annotations
Unitsymbol oz{UK}/day
Qudtreference http://qudt.org/vocab/unit/OZ_VOL_UK-PER-DAY
Ucumcode [foz_br].d-1
Preflabel Oz_Vol_Uk_Per_Day
Altlabel Ounce (UK Fluid) Per Day
Elucidation unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 7.87487e-06
Subclass Of hasSIConversionOffset value 0.0

Oz_Vol_Uk_Per_Hr

Iri https://w3id.org/emmo#Oz_Vol_Uk_Per_Hr
Annotations
Unitsymbol oz{UK}/hr
Qudtreference http://qudt.org/vocab/unit/OZ_VOL_UK-PER-HR
Ucumcode [foz_br].h-1
Preflabel Oz_Vol_Uk_Per_Hr
Altlabel Ounce (UK Fluid) Per Hour
Elucidation unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 7.87487e-06
Subclass Of hasSIConversionOffset value 0.0

Oz_Vol_Uk_Per_Min

Iri https://w3id.org/emmo#Oz_Vol_Uk_Per_Min
Annotations
Unitsymbol oz{UK}/min
Qudtreference http://qudt.org/vocab/unit/OZ_VOL_UK-PER-MIN
Ucumcode [foz_br].min-1
Preflabel Oz_Vol_Uk_Per_Min
Altlabel Ounce (UK Fluid) Per Minute
Elucidation unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.00472492
Subclass Of hasSIConversionOffset value 0.0

Oz_Vol_Uk_Per_Sec

Iri https://w3id.org/emmo#Oz_Vol_Uk_Per_Sec
Annotations
Unitsymbol oz{UK}/s
Qudtreference http://qudt.org/vocab/unit/OZ_VOL_UK-PER-SEC
Ucumcode [foz_br].s-1
Preflabel Oz_Vol_Uk_Per_Sec
Altlabel Ounce (UK Fluid) Per Second
Elucidation unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.84e-05
Subclass Of hasSIConversionOffset value 0.0

Oz_Vol_Us_Per_Day

Iri https://w3id.org/emmo#Oz_Vol_Us_Per_Day
Annotations
Unitsymbol oz{US}/day
Qudtreference http://qudt.org/vocab/unit/OZ_VOL_US-PER-DAY
Ucumcode [foz_us].d-1
Preflabel Oz_Vol_Us_Per_Day
Altlabel Ounce (US Fluid) Per Day
Elucidation unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.42286e-10
Subclass Of hasSIConversionOffset value 0.0

Oz_Vol_Us_Per_Hr

Iri https://w3id.org/emmo#Oz_Vol_Us_Per_Hr
Annotations
Unitsymbol oz{US}/hr
Qudtreference http://qudt.org/vocab/unit/OZ_VOL_US-PER-HR
Ucumcode [foz_us].h-1
Preflabel Oz_Vol_Us_Per_Hr
Altlabel Ounce (US Fluid) Per Hour
Elucidation unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 8.214869e-09
Subclass Of hasSIConversionOffset value 0.0

Oz_Vol_Us_Per_Min

Iri https://w3id.org/emmo#Oz_Vol_Us_Per_Min
Annotations
Unitsymbol oz{US}/min
Qudtreference http://qudt.org/vocab/unit/OZ_VOL_US-PER-MIN
Ucumcode [foz_us].min-1
Preflabel Oz_Vol_Us_Per_Min
Altlabel Ounce (US Fluid) Per Minute
Elucidation unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.92892e-07
Subclass Of hasSIConversionOffset value 0.0

Oz_Vol_Us_Per_Sec

Iri https://w3id.org/emmo#Oz_Vol_Us_Per_Sec
Annotations
Unitsymbol oz{US}/s
Qudtreference http://qudt.org/vocab/unit/OZ_VOL_US-PER-SEC
Ucumcode [foz_us].s-1
Preflabel Oz_Vol_Us_Per_Sec
Altlabel Ounce (US Fluid) Per Second
Elucidation unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.957353e-05
Subclass Of hasSIConversionOffset value 0.0

PartPerBillion

Iri https://w3id.org/emmo#PartPerBillion
Annotations
Unitsymbol PPB
Qudtreference http://qudt.org/vocab/unit/PPB
Ucumcode [ppb]
Preflabel PartPerBillion
Altlabel Parts per billion
Elucidation Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of FractionUnit
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

PartPerMillion

Iri https://w3id.org/emmo#PartPerMillion
Annotations
Unitsymbol PPM
Qudtreference http://qudt.org/vocab/unit/PPM
Ucumcode [ppm]
Preflabel PartPerMillion
Altlabel Parts per million
Elucidation Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of FractionUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

PartPerMillionPerKelvin

Iri https://w3id.org/emmo#PartPerMillionPerKelvin
Annotations
Unitsymbol PPM/K
Qudtreference http://qudt.org/vocab/unit/PPM-PER-K
Ucumcode ppm.K-1
Preflabel PartPerMillionPerKelvin
Altlabel Parts Per Million per Kelvin
Elucidation Unit for expansion ratios expressed as parts per million per Kelvin.

-- QUDT
Formal description
Subclass Of PerTemperatureUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

PartPerTenMillion

Iri https://w3id.org/emmo#PartPerTenMillion
Annotations
Unitsymbol PPTM
Qudtreference http://qudt.org/vocab/unit/PPTM
Preflabel PartPerTenMillion
Altlabel Parts per Ten Million
Elucidation Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of FractionUnit
Subclass Of hasSIConversionMultiplier value 1e-07
Subclass Of hasSIConversionOffset value 0.0

PartPerTenMillionPerKelvin

Iri https://w3id.org/emmo#PartPerTenMillionPerKelvin
Annotations
Unitsymbol PPTM/K
Qudtreference http://qudt.org/vocab/unit/PPTM-PER-K
Preflabel PartPerTenMillionPerKelvin
Altlabel Parts Per Ten Million per Kelvin
Elucidation Unit for expansion ratios expressed as parts per ten million per Kelvin.

-- QUDT
Formal description
Subclass Of PerTemperatureUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-07
Subclass Of hasSIConversionOffset value 0.0

PartPerThousand

Iri https://w3id.org/emmo#PartPerThousand
Annotations
Unitsymbol
Qudtreference http://qudt.org/vocab/unit/PPTH
Ucumcode [ppth]
Preflabel PartPerThousand
Altlabel Parts per thousand
Elucidation Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of FractionUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

PartPerThousandPerHour

Iri https://w3id.org/emmo#PartPerThousandPerHour
Annotations
Unitsymbol ‰/hr
Qudtreference http://qudt.org/vocab/unit/PPTH-PER-HR
Ucumcode [ppth].h-1
Preflabel PartPerThousandPerHour
Altlabel Parts per thousand per hour
Formal description
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-07
Subclass Of hasSIConversionOffset value 0.0

PartPerTrillion

Iri https://w3id.org/emmo#PartPerTrillion
Annotations
Unitsymbol PPTR
Qudtreference http://qudt.org/vocab/unit/PPTR
Ucumcode [pptr]
Preflabel PartPerTrillion
Altlabel Parts per trillion
Elucidation Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of FractionUnit
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

PartPerTrillionByVolume

Iri https://w3id.org/emmo#PartPerTrillionByVolume
Annotations
Unitsymbol pptr
Qudtreference http://qudt.org/vocab/unit/PPTR_VOL
Ucumcode [pptr]{vol}
Preflabel PartPerTrillionByVolume
Altlabel Parts per trillion by volume
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeFractionUnit
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

PascalSquareRootMeter

Iri https://w3id.org/emmo#PascalSquareRootMeter
Annotations
Unitsymbol Pa√m
Qudtreference http://qudt.org/vocab/unit/PA-M0pt5
Preflabel PascalSquareRootMeter
Altlabel Pascal Square Root Meter
Elucidation A metric unit for stress intensity factor and fracture toughness.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of MeasurementUnit

PebiByte

Iri https://w3id.org/emmo#PebiByte
Annotations
Unitsymbol PiB
Qudtreference http://qudt.org/vocab/unit/PebiBYTE
Preflabel PebiByte
Altlabel PebiByte
Elucidation The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte = 1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as 10¹⁵ bytes = 1,000,000,000,000,000 bytes.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Pebibyte?oldid=492685015
Formal description
Subclass Of CountingUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 6243315000000000.0
Subclass Of hasSIConversionOffset value 0.0

PennyWeight

Iri https://w3id.org/emmo#PennyWeight
Annotations
Unitsymbol dwt
Qudtreference http://qudt.org/vocab/unit/DWT
Ucumcode [pwt_tr]
Preflabel PennyWeight
Altlabel Penny Weight
Elucidation "Penny Weight" is a unit for 'Mass' expressed as dwt.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Pennyweight?oldid=486693644
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001555174
Subclass Of hasSIConversionOffset value 0.0

Pennyweight

Iri https://w3id.org/emmo#Pennyweight
Annotations
Unitsymbol dwt
Qudtreference http://qudt.org/vocab/unit/Pennyweight
Ucumcode [pwt_tr]
Preflabel Pennyweight
Elucidation non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10³ kg

-- QUDT
Formal description
Subclass Of MassUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001555174
Subclass Of hasSIConversionOffset value 0.0

PercentPerDay

Iri https://w3id.org/emmo#PercentPerDay
Annotations
Unitsymbol %/day
Qudtreference http://qudt.org/vocab/unit/PERCENT-PER-DAY
Ucumcode %.d-1
Preflabel PercentPerDay
Altlabel Percent per day
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-05
Subclass Of hasSIConversionOffset value 0.0

PercentPerHour

Iri https://w3id.org/emmo#PercentPerHour
Annotations
Unitsymbol %/day
Qudtreference http://qudt.org/vocab/unit/PERCENT-PER-HR
Ucumcode %.h-1
Preflabel PercentPerHour
Altlabel Percent per hour
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0002777778
Subclass Of hasSIConversionOffset value 0.0

PercentPerMetre

Iri https://w3id.org/emmo#PercentPerMetre
Annotations
Unitsymbol %/m
Qudtreference http://qudt.org/vocab/unit/PERCENT-PER-M
Ucumcode %.m-1
Preflabel PercentPerMetre
Altlabel Percent per metre
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

PercentPerWeek

Iri https://w3id.org/emmo#PercentPerWeek
Annotations
Unitsymbol %/wk
Qudtreference http://qudt.org/vocab/unit/PERCENT-PER-WK
Ucumcode %.wk-1
Preflabel PercentPerWeek
Altlabel Percent per week
Elucidation A rate of change in percent over a period of 7 days

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.653439e-06
Subclass Of hasSIConversionOffset value 0.0

PercentRelativeHumidity

Iri https://w3id.org/emmo#PercentRelativeHumidity
Annotations
Unitsymbol %RH
Qudtreference http://qudt.org/vocab/unit/PERCENT_RH
Preflabel PercentRelativeHumidity
Altlabel Percent Relative Humidity
Elucidation Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PressureFractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

PetaByte

Iri https://w3id.org/emmo#PetaByte
Annotations
Unitsymbol PB
Qudtreference http://qudt.org/vocab/unit/PetaBYTE
Ucumcode PBy
Preflabel PetaByte
Altlabel PetaByte
Elucidation A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than 12% greater (2⁵⁰ bytes = 1,125,899,906,842,624 bytes).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Petabyte?oldid=494735969
Formal description
Subclass Of CountingUnit
Subclass Of PetaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 5545177000000000.0
Subclass Of hasSIConversionOffset value 0.0

Pint_Uk

Iri https://w3id.org/emmo#Pint_Uk
Annotations
Unitsymbol pt{UK}
Qudtreference http://qudt.org/vocab/unit/PINT_UK
Ucumcode [pt_br]
Preflabel Pint_Uk
Altlabel Pint (UK)
Elucidation unit of the volume (both for fluids and for dry measures) according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0005682613
Subclass Of hasSIConversionOffset value 0.0

Pint_Uk_Per_Day

Iri https://w3id.org/emmo#Pint_Uk_Per_Day
Annotations
Unitsymbol pt{UK}/day
Qudtreference http://qudt.org/vocab/unit/PINT_UK-PER-DAY
Ucumcode [pt_br].d
Preflabel Pint_Uk_Per_Day
Altlabel Pint (UK) Per Day
Elucidation unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6.577098e-09
Subclass Of hasSIConversionOffset value 0.0

Pint_Uk_Per_Hr

Iri https://w3id.org/emmo#Pint_Uk_Per_Hr
Annotations
Unitsymbol pt{UK}/hr
Qudtreference http://qudt.org/vocab/unit/PINT_UK-PER-HR
Ucumcode [pt_br].h-1
Preflabel Pint_Uk_Per_Hr
Altlabel Pint (UK) Per Hour
Elucidation unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.578504e-07
Subclass Of hasSIConversionOffset value 0.0

Pint_Uk_Per_Min

Iri https://w3id.org/emmo#Pint_Uk_Per_Min
Annotations
Unitsymbol pt{UK}/min
Qudtreference http://qudt.org/vocab/unit/PINT_UK-PER-MIN
Ucumcode [pt_br].min-1
Preflabel Pint_Uk_Per_Min
Altlabel Pint (UK) Per Minute
Elucidation unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 9.471022e-06
Subclass Of hasSIConversionOffset value 0.0

Pint_Uk_Per_Sec

Iri https://w3id.org/emmo#Pint_Uk_Per_Sec
Annotations
Unitsymbol pt{UK}/s
Qudtreference http://qudt.org/vocab/unit/PINT_UK-PER-SEC
Ucumcode [pt_br].s-1
Preflabel Pint_Uk_Per_Sec
Altlabel Pint (UK) Per Second
Elucidation unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0005682613
Subclass Of hasSIConversionOffset value 0.0

Pint_Us_Per_Day

Iri https://w3id.org/emmo#Pint_Us_Per_Day
Annotations
Unitsymbol pt{US}/day
Qudtreference http://qudt.org/vocab/unit/PINT_US-PER-DAY
Ucumcode [pt_us].d-1
Preflabel Pint_Us_Per_Day
Altlabel Pint (US Liquid) Per Day
Elucidation unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 5.47658e-09
Subclass Of hasSIConversionOffset value 0.0

Pint_Us_Per_Hr

Iri https://w3id.org/emmo#Pint_Us_Per_Hr
Annotations
Unitsymbol pt{US}/hr
Qudtreference http://qudt.org/vocab/unit/PINT_US-PER-HR
Ucumcode [pt_us].h-1
Preflabel Pint_Us_Per_Hr
Altlabel Pint (US Liquid) Per Hour
Elucidation unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.314379e-07
Subclass Of hasSIConversionOffset value 0.0

Pint_Us_Per_Min

Iri https://w3id.org/emmo#Pint_Us_Per_Min
Annotations
Unitsymbol pt{US}/min
Qudtreference http://qudt.org/vocab/unit/PINT_US-PER-MIN
Ucumcode [pt_us].min-1
Preflabel Pint_Us_Per_Min
Altlabel Pint (US Liquid) Per Minute
Elucidation unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 7.886275e-06
Subclass Of hasSIConversionOffset value 0.0

Pint_Us_Per_Sec

Iri https://w3id.org/emmo#Pint_Us_Per_Sec
Annotations
Unitsymbol pt{US}/s
Qudtreference http://qudt.org/vocab/unit/PINT_US-PER-SEC
Ucumcode [pt_us].s-1
Preflabel Pint_Us_Per_Sec
Altlabel Pint (US Liquid) Per Second
Elucidation unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0004731765
Subclass Of hasSIConversionOffset value 0.0

Pk_Uk

Iri https://w3id.org/emmo#Pk_Uk
Annotations
Unitsymbol peck{UK}
Qudtreference http://qudt.org/vocab/unit/PK_UK
Ucumcode [pk_br]
Preflabel Pk_Uk
Altlabel Peck (UK)
Elucidation unit of the volume according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.009092181
Subclass Of hasSIConversionOffset value 0.0

Pk_Uk_Per_Day

Iri https://w3id.org/emmo#Pk_Uk_Per_Day
Annotations
Unitsymbol peck{UK}/day
Qudtreference http://qudt.org/vocab/unit/PK_UK-PER-DAY
Ucumcode [pk_br].d-1
Preflabel Pk_Uk_Per_Day
Altlabel Peck (UK) Per Day
Elucidation unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.052336e-07
Subclass Of hasSIConversionOffset value 0.0

Pk_Uk_Per_Hr

Iri https://w3id.org/emmo#Pk_Uk_Per_Hr
Annotations
Unitsymbol peck{UK}/hr
Qudtreference http://qudt.org/vocab/unit/PK_UK-PER-HR
Ucumcode [pk_br].h-1
Preflabel Pk_Uk_Per_Hr
Altlabel Peck (UK) Per Hour
Elucidation unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.525606e-06
Subclass Of hasSIConversionOffset value 0.0

Pk_Uk_Per_Min

Iri https://w3id.org/emmo#Pk_Uk_Per_Min
Annotations
Unitsymbol peck{UK}/min
Qudtreference http://qudt.org/vocab/unit/PK_UK-PER-MIN
Ucumcode [pk_br].min-1
Preflabel Pk_Uk_Per_Min
Altlabel Peck (UK) Per Minute
Elucidation unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001515364
Subclass Of hasSIConversionOffset value 0.0

Pk_Uk_Per_Sec

Iri https://w3id.org/emmo#Pk_Uk_Per_Sec
Annotations
Unitsymbol peck{UK}/s
Qudtreference http://qudt.org/vocab/unit/PK_UK-PER-SEC
Ucumcode [pk_br].s-1
Preflabel Pk_Uk_Per_Sec
Altlabel Peck (UK) Per Second
Elucidation unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.009092181
Subclass Of hasSIConversionOffset value 0.0

Pk_Us_Dry_Per_Day

Iri https://w3id.org/emmo#Pk_Us_Dry_Per_Day
Annotations
Unitsymbol peck{US}/day
Qudtreference http://qudt.org/vocab/unit/PK_US_DRY-PER-DAY
Ucumcode [pk_us].d-1
Preflabel Pk_Us_Dry_Per_Day
Altlabel Peck (US Dry) Per Day
Elucidation unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.019649e-07
Subclass Of hasSIConversionOffset value 0.0

Pk_Us_Dry_Per_Hr

Iri https://w3id.org/emmo#Pk_Us_Dry_Per_Hr
Annotations
Unitsymbol peck{US}/hr
Qudtreference http://qudt.org/vocab/unit/PK_US_DRY-PER-HR
Ucumcode [pk_us].h-1
Preflabel Pk_Us_Dry_Per_Hr
Altlabel Peck (US Dry) Per Hour
Elucidation unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.447158e-06
Subclass Of hasSIConversionOffset value 0.0

Pk_Us_Dry_Per_Min

Iri https://w3id.org/emmo#Pk_Us_Dry_Per_Min
Annotations
Unitsymbol peck{US}/min
Qudtreference http://qudt.org/vocab/unit/PK_US_DRY-PER-MIN
Ucumcode [pk_us].min-1
Preflabel Pk_Us_Dry_Per_Min
Altlabel Peck (US Dry) Per Minute
Elucidation unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001468295
Subclass Of hasSIConversionOffset value 0.0

Pk_Us_Dry_Per_Sec

Iri https://w3id.org/emmo#Pk_Us_Dry_Per_Sec
Annotations
Unitsymbol peck{US}/s
Qudtreference http://qudt.org/vocab/unit/PK_US_DRY-PER-SEC
Ucumcode [pk_us].s-1
Preflabel Pk_Us_Dry_Per_Sec
Altlabel Peck (US Dry) Per Second
Elucidation unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.008809768
Subclass Of hasSIConversionOffset value 0.0

PlanckAngularFrequency

Iri https://w3id.org/emmo#PlanckAngularFrequency
Annotations
Unitsymbol planckangularfrequency
Qudtreference http://qudt.org/vocab/unit/PlanckFrequency_Ang
Preflabel PlanckAngularFrequency
Altlabel Planck Angular Frequency
Formal description
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.85487e+43
Subclass Of hasSIConversionOffset value 0.0

PlanckArea

Iri https://w3id.org/emmo#PlanckArea
Annotations
Unitsymbol planckarea
Qudtreference http://qudt.org/vocab/unit/PlanckArea
Preflabel PlanckArea
Altlabel Planck Area
Formal description
Subclass Of NonSIUnit
Subclass Of AreaUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.61223e-70
Subclass Of hasSIConversionOffset value 0.0

PlanckCharge

Iri https://w3id.org/emmo#PlanckCharge
Annotations
Unitsymbol planckcharge
Qudtreference http://qudt.org/vocab/unit/PlanckCharge
Preflabel PlanckCharge
Altlabel Planck Charge
Elucidation In physics, the Planck charge, denoted by, is one of the base units in the system of natural units called Planck units. It is a quantity of electric charge defined in terms of fundamental physical constants. The Planck charge is defined as: coulombs, where: is the speed of light in the vacuum, is Planck's constant, is the reduced Planck constant, is the permittivity of free space is the elementary charge = (137.03599911) is the fine structure constant. The Planck charge is times greater than the elementary charge e carried by an electron.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Planck_units
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricChargeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.875546e-18
Subclass Of hasSIConversionOffset value 0.0

PlanckCurrent

Iri https://w3id.org/emmo#PlanckCurrent
Annotations
Unitsymbol Iₚ
Qudtreference http://qudt.org/vocab/unit/PlanckCurrent
Preflabel PlanckCurrent
Altlabel Planck Current
Elucidation The Planck current is the unit of electric current, denoted by Iₚ, in the system of natural units known as Planck units. ≈ 3.479 × 10 A, where: the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Planck_current?oldid=493640689
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricCurrentUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.4789e+25
Subclass Of hasSIConversionOffset value 0.0

PlanckCurrentDensity

Iri https://w3id.org/emmo#PlanckCurrentDensity
Annotations
Unitsymbol planckcurrentdensity
Qudtreference http://qudt.org/vocab/unit/PlanckCurrentDensity
Preflabel PlanckCurrentDensity
Altlabel Planck Current Density
Formal description
Subclass Of ElectricCurrentDensityUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.331774e+95
Subclass Of hasSIConversionOffset value 0.0

PlanckDensity

Iri https://w3id.org/emmo#PlanckDensity
Annotations
Unitsymbol ρₚ
Qudtreference http://qudt.org/vocab/unit/PlanckDensity
Preflabel PlanckDensity
Altlabel Planck Density
Elucidation The Planck density is the unit of density, denoted by ρₚ, in the system of natural units known as Planck units. 1 ρₚ is ≈ 5.155 × 10⁹⁶ kg/m³. This is a unit which is very large, about equivalent to 10²³ solar masses squeezed into the space of a single atomic nucleus. At one unit of Planck time after the Big Bang, the mass density of the universe is thought to have been approximately one unit of Planck density.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Planck_density?oldid=493642128
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 5.155e+96
Subclass Of hasSIConversionOffset value 0.0

PlanckEnergy

Iri https://w3id.org/emmo#PlanckEnergy
Annotations
Unitsymbol Eᵨ
Qudtreference http://qudt.org/vocab/unit/PlanckEnergy
Preflabel PlanckEnergy
Altlabel Planck Energy
Elucidation In physics, the unit of energy in the system of natural units known as Planck units is called the Planck energy, denoted by Eₚ. Eₚ is a derived, as opposed to basic, Planck unit. An equivalent definition is: Eₚ = ℏ / tₚ where tₚ is the Planck time. Also: Eₚ = mₚ c² where mₚ is the Planck mass.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Planck_energy?oldid=493639955
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1956100000.0
Subclass Of hasSIConversionOffset value 0.0

PlanckForce

Iri https://w3id.org/emmo#PlanckForce
Annotations
Unitsymbol planckforce
Qudtreference http://qudt.org/vocab/unit/PlanckForce
Preflabel PlanckForce
Altlabel Planck Force
Elucidation Planck force is the derived unit of force resulting from the definition of the base Planck units for time, length, and mass. It is equal to the natural unit of momentum divided by the natural unit of time.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Planck_force?oldid=493643031
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.21027e+44
Subclass Of hasSIConversionOffset value 0.0

PlanckFrequency

Iri https://w3id.org/emmo#PlanckFrequency
Annotations
Unitsymbol planckfrequency
Qudtreference http://qudt.org/vocab/unit/PlanckFrequency
Preflabel PlanckFrequency
Altlabel Planck Frequency
Wikipediareference http://en.wikipedia.org/wiki/Planck_angular_frequency?oldid=493641308
Formal description
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.85487e+43
Subclass Of hasSIConversionOffset value 0.0

PlanckImpedance

Iri https://w3id.org/emmo#PlanckImpedance
Annotations
Unitsymbol Zₚ
Qudtreference http://qudt.org/vocab/unit/PlanckImpedance
Preflabel PlanckImpedance
Altlabel Planck Impedance
Elucidation The Planck impedance is the unit of electrical resistance, denoted by Zₚ, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z₀, and differs in value from Z₀ only by a factor of 4π. If the Planck charge were instead defined to normalize the permittivity of free space, ε₀, rather than the Coulomb constant, 1/(4πε₀), then the Planck impedance would be identical to the characteristic impedance of free space.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Planck_impedance
Formal description
Subclass Of NonSIUnit
Subclass Of ElectricResistanceUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 29.97925
Subclass Of hasSIConversionOffset value 0.0

PlanckLength

Iri https://w3id.org/emmo#PlanckLength
Annotations
Unitsymbol ℓₚ
Qudtreference http://qudt.org/vocab/unit/PlanckLength
Preflabel PlanckLength
Altlabel Planck Length
Elucidation In physics, the Planck length, denoted ℓₚ, is a unit of length, equal to 1.616199(97)×10⁻³⁵ metres. It is a base unit in the system of Planck units. The Planck length can be defined from three fundamental physical constants: the speed of light in a vacuum, Planck's constant, and the gravitational constant.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Planck_units
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.616252e-35
Subclass Of hasSIConversionOffset value 0.0

PlanckMass

Iri https://w3id.org/emmo#PlanckMass
Annotations
Unitsymbol mₚ
Qudtreference http://qudt.org/vocab/unit/PlanckMass
Preflabel PlanckMass
Altlabel Planck Mass
Elucidation In physics, the Planck mass, denoted by mₚ, is the unit of mass in the system of natural units known as Planck units. It is defined so that ≈ 1.2209 × 10 GeV/c₀ = 2.17651(13) × 10 kg, (or 21.7651 μ g), where c₀ is the speed of light in a vacuum, G is the gravitational constant, and ℏ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is ≈ 4.341 × 10 kg = 2.435 × 10 GeV/c. The added factor of 1/{√{8π}} simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Planck_units
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.17644e-08
Subclass Of hasSIConversionOffset value 0.0

PlanckMomentum

Iri https://w3id.org/emmo#PlanckMomentum
Annotations
Unitsymbol planckmomentum
Qudtreference http://qudt.org/vocab/unit/PlanckMomentum
Preflabel PlanckMomentum
Altlabel Planck Momentum
Elucidation Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is ≈ 6.5 kg m/s.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Planck_momentum?oldid=493644981
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MomentumUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6.52485
Subclass Of hasSIConversionOffset value 0.0

PlanckPower

Iri https://w3id.org/emmo#PlanckPower
Annotations
Unitsymbol Pₚ
Qudtreference http://qudt.org/vocab/unit/PlanckPower
Preflabel PlanckPower
Altlabel Planck Power
Elucidation The Planck energy divided by the Planck time is the Planck power Pₚ , equal to about 3.62831 × 10⁵² W. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of 1 × 10⁴⁵ W, less than one ten-millionth of the Planck power.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Planck_power?oldid=493642483
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.62831e+52
Subclass Of hasSIConversionOffset value 0.0

PlanckPressure

Iri https://w3id.org/emmo#PlanckPressure
Annotations
Unitsymbol planckpressure
Qudtreference http://qudt.org/vocab/unit/PlanckPressure
Preflabel PlanckPressure
Altlabel Planck Pressure
Wikipediareference http://en.wikipedia.org/wiki/Planck_pressure?oldid=493640883
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.63309e+113
Subclass Of hasSIConversionOffset value 0.0

PlanckTime

Iri https://w3id.org/emmo#PlanckTime
Annotations
Unitsymbol tₚ
Qudtreference http://qudt.org/vocab/unit/PlanckTime
Preflabel PlanckTime
Altlabel Planck Time
Elucidation In physics, the Planck time, denoted by tₚ, is the unit of time in the system of natural units known as Planck units. It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. The unit is named after Max Planck, who was the first to propose it. tₚ ≡ √(ℏ G/c⁵) ≈ 5.39106(32) × 10⁻⁴⁴ s where, c is the speed of light in a vacuum, ℏ is the reduced Planck's constant (defined as ℏ = h/(2 π)) and G is the gravitational constant. The two digits between parentheses denote the standard error of the estimated value.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Planck_units
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 5.39124e-44
Subclass Of hasSIConversionOffset value 0.0

PlanckVolt

Iri https://w3id.org/emmo#PlanckVolt
Annotations
Unitsymbol Vₚ
Qudtreference http://qudt.org/vocab/unit/PlanckVolt
Preflabel PlanckVolt
Altlabel Planck Volt
Formal description
Subclass Of NonSIUnit
Subclass Of ElectricPotentialUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.04295e+27
Subclass Of hasSIConversionOffset value 0.0

PlanckVolume

Iri https://w3id.org/emmo#PlanckVolume
Annotations
Unitsymbol l³ₚ
Qudtreference http://qudt.org/vocab/unit/PlanckVolume
Preflabel PlanckVolume
Altlabel Planck Volume
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.22419e-105
Subclass Of hasSIConversionOffset value 0.0

Plancktemperature

Iri https://w3id.org/emmo#Plancktemperature
Annotations
Unitsymbol plancktemperature
Qudtreference http://qudt.org/vocab/unit/PlanckTemperature
Preflabel Plancktemperature
Altlabel PlanckTemperature
Wikipediareference https://en.wikipedia.org/wiki/Planck_units
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of TemperatureUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.416784e+32
Subclass Of hasSIConversionOffset value 0.0

Poise

Iri https://w3id.org/emmo#Poise
Annotations
Unitsymbol P
Qudtreference http://qudt.org/vocab/unit/POISE
Ucumcode P
Preflabel Poise
Elucidation The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Poise?oldid=487835641
Formal description
Subclass Of MassPerLengthTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

PoisePerBar

Iri https://w3id.org/emmo#PoisePerBar
Annotations
Unitsymbol P/bar
Qudtreference http://qudt.org/vocab/unit/POISE-PER-BAR
Ucumcode P.bar-1
Preflabel PoisePerBar
Altlabel Poise Per Bar
Elucidation CGS unit poise divided by the unit bar

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

PoundDegreeFahrenheit

Iri https://w3id.org/emmo#PoundDegreeFahrenheit
Annotations
Unitsymbol lb⋅°F
Qudtreference http://qudt.org/vocab/unit/LB-DEG_F
Ucumcode [lb_av].[degF]
Preflabel PoundDegreeFahrenheit
Altlabel Pound Degree Fahrenheit
Elucidation `Pound Degree Fahrenheit` is an Imperial unit for 'Mass Temperature' expressed as lb-degF.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of MassTemperatureUnit
Subclass Of NonPrefixedUnit

PoundDegreeRankine

Iri https://w3id.org/emmo#PoundDegreeRankine
Annotations
Unitsymbol lb⋅°R
Qudtreference http://qudt.org/vocab/unit/LB-DEG_R
Ucumcode [lb_av].[degR]
Preflabel PoundDegreeRankine
Altlabel Pound Degree Rankine
Elucidation `Pound Degree Rankine` is an Imperial unit for 'Mass Temperature' expressed as lb-degR.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of MassTemperatureUnit
Subclass Of NonPrefixedUnit

PoundForce

Iri https://w3id.org/emmo#PoundForce
Annotations
Unitsymbol lbf
Qudtreference http://qudt.org/vocab/unit/LB_F
Ucumcode [lbf_av]
Preflabel PoundForce
Altlabel Pound Force
Elucidation "Pound Force" is an Imperial unit for 'Force' expressed as lbf.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Pound-force?oldid=453191483
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.448222
Subclass Of hasSIConversionOffset value 0.0

PoundForceFoot

Iri https://w3id.org/emmo#PoundForceFoot
Annotations
Unitsymbol lbf⋅ft
Qudtreference http://qudt.org/vocab/unit/LB_F-FT
Ucumcode [lbf_av].[ft_i]
Preflabel PoundForceFoot
Altlabel Pound Force Foot
Elucidation "Pound Force Foot" is an Imperial unit for 'Torque' expressed as lbf-ft.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.355818
Subclass Of hasSIConversionOffset value 0.0

PoundForceFootPerAmpere

Iri https://w3id.org/emmo#PoundForceFootPerAmpere
Annotations
Unitsymbol klbf⋅ft/A
Qudtreference http://qudt.org/vocab/unit/KiloLB_F-FT-PER-A
Ucumcode [lbf_av].[ft_i].A-1
Preflabel PoundForceFootPerAmpere
Altlabel Pound Force Foot Per Ampere
Elucidation product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MagneticFluxUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2728.303
Subclass Of hasSIConversionOffset value 0.0

PoundForceFootPerPound

Iri https://w3id.org/emmo#PoundForceFootPerPound
Annotations
Unitsymbol klbf⋅ft/lb
Qudtreference http://qudt.org/vocab/unit/KiloLB_F-FT-PER-LB
Ucumcode [lbf_av].[ft_i].[lb_av]-1
Preflabel PoundForceFootPerPound
Altlabel Pound Force Foot Per Pound
Elucidation product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AbsorbedDoseUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2989.067
Subclass Of hasSIConversionOffset value 0.0

PoundForceInch

Iri https://w3id.org/emmo#PoundForceInch
Annotations
Unitsymbol lbf⋅in
Qudtreference http://qudt.org/vocab/unit/LB_F-IN
Ucumcode [lbf_av].[in_i]
Preflabel PoundForceInch
Altlabel Pound Force Inch
Elucidation "Pound Force Inch" is an Imperial unit for 'Torque' expressed as lbf-in.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1129848
Subclass Of hasSIConversionOffset value 0.0

PoundForcePerFoot

Iri https://w3id.org/emmo#PoundForcePerFoot
Annotations
Unitsymbol klbf/ft
Qudtreference http://qudt.org/vocab/unit/KiloLB_F-PER-FT
Ucumcode [lbf_av].[ft_i]-1
Preflabel PoundForcePerFoot
Altlabel Pound Force Per Foot
Elucidation "Pound Force per Foot" is an Imperial unit for 'Force Per Length' expressed as lbf/ft.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 14593.9
Subclass Of hasSIConversionOffset value 0.0

PoundForcePerInch

Iri https://w3id.org/emmo#PoundForcePerInch
Annotations
Unitsymbol lbf/in
Qudtreference http://qudt.org/vocab/unit/LB_F-PER-IN
Ucumcode [lbf_av].[in_i]-1
Preflabel PoundForcePerInch
Altlabel Pound Force per Inch
Elucidation "Pound Force per Inch" is an Imperial unit for 'Force Per Length' expressed as lbf/in.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 175.1268
Subclass Of hasSIConversionOffset value 0.0

PoundForcePerPound

Iri https://w3id.org/emmo#PoundForcePerPound
Annotations
Unitsymbol lbf/lb
Qudtreference http://qudt.org/vocab/unit/LB_F-PER-LB
Ucumcode [lbf_av].[lb_av]-1
Preflabel PoundForcePerPound
Altlabel Pound Force per Pound
Elucidation "Pound Force per Pound" is an Imperial unit for 'Thrust To Mass Ratio' expressed as lbf/lb.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AccelerationUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 9.806651
Subclass Of hasSIConversionOffset value 0.0

PoundForcePerSquareFoot

Iri https://w3id.org/emmo#PoundForcePerSquareFoot
Annotations
Unitsymbol lbf/ft²
Qudtreference http://qudt.org/vocab/unit/LB_F-PER-FT2
Ucumcode [lbf_av].[sft_i]-1
Preflabel PoundForcePerSquareFoot
Altlabel Pound Force per Square Foot
Elucidation Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 47.88026
Subclass Of hasSIConversionOffset value 0.0

PoundForcePerSquareInch

Iri https://w3id.org/emmo#PoundForcePerSquareInch
Annotations
Unitsymbol psia
Qudtreference http://qudt.org/vocab/unit/LB_F-PER-IN2
Ucumcode [lbf_av].[sin_i]-1
Preflabel PoundForcePerSquareInch
Altlabel Pound Force per Square Inch
Elucidation "Pound Force per Square Inch" is an Imperial unit for 'Force Per Area' expressed as psia.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Pounds_per_square_inch?oldid=485678341
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6894.758
Subclass Of hasSIConversionOffset value 0.0

PoundForcePerSquareInchDegreeFahrenheit

Iri https://w3id.org/emmo#PoundForcePerSquareInchDegreeFahrenheit
Annotations
Unitsymbol lbf/(in²⋅°F)
Qudtreference http://qudt.org/vocab/unit/LB_F-PER-IN2-DEG_F
Ucumcode [lbf_av].[sin_i]-1.[degF]-1
Preflabel PoundForcePerSquareInchDegreeFahrenheit
Altlabel Pound Force Per Square Inch Degree Fahrenheit
Elucidation composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature

-- QUDT
Formal description
Subclass Of PressurePerTemperatureUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 12410.56
Subclass Of hasSIConversionOffset value 0.0

PoundForcePerSquareInchSecond

Iri https://w3id.org/emmo#PoundForcePerSquareInchSecond
Annotations
Unitsymbol lbf/in²⋅s
Qudtreference http://qudt.org/vocab/unit/LB_F-PER-IN2-SEC
Ucumcode [lbf_av].[sin_i]-1.s-1
Preflabel PoundForcePerSquareInchSecond
Altlabel Pound Force per Square Inch Second
Elucidation "Pound Force per Square Inch Second" is a unit for 'Force Per Area Time' expressed as lbf / in²-s.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PressurePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6894.758
Subclass Of hasSIConversionOffset value 0.0

PoundForceSecondPerSquareFoot

Iri https://w3id.org/emmo#PoundForceSecondPerSquareFoot
Annotations
Unitsymbol lbf⋅s/ft²
Qudtreference http://qudt.org/vocab/unit/LB_F-SEC-PER-FT2
Ucumcode [lbf_av].s.[sft_i]-1
Preflabel PoundForceSecondPerSquareFoot
Altlabel Pound Force Second per Square Foot
Elucidation "Pound Force Second per Square Foot" is an Imperial unit for 'Dynamic Viscosity' expressed as lbf-s/ft².

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerLengthTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 47.88026
Subclass Of hasSIConversionOffset value 0.0

PoundForceSecondPerSquareInch

Iri https://w3id.org/emmo#PoundForceSecondPerSquareInch
Annotations
Unitsymbol lbf⋅s/in²
Qudtreference http://qudt.org/vocab/unit/LB_F-SEC-PER-IN2
Ucumcode [lbf_av].s.[sin_i]-1
Preflabel PoundForceSecondPerSquareInch
Altlabel Pound Force Second per Square Inch
Elucidation "Pound Force Second per Square Inch" is an Imperial unit for 'Dynamic Viscosity' expressed as lbf-s/in².

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerLengthTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6894.758
Subclass Of hasSIConversionOffset value 0.0

PoundMass

Iri https://w3id.org/emmo#PoundMass
Annotations
Unitsymbol lbm
Qudtreference http://qudt.org/vocab/unit/LB
Ucumcode [lb_av]
Preflabel PoundMass
Altlabel Pound Mass
Elucidation A pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.4535924
Subclass Of hasSIConversionOffset value 0.0

PoundMole

Iri https://w3id.org/emmo#PoundMole
Annotations
Unitsymbol lb⋅mol
Qudtreference http://qudt.org/vocab/unit/LB-MOL
Ucumcode [lb_av].mol
Preflabel PoundMole
Altlabel Pound Mole
Elucidation Pound Mole is a unit for `Mass Amount Of Substance` expressed as lb-mol..

-- QUDT
Formal description
Subclass Of MassAmountOfSubstanceUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.4535924
Subclass Of hasSIConversionOffset value 0.0

PoundMoleDegreeFahrenheit

Iri https://w3id.org/emmo#PoundMoleDegreeFahrenheit
Annotations
Unitsymbol lb⋅mol⋅°F
Qudtreference http://qudt.org/vocab/unit/LB-MOL-DEG_F
Ucumcode [lb_av].mol.[degF]
Preflabel PoundMoleDegreeFahrenheit
Altlabel Pound Mole Degree Fahrenheit
Elucidation `Pound Mole Degree Fahrenheit` is a unit for 'Mass Amount Of Substance Temperature' expressed as lb-mol-degF.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of AmountTemperatureUnit
Subclass Of NonPrefixedUnit

PoundPerCubicFoot

Iri https://w3id.org/emmo#PoundPerCubicFoot
Annotations
Unitsymbol lb/ft³
Qudtreference http://qudt.org/vocab/unit/LB-PER-FT3
Ucumcode [lb_av].[cft_i]-1
Preflabel PoundPerCubicFoot
Altlabel Pound per Cubic Foot
Elucidation "Pound per Cubic Foot" is an Imperial unit for 'Density' expressed as lb/ft³.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 16.01846
Subclass Of hasSIConversionOffset value 0.0

PoundPerCubicInch

Iri https://w3id.org/emmo#PoundPerCubicInch
Annotations
Unitsymbol lb/in³
Qudtreference http://qudt.org/vocab/unit/LB-PER-IN3
Ucumcode [lb_av].[cin_i]-1
Preflabel PoundPerCubicInch
Altlabel Pound per Cubic Inch
Elucidation "Pound per Cubic Inch" is an Imperial unit for 'Density' expressed as lb/in³.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 27679.9
Subclass Of hasSIConversionOffset value 0.0

PoundPerCubicMetre

Iri https://w3id.org/emmo#PoundPerCubicMetre
Annotations
Unitsymbol lb/m³
Qudtreference http://qudt.org/vocab/unit/LB-PER-M3
Ucumcode [lb_av].m-3
Preflabel PoundPerCubicMetre
Altlabel Pound per Cubic Metre
Elucidation "Pound per Cubic Meter" is a unit for 'Density' expressed as lb/m³.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.4535924
Subclass Of hasSIConversionOffset value 0.0

PoundPerCubicYard

Iri https://w3id.org/emmo#PoundPerCubicYard
Annotations
Unitsymbol lb/yd³
Qudtreference http://qudt.org/vocab/unit/LB-PER-YD3
Ucumcode [lb_av].[cyd_i]-1
Preflabel PoundPerCubicYard
Altlabel Pound per Cubic Yard
Elucidation "Pound per Cubic Yard" is an Imperial unit for 'Density' expressed as lb/yd³.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.5932764
Subclass Of hasSIConversionOffset value 0.0

PoundPerFoot

Iri https://w3id.org/emmo#PoundPerFoot
Annotations
Unitsymbol lb/ft
Qudtreference http://qudt.org/vocab/unit/LB-PER-FT
Ucumcode [lb_av].[ft_i]-1
Preflabel PoundPerFoot
Altlabel Pound per Foot
Elucidation "Pound per Foot" is an Imperial unit for 'Mass Per Length' expressed as lb/ft.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerLengthUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.488164
Subclass Of hasSIConversionOffset value 0.0

PoundPerFootHour

Iri https://w3id.org/emmo#PoundPerFootHour
Annotations
Unitsymbol lb/(ft⋅hr)
Qudtreference http://qudt.org/vocab/unit/LB-PER-FT-HR
Ucumcode [lb_av].[ft_i]-1.h-1
Preflabel PoundPerFootHour
Altlabel Pound per Foot Hour
Elucidation "Pound per Foot Hour" is an Imperial unit for 'Dynamic Viscosity' expressed as lb/(ft-hr).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerLengthTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0004133789
Subclass Of hasSIConversionOffset value 0.0

PoundPerFootSecond

Iri https://w3id.org/emmo#PoundPerFootSecond
Annotations
Unitsymbol lb/(ft⋅s)
Qudtreference http://qudt.org/vocab/unit/LB-PER-FT-SEC
Ucumcode [lb_av].[ft_i]-1.s-1
Preflabel PoundPerFootSecond
Altlabel Pound per Foot Second
Elucidation "Pound per Foot Second" is an Imperial unit for 'Dynamic Viscosity' expressed as lb/(ft-s).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerLengthTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.488164
Subclass Of hasSIConversionOffset value 0.0

PoundPerGallon

Iri https://w3id.org/emmo#PoundPerGallon
Annotations
Unitsymbol lb/gal
Qudtreference http://qudt.org/vocab/unit/LB-PER-GAL
Ucumcode [lb_av].[gal_br]-1
Preflabel PoundPerGallon
Altlabel Pound per Gallon
Elucidation "Pound per Gallon" is an Imperial unit for 'Density' expressed as lb/gal.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 99.77637
Subclass Of hasSIConversionOffset value 0.0

PoundPerHour

Iri https://w3id.org/emmo#PoundPerHour
Annotations
Unitsymbol PPH
Qudtreference http://qudt.org/vocab/unit/LB-PER-HR
Ucumcode [lb_av].h-1
Preflabel PoundPerHour
Altlabel Pound per Hour
Elucidation Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. 1 lb/h = 0.4535927 kg/h = 126.00 mg/s. Minimum fuel intake on a jumbojet can be as low as 150 lb/h when idling, however this is not enough to sustain flight.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Pound_per_hour?oldid=328571072
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001259979
Subclass Of hasSIConversionOffset value 0.0

PoundPerInch

Iri https://w3id.org/emmo#PoundPerInch
Annotations
Unitsymbol lb/in
Qudtreference http://qudt.org/vocab/unit/LB-PER-IN
Ucumcode [lb_av].[in_i]-1
Preflabel PoundPerInch
Altlabel Pound per Inch
Elucidation "Pound per Inch" is an Imperial unit for 'Mass Per Length' expressed as lb/in.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerLengthUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 17.85797
Subclass Of hasSIConversionOffset value 0.0

PoundPerMinute

Iri https://w3id.org/emmo#PoundPerMinute
Annotations
Unitsymbol lb/min
Qudtreference http://qudt.org/vocab/unit/LB-PER-MIN
Ucumcode [lb_av].min-1
Preflabel PoundPerMinute
Altlabel Pound per Minute
Elucidation "Pound per Minute" is an Imperial unit for 'Mass Per Time' expressed as lb/min.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.007559873
Subclass Of hasSIConversionOffset value 0.0

PoundTroy

Iri https://w3id.org/emmo#PoundTroy
Annotations
Unitsymbol lbt
Qudtreference http://qudt.org/vocab/unit/LB_T
Ucumcode [lb_tr]
Preflabel PoundTroy
Altlabel Pound Troy
Elucidation An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.3732417
Subclass Of hasSIConversionOffset value 0.0

Poundal

Iri https://w3id.org/emmo#Poundal
Annotations
Unitsymbol pdl
Qudtreference http://qudt.org/vocab/unit/PDL
Ucumcode [lb_av].[ft_i].s-2
Preflabel Poundal
Elucidation The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. 1 pdl = 0.138254954376 N exactly.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Poundal?oldid=494626458
Formal description
Subclass Of ForceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.138255
Subclass Of hasSIConversionOffset value 0.0

PoundalPerSquareFoot

Iri https://w3id.org/emmo#PoundalPerSquareFoot
Annotations
Unitsymbol pdl/ft²
Qudtreference http://qudt.org/vocab/unit/PDL-PER-FT2
Ucumcode [lb_av].[ft_i].s-2.[sft_i]-1
Preflabel PoundalPerSquareFoot
Altlabel Poundal per Square Foot
Elucidation Poundal Per Square Foot (pdl/ft²) is a unit in the category of Pressure. It is also known as poundals per square foot, poundal/square foot. This unit is commonly used in the UK, US unit systems. Poundal Per Square Foot has a dimension of ML⁻¹T⁻², where M is mass, L is length, and T is time. It can be converted to the corresponding standard SI unit `Pa` by multiplying its value by a factor of 1.488163944.

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.488164
Subclass Of hasSIConversionOffset value 0.0

PracticalSalinityUnit

Iri https://w3id.org/emmo#PracticalSalinityUnit
Annotations
Unitsymbol PSU
Qudtreference http://qudt.org/vocab/unit/PSU
Preflabel PracticalSalinityUnit
Altlabel Practical salinity unit
Elucidation Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is "formally incorrect and strongly discouraged".

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DimensionlessUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

PsiCubicInchPerSecond

Iri https://w3id.org/emmo#PsiCubicInchPerSecond
Annotations
Unitsymbol psi⋅in³/s
Qudtreference http://qudt.org/vocab/unit/PSI-IN3-PER-SEC
Ucumcode [psi].[cin_i].s-1
Preflabel PsiCubicInchPerSecond
Altlabel Psi Cubic Inch Per Second
Elucidation product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1129848
Subclass Of hasSIConversionOffset value 0.0

PsiCubicMetrePerSecond

Iri https://w3id.org/emmo#PsiCubicMetrePerSecond
Annotations
Unitsymbol psi⋅m³/s
Qudtreference http://qudt.org/vocab/unit/PSI-M3-PER-SEC
Ucumcode [psi].m3.s-1
Preflabel PsiCubicMetrePerSecond
Altlabel PSI Cubic Metre Per Second
Elucidation product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6894.757
Subclass Of hasSIConversionOffset value 0.0

PsiCubicYardPerSecond

Iri https://w3id.org/emmo#PsiCubicYardPerSecond
Annotations
Unitsymbol psi⋅yd³/s
Qudtreference http://qudt.org/vocab/unit/PSI-YD3-PER-SEC
Ucumcode [psi].[cyd_i].s-1
Preflabel PsiCubicYardPerSecond
Altlabel Psi Cubic Yard Per Second
Elucidation product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 5271.42
Subclass Of hasSIConversionOffset value 0.0

PsiLitrePerSecond

Iri https://w3id.org/emmo#PsiLitrePerSecond
Annotations
Unitsymbol psi⋅L³/s
Qudtreference http://qudt.org/vocab/unit/PSI-L-PER-SEC
Ucumcode [psi].L.s-1
Preflabel PsiLitrePerSecond
Altlabel Psi Litre Per Second
Elucidation product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)

-- QUDT
Formal description
Subclass Of PowerDensityUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6.894757
Subclass Of hasSIConversionOffset value 0.0

PsiPerPsi

Iri https://w3id.org/emmo#PsiPerPsi
Annotations
Unitsymbol psi/psi
Qudtreference http://qudt.org/vocab/unit/PSI-PER-PSI
Ucumcode [psi].[psi]-1
Preflabel PsiPerPsi
Altlabel Psi Per Psi
Elucidation composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PressureFractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Qt_Uk

Iri https://w3id.org/emmo#Qt_Uk
Annotations
Unitsymbol qt{UK}
Qudtreference http://qudt.org/vocab/unit/QT_UK
Ucumcode [qt_br]
Preflabel Qt_Uk
Altlabel Quart (UK)
Elucidation unit of the volume for fluids according to the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001136523
Subclass Of hasSIConversionOffset value 0.0

Qt_Uk_Per_Day

Iri https://w3id.org/emmo#Qt_Uk_Per_Day
Annotations
Unitsymbol qt{UK}/day
Qudtreference http://qudt.org/vocab/unit/QT_UK-PER-DAY
Ucumcode [qt_br].d-1
Preflabel Qt_Uk_Per_Day
Altlabel Quart (UK Liquid) Per Day
Elucidation unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.31542e-08
Subclass Of hasSIConversionOffset value 0.0

Qt_Uk_Per_Hr

Iri https://w3id.org/emmo#Qt_Uk_Per_Hr
Annotations
Unitsymbol qt{UK}/hr
Qudtreference http://qudt.org/vocab/unit/QT_UK-PER-HR
Ucumcode [qt_br].h-1
Preflabel Qt_Uk_Per_Hr
Altlabel Quart (UK Liquid) Per Hour
Elucidation unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.157007e-07
Subclass Of hasSIConversionOffset value 0.0

Qt_Uk_Per_Min

Iri https://w3id.org/emmo#Qt_Uk_Per_Min
Annotations
Unitsymbol qt{UK}/min
Qudtreference http://qudt.org/vocab/unit/QT_UK-PER-MIN
Ucumcode [qt_br].min-1
Preflabel Qt_Uk_Per_Min
Altlabel Quart (UK Liquid) Per Minute
Elucidation unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.894205e-05
Subclass Of hasSIConversionOffset value 0.0

Qt_Uk_Per_Sec

Iri https://w3id.org/emmo#Qt_Uk_Per_Sec
Annotations
Unitsymbol qt{UK}/s
Qudtreference http://qudt.org/vocab/unit/QT_UK-PER-SEC
Ucumcode [qt_br].h-1.s-1
Preflabel Qt_Uk_Per_Sec
Altlabel Quart (UK Liquid) Per Second
Elucidation unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001136523
Subclass Of hasSIConversionOffset value 0.0

Qt_Us_Per_Day

Iri https://w3id.org/emmo#Qt_Us_Per_Day
Annotations
Unitsymbol qt{US}/day
Qudtreference http://qudt.org/vocab/unit/QT_US-PER-DAY
Ucumcode [qt_us].d-1
Preflabel Qt_Us_Per_Day
Altlabel Quart (US Liquid) Per Day
Elucidation unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.095316e-08
Subclass Of hasSIConversionOffset value 0.0

Qt_Us_Per_Hr

Iri https://w3id.org/emmo#Qt_Us_Per_Hr
Annotations
Unitsymbol qt{US}/hr
Qudtreference http://qudt.org/vocab/unit/QT_US-PER-HR
Ucumcode [qt_us].h-1
Preflabel Qt_Us_Per_Hr
Altlabel Quart (US Liquid) Per Hour
Elucidation unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.628758e-07
Subclass Of hasSIConversionOffset value 0.0

Qt_Us_Per_Min

Iri https://w3id.org/emmo#Qt_Us_Per_Min
Annotations
Unitsymbol qt{US}/min
Qudtreference http://qudt.org/vocab/unit/QT_US-PER-MIN
Ucumcode [qt_us].min-1
Preflabel Qt_Us_Per_Min
Altlabel Quart (US Liquid) Per Minute
Elucidation unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.577255e-05
Subclass Of hasSIConversionOffset value 0.0

Qt_Us_Per_Sec

Iri https://w3id.org/emmo#Qt_Us_Per_Sec
Annotations
Unitsymbol qt{US}/s
Qudtreference http://qudt.org/vocab/unit/QT_US-PER-SEC
Ucumcode [qt_us].s-1
Preflabel Qt_Us_Per_Sec
Altlabel Quart (US Liquid) Per Second
Elucidation unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.000946353
Subclass Of hasSIConversionOffset value 0.0

Quarter_Uk

Iri https://w3id.org/emmo#Quarter_Uk
Annotations
Unitsymbol quarter
Qudtreference http://qudt.org/vocab/unit/Quarter_UK
Ucumcode 28.[lb_av]
Preflabel Quarter_Uk
Altlabel Quarter (UK)
Elucidation unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 12.70059
Subclass Of hasSIConversionOffset value 0.0

QuarticInch

Iri https://w3id.org/emmo#QuarticInch
Annotations
Unitsymbol in⁴
Qudtreference http://qudt.org/vocab/unit/IN4
Ucumcode [in_i]4
Preflabel QuarticInch
Altlabel Quartic Inch
Elucidation power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of QuarticLengthUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.162314e-07
Subclass Of hasSIConversionOffset value 0.0

Rad

Iri https://w3id.org/emmo#Rad
Annotations
Unitsymbol rad
Qudtreference http://qudt.org/vocab/unit/RAD_R
Ucumcode RAD
Preflabel Rad
Elucidation The rad is a deprecated unit of absorbed radiation dose, defined as 1 rad = 0.01 Gy = 0.01 J/kg. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the roentgen, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/RAD?oldid=493716376
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AbsorbedDoseUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

Rayl

Iri https://w3id.org/emmo#Rayl
Annotations
Unitsymbol rayl
Qudtreference http://qudt.org/vocab/unit/RAYL
Preflabel Rayl
Elucidation `Rayl` is one of two units of specific acoustic impedance. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: 1 rayl = 1 dyn· s· cm⁻³ Or in SI as: 1 rayl = 10⁻¹Pa· s· m⁻¹, which equals 10 N · s· m⁻³.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Rayl?oldid=433570842
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassFluxUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

ReadsPerKiloBase

Iri https://w3id.org/emmo#ReadsPerKiloBase
Annotations
Unitsymbol RPK
Qudtreference http://qudt.org/vocab/unit/RPK
Preflabel ReadsPerKiloBase
Altlabel Reads Per Kilobase
Elucidation RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides).

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of FractionUnit
Subclass Of NonPrefixedUnit

ReciprocalBar

Iri https://w3id.org/emmo#ReciprocalBar
Annotations
Unitsymbol /bar
Qudtreference http://qudt.org/vocab/unit/PER-BAR
Ucumcode bar-1
Preflabel ReciprocalBar
Altlabel Reciprocal Bar
Elucidation reciprocal of the metrical unit with the name bar

-- QUDT
Formal description
Subclass Of PerPressureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-05
Subclass Of hasSIConversionOffset value 0.0

ReciprocalCubicFoot

Iri https://w3id.org/emmo#ReciprocalCubicFoot
Annotations
Unitsymbol /ft³
Qudtreference http://qudt.org/vocab/unit/PER-FT3
Ucumcode [cft_i]-1
Preflabel ReciprocalCubicFoot
Altlabel Reciprocal Cubic Foot
Elucidation reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PerVolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 35.31466
Subclass Of hasSIConversionOffset value 0.0

ReciprocalCubicInch

Iri https://w3id.org/emmo#ReciprocalCubicInch
Annotations
Unitsymbol /in³
Qudtreference http://qudt.org/vocab/unit/PER-IN3
Ucumcode [cin_i]-1
Preflabel ReciprocalCubicInch
Altlabel Reciprocal Cubic Inch
Elucidation reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PerVolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 61023.76
Subclass Of hasSIConversionOffset value 0.0

ReciprocalCubicYard

Iri https://w3id.org/emmo#ReciprocalCubicYard
Annotations
Unitsymbol /yd³
Qudtreference http://qudt.org/vocab/unit/PER-YD3
Ucumcode [cyd_i]-1
Preflabel ReciprocalCubicYard
Altlabel Reciprocal Cubic Yard
Elucidation reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PerVolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.307951
Subclass Of hasSIConversionOffset value 0.0

ReciprocalGram

Iri https://w3id.org/emmo#ReciprocalGram
Annotations
Unitsymbol /g
Qudtreference http://qudt.org/vocab/unit/PER-GM
Ucumcode g-1
Preflabel ReciprocalGram
Altlabel Reciprocal gram
Formal description
Subclass Of ReciprocalMassUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

ReciprocalMillePerPsi

Iri https://w3id.org/emmo#ReciprocalMillePerPsi
Annotations
Unitsymbol /ksi
Qudtreference http://qudt.org/vocab/unit/PER-MILLE-PER-PSI
Preflabel ReciprocalMillePerPsi
Altlabel Reciprocal Mille Per Psi
Elucidation thousandth divided by the composed unit for pressure (pound-force per square inch)

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of PerPressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.450377e-07
Subclass Of hasSIConversionOffset value 0.0

ReciprocalMonth

Iri https://w3id.org/emmo#ReciprocalMonth
Annotations
Unitsymbol /month
Qudtreference http://qudt.org/vocab/unit/PER-MO
Ucumcode mo-1
Preflabel ReciprocalMonth
Altlabel Reciprocal Month
Elucidation reciprocal of the unit month

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.919351e-07
Subclass Of hasSIConversionOffset value 0.0

ReciprocalPsi

Iri https://w3id.org/emmo#ReciprocalPsi
Annotations
Unitsymbol /psi
Qudtreference http://qudt.org/vocab/unit/PER-PSI
Ucumcode [psi]-1
Preflabel ReciprocalPsi
Altlabel Reciprocal Psi
Elucidation reciprocal value of the composed unit for pressure (pound-force per square inch)

-- QUDT
Formal description
Subclass Of PerPressureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001450377
Subclass Of hasSIConversionOffset value 0.0

ReciprocalWeek

Iri https://w3id.org/emmo#ReciprocalWeek
Annotations
Unitsymbol /week
Qudtreference http://qudt.org/vocab/unit/PER-WK
Ucumcode wk-1
Preflabel ReciprocalWeek
Altlabel Reciprocal Week
Elucidation reciprocal of the unit week

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.653439e-06
Subclass Of hasSIConversionOffset value 0.0

ReciprocalYear

Iri https://w3id.org/emmo#ReciprocalYear
Annotations
Unitsymbol /yr
Qudtreference http://qudt.org/vocab/unit/PER-YR
Ucumcode /a
Ucumcode a-1
Preflabel ReciprocalYear
Altlabel Reciprocal Year
Elucidation reciprocal of the unit year

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.170979e-08
Subclass Of hasSIConversionOffset value 0.0

ReciprocalÅngström

Iri https://w3id.org/emmo#ReciprocalAngstrom
Annotations
Unitsymbol
Qudtreference http://qudt.org/vocab/unit/PER-ANGSTROM
Ucumcode Ao-1
Preflabel ReciprocalÅngström
Altlabel ReciprocalAngstrom
Elucidation reciprocal of the unit angstrom

-- QUDT
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-10
Subclass Of hasSIConversionOffset value 0.0

RegisterTon

Iri https://w3id.org/emmo#RegisterTon
Annotations
Unitsymbol RT
Qudtreference http://qudt.org/vocab/unit/RT
Ucumcode 100.[cft_i]
Preflabel RegisterTon
Altlabel Register Ton
Elucidation The register ton is a unit of volume used for the cargo capacity of a ship, defined as 100 cubic feet (roughly 2.83 cubic metres).

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Tonnage#Tonnage_measurements
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.831685
Subclass Of hasSIConversionOffset value 0.0

RelativePermeability

Iri https://w3id.org/emmo#RelativePermeability
Annotations
Unitsymbol kᵣ
Qudtreference http://qudt.org/vocab/unit/PERMEABILITY_REL
Preflabel RelativePermeability
Altlabel Relative Permeability
Elucidation In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Relative_permeability
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of FractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.256637e-06
Subclass Of hasSIConversionOffset value 0.0

RelativePermittivity

Iri https://w3id.org/emmo#RelativePermittivity
Annotations
Unitsymbol εᵣ
Qudtreference http://qudt.org/vocab/unit/PERMITTIVITY_REL
Ucumcode [eps_0]
Preflabel RelativePermittivity
Altlabel Relative Permittivity
Elucidation The `relative permittivity` of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux. In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage, relative to that stored in a vacuum. Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric. Relative permittivity is a dimensionless number that is in general complex. The imaginary portion of the permittivity corresponds to a phase shift of the polarization P relative to E and leads to the attenuation of electromagnetic waves passing through the medium.
ε_r(w) = (ε(w))/(ε_O) where ε_r(w) is the complex frequency-dependent absolute permittivity of the material, and ε_O is the vacuum permittivity.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Relative_static_permittivity?oldid=334224492
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of FractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 8.854188e-12
Subclass Of hasSIConversionOffset value 0.0

Rem

Iri https://w3id.org/emmo#Rem
Annotations
Unitsymbol rem
Qudtreference http://qudt.org/vocab/unit/REM
Ucumcode REM
Preflabel Rem
Elucidation A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Roentgen_equivalent_man
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AbsorbedDoseUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

Revolution

Iri https://w3id.org/emmo#Revolution
Annotations
Unitsymbol rev
Qudtreference http://qudt.org/vocab/unit/REV
Ucumcode {#}
Preflabel Revolution
Elucidation "Revolution" is a unit for 'Plane Angle' expressed as rev.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Revolution?oldid=494110330
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthFractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6.283185
Subclass Of hasSIConversionOffset value 0.0

RevolutionPerHour

Iri https://w3id.org/emmo#RevolutionPerHour
Annotations
Unitsymbol rev/h
Qudtreference http://qudt.org/vocab/unit/REV-PER-HR
Ucumcode {#}.h-1
Preflabel RevolutionPerHour
Altlabel Revolution per Hour
Elucidation "Revolution per Hour" is a unit for 'Angular Velocity' expressed as rev/h.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001745329
Subclass Of hasSIConversionOffset value 0.0

RevolutionPerMinute

Iri https://w3id.org/emmo#RevolutionPerMinute
Annotations
Unitsymbol rev/min
Qudtreference http://qudt.org/vocab/unit/REV-PER-MIN
Ucumcode {#}.min-1
Preflabel RevolutionPerMinute
Altlabel Revolution per Minute
Elucidation "Revolution per Minute" is a unit for 'Angular Velocity' expressed as rev/min.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.1047198
Subclass Of hasSIConversionOffset value 0.0

RevolutionPerSecond

Iri https://w3id.org/emmo#RevolutionPerSecond
Annotations
Unitsymbol rev/s
Qudtreference http://qudt.org/vocab/unit/REV-PER-SEC
Ucumcode {#}.s-1
Preflabel RevolutionPerSecond
Altlabel Revolution per Second
Elucidation "Revolution per Second" is a unit for 'Angular Velocity' expressed as rev/s.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 6.283185
Subclass Of hasSIConversionOffset value 0.0

RevolutionPerSquareSecond

Iri https://w3id.org/emmo#RevolutionPerSquareSecond
Annotations
Unitsymbol rev/s²
Qudtreference http://qudt.org/vocab/unit/REV-PER-SEC2
Ucumcode {#}.s-2
Preflabel RevolutionPerSquareSecond
Altlabel Revolution per Square Second
Elucidation "Revolution per Square Second" is a C.G.S System unit for 'Angular Acceleration' expressed as rev-per-s².

-- QUDT
Formal description
Subclass Of AngularFrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6.283185
Subclass Of hasSIConversionOffset value 0.0

Roentgen

Iri https://w3id.org/emmo#Roentgen
Annotations
Unitsymbol R
Qudtreference http://qudt.org/vocab/unit/R
Ucumcode R
Preflabel Roentgen
Elucidation Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Roentgen?oldid=491213233
Formal description
Subclass Of ElectricChargePerMassUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.000258
Subclass Of hasSIConversionOffset value 0.0

SamplePerSecond

Iri https://w3id.org/emmo#SamplePerSecond
Annotations
Unitsymbol sample/s
Qudtreference http://qudt.org/vocab/unit/SAMPLE-PER-SEC
Ucumcode s-1
Preflabel SamplePerSecond
Altlabel Sample per second
Elucidation The number of discrete samples of some thing per second.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

Shake

Iri https://w3id.org/emmo#Shake
Annotations
Unitsymbol shake
Qudtreference http://qudt.org/vocab/unit/SH
Ucumcode 10.ns
Preflabel Shake
Elucidation A shake is an informal unit of time equal to 10 nanoseconds. It has applications in nuclear physics, helping to conveniently express the timing of various events in a nuclear explosion. The typical time required for one step in the chain reaction (i.e. the typical time for each neutron to cause a fission event which releases more neutrons) is of order 1 shake, and the chain reaction is typically complete by 50 to 100 shakes.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Shake?oldid=494796779
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-08
Subclass Of hasSIConversionOffset value 0.0

ShortTon

Iri https://w3id.org/emmo#ShortTon
Annotations
Unitsymbol ton{short}
Qudtreference http://qudt.org/vocab/unit/TON_SHORT
Ucumcode [ston_av]
Preflabel ShortTon
Altlabel Short Ton
Elucidation The short ton is a unit of mass equal to 2,000 pounds (907.18474 kg). In the United States it is often called simply ton without distinguishing it from the metric ton (tonne, 1,000 kilograms / 2,204.62262 pounds) or the long ton (2,240 pounds / 1,016.0469088 kilograms); rather, the other two are specifically noted. There are, however, some U.S. applications for which unspecified tons normally means long tons.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Short_ton
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 907.1847
Subclass Of hasSIConversionOffset value 0.0

ShortTonPerCubicYard

Iri https://w3id.org/emmo#ShortTonPerCubicYard
Annotations
Unitsymbol ton{short}/yd³
Qudtreference http://qudt.org/vocab/unit/TON_SHORT-PER-YD3
Ucumcode [ston_av].[cyd_i]-1
Preflabel ShortTonPerCubicYard
Altlabel Short Ton per Cubic Yard
Elucidation The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1186.553
Subclass Of hasSIConversionOffset value 0.0

ShortTonPerHour

Iri https://w3id.org/emmo#ShortTonPerHour
Annotations
Unitsymbol ton/hr
Qudtreference http://qudt.org/vocab/unit/TON_SHORT-PER-HR
Ucumcode [ston_av].h-1
Preflabel ShortTonPerHour
Altlabel Short Ton per Hour
Elucidation The short Ton per Hour is a unit used to express a weight processed in a period of time.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.2519958
Subclass Of hasSIConversionOffset value 0.0

SiderealDay

Iri https://w3id.org/emmo#SiderealDay
Annotations
Unitsymbol day{sidereal}
Qudtreference http://qudt.org/vocab/unit/DAY_Sidereal
Ucumcode d
Preflabel SiderealDay
Altlabel Sidereal Day
Elucidation The length of time which passes between a given fixed star in the sky crossing a given projected meridian (line of longitude). The sidereal day is 23 h 56 m 4.1 s, slightly shorter than the solar day because the Earth 's orbital motion about the Sun means the Earth has to rotate slightly more than one turn with respect to the "fixed" stars in order to reach the same Earth-Sun orientation. Another way of thinking about the difference is that it amounts to 1/365.2425^{th} of a day per day, since even if the Earth did not spin on its axis at all, the Sun would appear to make one rotation around the Earth as the Earth completed a single orbit (which takes one year).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Sidereal_time
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 86164.1
Subclass Of hasSIConversionOffset value 0.0

SiderealHour

Iri https://w3id.org/emmo#SiderealHour
Annotations
Unitsymbol hr{sidereal}
Qudtreference http://qudt.org/vocab/unit/HR_Sidereal
Ucumcode h
Preflabel SiderealHour
Altlabel Sidereal Hour
Elucidation Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is 1/24^{th} of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day ("sidereal" is derived from the Latin sidus meaning "star") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Sidereal_time
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3590.17
Subclass Of hasSIConversionOffset value 0.0

SiderealMinute

Iri https://w3id.org/emmo#SiderealMinute
Annotations
Unitsymbol min{sidereal}
Qudtreference http://qudt.org/vocab/unit/MIN_Sidereal
Ucumcode min
Preflabel SiderealMinute
Altlabel Sidereal Minute
Elucidation Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is 1/60^{th} of a Sidereal Hour, which is 1/24^{th} of a Sidereal Day.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Sidereal_time
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 59.83617
Subclass Of hasSIConversionOffset value 0.0

SiderealYear

Iri https://w3id.org/emmo#SiderealYear
Annotations
Unitsymbol yr{sidereal}
Qudtreference http://qudt.org/vocab/unit/YR_Sidereal
Preflabel SiderealYear
Altlabel Sidereal Year
Elucidation A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere.

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 31558150.0
Subclass Of hasSIConversionOffset value 0.0

Slug

Iri https://w3id.org/emmo#Slug
Annotations
Unitsymbol slug
Qudtreference http://qudt.org/vocab/unit/SLUG
Preflabel Slug
Elucidation The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by 1 ft/s when a force of one pound-force (lbF) is exerted on it. With standard gravity gc = 9.80665 m/s, the international foot of 0.3048 m and the avoirdupois pound of 0.45359237 kg, one slug therefore has a mass of approximately 32.17405 lbm or 14.593903 kg. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about 32.17 lbF or 143 N.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Slug?oldid=495010998
Formal description
Subclass Of MassUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 14.5939
Subclass Of hasSIConversionOffset value 0.0

SlugPerCubicFoot

Iri https://w3id.org/emmo#SlugPerCubicFoot
Annotations
Unitsymbol slug/ft³
Qudtreference http://qudt.org/vocab/unit/SLUG-PER-FT3
Preflabel SlugPerCubicFoot
Altlabel Slug per Cubic Foot
Elucidation "Slug per Cubic Foot" is an Imperial unit for 'Density' expressed as slug/ft³.

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 515.3788
Subclass Of hasSIConversionOffset value 0.0

SlugPerDay

Iri https://w3id.org/emmo#SlugPerDay
Annotations
Unitsymbol slug/day
Qudtreference http://qudt.org/vocab/unit/SLUG-PER-DAY
Preflabel SlugPerDay
Altlabel Slug Per Day
Elucidation unit slug for mass according to an English engineering system divided by the unit day

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001689109
Subclass Of hasSIConversionOffset value 0.0

SlugPerFoot

Iri https://w3id.org/emmo#SlugPerFoot
Annotations
Unitsymbol slug/ft
Qudtreference http://qudt.org/vocab/unit/SLUG-PER-FT
Preflabel SlugPerFoot
Altlabel Slug per Foot
Elucidation "Slug per Foot" is an Imperial unit for 'Mass Per Length' expressed as slug/ft.

-- QUDT
Formal description
Subclass Of MassPerLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 47.88026
Subclass Of hasSIConversionOffset value 0.0

SlugPerFootSecond

Iri https://w3id.org/emmo#SlugPerFootSecond
Annotations
Unitsymbol slug/(ft⋅s)
Qudtreference http://qudt.org/vocab/unit/SLUG-PER-FT-SEC
Preflabel SlugPerFootSecond
Altlabel Slug per Foot Second
Elucidation `Slug per Foot Second` is a unit for 'Dynamic Viscosity' expressed as slug/(ft-s).

-- QUDT
Formal description
Subclass Of MassPerLengthTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 47.88026
Subclass Of hasSIConversionOffset value 0.0

SlugPerHour

Iri https://w3id.org/emmo#SlugPerHour
Annotations
Unitsymbol slug/hr
Qudtreference http://qudt.org/vocab/unit/SLUG-PER-HR
Preflabel SlugPerHour
Altlabel Slug Per Hour
Elucidation unit slug for mass slug according to the English engineering system divided by the unit hour

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.004053861
Subclass Of hasSIConversionOffset value 0.0

SlugPerMinute

Iri https://w3id.org/emmo#SlugPerMinute
Annotations
Unitsymbol slug/min
Qudtreference http://qudt.org/vocab/unit/SLUG-PER-MIN
Preflabel SlugPerMinute
Altlabel Slug Per Minute
Elucidation unit slug for the mass according to the English engineering system divided by the unit minute

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.2432317
Subclass Of hasSIConversionOffset value 0.0

SlugPerSecond

Iri https://w3id.org/emmo#SlugPerSecond
Annotations
Unitsymbol slug/s
Qudtreference http://qudt.org/vocab/unit/SLUG-PER-SEC
Preflabel SlugPerSecond
Altlabel Slug per Second
Elucidation "Slug per Second" is an Imperial unit for 'Mass Per Time' expressed as slug/s.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 14.5939
Subclass Of hasSIConversionOffset value 0.0

SlugPerSquareFoot

Iri https://w3id.org/emmo#SlugPerSquareFoot
Annotations
Unitsymbol slug/ft²
Qudtreference http://qudt.org/vocab/unit/SLUG-PER-FT2
Preflabel SlugPerSquareFoot
Altlabel Slug per Square Foot
Elucidation "Slug per Square Foot" is an Imperial unit for 'Mass Per Area' expressed as slug/ft².

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of AreaDensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 157.0875
Subclass Of hasSIConversionOffset value 0.0

SolarMass

Iri https://w3id.org/emmo#SolarMass
Annotations
Unitsymbol S
Qudtreference http://qudt.org/vocab/unit/SolarMass
Preflabel SolarMass
Altlabel Solar mass
Elucidation The astronomical unit of mass is the solar mass.The symbol S is often used in astronomy to refer to this unit, although M⊙ is also common. The solar mass, 1.98844 × 10³⁰ kg, is a standard way to express mass in astronomy, used to describe the masses of other stars and galaxies. It is equal to the mass of the Sun, about 333,000 times the mass of the Earth or 1,048 times the mass of Jupiter. In practice, the masses of celestial bodies appear in the dynamics of the solar system only through the products GM, where G is the constant of gravitation.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Solar_mass?oldid=494074016
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.988435e+30
Subclass Of hasSIConversionOffset value 0.0

SquareFoot

Iri https://w3id.org/emmo#SquareFoot
Annotations
Unitsymbol ft²
Qudtreference http://qudt.org/vocab/unit/FT2
Ucumcode [ft_i]2
Ucumcode [sft_i]
Preflabel SquareFoot
Altlabel Square Foot
Elucidation The square foot (plural square feet; abbreviated ft² or sq ft) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length.

-- QUDT
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.09290304
Subclass Of hasSIConversionOffset value 0.0

SquareFootDegreeFahrenheit

Iri https://w3id.org/emmo#SquareFootDegreeFahrenheit
Annotations
Unitsymbol ft²⋅°F
Qudtreference http://qudt.org/vocab/unit/FT2-DEG_F
Ucumcode [sft_i].[degF]
Preflabel SquareFootDegreeFahrenheit
Altlabel Square Foot Degree Fahrenheit
Elucidation `Square Foot Degree Fahrenheit` is an Imperial unit for 'Area Temperature' expressed as ft²-degF.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of AreaTemperatureUnit
Subclass Of NonPrefixedUnit

SquareFootHourDegreeFahrenheit

Iri https://w3id.org/emmo#SquareFootHourDegreeFahrenheit
Annotations
Unitsymbol ft²⋅hr⋅°F
Qudtreference http://qudt.org/vocab/unit/FT2-HR-DEG_F
Ucumcode [sft_i].h.[degF]
Preflabel SquareFootHourDegreeFahrenheit
Altlabel Square Foot Hour Degree Fahrenheit
Elucidation `Square Foot Hour Degree Fahrenheit` is an Imperial unit for 'Area Time Temperature' expressed as ft²-hr-degF.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of AreaTimeTemperatureUnit
Subclass Of NonPrefixedUnit

SquareFootHourDegreeFahrenheitPerBtu

Iri https://w3id.org/emmo#SquareFootHourDegreeFahrenheitPerBtu
Annotations
Unitsymbol sqft⋅hr⋅°F/btu
Qudtreference http://qudt.org/vocab/unit/FT2-HR-DEG_F-PER-BTU_IT
Ucumcode [sft_i].h.[degF].[Btu_IT]-1
Preflabel SquareFootHourDegreeFahrenheitPerBtu
Altlabel Square Foot Hour Degree Fahrenheit per BTU
Elucidation `Square Foot Hour Degree Fahrenheit per BTU` is an Imperial unit for 'Thermal Insulance' expressed as (degF-hr-ft²)/Btu.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of PerThermalTransmittanceUnit
Subclass Of NonPrefixedUnit

SquareFootPerBtuInch

Iri https://w3id.org/emmo#SquareFootPerBtuInch
Annotations
Unitsymbol ft²/btu⋅in
Qudtreference http://qudt.org/vocab/unit/FT2-PER-BTU_IT-IN
Ucumcode [sft_i].[Btu_IT]-1.[in_i]-1
Preflabel SquareFootPerBtuInch
Altlabel Square Foot per BTU Inch
Formal description
Subclass Of NonSIUnit
Subclass Of ThermalResistivityUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.003466736
Subclass Of hasSIConversionOffset value 0.0

SquareFootPerHour

Iri https://w3id.org/emmo#SquareFootPerHour
Annotations
Unitsymbol ft²/hr
Qudtreference http://qudt.org/vocab/unit/FT2-PER-HR
Ucumcode [sft_i].h-1
Preflabel SquareFootPerHour
Altlabel Square Foot per Hour
Elucidation `Square Foot per Hour` is an Imperial unit for `Kinematic Viscosity` and `Thermal Diffusivity` expressed as ft²/hr.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of AreicSpeedUnit
Subclass Of hasSIConversionMultiplier value 2.58064e-05
Subclass Of hasSIConversionOffset value 0.0

SquareFootPerSecond

Iri https://w3id.org/emmo#SquareFootPerSecond
Annotations
Unitsymbol ft²/s
Qudtreference http://qudt.org/vocab/unit/FT2-PER-SEC
Ucumcode [sft_i].s-1
Preflabel SquareFootPerSecond
Altlabel Square Foot per Second
Elucidation "Square Foot per Second" is an Imperial unit for 'Kinematic Viscosity' expressed as ft²/s.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of AreicSpeedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.09290304
Subclass Of hasSIConversionOffset value 0.0

SquareFootSecondDegreeFahrenheit

Iri https://w3id.org/emmo#SquareFootSecondDegreeFahrenheit
Annotations
Unitsymbol ft²⋅s⋅°F
Qudtreference http://qudt.org/vocab/unit/FT2-SEC-DEG_F
Ucumcode [sft_i].s.[degF]
Preflabel SquareFootSecondDegreeFahrenheit
Altlabel Square Foot Second Degree Fahrenheit
Elucidation `Square Foot Second Degree Fahrenheit` is an Imperial unit for 'Area Time Temperature' expressed as ft²· s· degF.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of AreaTimeTemperatureUnit
Subclass Of NonPrefixedUnit

SquareInch

Iri https://w3id.org/emmo#SquareInch
Annotations
Unitsymbol in²
Qudtreference http://qudt.org/vocab/unit/IN2
Ucumcode [in_i]2
Ucumcode [sin_i]
Preflabel SquareInch
Altlabel Square Inch
Elucidation A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches², inch², in², inches², inch², in² or in some cases "². The square inch is a common unit of measurement in the United States and the United Kingdom.

-- QUDT
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.00064516
Subclass Of hasSIConversionOffset value 0.0

SquareInchPerSecond

Iri https://w3id.org/emmo#SquareInchPerSecond
Annotations
Unitsymbol in²/s
Qudtreference http://qudt.org/vocab/unit/IN2-PER-SEC
Ucumcode [sin_i].s-1
Preflabel SquareInchPerSecond
Altlabel Square Inch Per Second
Elucidation power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of AreicSpeedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.00064516
Subclass Of hasSIConversionOffset value 0.0

SquareMetrePerGramOfDrySediment

Iri https://w3id.org/emmo#SquareMetrePerGramOfDrySediment
Annotations
Unitsymbol m²/g{dry sediment}
Qudtreference http://qudt.org/vocab/unit/M2-PER-GM_DRY
Ucumcode m2.g-1{dry}
Preflabel SquareMetrePerGramOfDrySediment
Altlabel Square metres per gram of dry sediment
Formal description
Subclass Of NonSIUnit
Subclass Of AreaPerMassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

SquareMicroNsPerMilliLitre

Iri https://w3id.org/emmo#SquareMicroNsPerMilliLitre
Annotations
Unitsymbol µm/mL
Qudtreference http://qudt.org/vocab/unit/MicroM-PER-MilliL
Ucumcode um2.mL-1
Preflabel SquareMicroNsPerMilliLitre
Altlabel Square microns per millilitre
Formal description
Subclass Of PerAreaUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

SquareMile

Iri https://w3id.org/emmo#SquareMile
Annotations
Unitsymbol mi²
Qudtreference http://qudt.org/vocab/unit/MI2
Ucumcode [mi_i]2
Ucumcode [mi_us]2
Ucumcode [smi_us]
Preflabel SquareMile
Altlabel Square Mile
Elucidation The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AreaUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 2589988.0
Subclass Of hasSIConversionOffset value 0.0

SquareYard

Iri https://w3id.org/emmo#SquareYard
Annotations
Unitsymbol sqyd
Qudtreference http://qudt.org/vocab/unit/YD2
Ucumcode [syd_i]
Ucumcode [yd_i]2
Preflabel SquareYard
Altlabel Square Yard
Elucidation The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi).

-- QUDT
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.8361274
Subclass Of hasSIConversionOffset value 0.0

Standard

Iri https://w3id.org/emmo#Standard
Annotations
Unitsymbol standard
Qudtreference http://qudt.org/vocab/unit/Standard
Ucumcode 1980.[bf_i]
Preflabel Standard
Elucidation non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.672
Subclass Of hasSIConversionOffset value 0.0

StandardAtmosphere

Iri https://w3id.org/emmo#StandardAtmosphere
Annotations
Unitsymbol atm
Qudtreference http://qudt.org/vocab/unit/ATM
Ucumcode atm
Preflabel StandardAtmosphere
Altlabel Standard Atmosphere
Elucidation The standard atmosphere (symbol: atm) is an international reference pressure defined as 101.325 kPa and formerly used as unit of pressure. For practical purposes it has been replaced by the bar which is 100 kPa. The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Atmosphere_(unit)
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 101325.0
Subclass Of hasSIConversionOffset value 0.0

Statampere

Iri https://w3id.org/emmo#Statampere
Annotations
Unitsymbol statA
Qudtreference http://qudt.org/vocab/unit/A_Stat
Preflabel Statampere
Elucidation "Statampere" (statA) is a unit in the category of Electric current. It is also known as statamperes. This unit is commonly used in the cgs unit system. Statampere (statA) has a dimension of I where I is electric current. It can be converted to the corresponding standard SI unit A by multiplying its value by a factor of 3.355641E-010.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricCurrentUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.335641e-10
Subclass Of hasSIConversionOffset value 0.0

StatamperePerSquareCentiMetre

Iri https://w3id.org/emmo#StatamperePerSquareCentiMetre
Annotations
Unitsymbol statA/cm²
Qudtreference http://qudt.org/vocab/unit/A_Stat-PER-CentiM2
Preflabel StatamperePerSquareCentiMetre
Altlabel Statampere per Square Centimetre
Elucidation The Statampere per Square Centimeter is a unit of electric current density in the c.g.s. system of units.

-- QUDT
Formal description
Subclass Of ElectricCurrentDensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.335641e-06
Subclass Of hasSIConversionOffset value 0.0

Statcoulomb

Iri https://w3id.org/emmo#Statcoulomb
Annotations
Unitsymbol statC
Qudtreference http://qudt.org/vocab/unit/C_Stat
Preflabel Statcoulomb
Elucidation The statcoulomb (statC) or franklin (Fr) or electrostatic unit of charge (esu) is the physical unit for electrical charge used in the centimetre-gram-second system of units (cgs) and Gaussian units. It is a derived unit given by 1 statC = 1 g cm s = 1 erg cm. The SI system of units uses the coulomb (C) instead. The conversion between C and statC is different in different contexts. The number 2997924580 is 10 times the value of the speed of light expressed in meters/second, and the conversions are exact except where indicated. The coulomb is an extremely large charge rarely encountered in electrostatics, while the statcoulomb is closer to everyday charges.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Statcoulomb?oldid=492664360
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricChargeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.335641e-10
Subclass Of hasSIConversionOffset value 0.0

StatcoulombPerMole

Iri https://w3id.org/emmo#StatcoulombPerMole
Annotations
Unitsymbol statC/mol
Qudtreference http://qudt.org/vocab/unit/C_Stat-PER-MOL
Preflabel StatcoulombPerMole
Altlabel Statcoulomb per Mole
Elucidation "Statcoulomb per Mole" is a unit of measure for the electical charge associated with one mole of a substance. The mole is a unit of measurement used in chemistry to express amounts of a chemical substance, defined as an amount of a substance that contains as many elementary entities (e.g., atoms, molecules, ions, electrons) as there are atoms in 12 grams of pure carbon-12 (12C), the isotope of carbon with atomic weight 12.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricChargePerAmountUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.33564e-10
Subclass Of hasSIConversionOffset value 0.0

StatcoulombPerSquareCentiMetre

Iri https://w3id.org/emmo#StatcoulombPerSquareCentiMetre
Annotations
Unitsymbol statC/cm²
Qudtreference http://qudt.org/vocab/unit/C_Stat-PER-CentiM2
Preflabel StatcoulombPerSquareCentiMetre
Altlabel Statcoulomb per Square Centimetre
Elucidation `Statcoulomb per Square Centimeter` is a unit of measure for electric flux density and electric polarization. One Statcoulomb per Square Centimeter is 2.15× 10⁹ coulomb per square inch.

-- QUDT
Formal description
Subclass Of ElectricDisplacementFieldUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.33564e-06
Subclass Of hasSIConversionOffset value 0.0

Statfarad

Iri https://w3id.org/emmo#Statfarad
Annotations
Unitsymbol statF
Qudtreference http://qudt.org/vocab/unit/FARAD_Stat
Preflabel Statfarad
Elucidation Statfarad (statF) is a unit in the category of Electric capacitance. It is also known as statfarads. This unit is commonly used in the cgs unit system. Statfarad (statF) has a dimension of M⁻¹L⁻²T⁴I² where M is mass, L is length, T is time, and I is electric current. It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of CapacitanceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.11265e-12
Subclass Of hasSIConversionOffset value 0.0

Stathenry

Iri https://w3id.org/emmo#Stathenry
Annotations
Unitsymbol statH
Qudtreference http://qudt.org/vocab/unit/H_Stat
Preflabel Stathenry
Elucidation "Stathenry" (statH) is a unit in the category of Electric inductance. It is also known as stathenries. This unit is commonly used in the cgs unit system. Stathenry (statH) has a dimension of ML²T⁻²I⁻² where M is mass, L is length, T is time, and I is electric current. It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of 8.987552 × 10¹¹ .

-- QUDT
Formal description
Subclass Of InductanceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 898760000000.0
Subclass Of hasSIConversionOffset value 0.0

StathenryPerCentiMetre

Iri https://w3id.org/emmo#StathenryPerCentiMetre
Annotations
Unitsymbol statH/cm
Qudtreference http://qudt.org/vocab/unit/H_Stat-PER-CentiM
Preflabel StathenryPerCentiMetre
Altlabel Stathenry per Centimetre
Elucidation The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of PermeabilityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 89876000000000.0
Subclass Of hasSIConversionOffset value 0.0

Statmho

Iri https://w3id.org/emmo#Statmho
Annotations
Unitsymbol stat℧
Qudtreference http://qudt.org/vocab/unit/MHO_Stat
Preflabel Statmho
Elucidation "StatMHO" is the unit of conductance, admittance, and susceptance in the C.G.S e.s.u system of units. One statmho is the conductance between two points in a conductor when a constant potential difference of 1 statvolt applied between the points produces in the conductor a current of 1 statampere, the conductor not being the source of any electromotive force, approximately 1.1126 × 10⁻¹² mho.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricConductivityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.1126e-12
Subclass Of hasSIConversionOffset value 0.0

Statohm

Iri https://w3id.org/emmo#Statohm
Annotations
Unitsymbol statΩ
Qudtreference http://qudt.org/vocab/unit/OHM_Stat
Preflabel Statohm
Elucidation "StatOHM" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately 8.9876 × 10¹¹ ohms. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance.

-- QUDT
Formal description
Subclass Of ElectricResistanceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 898760000000.0
Subclass Of hasSIConversionOffset value 0.0

Statsiemens

Iri https://w3id.org/emmo#Statsiemens
Annotations
Unitsymbol statS
Qudtreference http://qudt.org/vocab/unit/S_Stat
Preflabel Statsiemens
Elucidation The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricConductivityUnit
Subclass Of hasSIConversionMultiplier value 1.11265e-12
Subclass Of hasSIConversionOffset value 0.0

Statvolt

Iri https://w3id.org/emmo#Statvolt
Annotations
Unitsymbol statV
Qudtreference http://qudt.org/vocab/unit/V_Stat
Preflabel Statvolt
Elucidation "statvolt" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is 1 statvolt = 299.792458 volts. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as 1 erg / esu. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Statvolt?oldid=491769750
Formal description
Subclass Of ElectricPotentialUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 299.7925
Subclass Of hasSIConversionOffset value 0.0

StatvoltPerCentiMetre

Iri https://w3id.org/emmo#StatvoltPerCentiMetre
Annotations
Unitsymbol statV/cm
Qudtreference http://qudt.org/vocab/unit/V_Stat-PER-CentiM
Preflabel StatvoltPerCentiMetre
Altlabel Statvolt per Centimetre
Elucidation One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity.
The abvolt is another option for a unit of voltage in the cgs system.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Statvolt
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of ElectricFieldStrengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 29979.25
Subclass Of hasSIConversionOffset value 0.0

Stere

Iri https://w3id.org/emmo#Stere
Annotations
Unitsymbol st
Qudtreference http://qudt.org/vocab/unit/STR
Ucumcode st
Preflabel Stere
Elucidation The stere is a unit of volume in the original metric system equal to one cubic metre. The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Stère?oldid=393570287
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Stilb

Iri https://w3id.org/emmo#Stilb
Annotations
Unitsymbol sb
Qudtreference http://qudt.org/vocab/unit/STILB
Ucumcode sb
Preflabel Stilb
Elucidation The `stilb (sb)` is the CGS unit of luminance for objects that are not self-luminous. It is equal to one candela per square centimeter or 10 nits (candelas per square meter). The name was coined by the French physicist A. Blondel around 1920. It comes from the Greek word stilbein meaning 'to glitter'. It was in common use in Europe up to World War I. In North America self-explanatory terms such as candle per square inch and candle per square meter were more common. The unit has since largely been replaced by the SI unit: candela per square meter.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Stilb?oldid=375748497
Formal description
Subclass Of LuminanceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 10000.0
Subclass Of hasSIConversionOffset value 0.0

Stokes

Iri https://w3id.org/emmo#Stokes
Annotations
Unitsymbol St
Qudtreference http://qudt.org/vocab/unit/ST
Ucumcode St
Preflabel Stokes
Elucidation `Stokes (St)` is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of L²T⁻¹ where L is length, and T is time. It can be converted to the corresponding standard SI unit m²/s by multiplying its value by a factor of 0.0001.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Stokes?oldid=426159512
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of AreicSpeedUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

Stone_Uk

Iri https://w3id.org/emmo#Stone_Uk
Annotations
Unitsymbol st{UK}
Qudtreference http://qudt.org/vocab/unit/Stone_UK
Ucumcode [stone_av]
Preflabel Stone_Uk
Altlabel Stone (UK)
Elucidation unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6.350293
Subclass Of hasSIConversionOffset value 0.0

SynodicMonth

Iri https://w3id.org/emmo#SynodicMonth
Annotations
Qudtreference http://qudt.org/vocab/unit/MO_Synodic
Ucumcode mo_s
Preflabel SynodicMonth
Altlabel Synodic month
Elucidation A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days.

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2551442.9
Subclass Of hasSIConversionOffset value 0.0

T_M

Iri https://w3id.org/emmo#T_M
Annotations
Unitsymbol T⋅m
Qudtreference http://qudt.org/vocab/unit/T-M
Ucumcode T.m
Preflabel T_M
Altlabel T-M
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MagneticPotentialUnit
Subclass Of MeasurementUnit

T_Sec

Iri https://w3id.org/emmo#T_Sec
Annotations
Unitsymbol T⋅s
Qudtreference http://qudt.org/vocab/unit/T-SEC
Ucumcode T.s
Preflabel T_Sec
Altlabel T-SEC
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerElectricChargeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

Tablespoon

Iri https://w3id.org/emmo#Tablespoon
Annotations
Unitsymbol tbsp
Qudtreference http://qudt.org/vocab/unit/TBSP
Ucumcode [tbs_us]
Preflabel Tablespoon
Elucidation In the US and parts of Canada, a tablespoon is the largest type of spoon used for eating from a bowl. In the UK and most Commonwealth countries, a tablespoon is a type of large spoon usually used for serving. In countries where a tablespoon is a serving spoon, the nearest equivalent to the US tablespoon is either the dessert spoon or the soup spoon. A tablespoonful, nominally the capacity of one tablespoon, is commonly used as a measure of volume in cooking. It is abbreviated as T, tb, tbs, tbsp, tblsp, or tblspn. The capacity of ordinary tablespoons is not regulated by law and is subject to considerable variation. In most countries one level tablespoon is approximately 15 mL; in Australia it is 20 mL.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Tablespoon?oldid=494615208
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.478677e-05
Subclass Of hasSIConversionOffset value 0.0

Teaspoon

Iri https://w3id.org/emmo#Teaspoon
Annotations
Unitsymbol tsp
Qudtreference http://qudt.org/vocab/unit/TSP
Ucumcode [tsp_us]
Preflabel Teaspoon
Elucidation A teaspoon is a unit of volume. In the United States one teaspoon as a unit of culinary measure is 1/3 tablespoon , that is, ≈ 4.93 mL; it is exactly 1/6 U.S. fl. oz, 1/48 cup, and 1/768 U.S. liquid gallon (see United States customary units for relative volumes of these other measures) and approximately 1/3 cubic inch. For nutritional labeling on food packages in the U.S., the teaspoon is defined as precisely 5 mL.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Teaspoon?oldid=490940468
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.928922e-06
Subclass Of hasSIConversionOffset value 0.0

TebiByte

Iri https://w3id.org/emmo#TebiByte
Annotations
Unitsymbol TiB
Qudtreference http://qudt.org/vocab/unit/TebiBYTE
Preflabel TebiByte
Altlabel TebiByte
Elucidation The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024⁴

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Byte#Multiple-byte_units
Formal description
Subclass Of CountingUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 6096987000000.0
Subclass Of hasSIConversionOffset value 0.0

TechnicalAtmosphere

Iri https://w3id.org/emmo#TechnicalAtmosphere
Annotations
Unitsymbol at
Qudtreference http://qudt.org/vocab/unit/ATM_T
Ucumcode att
Preflabel TechnicalAtmosphere
Altlabel Technical Atmosphere
Elucidation A technical atmosphere (symbol: at) is a non-SI unit of pressure equal to one kilogram-force per square centimeter. The symbol 'at' clashes with that of the katal (symbol: 'kat'), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol 'kat', indistinguishable from the symbol for the katal. It also clashes with that of the non-SI unit, the attotonne, but that unit would be more likely be rendered as the equivalent SI unit. Assay ton (abbreviation 'AT') is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is 29 1D6 grams (short assay ton) or 32 2D3 grams (long assay ton), the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce. In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Technical_atmosphere
Formal description
Subclass Of NonSIUnit
Subclass Of PressureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 98066.5
Subclass Of hasSIConversionOffset value 0.0

TeraByte

Iri https://w3id.org/emmo#TeraByte
Annotations
Unitsymbol TB
Qudtreference http://qudt.org/vocab/unit/TeraBYTE
Ucumcode TBy
Preflabel TeraByte
Altlabel TeraByte
Elucidation The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10¹² in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Terabyte?oldid=494671550
Formal description
Subclass Of CountingUnit
Subclass Of TeraPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 5545177000000.0
Subclass Of hasSIConversionOffset value 0.0

Tex

Iri https://w3id.org/emmo#Tex
Annotations
Unitsymbol tex
Qudtreference http://qudt.org/vocab/unit/TEX
Ucumcode tex
Preflabel Tex
Elucidation `Tex is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric.`

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Units_of_textile_measurement
Formal description
Subclass Of MassPerLengthUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

ThermUs

Iri https://w3id.org/emmo#ThermUs
Annotations
Unitsymbol thm{US}
Qudtreference http://qudt.org/vocab/unit/THM_US
Ucumcode 100000.[Btu_59]
Preflabel ThermUs
Altlabel Therm US
Elucidation `Therm` (symbol thm) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. In the US gas industry its SI equivalent is defined as exactly 100,000 BTU59 °F or 105.4804 megajoules. Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 105480400.0
Subclass Of hasSIConversionOffset value 0.0

ThermUsPerHour

Iri https://w3id.org/emmo#ThermUsPerHour
Annotations
Unitsymbol thm{US}/hr
Qudtreference http://qudt.org/vocab/unit/THM_US-PER-HR
Ucumcode [thm{US}].h-1
Ucumcode [thm{US}]/h
Preflabel ThermUsPerHour
Altlabel Therm US per Hour
Elucidation `Therm` (symbol thm) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm/hr unit most often in the power, steam generation, heating, and air conditioning industries.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 29300.11
Subclass Of hasSIConversionOffset value 0.0

ThermochemicalCalorie

Iri https://w3id.org/emmo#ThermochemicalCalorie
Annotations
Unitsymbol cal
Qudtreference http://qudt.org/vocab/unit/CAL_TH
Ucumcode cal_th
Preflabel ThermochemicalCalorie
Altlabel Thermochemical Calorie
Elucidation The energy needed to increase the temperature of a given mass of water by 1 °C at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the 15 °C calorie and the thermochemical calorie.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Calorie
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.184
Subclass Of hasSIConversionOffset value 0.0

Thm_Eec

Iri https://w3id.org/emmo#Thm_Eec
Annotations
Unitsymbol thm{EEC}
Qudtreference http://qudt.org/vocab/unit/THM_EEC
Ucumcode 100000.[Btu_IT]
Preflabel Thm_Eec
Altlabel THM_EEC
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit

TonEnergy

Iri https://w3id.org/emmo#TonEnergy
Annotations
Unitsymbol t/lbf
Qudtreference http://qudt.org/vocab/unit/TonEnergy
Ucumcode Gcal
Preflabel TonEnergy
Altlabel Ton Energy
Elucidation Energy equivalent of one ton of TNT

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4184000000.0
Subclass Of hasSIConversionOffset value 0.0

TonOfOilEquivalent

Iri https://w3id.org/emmo#TonOfOilEquivalent
Annotations
Unitsymbol toe
Qudtreference http://qudt.org/vocab/unit/TOE
Preflabel TonOfOilEquivalent
Altlabel Ton of Oil Equivalent
Elucidation The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy). Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 41868000000.0
Subclass Of hasSIConversionOffset value 0.0

TonOfRefrigeration

Iri https://w3id.org/emmo#TonOfRefrigeration
Annotations
Unitsymbol t/fg
Qudtreference http://qudt.org/vocab/unit/TON_FG
Preflabel TonOfRefrigeration
Altlabel Ton of Refrigeration
Elucidation 12000 btu per hour

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3516.853
Subclass Of hasSIConversionOffset value 0.0

TonOfRefrigerationHour

Iri https://w3id.org/emmo#TonOfRefrigerationHour
Annotations
Qudtreference http://qudt.org/vocab/unit/TON_FG-HR
Preflabel TonOfRefrigerationHour
Altlabel Ton of Refrigeration Hour
Elucidation 12000 btu

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 12660670.0
Subclass Of hasSIConversionOffset value 0.0

Ton_F_Us

Iri https://w3id.org/emmo#Ton_F_Us
Annotations
Unitsymbol tonf{us}
Qudtreference http://qudt.org/vocab/unit/TON_F_US
Ucumcode [stonf_av]
Preflabel Ton_F_Us
Altlabel Ton Force (US Short)
Elucidation unit of the force according to the American system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 8896.443
Subclass Of hasSIConversionOffset value 0.0

Ton_Metric_Per_Sec

Iri https://w3id.org/emmo#Ton_Metric_Per_Sec
Annotations
Unitsymbol t/s
Qudtreference http://qudt.org/vocab/unit/TON_Metric-PER-SEC
Ucumcode t.s-1
Preflabel Ton_Metric_Per_Sec
Altlabel Tonne Per Second (metric Ton)
Elucidation unit ton divided by the SI base unit second

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

Ton_Shipping_Us

Iri https://w3id.org/emmo#Ton_Shipping_Us
Annotations
Unitsymbol MTON
Qudtreference http://qudt.org/vocab/unit/TON_SHIPPING_US
Preflabel Ton_Shipping_Us
Altlabel Ton (US Shipping)
Elucidation traditional unit for volume of cargo, especially in shipping

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.1326
Subclass Of hasSIConversionOffset value 0.0

Ton_Uk

Iri https://w3id.org/emmo#Ton_Uk
Annotations
Unitsymbol ton{UK}
Qudtreference http://qudt.org/vocab/unit/TON_UK
Ucumcode [lton_av]
Preflabel Ton_Uk
Altlabel Ton (UK)
Elucidation traditional Imperial unit for volume of cargo, especially in the shipping sector

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1016.0
Subclass Of hasSIConversionOffset value 0.0

Ton_Uk_Per_Day

Iri https://w3id.org/emmo#Ton_Uk_Per_Day
Annotations
Unitsymbol t{long}/day
Qudtreference http://qudt.org/vocab/unit/TON_UK-PER-DAY
Ucumcode [lton_av].d-1
Preflabel Ton_Uk_Per_Day
Altlabel Long Ton (uk) Per Day
Elucidation unit British ton according to the Imperial system of units divided by the unit day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01175926
Subclass Of hasSIConversionOffset value 0.0

Ton_Uk_Per_Yd3

Iri https://w3id.org/emmo#Ton_Uk_Per_Yd3
Annotations
Unitsymbol t{long}/yd³
Qudtreference http://qudt.org/vocab/unit/TON_UK-PER-YD3
Ucumcode [lton_av].[cyd_i]-1
Preflabel Ton_Uk_Per_Yd3
Altlabel Long Ton (UK) Per Cubic Yard
Elucidation unit of the density according the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1328.878
Subclass Of hasSIConversionOffset value 0.0

Ton_Us

Iri https://w3id.org/emmo#Ton_Us
Annotations
Unitsymbol ton{US}
Qudtreference http://qudt.org/vocab/unit/TON_US
Ucumcode [ston_av]
Preflabel Ton_Us
Altlabel Ton (US)
Elucidation unit of the mass according to the Anglo-American system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 907.1847
Subclass Of hasSIConversionOffset value 0.0

Ton_Us_Per_Day

Iri https://w3id.org/emmo#Ton_Us_Per_Day
Annotations
Unitsymbol ton{US}/day
Qudtreference http://qudt.org/vocab/unit/TON_US-PER-DAY
Ucumcode [ston_av].d-1
Preflabel Ton_Us_Per_Day
Altlabel Short Ton (us) Per Day
Elucidation unit American ton according to the Anglo-American system of units divided by the unit day

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01049769
Subclass Of hasSIConversionOffset value 0.0

Ton_Us_Per_Hr

Iri https://w3id.org/emmo#Ton_Us_Per_Hr
Annotations
Unitsymbol ton{US}/hr
Qudtreference http://qudt.org/vocab/unit/TON_US-PER-HR
Ucumcode [ston_av].h-1
Preflabel Ton_Us_Per_Hr
Altlabel Ton (US) Per Hour
Elucidation unit ton divided by the unit for time hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassPerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.2519444
Subclass Of hasSIConversionOffset value 0.0

Ton_Us_Per_Yd3

Iri https://w3id.org/emmo#Ton_Us_Per_Yd3
Annotations
Unitsymbol ton{US}/yd³
Qudtreference http://qudt.org/vocab/unit/TON_US-PER-YD3
Ucumcode [ston_av].[cyd_i]-1
Preflabel Ton_Us_Per_Yd3
Altlabel Short Ton (US) Per Cubic Yard
Elucidation unit of the density according to the Anglo-American system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1186.311
Subclass Of hasSIConversionOffset value 0.0

TonnePerHectarePerYear

Iri https://w3id.org/emmo#TonnePerHectarePerYear
Annotations
Unitsymbol t/ha/year
Qudtreference http://qudt.org/vocab/unit/TONNE-PER-HA-YR
Ucumcode t.har-1.year-1
Preflabel TonnePerHectarePerYear
Altlabel tonne per hectare per year
Elucidation A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassFluxUnit
Subclass Of hasSIConversionMultiplier value 3.17e-09
Subclass Of hasSIConversionOffset value 0.0

Torr

Iri https://w3id.org/emmo#Torr
Annotations
Unitsymbol Torr
Qudtreference http://qudt.org/vocab/unit/TORR
Preflabel Torr
Elucidation The `torr` is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Torr?oldid=495199381
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 133.322
Subclass Of hasSIConversionOffset value 0.0

TropicalYear

Iri https://w3id.org/emmo#TropicalYear
Annotations
Unitsymbol yr{tropical}
Qudtreference http://qudt.org/vocab/unit/YR_TROPICAL
Ucumcode a_t
Preflabel TropicalYear
Altlabel Tropical Year
Elucidation A tropical year (also known as a solar year), for general purposes, is the length of time that the Sun takes to return to the same position in the cycle of seasons, as seen from Earth; for example, the time from vernal equinox to vernal equinox, or from summer solstice to summer solstice. Because of the precession of the equinoxes, the seasonal cycle does not remain exactly synchronised with the position of the Earth in its orbit around the Sun. As a consequence, the tropical year is about 20 minutes shorter than the time it takes Earth to complete one full orbit around the Sun as measured with respect to the fixed stars. Since antiquity, astronomers have progressively refined the definition of the tropical year, and currently define it as the time required for the mean Sun's tropical longitude (longitudinal position along the ecliptic relative to its position at the vernal equinox) to increase by 360 degrees (that is, to complete one full seasonal circuit).

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 31556930.0
Subclass Of hasSIConversionOffset value 0.0

USPerm

Iri https://w3id.org/emmo#USPerm
Annotations
Unitsymbol perm{US}
Qudtreference http://qudt.org/vocab/unit/PERM_US
Preflabel USPerm
Altlabel U.S. Perm
Elucidation A perm is a unit of permeance or "water vapor transmission" given a certain differential in partial pressures on either side of a material or membrane. The U.S. perm is defined as 1 grain of water vapor per hour, per square foot, per inch of mercury.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Perm_(unit)
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of TimePerLengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 5.72135e-11
Subclass Of hasSIConversionOffset value 0.0

UnifiedAtomicMassUnit

Iri https://w3id.org/emmo#UnifiedAtomicMassUnit
Annotations
Unitsymbol u
Qudtreference http://qudt.org/vocab/unit/U
Ucumcode u
Preflabel UnifiedAtomicMassUnit
Altlabel Unified Atomic Mass Unit
Elucidation The unified atomic mass unit (symbol: u) or dalton (symbol: Da) is the standard unit that is used for indicating mass on an atomic or molecular scale (atomic mass). It is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state,[ and has a value of 1.660538921(73) × 10⁻²⁷ kg. One dalton is approximately equal to the mass of one nucleon; an equivalence of saying 1 g mol⁻¹. The CIPM have categorised it as a 'non-SI unit' because units values in SI units must be obtained experimentally.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Atomic_mass_unit
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.660539e-27
Subclass Of hasSIConversionOffset value 0.0

UnitPole

Iri https://w3id.org/emmo#UnitPole
Annotations
Unitsymbol pole
Qudtreference http://qudt.org/vocab/unit/UnitPole
Preflabel UnitPole
Altlabel Unit Pole
Elucidation A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MagneticFluxUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.256637e-07
Subclass Of hasSIConversionOffset value 0.0

UsDryPint

Iri https://w3id.org/emmo#UsDryPint
Annotations
Unitsymbol pt{US Dry}
Qudtreference http://qudt.org/vocab/unit/PINT_US_DRY
Ucumcode [dpt_us]
Preflabel UsDryPint
Altlabel US Dry Pint
Elucidation "US Dry Pint" is a C.G.S System unit for 'Dry Volume' expressed as dry_pt.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0005506105
Subclass Of hasSIConversionOffset value 0.0

UsDryQuart

Iri https://w3id.org/emmo#UsDryQuart
Annotations
Unitsymbol qt{US Dry}
Qudtreference http://qudt.org/vocab/unit/QT_US_DRY
Ucumcode [dqt_us]
Preflabel UsDryQuart
Altlabel US Dry Quart
Elucidation "US Dry Quart" is a unit for 'Dry Volume' expressed as dry_qt.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001101221
Subclass Of hasSIConversionOffset value 0.0

UsGallon

Iri https://w3id.org/emmo#UsGallon
Annotations
Unitsymbol gal{US}
Qudtreference http://qudt.org/vocab/unit/GAL_US
Ucumcode [gal_us]
Preflabel UsGallon
Altlabel US Gallon
Elucidation "US Gallon" is a unit for 'Liquid Volume' expressed as galUS.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.003785412
Subclass Of hasSIConversionOffset value 0.0

UsGallonPerDay

Iri https://w3id.org/emmo#UsGallonPerDay
Annotations
Unitsymbol gal/day
Qudtreference http://qudt.org/vocab/unit/GAL_US-PER-DAY
Ucumcode [gal_us].d-1
Ucumcode [gal_us]/d
Preflabel UsGallonPerDay
Altlabel US Gallon per Day
Elucidation "US Gallon per Day" is a unit for 'Volume Per Unit Time' expressed as gal/d.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of hasSIConversionMultiplier value 4.381264e-08
Subclass Of hasSIConversionOffset value 0.0

UsGallonPerMinute

Iri https://w3id.org/emmo#UsGallonPerMinute
Annotations
Unitsymbol gal/min
Qudtreference http://qudt.org/vocab/unit/GAL_US-PER-MIN
Ucumcode [gal_us].min-1
Ucumcode [gal_us]/min
Preflabel UsGallonPerMinute
Altlabel US Gallon per Minute
Elucidation "US Gallon per Minute" is a C.G.S System unit for 'Volume Per Unit Time' expressed as gal/min.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of hasSIConversionMultiplier value 6.30902e-05
Subclass Of hasSIConversionOffset value 0.0

UsLiquidCup

Iri https://w3id.org/emmo#UsLiquidCup
Annotations
Unitsymbol cup
Qudtreference http://qudt.org/vocab/unit/CUP
Ucumcode [cup_us]
Preflabel UsLiquidCup
Altlabel US Liquid Cup
Elucidation "US Liquid Cup" is a unit for 'Liquid Volume' expressed as cup.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0002365883
Subclass Of hasSIConversionOffset value 0.0

UsLiquidOunce

Iri https://w3id.org/emmo#UsLiquidOunce
Annotations
Unitsymbol fl oz{US}
Qudtreference http://qudt.org/vocab/unit/OZ_VOL_US
Ucumcode [foz_us]
Preflabel UsLiquidOunce
Altlabel US Liquid Ounce
Elucidation "US Liquid Ounce" is a unit for 'Liquid Volume' expressed as oz.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.957353e-05
Subclass Of hasSIConversionOffset value 0.0

UsLiquidPint

Iri https://w3id.org/emmo#UsLiquidPint
Annotations
Unitsymbol pt{US}
Qudtreference http://qudt.org/vocab/unit/PINT_US
Ucumcode [pt_us]
Preflabel UsLiquidPint
Altlabel US Liquid Pint
Elucidation "US Liquid Pint" is a unit for 'Liquid Volume' expressed as pt.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0004731765
Subclass Of hasSIConversionOffset value 0.0

UsLiquidQuart

Iri https://w3id.org/emmo#UsLiquidQuart
Annotations
Unitsymbol qt
Qudtreference http://qudt.org/vocab/unit/QT_US
Ucumcode [qt_us]
Preflabel UsLiquidQuart
Altlabel US Liquid Quart
Elucidation "US Liquid Quart" is a unit for 'Liquid Volume' expressed as qt.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.000946353
Subclass Of hasSIConversionOffset value 0.0

UsPeck

Iri https://w3id.org/emmo#UsPeck
Annotations
Unitsymbol peck{US Dry}
Qudtreference http://qudt.org/vocab/unit/PK_US_DRY
Ucumcode [pk_us]
Preflabel UsPeck
Altlabel US Peck
Elucidation A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.008809768
Subclass Of hasSIConversionOffset value 0.0

UsSurveyFoot

Iri https://w3id.org/emmo#UsSurveyFoot
Annotations
Unitsymbol ft{US Survey}
Qudtreference http://qudt.org/vocab/unit/FT_US
Ucumcode [ft_us]
Preflabel UsSurveyFoot
Altlabel US Survey Foot
Elucidation `US Survey Foot` is a unit for 'Length' expressed as ftUS.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.3048006
Subclass Of hasSIConversionOffset value 0.0

V_M

Iri https://w3id.org/emmo#V_M
Annotations
Unitsymbol V⋅m
Qudtreference http://qudt.org/vocab/unit/V-M
Ucumcode V.m
Preflabel V_M
Altlabel V-M
Formal description
Subclass Of NonSIUnit
Subclass Of ElectricFluxUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

V_Stat_CentiM

Iri https://w3id.org/emmo#V_Stat_CentiM
Annotations
Unitsymbol statV⋅cm
Qudtreference http://qudt.org/vocab/unit/V_Stat-CentiM
Preflabel V_Stat_CentiM
Altlabel V_Stat-CentiM
Formal description
Subclass Of NonSIUnit
Subclass Of ElectricFluxUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

VoltAmpereReactive

Iri https://w3id.org/emmo#VoltAmpereReactive
Annotations
Unitsymbol V⋅A{Reactive}
Qudtreference http://qudt.org/vocab/unit/V-A_Reactive
Ucumcode V.A{reactive}
Preflabel VoltAmpereReactive
Altlabel Volt Ampere Reactive
Elucidation unit with special name for reactive power

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit

VoltAmpereReactiveHour

Iri https://w3id.org/emmo#VoltAmpereReactiveHour
Annotations
Unitsymbol V⋅A{reactive}⋅hr
Qudtreference http://qudt.org/vocab/unit/V-A_Reactive-HR
Ucumcode V.A{reactive}.h
Preflabel VoltAmpereReactiveHour
Altlabel Volt Ampere Reactive Hour
Elucidation product of the unit volt ampere reactive and the unit hour

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

W_M2

Iri https://w3id.org/emmo#W_M2
Annotations
Unitsymbol W⋅m²
Qudtreference http://qudt.org/vocab/unit/W-M2
Ucumcode W.m2
Preflabel W_M2
Altlabel W-M2
Formal description
Subclass Of NonSIUnit
Subclass Of PowerAreaUnit
Subclass Of MeasurementUnit

W_M2_Per_Sr

Iri https://w3id.org/emmo#W_M2_Per_Sr
Annotations
Unitsymbol W⋅m²/sr
Qudtreference http://qudt.org/vocab/unit/W-M2-PER-SR
Ucumcode W.m2.sr-1
Preflabel W_M2_Per_Sr
Altlabel W-M2-PER-SR
Formal description
Subclass Of NonSIUnit
Subclass Of PowerAreaUnit
Subclass Of MeasurementUnit

Module: Other Non-Si Units

Classes

Abampere

Iri https://w3id.org/emmo#Abampere
Annotations
Unitsymbol abA
Qudtreference http://qudt.org/vocab/unit/A_Ab
Ucumcode Bi
Preflabel Abampere
Elucidation The Abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. An abampere is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Abampere?oldid=489318583
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricCurrentUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 10.0
Subclass Of hasSIConversionOffset value 0.0

AbamperePerSquareCentiMetre

Iri https://w3id.org/emmo#AbamperePerSquareCentiMetre
Annotations
Unitsymbol abA/cm²
Qudtreference http://qudt.org/vocab/unit/A_Ab-PER-CentiM2
Ucumcode Bi.cm-2
Ucumcode Bi/cm2
Preflabel AbamperePerSquareCentiMetre
Altlabel Abampere per Square Centimetre
Elucidation Abampere Per Square Centimeter (aA/cm²) is a unit in the category of Electric current density. It is also known as abamperes per square centimeter, abampere/square centimeter, abampere/square centimetre, abamperes per square centimetre, abampere per square centimetre. This unit is commonly used in the cgs unit system. Abampere Per Square Centimeter (aA/cm²) has a dimension of L⁻²I where L is length, and I is electric current. It can be converted to the corresponding standard SI unit A/m² by multiplying its value by a factor of 100000.

-- QUDT
Formal description
Subclass Of ElectricCurrentDensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 100000.0
Subclass Of hasSIConversionOffset value 0.0

AbampereSquareCentiMetre

Iri https://w3id.org/emmo#AbampereSquareCentiMetre
Annotations
Unitsymbol abA⋅cm²
Qudtreference http://qudt.org/vocab/unit/A_Ab-CentiM2
Ucumcode Bi.cm2
Preflabel AbampereSquareCentiMetre
Altlabel Abampere Square centimetre
Elucidation "Abampere Square centimeter" is the unit of magnetic moment in the electromagnetic centimeter-gram-second system.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of ElectricConductivityUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

Abcoulomb

Iri https://w3id.org/emmo#Abcoulomb
Annotations
Unitsymbol abC
Qudtreference http://qudt.org/vocab/unit/C_Ab
Ucumcode 10.C
Preflabel Abcoulomb
Elucidation "abcoulomb" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs (1 abC = 10 C).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Abcoulomb?oldid=477198635
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricChargeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 10.0
Subclass Of hasSIConversionOffset value 0.0

AbcoulombPerSquareCentiMetre

Iri https://w3id.org/emmo#AbcoulombPerSquareCentiMetre
Annotations
Unitsymbol abC/cm²
Qudtreference http://qudt.org/vocab/unit/C_Ab-PER-CentiM2
Ucumcode 10.C.cm-2
Preflabel AbcoulombPerSquareCentiMetre
Altlabel Abcoulomb per Square Centimetre
Elucidation Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb/square centimeter,abcoulomb/square centimetre. This unit is commonly used in the cgs unit system.
Abcoulomb Per Square Centimeter (abcoulomb/cm2) has a dimension of L₂TI. where L is length, T is time, and I is electric current. It can be converted to the corresponding standard SI unit C/m² by multiplying its value by a factor of 100,000.

-- QUDT
Formal description
Subclass Of ElectricDisplacementFieldUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 100000.0
Subclass Of hasSIConversionOffset value 0.0

Abfarad

Iri https://w3id.org/emmo#Abfarad
Annotations
Unitsymbol abF
Qudtreference http://qudt.org/vocab/unit/FARAD_Ab
Ucumcode GF
Preflabel Abfarad
Elucidation An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to 10⁹ farads (1,000,000,000 F or 1 GF). The absolute farad of the e.m.u. system, for a steady current identically abC/abV, and identically reciprocal abdaraf. 1 abF = 1 GF.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Abfarad?oldid=407124018
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of CapacitanceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

AbfaradPerCentiMetre

Iri https://w3id.org/emmo#AbfaradPerCentiMetre
Annotations
Unitsymbol abf/cm
Qudtreference http://qudt.org/vocab/unit/FARAD_Ab-PER-CentiM
Ucumcode GF.cm-1
Preflabel AbfaradPerCentiMetre
Altlabel Abfarad per Centimetre
Elucidation The absolute dielectric constant of free space is defined as the ratio of displacement to the electric field intensity. The unit of measure is the abfarad per centimeter, a derived CGS unit.

-- QUDT
Formal description
Subclass Of PermittivityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 100000000000.0
Subclass Of hasSIConversionOffset value 0.0

Abhenry

Iri https://w3id.org/emmo#Abhenry
Annotations
Unitsymbol abH
Qudtreference http://qudt.org/vocab/unit/H_Ab
Ucumcode nH
Preflabel Abhenry
Elucidation Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Abhenry?oldid=477198643
Formal description
Subclass Of InductanceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

Abohm

Iri https://w3id.org/emmo#Abohm
Annotations
Unitsymbol abΩ
Qudtreference http://qudt.org/vocab/unit/OHM_Ab
Ucumcode nOhm
Preflabel Abohm
Elucidation `abohm` is the basic unit of electrical resistance in the emu-cgs system of units. One abohm is equal to 10⁻⁹ ohms in the SI system of units; one abohm is a nano ohm.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Abohm?oldid=480725336
Formal description
Subclass Of ElectricResistanceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

Absiemens

Iri https://w3id.org/emmo#Absiemens
Annotations
Unitsymbol aS
Qudtreference http://qudt.org/vocab/unit/S_Ab
Ucumcode GS
Preflabel Absiemens
Elucidation The CGS electromagnetic unit of conductance; one absiemen is the conductance at which a potential of one abvolt forces a current of one abampere; equal to 10⁹ siemens. One siemen is the conductance at which a potential of one volt forces a current of one ampere and named for Karl Wilhem Siemens.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricConductivityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

Abtesla

Iri https://w3id.org/emmo#Abtesla
Annotations
Unitsymbol abT
Qudtreference http://qudt.org/vocab/unit/T_Ab
Preflabel Abtesla
Elucidation The unit of magnetic induction in the cgs system, 10⁻⁴ tesla. Also known as the gauss.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MagneticFluxDensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

Abvolt

Iri https://w3id.org/emmo#Abvolt
Annotations
Unitsymbol abV
Qudtreference http://qudt.org/vocab/unit/V_Ab
Ucumcode 10.nV
Preflabel Abvolt
Elucidation A unit of electrical potential equal to one hundred millionth of a volt (10⁻⁸ volts), used in the centimeter-gram-second (CGS) system of units. One abV is the potential difference that exists between two points when the work done to transfer one abcoulomb of charge between them equals: 1 erg· 1 abV = 10 nV.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Abvolt?oldid=477198646
Formal description
Subclass Of ElectricPotentialUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-08
Subclass Of hasSIConversionOffset value 0.0

AbvoltPerCentiMetre

Iri https://w3id.org/emmo#AbvoltPerCentiMetre
Annotations
Unitsymbol abV/cm
Qudtreference http://qudt.org/vocab/unit/V_Ab-PER-CentiM
Ucumcode 10.nV.cm-1
Preflabel AbvoltPerCentiMetre
Altlabel Abvolt per centimetre
Elucidation In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of ElectricFieldStrengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

AbvoltSecond

Iri https://w3id.org/emmo#AbvoltSecond
Annotations
Unitsymbol abv⋅s
Qudtreference http://qudt.org/vocab/unit/V_Ab-SEC
Ucumcode 10.nV.s
Preflabel AbvoltSecond
Altlabel Abvolt Second
Elucidation The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit. Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = 10⁸ maxwell.

-- QUDT
Formal description
Subclass Of MagneticFluxUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-08
Subclass Of hasSIConversionOffset value 0.0

Acre

Iri https://w3id.org/emmo#Acre
Annotations
Unitsymbol acre
Qudtreference http://qudt.org/vocab/unit/AC
Ucumcode [acr_br]
Preflabel Acre
Elucidation The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Acre?oldid=495387342
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 4046.856
Subclass Of hasSIConversionOffset value 0.0

AcreFoot

Iri https://w3id.org/emmo#AcreFoot
Annotations
Unitsymbol ac⋅ft
Qudtreference http://qudt.org/vocab/unit/AC-FT
Ucumcode [acr_br].[ft_i]
Preflabel AcreFoot
Altlabel Acre Foot
Elucidation An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong (66 ft × 660 ft) the acre-foot is exactly 43,560 cubic feet. For irrigation water, the volume of 1 ft × 1 ac = 43,560 ft³ (1,233.482 m³, 325,851 US gal).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Acre-foot
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of hasSIConversionMultiplier value 1233.482
Subclass Of hasSIConversionOffset value 0.0

AmpereTurn

Iri https://w3id.org/emmo#AmpereTurn
Annotations
Unitsymbol AT
Qudtreference http://qudt.org/vocab/unit/AT
Preflabel AmpereTurn
Altlabel Ampere Turn
Elucidation The `ampere-turn` was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. "Turns" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, ampere.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of ElectricCurrentUnit
Subclass Of NonPrefixedUnit

AmpereTurnPerInch

Iri https://w3id.org/emmo#AmpereTurnPerInch
Annotations
Unitsymbol At/in
Qudtreference http://qudt.org/vocab/unit/AT-PER-IN
Preflabel AmpereTurnPerInch
Altlabel Ampere Turn per Inch
Elucidation The `Ampere Turn per Inch` is a measure of magnetic field intensity and is eual to 12.5664 Oersted.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MagneticFieldStrengthUnit
Subclass Of hasSIConversionMultiplier value 39.37008
Subclass Of hasSIConversionOffset value 0.0

AmpereTurnPerMetre

Iri https://w3id.org/emmo#AmpereTurnPerMetre
Annotations
Unitsymbol At/m
Qudtreference http://qudt.org/vocab/unit/AT-PER-M
Preflabel AmpereTurnPerMetre
Altlabel Ampere Turn per Metre
Elucidation The `Ampere Turn per Metre` is the SI unit of magnetic field strength. One ampere per meter is equal to π/250 oersteds (12.566 371 millioersteds) in CGS units. The ampere per meter is also the SI unit of "magnetization" in the sense of magnetic dipole moment per unit volume; in this context 1 A/m = 0.001 emu per cubic centimeter.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of MagneticFieldStrengthUnit
Subclass Of NonPrefixedUnit

AssayTon

Iri https://w3id.org/emmo#AssayTon
Annotations
Unitsymbol AT
Qudtreference http://qudt.org/vocab/unit/TON_Assay
Preflabel AssayTon
Altlabel Assay Ton
Elucidation In the United States, a unit of mass, approximately 29.167 grams. The number of milligrams of precious metal in one assay ton of the ore being tested is equal to the number of troy ounces of pure precious metal in one 2000-pound ton of the ore. i.e. a bead is obtained that weights 3 milligrams, thus the precious metals in the bead would equal three troy ounces to each ton of ore with the understanding that this varies considerably in the real world as the amount of precious values in each ton of ore varies considerably.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.02916667
Subclass Of hasSIConversionOffset value 0.0

AtmosphereCubicMeterPerMole

Iri https://w3id.org/emmo#AtmosphereCubicMeterPerMole
Annotations
Unitsymbol atm⋅m³/mol
Qudtreference http://qudt.org/vocab/unit/ATM-M3-PER-MOL
Preflabel AtmosphereCubicMeterPerMole
Altlabel Atmosphere Cubic Meter per Mole
Elucidation A unit that consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol.

-- QUDT
Formal description
Subclass Of EnergyPerAmountUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 101325.0
Subclass Of hasSIConversionOffset value 0.0

BarCubicMetrePerSecond

Iri https://w3id.org/emmo#BarCubicMetrePerSecond
Annotations
Unitsymbol bar⋅m³/s
Qudtreference http://qudt.org/vocab/unit/BAR-M3-PER-SEC
Ucumcode bar.m3.s-1
Ucumcode bar.m3/s
Preflabel BarCubicMetrePerSecond
Altlabel Bar Cubic Metre Per Second
Elucidation product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

BarLitrePerSecond

Iri https://w3id.org/emmo#BarLitrePerSecond
Annotations
Unitsymbol bar⋅L/s
Qudtreference http://qudt.org/vocab/unit/BAR-L-PER-SEC
Ucumcode bar.L.s-1
Ucumcode bar.L/s
Preflabel BarLitrePerSecond
Altlabel Bar Litre Per Second
Elucidation product of the unit bar and the unit litre divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

BarPerBar

Iri https://w3id.org/emmo#BarPerBar
Annotations
Unitsymbol bar/bar
Qudtreference http://qudt.org/vocab/unit/BAR-PER-BAR
Ucumcode bar.bar-1
Ucumcode bar/bar
Preflabel BarPerBar
Altlabel Bar Per Bar
Elucidation pressure relation consisting of the unit bar divided by the unit bar

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PressureFractionUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

BarPerKelvin

Iri https://w3id.org/emmo#BarPerKelvin
Annotations
Unitsymbol bar/K
Qudtreference http://qudt.org/vocab/unit/BAR-PER-K
Ucumcode bar.K-1
Ucumcode bar/K
Preflabel BarPerKelvin
Altlabel Bar Per Kelvin
Elucidation unit with the name bar divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of PressurePerTemperatureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 100000.0
Subclass Of hasSIConversionOffset value 0.0

BinaryPrefix

Iri https://w3id.org/emmo#EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30
Annotations
Preflabel BinaryPrefix
Elucidation Binary prefix standardised by the International Electrotechnical Commission (IEC).
Formal description
Subclass Of MetricPrefix

BitPerSecond

Iri https://w3id.org/emmo#BitPerSecond
Annotations
Unitsymbol b/s
Qudtreference http://qudt.org/vocab/unit/BIT-PER-SEC
Ucumcode Bd
Ucumcode bit.s-1
Ucumcode bit/s
Preflabel BitPerSecond
Altlabel Bit per Second
Elucidation A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.6931472
Subclass Of hasSIConversionOffset value 0.0

CaloriePerGramDegreeCelsius

Iri https://w3id.org/emmo#CaloriePerGramDegreeCelsius
Annotations
Unitsymbol kcal/(g⋅°C)
Qudtreference http://qudt.org/vocab/unit/KiloCAL-PER-GM-DEG_C
Ucumcode cal.g-1.Cel-1
Preflabel CaloriePerGramDegreeCelsius
Altlabel Calorie per Gram Degree Celsius
Elucidation `Calorie per Gram Degree Celsius` is a unit for 'Specific Heat Capacity' expressed as kcal/(gm-degC).

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of EntropyPerMassUnit
Subclass Of NonPrefixedUnit

CandelaPerSquareInch

Iri https://w3id.org/emmo#CandelaPerSquareInch
Annotations
Unitsymbol cd/in²
Qudtreference http://qudt.org/vocab/unit/CD-PER-IN2
Ucumcode cd.[in_i]-2
Ucumcode cd/[in_i]2
Preflabel CandelaPerSquareInch
Altlabel Candela per Square Inch
Elucidation "Candela per Square Inch" is a unit for 'Luminance' expressed as cd/in².

-- QUDT
Formal description
Subclass Of LuminanceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1550.003
Subclass Of hasSIConversionOffset value 0.0

CentiBar

Iri https://w3id.org/emmo#CentiBar
Annotations
Unitsymbol cbar
Qudtreference http://qudt.org/vocab/unit/CentiBAR
Ucumcode cbar
Preflabel CentiBar
Elucidation The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Bar_(unit)
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Bar
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

CentiMetrePerThousandYear

Iri https://w3id.org/emmo#CentiMetrePerThousandYear
Annotations
Unitsymbol cm/(1000 yr)
Qudtreference http://qudt.org/vocab/unit/CentiM-PER-KiloYR
Ucumcode cm.ka-1
Preflabel CentiMetrePerThousandYear
Altlabel Centimetres per thousand years
Formal description
Subclass Of NonSIUnit
Subclass Of SpeedUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 3.168809e-13
Subclass Of hasSIConversionOffset value 0.0

CentiMetrePerYear

Iri https://w3id.org/emmo#CentiMetrePerYear
Annotations
Unitsymbol cm/yr
Qudtreference http://qudt.org/vocab/unit/CentiM-PER-YR
Ucumcode cm.a-1
Preflabel CentiMetrePerYear
Altlabel Centimetres per year
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MetrePerYear
Subclass Of hasSIConversionMultiplier value 3.168809e-10
Subclass Of hasSIConversionOffset value 0.0

CountsPerSecond

Iri https://w3id.org/emmo#CountsPerSecond
Annotations
Unitsymbol /s
Qudtreference http://qudt.org/vocab/unit/NUM-PER-SEC
Ucumcode {#}.s-1
Preflabel CountsPerSecond
Altlabel Counts per second
Formal description
Subclass Of NonSIUnit
Subclass Of FrequencyUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

CubicAngstrom

Iri https://w3id.org/emmo#CubicAngstrom
Annotations
Unitsymbol ų
Qudtreference http://qudt.org/vocab/unit/ANGSTROM3
Preflabel CubicAngstrom
Altlabel Cubic Angstrom
Altlabel Cubic Ångström
Altlabel CubicÅngström
Elucidation A unit that is a non-SI unit, specifically a CGS unit, of polarizability known informally as polarizability volume. The SI defined units for polarizability are C*m²/V and can be converted to Ångström³ by multiplying the SI value by 4 times pi times the vacuum permittivity and then converting the resulting m³ to Ångström³ through the SI base 10 conversion (multiplying by 10⁻³⁰).

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-40
Subclass Of hasSIConversionOffset value 0.0

CubicFoot

Iri https://w3id.org/emmo#CubicFoot
Annotations
Unitsymbol ft³
Qudtreference http://qudt.org/vocab/unit/FT3
Ucumcode [cft_i]
Ucumcode [ft_i]3
Preflabel CubicFoot
Altlabel Cubic Foot
Elucidation The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. To calculate cubic feet multiply length X width X height.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of hasSIConversionMultiplier value 0.02831685
Subclass Of hasSIConversionOffset value 0.0

CubicFootPerDay

Iri https://w3id.org/emmo#CubicFootPerDay
Annotations
Unitsymbol ft³/day
Qudtreference http://qudt.org/vocab/unit/FT3-PER-DAY
Ucumcode [cft_i].d-1
Preflabel CubicFootPerDay
Altlabel Cubic Foot Per Day
Elucidation power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.277413e-07
Subclass Of hasSIConversionOffset value 0.0

CubicFootPerDegreeFahrenheit

Iri https://w3id.org/emmo#CubicFootPerDegreeFahrenheit
Annotations
Unitsymbol ft³/°F
Qudtreference http://qudt.org/vocab/unit/FT3-PER-DEG_F
Ucumcode [cft_i].[degF]-1
Preflabel CubicFootPerDegreeFahrenheit
Altlabel Cubic Foot Per Degree Fahrenheit
Elucidation power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTemperatureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.05097033
Subclass Of hasSIConversionOffset value 0.0

CubicFootPerHour

Iri https://w3id.org/emmo#CubicFootPerHour
Annotations
Unitsymbol ft³/hr
Qudtreference http://qudt.org/vocab/unit/FT3-PER-HR
Ucumcode [cft_i].h-1
Preflabel CubicFootPerHour
Altlabel Cubic Foot Per Hour
Elucidation power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 7.865792e-06
Subclass Of hasSIConversionOffset value 0.0

CubicFootPerMinute

Iri https://w3id.org/emmo#CubicFootPerMinute
Annotations
Unitsymbol ft³/min
Qudtreference http://qudt.org/vocab/unit/FT3-PER-MIN
Ucumcode [cft_i].min-1
Ucumcode [cft_i]/min
Ucumcode [ft_i]3.min-1
Ucumcode [ft_i]3/min
Preflabel CubicFootPerMinute
Altlabel Cubic Foot per Minute
Elucidation "Cubic Foot per Minute" is an Imperial unit for 'Volume Per Unit Time' expressed as ft³/min.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of hasSIConversionMultiplier value 0.0004719474
Subclass Of hasSIConversionOffset value 0.0

CubicFootPerMinuteSquareFoot

Iri https://w3id.org/emmo#CubicFootPerMinuteSquareFoot
Annotations
Unitsymbol ft³/(min⋅ft²)
Qudtreference http://qudt.org/vocab/unit/FT3-PER-MIN-FT2
Ucumcode [cft_i].min-1.[sft_i]-1
Preflabel CubicFootPerMinuteSquareFoot
Altlabel Cubic Foot Per Minute Square Foot
Elucidation unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.00508
Subclass Of hasSIConversionOffset value 0.0

CubicFootPerSecond

Iri https://w3id.org/emmo#CubicFootPerSecond
Annotations
Unitsymbol ft³/s
Qudtreference http://qudt.org/vocab/unit/FT3-PER-SEC
Ucumcode [cft_i].s-1
Ucumcode [cft_i]/s
Ucumcode [ft_i]3.s-1
Ucumcode [ft_i]3/s
Preflabel CubicFootPerSecond
Altlabel Cubic Foot per Second
Elucidation "Cubic Foot per Second" is an Imperial unit for `Volume Per Unit Time` expressed as ft³/s.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of hasSIConversionMultiplier value 0.02831685
Subclass Of hasSIConversionOffset value 0.0

CubicInch

Iri https://w3id.org/emmo#CubicInch
Annotations
Unitsymbol in³
Qudtreference http://qudt.org/vocab/unit/IN3
Ucumcode [cin_i]
Ucumcode [in_i]3
Preflabel CubicInch
Altlabel Cubic Inch
Elucidation The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of hasSIConversionMultiplier value 1.638706e-05
Subclass Of hasSIConversionOffset value 0.0

CubicInchPerHour

Iri https://w3id.org/emmo#CubicInchPerHour
Annotations
Unitsymbol in³/hr
Qudtreference http://qudt.org/vocab/unit/IN3-PER-HR
Ucumcode [cin_i].h-1
Preflabel CubicInchPerHour
Altlabel Cubic Inch Per Hour
Elucidation power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.551961e-09
Subclass Of hasSIConversionOffset value 0.0

CubicInchPerMinute

Iri https://w3id.org/emmo#CubicInchPerMinute
Annotations
Unitsymbol in³/min
Qudtreference http://qudt.org/vocab/unit/IN3-PER-MIN
Ucumcode [cin_i].min-1
Ucumcode [cin_i]/min
Ucumcode [in_i]3.min-1
Ucumcode [in_i]3/min
Preflabel CubicInchPerMinute
Altlabel Cubic Inch per Minute
Elucidation "Cubic Inch per Minute" is an Imperial unit for 'Volume Per Unit Time' expressed as in³/min.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of hasSIConversionMultiplier value 2.731177e-07
Subclass Of hasSIConversionOffset value 0.0

CubicInchPerSecond

Iri https://w3id.org/emmo#CubicInchPerSecond
Annotations
Unitsymbol in³/s
Qudtreference http://qudt.org/vocab/unit/IN3-PER-SEC
Ucumcode [cin_i].s-1
Preflabel CubicInchPerSecond
Altlabel Cubic Inch Per Second
Elucidation power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.638706e-05
Subclass Of hasSIConversionOffset value 0.0

CubicMile

Iri https://w3id.org/emmo#CubicMile
Annotations
Unitsymbol mi³
Qudtreference http://qudt.org/vocab/unit/MI3
Ucumcode [mi_i]3
Preflabel CubicMile
Altlabel Cubic Mile
Elucidation A cubic mile is an imperial / U.S. customary unit of volume, used in the United States, Canada, and the United Kingdom. It is defined as the volume of a cube with sides of 1 mile in length.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of hasSIConversionMultiplier value 4168182000.0
Subclass Of hasSIConversionOffset value 0.0

CubicYard

Iri https://w3id.org/emmo#CubicYard
Annotations
Unitsymbol yd³
Qudtreference http://qudt.org/vocab/unit/YD3
Ucumcode [cyd_i]
Ucumcode [yd_i]3
Preflabel CubicYard
Altlabel Cubic Yard
Elucidation A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of hasSIConversionMultiplier value 0.7645549
Subclass Of hasSIConversionOffset value 0.0

CubicYardPerDay

Iri https://w3id.org/emmo#CubicYardPerDay
Annotations
Unitsymbol yd³/day
Qudtreference http://qudt.org/vocab/unit/YD3-PER-DAY
Ucumcode [cyd_i].d-1
Preflabel CubicYardPerDay
Altlabel Cubic Yard Per Day
Elucidation power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 8.849015e-06
Subclass Of hasSIConversionOffset value 0.0

CubicYardPerDegreeFahrenheit

Iri https://w3id.org/emmo#CubicYardPerDegreeFahrenheit
Annotations
Unitsymbol yd³/°F
Qudtreference http://qudt.org/vocab/unit/YD3-PER-DEG_F
Ucumcode [cyd_i].[degF]-1
Preflabel CubicYardPerDegreeFahrenheit
Altlabel Cubic Yard Per Degree Fahrenheit
Elucidation power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of VolumePerTemperatureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.376199
Subclass Of hasSIConversionOffset value 0.0

CubicYardPerHour

Iri https://w3id.org/emmo#CubicYardPerHour
Annotations
Unitsymbol yd³/hr
Qudtreference http://qudt.org/vocab/unit/YD3-PER-HR
Ucumcode [cyd_i].h-1
Preflabel CubicYardPerHour
Altlabel Cubic Yard Per Hour
Elucidation power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0002123763
Subclass Of hasSIConversionOffset value 0.0

CubicYardPerMinute

Iri https://w3id.org/emmo#CubicYardPerMinute
Annotations
Unitsymbol yd³/min
Qudtreference http://qudt.org/vocab/unit/YD3-PER-MIN
Ucumcode [cyd_i].min-1
Ucumcode [cyd_i]/min
Ucumcode [yd_i]3.min-1
Ucumcode [yd_i]3/min
Preflabel CubicYardPerMinute
Altlabel Cubic Yard per Minute
Elucidation "Cubic Yard per Minute" is an Imperial unit for 'Volume Per Unit Time' expressed as yd³/min.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of hasSIConversionMultiplier value 0.01274258
Subclass Of hasSIConversionOffset value 0.0

CubicYardPerSecond

Iri https://w3id.org/emmo#CubicYardPerSecond
Annotations
Unitsymbol yd³/s
Qudtreference http://qudt.org/vocab/unit/YD3-PER-SEC
Ucumcode [cyd_i].s-1
Preflabel CubicYardPerSecond
Altlabel Cubic Yard Per Second
Elucidation power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.7645549
Subclass Of hasSIConversionOffset value 0.0

DecaRe

Iri https://w3id.org/emmo#DecaRe
Annotations
Unitsymbol daa
Qudtreference http://qudt.org/vocab/unit/DecaARE
Ucumcode daar
Preflabel DecaRe
Elucidation unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DecaPrefixedUnit
Subclass Of AreaUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

DeciBar

Iri https://w3id.org/emmo#DeciBar
Annotations
Unitsymbol dbar
Qudtreference http://qudt.org/vocab/unit/DeciBAR
Ucumcode dbar
Preflabel DeciBar
Elucidation The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Bar_(unit)
Formal description
Subclass Of DeciPrefixedUnit
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Bar
Subclass Of hasSIConversionMultiplier value 10000.0
Subclass Of hasSIConversionOffset value 0.0

DeciBarPerYear

Iri https://w3id.org/emmo#DeciBarPerYear
Annotations
Unitsymbol dbar/yr
Qudtreference http://qudt.org/vocab/unit/DeciBAR-PER-YR
Ucumcode dbar.a-1
Preflabel DeciBarPerYear
Altlabel Decibars per year
Elucidation A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days).

-- QUDT
Formal description
Subclass Of DeciPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of PressurePerTimeUnit
Subclass Of hasSIConversionMultiplier value 0.00031688
Subclass Of hasSIConversionOffset value 0.0

DegreeCelsiusPerYear

Iri https://w3id.org/emmo#DegreeCelsiusPerYear
Annotations
Unitsymbol °C/yr
Qudtreference http://qudt.org/vocab/unit/DEG_C-PER-YR
Ucumcode Cel.a-1
Preflabel DegreeCelsiusPerYear
Altlabel Degrees Celsius per year
Elucidation A rate of change of temperature expressed on the Celsius scale over a period of an average calendar year (365.25 days).

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of TemperaturePerTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.168809e-08
Subclass Of hasSIConversionOffset value 0.0

DegreeCelsiusWeek

Iri https://w3id.org/emmo#DegreeCelsiusWeek
Annotations
Unitsymbol °C/wk
Qudtreference http://qudt.org/vocab/unit/DEG_C-WK
Ucumcode Cel.wk
Preflabel DegreeCelsiusWeek
Altlabel Degree Celsius week
Elucidation temperature multiplied by unit of time.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of TemperatureTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 604800.0
Subclass Of hasSIConversionOffset value 0.0

DegreeFahrenheitHour

Iri https://w3id.org/emmo#DegreeFahrenheitHour
Annotations
Unitsymbol °F⋅hr
Qudtreference http://qudt.org/vocab/unit/DEG_F-HR
Preflabel DegreeFahrenheitHour
Altlabel Degree Fahrenheit Hour
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of ThermalResistivityUnit
Subclass Of NonPrefixedUnit

DegreeFahrenheitPerHour

Iri https://w3id.org/emmo#DegreeFahrenheitPerHour
Annotations
Unitsymbol °F/h
Qudtreference http://qudt.org/vocab/unit/DEG_F-PER-HR
Ucumcode [degF].h-1
Ucumcode [degF]/h
Preflabel DegreeFahrenheitPerHour
Altlabel Degree Fahrenheit per Hour
Elucidation `Degree Fahrenheit per Hour` is a unit for 'Temperature Per Time' expressed as degF / h.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of TemperaturePerTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

DegreeFahrenheitPerKelvin

Iri https://w3id.org/emmo#DegreeFahrenheitPerKelvin
Annotations
Unitsymbol °F/K
Qudtreference http://qudt.org/vocab/unit/DEG_F-PER-K
Ucumcode [degF].K-1
Ucumcode [degF]/K
Preflabel DegreeFahrenheitPerKelvin
Altlabel Degree Fahrenheit Per Kelvin
Elucidation traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of FractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.5555556
Subclass Of hasSIConversionOffset value 0.0

DegreeFahrenheitPerMinute

Iri https://w3id.org/emmo#DegreeFahrenheitPerMinute
Annotations
Unitsymbol °F/m
Qudtreference http://qudt.org/vocab/unit/DEG_F-PER-MIN
Ucumcode [degF].min-1
Ucumcode [degF]/min
Preflabel DegreeFahrenheitPerMinute
Altlabel Degree Fahrenheit per Minute
Elucidation `Degree Fahrenheit per Minute` is a unit for 'Temperature Per Time' expressed as degF / m.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of TemperaturePerTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

DegreeFahrenheitPerSecond

Iri https://w3id.org/emmo#DegreeFahrenheitPerSecond
Annotations
Unitsymbol °F/s
Qudtreference http://qudt.org/vocab/unit/DEG_F-PER-SEC
Ucumcode [degF].s-1
Ucumcode [degF]/s
Preflabel DegreeFahrenheitPerSecond
Altlabel Degree Fahrenheit per Second
Elucidation `Degree Fahrenheit per Second` is a unit for 'Temperature Per Time' expressed as degF / s.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of TemperaturePerTimeUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

DegreeFahrenheitPerSquareSecond

Iri https://w3id.org/emmo#DegreeFahrenheitPerSquareSecond
Annotations
Unitsymbol °F/s²
Qudtreference http://qudt.org/vocab/unit/DEG_F-PER-SEC2
Ucumcode [degF].s-2
Ucumcode [degF]/s2
Preflabel DegreeFahrenheitPerSquareSecond
Altlabel Degree Fahrenheit per Square Second
Elucidation 'Degree Fahrenheit per Square Second' is a unit for expressing the acceleration of a temperature expressed as 'degF /s2'.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of TemperaturePerSquareTimeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.5555556
Subclass Of hasSIConversionOffset value 0.0

DotsPerInch

Iri https://w3id.org/emmo#DotsPerInch
Annotations
Unitsymbol DPI
Qudtreference http://qudt.org/vocab/unit/DPI
Ucumcode {dot}/[in_i]
Preflabel DotsPerInch
Altlabel Dots Per Inch
Elucidation point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ReciprocalLengthUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 39.37008
Subclass Of hasSIConversionOffset value 0.0

DyneCentiMetre

Iri https://w3id.org/emmo#DyneCentiMetre
Annotations
Unitsymbol dyn⋅cm
Qudtreference http://qudt.org/vocab/unit/DYN-CentiM
Ucumcode dyn.cm
Preflabel DyneCentiMetre
Altlabel Dyne Centimetre
Elucidation "Dyne Centimeter" is a C.G.S System unit for 'Torque' expressed as dyn-cm.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-07
Subclass Of hasSIConversionOffset value 0.0

DynePerCentiMetre

Iri https://w3id.org/emmo#DynePerCentiMetre
Annotations
Unitsymbol dyn/cm
Qudtreference http://qudt.org/vocab/unit/DYN-PER-CentiM
Ucumcode dyn.cm-1
Ucumcode dyn/cm
Preflabel DynePerCentiMetre
Altlabel Dyne Per Centimetre
Elucidation CGS unit of the surface tension

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

DynePerSquareCentiMetre

Iri https://w3id.org/emmo#DynePerSquareCentiMetre
Annotations
Unitsymbol dyn/cm²
Qudtreference http://qudt.org/vocab/unit/DYN-PER-CentiM2
Ucumcode dyn.cm-2
Ucumcode dyn/cm2
Preflabel DynePerSquareCentiMetre
Altlabel Dyne per Square Centimetre
Elucidation "Dyne per Square Centimeter" is a C.G.S System unit for 'Force Per Area' expressed as dyn/cm².

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

DyneSecondPerCentiMetre

Iri https://w3id.org/emmo#DyneSecondPerCentiMetre
Annotations
Unitsymbol dyn⋅s/cm
Qudtreference http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM
Ucumcode dyn.s.cm-1
Ucumcode dyn.s/cm
Preflabel DyneSecondPerCentiMetre
Altlabel Dyne Second Per Centimetre
Elucidation CGS unit of the mechanical impedance

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerTimeUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

DyneSecondPerCubicCentiMetre

Iri https://w3id.org/emmo#DyneSecondPerCubicCentiMetre
Annotations
Unitsymbol dyn⋅s/cm³
Qudtreference http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM3
Ucumcode dyn.s.cm-3
Ucumcode dyn.s/cm3
Preflabel DyneSecondPerCubicCentiMetre
Altlabel Dyne Second Per Cubic Centimetre
Elucidation CGS unit of the acoustic image impedance of the medium

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MassFluxUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 10.0
Subclass Of hasSIConversionOffset value 0.0

ElectronvoltPerAngstrom

Iri https://w3id.org/emmo#ElectronvoltPerAngstrom
Annotations
Unitsymbol eV/Å
Qudtreference http://qudt.org/vocab/unit/EV-PER-ANGSTROM
Ucumcode eV.Ao-1
Ucumcode eV/Ao
Preflabel ElectronvoltPerAngstrom
Altlabel Electronvolt Per Angstrom
Elucidation unit electronvolt divided by the unit angstrom

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.602177e-09
Subclass Of hasSIConversionOffset value 0.0

ErgPerCentiMetre

Iri https://w3id.org/emmo#ErgPerCentiMetre
Annotations
Unitsymbol erg/cm
Qudtreference http://qudt.org/vocab/unit/ERG-PER-CentiM
Ucumcode erg.cm-1
Ucumcode erg/cm
Preflabel ErgPerCentiMetre
Altlabel Erg Per Centimetre
Elucidation CGS unit of the length-related energy

-- QUDT
Formal description
Subclass Of ForceUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-05
Subclass Of hasSIConversionOffset value 0.0

ErgPerCubicCentiMetre

Iri https://w3id.org/emmo#ErgPerCubicCentiMetre
Annotations
Unitsymbol erg/cm³
Qudtreference http://qudt.org/vocab/unit/ERG-PER-CentiM3
Ucumcode erg.cm-3
Ucumcode erg/cm3
Preflabel ErgPerCubicCentiMetre
Altlabel Erg per Cubic Centimetre
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

ErgPerGram

Iri https://w3id.org/emmo#ErgPerGram
Annotations
Unitsymbol erg/g
Qudtreference http://qudt.org/vocab/unit/ERG-PER-G
Ucumcode erg.g-1
Ucumcode erg/g
Preflabel ErgPerGram
Altlabel Erg per Gram
Elucidation CGS unit of the mass-related energy

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AbsorbedDoseUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

ErgPerGramSecond

Iri https://w3id.org/emmo#ErgPerGramSecond
Annotations
Unitsymbol erg/(g⋅s)
Qudtreference http://qudt.org/vocab/unit/ERG-PER-GM-SEC
Ucumcode erg.g-1.s-1
Ucumcode erg/(g.s)
Preflabel ErgPerGramSecond
Altlabel Erg Per Gram Second
Elucidation CGS unit of the mass-related power

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AbsorbedDoseRateUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

ErgPerSecond

Iri https://w3id.org/emmo#ErgPerSecond
Annotations
Unitsymbol erg/s
Qudtreference http://qudt.org/vocab/unit/ERG-PER-SEC
Ucumcode erg.s-1
Ucumcode erg/s
Preflabel ErgPerSecond
Altlabel Erg per Second
Elucidation "Erg per Second" is a C.G.S System unit for 'Power' expressed as erg/s.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-07
Subclass Of hasSIConversionOffset value 0.0

ErgPerSquareCentiMetreSecond

Iri https://w3id.org/emmo#ErgPerSquareCentiMetreSecond
Annotations
Unitsymbol erg/(cm²⋅s)
Qudtreference http://qudt.org/vocab/unit/ERG-PER-CentiM2-SEC
Ucumcode erg.cm-2.s-1
Ucumcode erg/(cm2.s)
Preflabel ErgPerSquareCentiMetreSecond
Altlabel Erg per Square Centimetre Second
Elucidation "Erg per Square Centimeter Second" is a C.G.S System unit for 'Power Per Area' expressed as erg/(cm²-s).

-- QUDT
Formal description
Subclass Of PowerDensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

ErgSecond

Iri https://w3id.org/emmo#ErgSecond
Annotations
Unitsymbol erg⋅s
Qudtreference http://qudt.org/vocab/unit/ERG-SEC
Ucumcode erg.s
Preflabel ErgSecond
Altlabel Erg Second
Formal description
Subclass Of AngularMomentumUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-07
Subclass Of hasSIConversionOffset value 0.0

ExaByte

Iri https://w3id.org/emmo#ExaByte
Annotations
Unitsymbol EB
Qudtreference http://qudt.org/vocab/unit/ExaBYTE
Ucumcode EBy
Preflabel ExaByte
Altlabel ExaByte
Elucidation The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10¹⁸ in the International System of Units (SI), so ExaByte is 10¹⁸ Bytes.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Byte#Multiple-byte_units
Formal description
Subclass Of CountingUnit
Subclass Of ExaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 1e+18
Subclass Of hasSIConversionOffset value 0.0

Exbi

Iri https://w3id.org/emmo#Exbi
Annotations
Preflabel Exbi
Elucidation Binary SI prefix who's value is 2**60.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Ei'
Subclass Of hasNumberValue value 1.152922e+18

ExbiByte

Iri https://w3id.org/emmo#ExbiByte
Annotations
Unitsymbol EiB
Qudtreference http://qudt.org/vocab/unit/ExbiBYTE
Preflabel ExbiByte
Altlabel ExbiByte
Elucidation The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024⁶

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Byte#Multiple-byte_units
Formal description
Subclass Of CountingUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 1.152922e+18
Subclass Of hasSIConversionOffset value 0.0

FootPerDay

Iri https://w3id.org/emmo#FootPerDay
Annotations
Unitsymbol ft/day
Qudtreference http://qudt.org/vocab/unit/FT-PER-DAY
Ucumcode [ft_i].d-1
Ucumcode [ft_i]/d
Preflabel FootPerDay
Altlabel Foot per Day
Elucidation "Foot per Day" is an Imperial unit for 'Linear Velocity' expressed as ft/d.

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.527778e-06
Subclass Of hasSIConversionOffset value 0.0

FootPerDegreeFahrenheit

Iri https://w3id.org/emmo#FootPerDegreeFahrenheit
Annotations
Unitsymbol ft/°F
Qudtreference http://qudt.org/vocab/unit/FT-PER-DEG_F
Ucumcode [ft_i].[lbf_av].[degF]
Preflabel FootPerDegreeFahrenheit
Altlabel Foot Per Degree Fahrenheit
Elucidation unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of LengthPerTemperatureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.54864
Subclass Of hasSIConversionOffset value 0.0

FootPerHour

Iri https://w3id.org/emmo#FootPerHour
Annotations
Unitsymbol ft/hr
Qudtreference http://qudt.org/vocab/unit/FT-PER-HR
Ucumcode [ft_i].h-1
Ucumcode [ft_i]/h
Preflabel FootPerHour
Altlabel Foot per Hour
Elucidation "Foot per Hour" is an Imperial unit for 'Linear Velocity' expressed as ft/hr.

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 8.466667e-05
Subclass Of hasSIConversionOffset value 0.0

FootPerMinute

Iri https://w3id.org/emmo#FootPerMinute
Annotations
Unitsymbol ft/min
Qudtreference http://qudt.org/vocab/unit/FT-PER-MIN
Ucumcode [ft_i].min-1
Ucumcode [ft_i]/min
Preflabel FootPerMinute
Altlabel Foot per Minute
Elucidation "Foot per Minute" is an Imperial unit for 'Linear Velocity' expressed as ft/min.

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.00508
Subclass Of hasSIConversionOffset value 0.0

FootPerSecond

Iri https://w3id.org/emmo#FootPerSecond
Annotations
Unitsymbol ft/s
Qudtreference http://qudt.org/vocab/unit/FT-PER-SEC
Ucumcode [ft_i].s-1
Ucumcode [ft_i]/s
Preflabel FootPerSecond
Altlabel Foot per Second
Elucidation `foot per second` (plural `feet per second`) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet (ft) traveled or displaced, divided by the time in seconds (s, or sec). The corresponding unit in the International System of Units (SI) is the `metre per second`. Abbreviations include ft/s, ft/sec and fps, and the rarely used scientific notation ft s.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Foot_per_second?oldid=491316573
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.3048
Subclass Of hasSIConversionOffset value 0.0

FootPerSquareSecond

Iri https://w3id.org/emmo#FootPerSquareSecond
Annotations
Unitsymbol ft/s²
Qudtreference http://qudt.org/vocab/unit/FT-PER-SEC2
Ucumcode [ft_i].s-2
Ucumcode [ft_i]/s2
Preflabel FootPerSquareSecond
Altlabel Foot per Square Second
Elucidation `Foot per Square Second` is an Imperial unit for `Linear Acceleration` expressed as ft/s².

-- QUDT
Formal description
Subclass Of AccelerationUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.3048
Subclass Of hasSIConversionOffset value 0.0

FootPoundForce

Iri https://w3id.org/emmo#FootPoundForce
Annotations
Unitsymbol ft⋅lbf
Qudtreference http://qudt.org/vocab/unit/FT-LB_F
Ucumcode [ft_i].[lbf_av]
Preflabel FootPoundForce
Altlabel Foot Pound Force
Elucidation "Foot Pound Force" is an Imperial unit for 'Energy And Work' expressed as ft-lbf.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Foot-pound_force?oldid=453269257
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.355818
Subclass Of hasSIConversionOffset value 0.0

Gibi

Iri https://w3id.org/emmo#Gibi
Annotations
Preflabel Gibi
Elucidation Binary SI prefix who's value is 2**30.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Gi'
Subclass Of hasNumberValue value 1073742000.0

GibiByte

Iri https://w3id.org/emmo#GibiByte
Annotations
Unitsymbol GiB
Qudtreference http://qudt.org/vocab/unit/GibiBYTE
Preflabel GibiByte
Altlabel GibiByte
Elucidation The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024³

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Byte#Multiple-byte_units
Formal description
Subclass Of CountingUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 1073742000.0
Subclass Of hasSIConversionOffset value 0.0

GigaBitPerSecond

Iri https://w3id.org/emmo#GigaBitPerSecond
Annotations
Unitsymbol Gbps
Qudtreference http://qudt.org/vocab/unit/GigaBIT-PER-SEC
Ucumcode Gbit.s-1
Preflabel GigaBitPerSecond
Altlabel Gigabit per Second
Elucidation A gigabit per second (Gbit/s or Gb/s) is a unit of data transfer rate equal to 1,000,000,000 bits per second.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Data-rate_units#Gigabit_per_second
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of GigaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some BitPerSecond
Subclass Of hasSIConversionMultiplier value 693147200.0
Subclass Of hasSIConversionOffset value 0.0

GigaByte

Iri https://w3id.org/emmo#GigaByte
Annotations
Unitsymbol GB
Qudtreference http://qudt.org/vocab/unit/GigaBYTE
Ucumcode GBy
Preflabel GigaByte
Altlabel GigaByte
Elucidation The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means 10 in the International System of Units (SI), therefore 1 gigabyte is 1,000,000,000 bytes. The unit symbol for the gigabyte is GB or Gbyte, but not Gb (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the gibibyte, or 1073741824 bytes.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Gigabyte?oldid=493019145
Formal description
Subclass Of CountingUnit
Subclass Of SINonCoherentUnit
Subclass Of GigaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

GigaWattHour

Iri https://w3id.org/emmo#GigaWattHour
Annotations
Unitsymbol GW⋅h
Qudtreference http://qudt.org/vocab/unit/GigaW-HR
Ucumcode GW.h
Preflabel GigaWattHour
Altlabel Gigawatt Hour
Elucidation 1 000 000 000-fold of the product of the SI derived unit watt and the unit hour

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of GigaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 3600000000000.0
Subclass Of hasSIConversionOffset value 0.0

GramPerSquareCentiMetrePerYear

Iri https://w3id.org/emmo#GramPerSquareCentiMetrePerYear
Annotations
Unitsymbol g/(cm²⋅yr)
Qudtreference http://qudt.org/vocab/unit/GM-PER-CentiM2-YR
Ucumcode g.cm-2.a-1
Preflabel GramPerSquareCentiMetrePerYear
Altlabel Grams per square centimetre per year
Elucidation A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MassFluxUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.168809e-07
Subclass Of hasSIConversionOffset value 0.0

HartleyPerSecond

Iri https://w3id.org/emmo#HartleyPerSecond
Annotations
Unitsymbol Hart/s
Qudtreference http://qudt.org/vocab/unit/HART-PER-SEC
Preflabel HartleyPerSecond
Altlabel Hartley per Second
Elucidation The "Hartley per Second" is a unit of information rate.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Ban_(information)
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

HectoBar

Iri https://w3id.org/emmo#HectoBar
Annotations
Unitsymbol hbar
Qudtreference http://qudt.org/vocab/unit/HectoBAR
Ucumcode hbar
Preflabel HectoBar
Elucidation 100-fold of the unit bar

-- QUDT
Formal description
Subclass Of HectoPrefixedUnit
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Bar
Subclass Of hasSIConversionMultiplier value 10000000.0
Subclass Of hasSIConversionOffset value 0.0

HectoPascalPerBar

Iri https://w3id.org/emmo#HectoPascalPerBar
Annotations
Unitsymbol hPa/bar
Qudtreference http://qudt.org/vocab/unit/HectoPA-PER-BAR
Ucumcode hPa.bar-1
Preflabel HectoPascalPerBar
Altlabel Hectopascal Per Bar
Elucidation 100-fold of the SI derived unit pascal divided by the unit bar

-- QUDT
Formal description
Subclass Of HectoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PressureFractionUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PascalPerBar
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

HourSquareFoot

Iri https://w3id.org/emmo#HourSquareFoot
Annotations
Unitsymbol hr⋅ft²
Qudtreference http://qudt.org/vocab/unit/HR-FT2
Ucumcode h.[ft_i]2
Ucumcode h.[sft_i]
Preflabel HourSquareFoot
Altlabel Hour Square Foot
Elucidation "Hour Square Foot" is an Imperial unit for 'Area Time' expressed as hr-ft².

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of AreaTimeUnit
Subclass Of hasSIConversionMultiplier value 334.4509
Subclass Of hasSIConversionOffset value 0.0

InchPerDegreeFahrenheit

Iri https://w3id.org/emmo#InchPerDegreeFahrenheit
Annotations
Unitsymbol in/°F
Qudtreference http://qudt.org/vocab/unit/IN-PER-DEG_F
Ucumcode [in_i].[degF]-1
Preflabel InchPerDegreeFahrenheit
Altlabel Inch Per Degree Fahrenheit
Elucidation unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of LengthPerTemperatureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.04572
Subclass Of hasSIConversionOffset value 0.0

InchPerSecond

Iri https://w3id.org/emmo#InchPerSecond
Annotations
Unitsymbol in/s
Qudtreference http://qudt.org/vocab/unit/IN-PER-SEC
Ucumcode [in_i].s-1
Ucumcode [in_i]/s
Preflabel InchPerSecond
Altlabel Inch per Second
Elucidation The inch per second is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in seconds (s, or sec). The equivalent SI unit is the metre per second. Abbreviations include in/s, in/sec, ips, and less frequently in s.

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0254
Subclass Of hasSIConversionOffset value 0.0

InchPerSquareSecond

Iri https://w3id.org/emmo#InchPerSquareSecond
Annotations
Unitsymbol in/s²
Qudtreference http://qudt.org/vocab/unit/IN-PER-SEC2
Ucumcode [in_i].s-2
Ucumcode [in_i]/s2
Preflabel InchPerSquareSecond
Altlabel Inch per Square second
Elucidation `Inch per Square second` is an Imperial unit for `Linear Acceleration` expressed as in/s².

-- QUDT
Formal description
Subclass Of AccelerationUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.0254
Subclass Of hasSIConversionOffset value 0.0

InternationalUnitPerLitre

Iri https://w3id.org/emmo#InternationalUnitPerLitre
Annotations
Unitsymbol IU/L
Qudtreference http://qudt.org/vocab/unit/IU-PER-L
Ucumcode [IU].L-1
Ucumcode [IU]/L
Ucumcode [iU].L-1
Ucumcode [iU]/L
Preflabel InternationalUnitPerLitre
Altlabel International Unit per Litre
Elucidation "International Unit per Liter" is a unit for 'Serum Or Plasma Level' expressed as IU/L.

-- QUDT
Formal description
Subclass Of DerivedUnit
Subclass Of NonSIUnit
Subclass Of AmountConcentrationUnit
Subclass Of NonPrefixedUnit

InternationalUnitPerMilliGram

Iri https://w3id.org/emmo#InternationalUnitPerMilliGram
Annotations
Unitsymbol IU/mg
Qudtreference http://qudt.org/vocab/unit/IU-PER-MilliGM
Preflabel InternationalUnitPerMilliGram
Altlabel International Unit per milligram
Elucidation International Units per milligramme.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of AmountPerMassUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

InverseSquarePlanckMass

Iri https://w3id.org/emmo#InverseSquarePlanckMass
Annotations
Unitsymbol /mₚ²
Qudtreference http://qudt.org/vocab/unit/PER-PlanckMass2
Preflabel InverseSquarePlanckMass
Altlabel Inverse Square Planck Mass
Elucidation In physics, the Planck mass, denoted by m_P, is the unit of mass in the system of natural units known as Planck units. It is defined so that ≈ 1.2209 × 10 GeV/c₀ = 2.17651(13) × 10 kg, (or 21.7651 μ g), where c₀ is the speed of light in a vacuum, G is the gravitational constant, and ℏ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is ≈ 4.341 × 10 kg = 2.435 × 10 GeV/c. The added factor of 1/√(8π) simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Planck_units
Formal description
Subclass Of NonSIUnit
Subclass Of InverseSquareMassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2111089000000000.0
Subclass Of hasSIConversionOffset value 0.0

Kibi

Iri https://w3id.org/emmo#Kibi
Annotations
Preflabel Kibi
Elucidation Binary SI prefix who's value is 2**10.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Ki'
Subclass Of hasNumberValue value 1024.0

KibiByte

Iri https://w3id.org/emmo#KibiByte
Annotations
Unitsymbol KiB
Qudtreference http://qudt.org/vocab/unit/KibiBYTE
Preflabel KibiByte
Altlabel KibiByte
Elucidation The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Byte#Multiple-byte_units
Formal description
Subclass Of CountingUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 1024.0
Subclass Of hasSIConversionOffset value 0.0

KiloBar

Iri https://w3id.org/emmo#KiloBar
Annotations
Unitsymbol kbar
Qudtreference http://qudt.org/vocab/unit/KiloBAR
Ucumcode kbar
Preflabel KiloBar
Elucidation The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Bar_(unit)
Formal description
Subclass Of PressureUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Bar
Subclass Of hasSIConversionMultiplier value 100000000.0
Subclass Of hasSIConversionOffset value 0.0

KiloBitPerSecond

Iri https://w3id.org/emmo#KiloBitPerSecond
Annotations
Unitsymbol kbps
Qudtreference http://qudt.org/vocab/unit/KiloBIT-PER-SEC
Ucumcode kbit.s-1
Preflabel KiloBitPerSecond
Altlabel Kilobit per Second
Elucidation A kilobit per second (kB/s) is a unit of data transfer rate equal to 1,000 bits per second.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Data_rate_units#Kilobit_per_second
Formal description
Subclass Of FrequencyUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some BitPerSecond
Subclass Of hasSIConversionMultiplier value 693.1472
Subclass Of hasSIConversionOffset value 0.0

KiloByte

Iri https://w3id.org/emmo#KiloByte
Annotations
Unitsymbol kB
Qudtreference http://qudt.org/vocab/unit/KiloBYTE
Ucumcode kBy
Preflabel KiloByte
Altlabel Kilo Byte
Elucidation The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Byte?oldid=493588918
Formal description
Subclass Of CountingUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloBytePerSecond

Iri https://w3id.org/emmo#KiloBytePerSecond
Annotations
Unitsymbol kBps
Qudtreference http://qudt.org/vocab/unit/KiloBYTE-PER-SEC
Ucumcode kBy.s-1
Preflabel KiloBytePerSecond
Altlabel Kilobyte per Second
Elucidation A kilobyte per second (kByte/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second
Formal description
Subclass Of FrequencyUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloCalorie

Iri https://w3id.org/emmo#KiloCalorie
Annotations
Unitsymbol kcal
Qudtreference http://qudt.org/vocab/unit/KiloCAL
Ucumcode kcal
Preflabel KiloCalorie
Elucidation `Kilocalorie` is a unit for `Energy And Work` expressed as kcal.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Calorie?oldid=494307622
Formal description
Subclass Of NonSIUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 4184.0
Subclass Of hasSIConversionOffset value 0.0

KiloCurie

Iri https://w3id.org/emmo#KiloCurie
Annotations
Unitsymbol kCi
Qudtreference http://qudt.org/vocab/unit/KiloCi
Ucumcode kCi
Preflabel KiloCurie
Elucidation 1 000-fold of the unit curie

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Curie
Subclass Of hasSIConversionMultiplier value 37000000000000.0
Subclass Of hasSIConversionOffset value 0.0

KiloGauss

Iri https://w3id.org/emmo#KiloGauss
Annotations
Unitsymbol kGs
Qudtreference http://qudt.org/vocab/unit/KiloGAUSS
Ucumcode kG
Preflabel KiloGauss
Elucidation 1 000-fold of the CGS unit of the magnetic flux density B

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MagneticFluxDensityUnit
Subclass Of hasUnitSymbol some Gauss
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

KiloPascalPerBar

Iri https://w3id.org/emmo#KiloPascalPerBar
Annotations
Unitsymbol kPa/bar
Qudtreference http://qudt.org/vocab/unit/KiloPA-PER-BAR
Ucumcode kPa.bar-1
Preflabel KiloPascalPerBar
Altlabel Kilopascal Per Bar
Elucidation 1 000-fold of the SI derived unit pascal divided by the unit bar

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PressureFractionUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PascalPerBar
Subclass Of hasSIConversionMultiplier value 100000000.0
Subclass Of hasSIConversionOffset value 0.0

KiloRoentgen

Iri https://w3id.org/emmo#KiloRoentgen
Annotations
Unitsymbol kR
Qudtreference http://qudt.org/vocab/unit/KiloR
Ucumcode kR
Preflabel KiloRoentgen
Elucidation 1 000-fold of the unit roentgen

-- QUDT
Formal description
Subclass Of ElectricChargePerMassUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Roentgen
Subclass Of hasSIConversionMultiplier value 0.258
Subclass Of hasSIConversionOffset value 0.0

KiloYear

Iri https://w3id.org/emmo#KiloYear
Annotations
Unitsymbol 1000 yr
Qudtreference http://qudt.org/vocab/unit/KiloYR
Preflabel KiloYear
Altlabel KiloYear
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KnotPerSecond

Iri https://w3id.org/emmo#KnotPerSecond
Annotations
Unitsymbol kn/s
Qudtreference http://qudt.org/vocab/unit/KN-PER-SEC
Ucumcode [kn_i].s-1
Ucumcode [kn_i]/s
Preflabel KnotPerSecond
Altlabel Knot per Second
Elucidation `Knot per Second` is a unit for 'Linear Acceleration' expressed as kt/s.

-- QUDT
Formal description
Subclass Of AccelerationUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.5144444
Subclass Of hasSIConversionOffset value 0.0

Mebi

Iri https://w3id.org/emmo#Mebi
Annotations
Preflabel Mebi
Elucidation Binary SI prefix who's value is 2**20.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Mi'
Subclass Of hasNumberValue value 1048576.0

MebiByte

Iri https://w3id.org/emmo#MebiByte
Annotations
Unitsymbol MiB
Qudtreference http://qudt.org/vocab/unit/MebiBYTE
Preflabel MebiByte
Elucidation The mebibyte is a multiple of the unit byte for digital information equivalent to 1024² bytes or 2²⁰ bytes.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Byte#Multiple-byte_units
Formal description
Subclass Of CountingUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 1048576.0
Subclass Of hasSIConversionOffset value 0.0

MegaBar

Iri https://w3id.org/emmo#MegaBar
Annotations
Unitsymbol Mbar
Qudtreference http://qudt.org/vocab/unit/MegaBAR
Ucumcode Mbar
Preflabel MegaBar
Elucidation The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Bar_(unit)
Formal description
Subclass Of PressureUnit
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Bar
Subclass Of hasSIConversionMultiplier value 100000000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaBitPerSecond

Iri https://w3id.org/emmo#MegaBitPerSecond
Annotations
Unitsymbol mbps
Qudtreference http://qudt.org/vocab/unit/MegaBIT-PER-SEC
Ucumcode MBd
Ucumcode Mbit/s
Preflabel MegaBitPerSecond
Altlabel Megabit per Second
Elucidation A megabit per second (Mbit/s or Mb/s; not to be confused with mbit/s which means millibit per second, or with Mbitps which means megabit picosecond) is a unit of data transfer rate equal to 1,000,000 bits per second or 1,000 kilobits per second or 125,000 bytes per second or 125 kilobytes per second.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Data_rate_units
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some BitPerSecond
Subclass Of hasSIConversionMultiplier value 693147.2
Subclass Of hasSIConversionOffset value 0.0

MegaByte

Iri https://w3id.org/emmo#MegaByte
Annotations
Unitsymbol MB
Qudtreference http://qudt.org/vocab/unit/MegaBYTE
Ucumcode MBy
Preflabel MegaByte
Altlabel Mega byte
Elucidation The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Megabyte?oldid=487094486
Formal description
Subclass Of CountingUnit
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Byte
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaElectronVoltPerSpeedOfLight

Iri https://w3id.org/emmo#MegaElectronVoltPerSpeedOfLight
Annotations
Unitsymbol MeV/c
Qudtreference http://qudt.org/vocab/unit/MegaEV-PER-SpeedOfLight
Ucumcode MeV.[c]-1
Preflabel MegaElectronVoltPerSpeedOfLight
Altlabel Mega Electron Volt per Speed of Light
Elucidation "Mega Electron Volt per Speed of Light" is a unit for 'Linear Momentum' expressed as MeV/c.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MegaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of MomentumUnit

MegaPascalPerBar

Iri https://w3id.org/emmo#MegaPascalPerBar
Annotations
Unitsymbol MPa/bar
Qudtreference http://qudt.org/vocab/unit/MegaPA-PER-BAR
Ucumcode MPa.bar-1
Preflabel MegaPascalPerBar
Altlabel Megapascal Per Bar
Elucidation 1,000,000-fold of the SI derived unit pascal divided by the unit bar

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PressureFractionUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PascalPerBar
Subclass Of hasSIConversionMultiplier value 10.0
Subclass Of hasSIConversionOffset value 0.0

MetrePerYear

Iri https://w3id.org/emmo#MetrePerYear
Annotations
Unitsymbol m/yr
Qudtreference http://qudt.org/vocab/unit/M-PER-YR
Ucumcode m.a-1
Preflabel MetrePerYear
Altlabel Metres per year
Elucidation A rate of change of SI standard unit length over a period of an average calendar year (365.25 days).

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.168809e-08
Subclass Of hasSIConversionOffset value 0.0

MicroCurie

Iri https://w3id.org/emmo#MicroCurie
Annotations
Unitsymbol μCi
Qudtreference http://qudt.org/vocab/unit/MicroCi
Ucumcode uCi
Preflabel MicroCurie
Altlabel MicroCurie
Elucidation Another commonly used measure of radioactivity, the microcurie: 1 μCi = 3.7 × 10 disintegrations per second = 2.22 × 10 disintegrations per minute. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly 0.1 μCi of naturally occurring potassium-40.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Curie?oldid=495080313
Formal description
Subclass Of Thing
Subclass Of hasSIConversionMultiplier value 37000.0
Subclass Of hasSIConversionOffset value 0.0

MicroGravity

Iri https://w3id.org/emmo#MicroGravity
Annotations
Unitsymbol µG
Qudtreference http://qudt.org/vocab/unit/MicroG
Ucumcode u[g]
Preflabel MicroGravity
Elucidation "Microgravity" is a unit for 'Linear Acceleration' expressed as microG.

-- QUDT
Formal description
Subclass Of AccelerationUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Gravity
Subclass Of hasSIConversionMultiplier value 9.80665e-06
Subclass Of hasSIConversionOffset value 0.0

MicroInch

Iri https://w3id.org/emmo#MicroInch
Annotations
Unitsymbol µin
Qudtreference http://qudt.org/vocab/unit/MicroIN
Ucumcode u[in_i]
Preflabel MicroInch
Elucidation "Microinch" is an Imperial unit for 'Length' expressed as in⁻⁶.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of LengthUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Inch
Subclass Of hasSIConversionMultiplier value 2.54e-08
Subclass Of hasSIConversionOffset value 0.0

MicroTorr

Iri https://w3id.org/emmo#MicroTorr
Annotations
Unitsymbol µTorr
Qudtreference http://qudt.org/vocab/unit/MicroTORR
Preflabel MicroTorr
Altlabel MicroTorr
Elucidation "MicroTorr" is a unit for 'Force Per Area' expressed as microtorr.

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Torr
Subclass Of hasSIConversionMultiplier value 0.000133322
Subclass Of hasSIConversionOffset value 0.0

MilePerHour

Iri https://w3id.org/emmo#MilePerHour
Annotations
Unitsymbol mi/hr
Qudtreference http://qudt.org/vocab/unit/MI-PER-HR
Ucumcode [mi_i].h-1
Ucumcode [mi_i]/h
Preflabel MilePerHour
Altlabel Mile per Hour
Elucidation Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548
Formal description
Subclass Of NonSIUnit
Subclass Of SpeedUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.44704
Subclass Of hasSIConversionOffset value 0.0

MilePerMinute

Iri https://w3id.org/emmo#MilePerMinute
Annotations
Unitsymbol mi/min
Qudtreference http://qudt.org/vocab/unit/MI-PER-MIN
Ucumcode [mi_i].min-1
Ucumcode [mi_i]/min
Preflabel MilePerMinute
Altlabel Mile per Minute
Elucidation Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of SpeedUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 26.8224
Subclass Of hasSIConversionOffset value 0.0

MilePerSecond

Iri https://w3id.org/emmo#MilePerSecond
Annotations
Unitsymbol mi/sec
Qudtreference http://qudt.org/vocab/unit/MI-PER-SEC
Ucumcode [mi_i].sec-1
Ucumcode [mi_i]/sec
Preflabel MilePerSecond
Altlabel Mile per Second
Elucidation Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of SpeedUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1609.344
Subclass Of hasSIConversionOffset value 0.0

MilliAmperePerInch

Iri https://w3id.org/emmo#MilliAmperePerInch
Annotations
Unitsymbol µA/in
Qudtreference http://qudt.org/vocab/unit/MilliA-PER-IN
Ucumcode mA.[in_i]-1
Preflabel MilliAmperePerInch
Altlabel Milliampere Per Inch
Elucidation 0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MagneticFieldStrengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.03937008
Subclass Of hasSIConversionOffset value 0.0

MilliBar

Iri https://w3id.org/emmo#MilliBar
Annotations
Unitsymbol mbar
Qudtreference http://qudt.org/vocab/unit/MilliBAR
Ucumcode mbar
Preflabel MilliBar
Elucidation The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Bar_(unit)
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Bar
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

MilliBarCubicMetrePerSecond

Iri https://w3id.org/emmo#MilliBarCubicMetrePerSecond
Annotations
Unitsymbol mbar⋅m³/s
Qudtreference http://qudt.org/vocab/unit/MilliBAR-M3-PER-SEC
Ucumcode mbar.m3.s-1
Preflabel MilliBarCubicMetrePerSecond
Altlabel Millibar Cubic Metre Per Second
Elucidation product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some BarCubicMetrePerSecond
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

MilliBarPerBar

Iri https://w3id.org/emmo#MilliBarPerBar
Annotations
Unitsymbol mbar/bar
Qudtreference http://qudt.org/vocab/unit/MilliBAR-PER-BAR
Ucumcode mbar.bar-1
Preflabel MilliBarPerBar
Altlabel Millibar Per Bar
Elucidation 0.01-fold of the unit bar divided by the unit bar

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PressureFractionUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some BarPerBar
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliBarPerKelvin

Iri https://w3id.org/emmo#MilliBarPerKelvin
Annotations
Unitsymbol mbar/K
Qudtreference http://qudt.org/vocab/unit/MilliBAR-PER-K
Ucumcode mbar.K-1
Preflabel MilliBarPerKelvin
Altlabel Millibar Per Kelvin
Elucidation 0.001-fold of the unit bar divided by the unit temperature kelvin

-- QUDT
Formal description
Subclass Of PressurePerTemperatureUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some BarPerKelvin
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

MilliCurie

Iri https://w3id.org/emmo#MilliCurie
Annotations
Unitsymbol mCi
Qudtreference http://qudt.org/vocab/unit/MilliCi
Ucumcode mCi
Preflabel MilliCurie
Elucidation 0.001-fold of the SI derived unit curie

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Curie
Subclass Of hasSIConversionMultiplier value 37000000.0
Subclass Of hasSIConversionOffset value 0.0

MilliGalsPerMonth

Iri https://w3id.org/emmo#MilliGalsPerMonth
Annotations
Unitsymbol mgal/mo
Qudtreference http://qudt.org/vocab/unit/MilliGAL-PER-MO
Ucumcode mGal.mo-1
Preflabel MilliGalsPerMonth
Altlabel MilliGals per month
Elucidation A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of LengthPerCubeTimeUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 3.802571e-10
Subclass Of hasSIConversionOffset value 0.0

MilliGravity

Iri https://w3id.org/emmo#MilliGravity
Annotations
Unitsymbol mG
Qudtreference http://qudt.org/vocab/unit/MilliG
Ucumcode m[g]
Preflabel MilliGravity
Elucidation "Milligravity" is a unit for 'Linear Acceleration' expressed as mG.

-- QUDT
Formal description
Subclass Of AccelerationUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Gravity
Subclass Of hasSIConversionMultiplier value 0.00980665
Subclass Of hasSIConversionOffset value 0.0

MilliInch

Iri https://w3id.org/emmo#MilliInch
Annotations
Unitsymbol mil
Qudtreference http://qudt.org/vocab/unit/MilliIN
Ucumcode m[in_i]
Preflabel MilliInch
Altlabel Milli-inch
Elucidation 0.001-fold of the unit inch according to the Anglo-American and Imperial system of units

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MilliPrefixedUnit
Subclass Of LengthUnit
Subclass Of hasSIConversionMultiplier value 2.54e-05
Subclass Of hasSIConversionOffset value 0.0

MilliPascalSecondPerBar

Iri https://w3id.org/emmo#MilliPascalSecondPerBar
Annotations
Unitsymbol mPa⋅s/bar
Qudtreference http://qudt.org/vocab/unit/MilliPA-SEC-PER-BAR
Ucumcode mPa.s.bar-1
Preflabel MilliPascalSecondPerBar
Altlabel Millipascal Second Per Bar
Elucidation 0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PascalSecondPerBar
Subclass Of hasSIConversionMultiplier value 1e-08
Subclass Of hasSIConversionOffset value 0.0

NanoMeterPerCentiMeterPsi

Iri https://w3id.org/emmo#NanoMeterPerCentiMeterPsi
Annotations
Unitsymbol nm/(cm⋅PSI)
Qudtreference http://qudt.org/vocab/unit/NanoM-PER-CentiM-PSI
Ucumcode nm.cm-1.PSI-1
Preflabel NanoMeterPerCentiMeterPsi
Altlabel Nanometer Per Centimeter PSI
Formal description
Subclass Of PerPressureUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.450377e-11
Subclass Of hasSIConversionOffset value 0.0

NatPerSecond

Iri https://w3id.org/emmo#NatPerSecond
Annotations
Unitsymbol nat/s
Qudtreference http://qudt.org/vocab/unit/NAT-PER-SEC
Preflabel NatPerSecond
Altlabel Nat per Second
Elucidation "Nat per Second" is information rate in natural units.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Nat?oldid=474010287
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

NauticalMilePerHour

Iri https://w3id.org/emmo#NauticalMilePerHour
Annotations
Unitsymbol nmi/hr
Qudtreference http://qudt.org/vocab/unit/MI_N-PER-HR
Ucumcode [nmi_i].h-1
Ucumcode [nmi_i]/h
Preflabel NauticalMilePerHour
Altlabel Nautical Mile per Hour
Elucidation The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also "kt". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of SpeedUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.514444
Subclass Of hasSIConversionOffset value 0.0

NauticalMilePerMinute

Iri https://w3id.org/emmo#NauticalMilePerMinute
Annotations
Unitsymbol nmi/min
Qudtreference http://qudt.org/vocab/unit/MI_N-PER-MIN
Ucumcode [nmi_i].min-1
Ucumcode [nmi_i]/min
Preflabel NauticalMilePerMinute
Altlabel Nautical Mile per Minute
Elucidation The SI derived unit for speed is the meter/second.
1 meter/second is equal to 0.0323974082073 nautical mile per minute.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of SpeedUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit

OerstedCentiMetre

Iri https://w3id.org/emmo#OerstedCentiMetre
Annotations
Unitsymbol Oe⋅cm
Qudtreference http://qudt.org/vocab/unit/OERSTED-CentiM
Ucumcode Oe.cm
Preflabel OerstedCentiMetre
Altlabel Oersted Centimetre
Elucidation "Oersted Centimeter" is a C.G.S System unit for 'Magnetomotive Force' expressed as Oe-cm.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of ElectricCurrentUnit
Subclass Of hasSIConversionMultiplier value 0.7957747
Subclass Of hasSIConversionOffset value 0.0

PascalPerBar

Iri https://w3id.org/emmo#PascalPerBar
Annotations
Unitsymbol Pa/bar
Qudtreference http://qudt.org/vocab/unit/PA-PER-BAR
Ucumcode Pa.bar-1
Preflabel PascalPerBar
Altlabel Pascal Per Bar
Elucidation SI derived unit pascal divided by the unit bar

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PressureFractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-05
Subclass Of hasSIConversionOffset value 0.0

PascalSecondPerBar

Iri https://w3id.org/emmo#PascalSecondPerBar
Annotations
Unitsymbol Pa⋅s/bar
Qudtreference http://qudt.org/vocab/unit/PA-SEC-PER-BAR
Ucumcode Pa.s.bar-1
Preflabel PascalSecondPerBar
Altlabel Pascal Second Per Bar
Elucidation product out of the SI derived unit pascal and the SI base unit second divided by the unit bar

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-05
Subclass Of hasSIConversionOffset value 0.0

Pebi

Iri https://w3id.org/emmo#Pebi
Annotations
Preflabel Pebi
Elucidation Binary SI prefix who's value is 2**50.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Pi'
Subclass Of hasNumberValue value 1125899906842624.0

SecondSquareFoot

Iri https://w3id.org/emmo#SecondSquareFoot
Annotations
Unitsymbol s⋅ft²
Qudtreference http://qudt.org/vocab/unit/SEC-FT2
Ucumcode s.[ft_i]2
Ucumcode s.[sft_i]
Preflabel SecondSquareFoot
Altlabel Second Square Foot
Elucidation "Second Square Foot" is an Imperial unit for 'Area Time' expressed as s-ft².

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of AreaTimeUnit
Subclass Of hasSIConversionMultiplier value 0.09290304
Subclass Of hasSIConversionOffset value 0.0

ShannonPerSecond

Iri https://w3id.org/emmo#ShannonPerSecond
Annotations
Unitsymbol Sh/s
Qudtreference http://qudt.org/vocab/unit/SHANNON-PER-SEC
Preflabel ShannonPerSecond
Altlabel Shannon per Second
Elucidation The "Shannon per Second" is a unit of information rate.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Ban_(information)
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Tebi

Iri https://w3id.org/emmo#Tebi
Annotations
Preflabel Tebi
Elucidation Binary SI prefix who's value is 2**40.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Ti'
Subclass Of hasNumberValue value 1099511627776.0

VoltPerInch

Iri https://w3id.org/emmo#VoltPerInch
Annotations
Unitsymbol V/in
Qudtreference http://qudt.org/vocab/unit/V-PER-IN
Ucumcode V.[in_i]-1
Preflabel VoltPerInch
Altlabel Volt Per Inch
Elucidation SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricFieldStrengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 39.37008
Subclass Of hasSIConversionOffset value 0.0

WattPerSquareFoot

Iri https://w3id.org/emmo#WattPerSquareFoot
Annotations
Unitsymbol W/ft²
Qudtreference http://qudt.org/vocab/unit/W-PER-FT2
Ucumcode W.[sft_i]-1
Preflabel WattPerSquareFoot
Altlabel Watt per Square Foot
Elucidation Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.

-- QUDT
Formal description
Subclass Of PowerDensityUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 10.76391
Subclass Of hasSIConversionOffset value 0.0

WattPerSquareInch

Iri https://w3id.org/emmo#WattPerSquareInch
Annotations
Unitsymbol W/in²
Qudtreference http://qudt.org/vocab/unit/W-PER-IN2
Ucumcode W.[sin_i]-1
Preflabel WattPerSquareInch
Altlabel Watt per Square Inch
Elucidation Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.

-- QUDT
Formal description
Subclass Of PowerDensityUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1550.003
Subclass Of hasSIConversionOffset value 0.0

YardPerDegreeFahrenheit

Iri https://w3id.org/emmo#YardPerDegreeFahrenheit
Annotations
Unitsymbol yd/°F
Qudtreference http://qudt.org/vocab/unit/YD-PER-DEG_F
Ucumcode [yd_i].[degF]-1
Preflabel YardPerDegreeFahrenheit
Altlabel Yard Per Degree Fahrenheit
Elucidation unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of LengthPerTemperatureUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.64592
Subclass Of hasSIConversionOffset value 0.0

Yobi

Iri https://w3id.org/emmo#Yobi
Annotations
Preflabel Yobi
Elucidation Binary SI prefix who's value is 2**80.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Yi'
Subclass Of hasNumberValue value 1.2089258196146292e+24

Zebi

Iri https://w3id.org/emmo#Zebi
Annotations
Preflabel Zebi
Elucidation Binary SI prefix who's value is 2**70.
Formal description
Subclass Of Thing
Subclass Of unitSymbolValue value 'Zi'
Subclass Of hasNumberValue value 1.1805916207174113e+21

pH

Iri https://w3id.org/emmo#Acidity
Annotations
Unitsymbol pH
Qudtreference http://qudt.org/vocab/unit/PH
Ucumcode [pH]
Preflabel pH
Altlabel Acidity
Comment Standard state: c0 is 1 mol/L. c of H+ of pure water is determined by the amount of dissociated water. The dissociation constant of water is 10^-14 and since there are qeal amounts of H+ and OH- we get 10^-7 mol H+ /L. -log(10^-7) = 7. The gamma is the activity coefficient which is assumed to be 1 when we say pH = -log[H+].
Comment The proper definition of pH is

pH = -log(a)

where `a` is the activity of H+ ions in an aqueus solution.
Elucidation The negative decadic logarithmus of the concentration of free protons (or hydronium ions) expressed in 1 mol/l.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of DimensionlessUnit
Subclass Of NonPrefixedUnit

Module: Standard Model

Classes

Collapse

Iri https://w3id.org/emmo#EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b
Annotations
Preflabel Collapse
Elucidation The class of fundamental systems where the number of input particles is reduced to one.
Example The Higgs boson production from two gluons, or a bottom and an anti-bottom quark.
Conceptualisation A collapse is a fundamental interaction between m colliding particles that results in a single outgoing particle (inverse decay) that is expressed as a complete bipartite directed graph K(m,1) with m>1.
Formal description
Subclass Of FundamentalPhysicalSystem

Decay

Iri https://w3id.org/emmo#EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d
Annotations
Preflabel Decay
Elucidation The class of fundamental systems where a particle generates two or more other particles.
Example The W boson decays, where a single W boson decays in two particles such as electron and electron antineutrino, or quark and antiquark.
Conceptualisation A decay is a fundamental process occurring to one particle that is expressed as a complete bipartite directed graph K(1,n) with n>1, being n the number of outgoing particles.
Formal description
Subclass Of FundamentalPhysicalSystem

ElementaryBoson

Iri https://w3id.org/emmo#EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21
Annotations
Preflabel ElementaryBoson
Elucidation An elementary particle of a fundamental bosonic type.
Formal description
Subclass Of Boson
Subclass Of ElementaryParticle

ElementaryElectron

Iri https://w3id.org/emmo#EMMO_730f2e31_ca78_410f_a5e1_4043217a41ab
Annotations
Preflabel ElementaryElectron
Elucidation An elementary charged fermionic particle that belongs to the first generation of the lepton particle family.
Formal description
Subclass Of ElementaryFermion

ElementaryFermion

Iri https://w3id.org/emmo#EMMO_820619ca_b23e_4c7a_8543_18a17722abc0
Annotations
Preflabel ElementaryFermion
Elucidation An elementary particle of a fundamental fermionic type.
Formal description
Subclass Of Fermion
Subclass Of ElementaryParticle

ElementaryParticle

Iri https://w3id.org/emmo#EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e
Annotations
Preflabel ElementaryParticle
Altlabel SingleParticleChain
Elucidation A chausal chain whose quantum parts are of the same standard model fundamental type.
Example An electron. A quark. A photon.
Conceptualisation An elementary particle is a causal chain of quantum entities of the same type. For example, an elementary electron is a sequence of fundamental electrons only.
Owlrl2Dlaxioms DisjointUnionOf: ElementaryFermion, ElementaryBoson
Formal description
Subclass Of PhysicalParticleByBond
Subclass Of CausalPath

ElementaryPhoton

Iri https://w3id.org/emmo#EMMO_c1a6e72c_de7a_48db_8f45_32c0be019291
Annotations
Preflabel ElementaryPhoton
Elucidation A boson with spin of 1 that carries electromagnetism.
Formal description
Subclass Of ElementaryBoson

ElementaryQuark

Iri https://w3id.org/emmo#EMMO_99a8eece_40bf_4f26_832c_f290ca664767
Annotations
Preflabel ElementaryQuark
Elucidation An elementary fermionic particle that is the fundamental constituent of matter.
Formal description
Subclass Of ElementaryFermion

FundamentalPhysicalSystem

Iri https://w3id.org/emmo#EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87
Annotations
Preflabel FundamentalPhysicalSystem
Comment A fundamental system is expressed as a complete bipartite directed graph K(m,n) of quantums, m being the number of originating quantums, and n being the receiving quantums.
Elucidation A causal system that is the representation of a Feynman diagram, where quantum represents the real particles entering and exiting the system.
Conceptualisation A fundamental physical process is made of one or more standard particles as input, and one or more standard particles as output, where each input is direct cause of each output.
Each fundamental physical phenomena refers to a Feynman diagram, hence is made at least of three standard model particles.
This requirement implies that a physical phenomena is either a decay, annihilation, interaction, collapse or creation phenomena (fundamental) or a composition of them (non-fundamental).
Owlrl2Dlaxioms DisjointUnionOf: Collapse, Interaction, Decay
Formal description
Subclass Of CausalSystem

GenericPhysicalSystem

Iri https://w3id.org/emmo#EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a
Annotations
Preflabel GenericPhysicalSystem
Elucidation A causal system possessing bonding that can not be represented by a simple Feynman diagram.
Conceptualisation A generic physical system is everything which is more complex than a scattering interaction, or a decay/annihilation event, which are represented by a single Feynman diagram.
Owlrl2Dlaxioms DisjointUnionOf: InteractingSystem, ParticlesSystem
Formal description
Subclass Of CausalSystem

InteractingSystem

Iri https://w3id.org/emmo#EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1
Annotations
Preflabel InteractingSystem
Elucidation A causally bonded system is a system in which there are at least two causal paths that are interacting.
Owlrl2Dlaxioms DisjointUnionOf: PhysicalObject, PhysicalPhenomenon
Formal description
Subclass Of GenericPhysicalSystem

Interaction

Iri https://w3id.org/emmo#EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27
Annotations
Preflabel Interaction
Elucidation The class of fundamental systems where two or more input particles interacts, providing an output of other two or more particles.
Example Electron-electron scattering. Electron-positron annihilation.
Conceptualisation A causal interaction is a fundamental causal system that can be represented as a complete bipartite directed graph K(m,n), when m,n>1.
This concept covers fundamental particles interactions with 2 or more particles as input and as output.
Formal description
Subclass Of FundamentalPhysicalSystem

MultiParticlePath

Iri https://w3id.org/emmo#EMMO_5e00b1db_48fc_445b_82e8_ab0e2255bf52
Annotations
Preflabel MultiParticlePath
Elucidation A chausal path whose quantum parts belongs to at least two different standard model fundamental types.
Conceptualisation An multi-particle path is a causal path of quantum entities of different type, following the causal connection between an initial quantum up to the final one, regardless on the fact that causality is passing through elementary particles of different types.
For example, a path starting from an elementary photon, then through the electron with which it scatter, and then trough a positron with which the electron collides.
Formal description
Subclass Of CausalPath

ParticlesSystem

Iri https://w3id.org/emmo#EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b
Annotations
Preflabel ParticlesSystem
Altlabel NonInteractingSystem
Comment A particle system is a combination of elementary particles that may include also decays and/or annihilations, without any space-like interaction between elementary particles.
Elucidation A particles system is a system made of causal paths that are not interacting between each others, or possibly merge and fork.
Example A W boson that travels through time and space and decays in a quark and anti-quark, and their evolution after their generation.
Formal description
Subclass Of GenericPhysicalSystem

Module: Models

Classes

AtomisticModel

Iri https://w3id.org/emmo#EMMO_84cadc45_6758_46f2_ba2a_5ead65c70213
Annotations
Preflabel AtomisticModel
Elucidation A physics-based model based on a physics equation describing the behaviour of atoms.
Formal description
Subclass Of MaterialsModel

Computation

Iri https://w3id.org/emmo#EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2
Annotations
Preflabel Computation
Elucidation A procedure that deals with quantitative symbols (i.e. symbols associated with a quantitative oriented language).
Example A mathematician that calculates 2+2.
A computation machine that calculate the average value of a dataset.
Formal description
Subclass Of Procedure

ContinuumModel

Iri https://w3id.org/emmo#EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea
Annotations
Preflabel ContinuumModel
Elucidation A physics-based model based on a physics equation describing the behaviour of continuum volume.
Formal description
Subclass Of MaterialsModel

Coupled

Iri https://w3id.org/emmo#EMMO_02c4890b_aef3_4173_9669_94d1f6baf611
Annotations
Preflabel Coupled
Formal description
Equivalent To IterativeCoupledModelsSimulation or TightlyCoupledModelsSimulation
Subclass Of MultiSimulation

DataBasedSimulationSoftware

Iri https://w3id.org/emmo#EMMO_a4b14b83_9392_4a5f_a2e8_b2b58793f59b
Annotations
Preflabel DataBasedSimulationSoftware
Elucidation A computational application that uses existing data to predict the behaviour of a system without providing a identifiable analogy with the original object.
Formal description
Subclass Of SimulationApplication

DataProcessing

Iri https://w3id.org/emmo#EMMO_1c7f2dfe_0db4_4bf6_a0f6_853054a34ead
Annotations
Preflabel DataProcessing
Elucidation A computation that provides a data output following the elaboration of some input data, using a data processing application.
Formal description
Subclass Of Computation
Subclass Of hasInput some DiscreteData
Subclass Of hasParticipant some DataProcessingApplication
Subclass Of hasOutput some DiscreteData

DataProcessingApplication

Iri https://w3id.org/emmo#EMMO_cbf42aa6_9e11_4be8_932a_ae3c792ab17d
Annotations
Preflabel DataProcessingApplication
Formal description
Subclass Of ApplicationProgram

ElectronicModel

Iri https://w3id.org/emmo#EMMO_6eca09be_17e9_445e_abc9_000aa61b7a11
Annotations
Preflabel ElectronicModel
Elucidation A physics-based model based on a physics equation describing the behaviour of electrons.
Example Density functional theory.
Hartree-Fock.
Formal description
Subclass Of MaterialsModel

EmpiricalSimulationSoftware

Iri https://w3id.org/emmo#EMMO_67c70dcd_2adf_4e6c_b3f8_f33dd1512487
Annotations
Preflabel EmpiricalSimulationSoftware
Elucidation A computational application that uses an empiric equation to predict the behaviour of a system without relying on the knowledge of the actual physical phenomena occurring in the object.
Formal description
Subclass Of SimulationApplication

Experiment

Iri https://w3id.org/emmo#EMMO_22522299_4091_4d1f_82a2_3890492df6db
Annotations
Preflabel Experiment
Elucidation An experiment is a process that is intended to replicate a physical phenomenon in a controlled environment.
Formal description
Subclass Of Observation
Subclass Of Process

Guess

Iri https://w3id.org/emmo#EMMO_57b9fd6c_84d6_43f2_8c4f_de6a1ab50aea
Annotations
Preflabel Guess
Elucidation A guess is a theory, estimated and subjective, since its premises are subjective.
Formal description
Subclass Of Subjective
Subclass Of Theory
Subclass Of Estimated

Hypothesis

Iri https://w3id.org/emmo#EMMO_e7cbc129_0d05_41a2_851a_10b198cd7ca2
Annotations
Preflabel Hypothesis
Elucidation A hypothesis is a theory, estimated and objective, since its estimated premises are objective.
Formal description
Subclass Of Objective
Subclass Of Theory
Subclass Of Estimated

IterativeCoupledModelsSimulation

Iri https://w3id.org/emmo#EMMO_01354ac2_cce1_4b7d_8b4a_7322d6cb10bc
Annotations
Preflabel IterativeCoupledModelsSimulation
Elucidation A chain of linked physics based model simulations solved iteratively, where equations are segregated.
Formal description
Subclass Of Coupled

LinkedModelsSimulation

Iri https://w3id.org/emmo#EMMO_ec502e30_b9ec_4216_90c6_f67d2df75627
Annotations
Preflabel LinkedModelsSimulation
Elucidation A chain of linked physics based model simulations, where equations are solved sequentially.
Formal description
Subclass Of MultiSimulation

MaterialLaw

Iri https://w3id.org/emmo#EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b
Annotations
Preflabel MaterialLaw
Elucidation A law that provides a connection between a material property and other properties of the object.
Formal description
Subclass Of NaturalLaw

MaterialRelation

Iri https://w3id.org/emmo#EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7
Annotations
Preflabel MaterialRelation
Comment A material_relation can e.g. return a predefined number, return a database query, be an equation that depends on other physics_quantities.
Elucidation An 'equation' that stands for a physical assumption specific to a material, and provides an expression for a 'physics_quantity' (the dependent variable) as function of other variables, physics_quantity or data (independent variables).
Example The Lennard-Jones potential.
A force field.
An Hamiltonian.
Formal description
Subclass Of Equation

MaterialRelationComputation

Iri https://w3id.org/emmo#EMMO_084b4f77_6df7_4c6a_b705_2528aba5cdda
Annotations
Preflabel MaterialRelationComputation
Formal description
Subclass Of PhysicsMathematicalComputation

MaterialsModel

Iri https://w3id.org/emmo#EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5
Annotations
Preflabel MaterialsModel
Elucidation A solvable set of one Physics Equation and one or more Materials Relations.
Formal description
Subclass Of PhysicsBasedModel
Subclass Of hasSpatialPart some MaterialRelation

MathematicalModel

Iri https://w3id.org/emmo#EMMO_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0
Annotations
Preflabel MathematicalModel
Comment A mathematical model can be defined as a description of a system using mathematical concepts and language to facilitate proper explanation of a system or to study the effects of different components and to make predictions on patterns of behaviour.

Abramowitz and Stegun, 1968
Elucidation An analogical icon expressed in mathematical language.
Formal description
Equivalent To AnalogicalIcon and Mathematical
Subclass Of Thing

MesoscopicModel

Iri https://w3id.org/emmo#EMMO_53935db0_af45_4426_b9e9_244a0d77db00
Annotations
Preflabel MesoscopicModel
Elucidation A physics-based model based on a physics equation describing the behaviour of mesoscopic entities, i.e. a set of bounded atoms like a molecule, bead or nanoparticle.
Formal description
Subclass Of MaterialsModel

MultiSimulation

Iri https://w3id.org/emmo#EMMO_7d56ec24_499d_487a_af7d_a91aaa787bfe
Annotations
Preflabel MultiSimulation
Elucidation A physics based simulation with multiple physics based models.
Formal description
Subclass Of PhysicsBasedSimulation

NaturalLaw

Iri https://w3id.org/emmo#EMMO_db9a009e_f097_43f5_9520_6cbc07e7610b
Annotations
Preflabel NaturalLaw
Elucidation A scientific theory that focuses on a specific phenomena, for which a single statement (not necessariliy in mathematical form) can be expressed.
Formal description
Subclass Of ScientificTheory

PhysicalBasedSimulationSoftware

Iri https://w3id.org/emmo#EMMO_8d4962d7_9608_44f7_a2f1_82a4bb173f4a
Annotations
Preflabel PhysicalBasedSimulationSoftware
Elucidation A computational application that uses a physical model to predict the behaviour of a system, providing a identifiable analogy with the original object.
Formal description
Subclass Of SimulationApplication

PhysicalLaw

Iri https://w3id.org/emmo#EMMO_9c32fd69_f480_4130_83b3_fb25d9face14
Annotations
Preflabel PhysicalLaw
Elucidation A law that provides a connection between a property of the object and other properties, capturing a fundamental physical phenomena.
Formal description
Subclass Of NaturalLaw

PhysicsBasedModel

Iri https://w3id.org/emmo#EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6
Annotations
Preflabel PhysicsBasedModel
Elucidation A mathematical entity based on a fundamental physics theory which defines the relations between physics quantities of an entity.
Formal description
Subclass Of MathematicalModel
Subclass Of hasSpatialPart some PhysicsEquation

PhysicsBasedSimulation

Iri https://w3id.org/emmo#EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f
Annotations
Preflabel PhysicsBasedSimulation
Elucidation A simulation that relies on physics based models, according to the Review of Materials Modelling and CWA 17284:2018.
Formal description
Subclass Of Simulation

PhysicsEquation

Iri https://w3id.org/emmo#EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3
Annotations
Preflabel PhysicsEquation
Elucidation An 'equation' that stands for a 'physical_law' by mathematically defining the relations between physics_quantities.
Example The Newton's equation of motion.
The Schrödinger equation.
The Navier-Stokes equation.
Formal description
Subclass Of PhysicsBasedModel
Subclass Of Equation

PhysicsEquationSolution

Iri https://w3id.org/emmo#EMMO_6e0664f2_4d4d_4407_bf60_e1b3c07198d7
Annotations
Preflabel PhysicsEquationSolution
Comment This must be a mathematical function v(t), x(t).
A dataset as solution is a conventional sign.
Elucidation A function solution of a physics equation that provides a methods for the prediction of some quantitiative properties of an object.
Example A parabolic function is a prediction of the trajectory of a falling object in a gravitational field. While it has predictive capabilities it lacks of an analogical character, since it does not show the law behind that trajectory.
Formal description
Subclass Of Mathematical

PhysicsMathematicalComputation

Iri https://w3id.org/emmo#EMMO_5dd63d84_57f5_4b79_b760_fe940c06680d
Annotations
Preflabel PhysicsMathematicalComputation
Comment The equation that describes the velocity of a uniform accelerated body v = v0 + a*t is a functional icon. In general every analitical solution of a mathematical model can be considered an icon. A functional icon expresses its similarity with the object when is part of a process the makes it imitate the behavior of the object. In the case of v = v0 + a*t, plotting the velocity over time or listing their values at certain instants is when the icon expresses it functionality.
Elucidation A functional icon that imitates the behaviour of the object through mathematical evaluations of some mathematical construct.
Formal description
Subclass Of FunctionalIcon
Subclass Of Computation

Replica

Iri https://w3id.org/emmo#EMMO_8533871a_01e4_4935_8c7b_cedf8fcc3fa3
Annotations
Preflabel Replica
Elucidation An icon that not only resembles the object, but also can express some of the object's functions.
Example A small scale replica of a plane tested in a wind gallery shares the same functionality in terms of aerodynamic behaviour of the bigger one.
Example Pinocchio is a functional icon of a boy since it imitates the external behaviour without having the internal biological structure of a human being (it is made of magic wood...).
Formal description
Equivalent To ResemblanceIcon and FunctionalIcon
Subclass Of Icon

ScientificTheory

Iri https://w3id.org/emmo#EMMO_937757d3_ed79_4ae3_9513_3b135e58a6a1
Annotations
Preflabel ScientificTheory
Elucidation A scientific theory is a description, objective and observed, produced with scientific methodology.
Formal description
Subclass Of Observed
Subclass Of Objective
Subclass Of Theory

Simulation

Iri https://w3id.org/emmo#EMMO_9335cf09_431f_4613_9dab_ce4ceaca965b
Annotations
Preflabel Simulation
Altlabel Modelling
Elucidation A estimation of a property using a functional icon.
Example I calculate the electrical conductivity of an Ar-He plasma with the Chapman-Enskog method and use the value as property for it.
Formal description
Subclass Of Estimation
Subclass Of Computation

SimulationApplication

Iri https://w3id.org/emmo#EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9
Annotations
Preflabel SimulationApplication
Elucidation An application aimed to functionally reproduce an object.
Example An application that predicts the pressure drop of a fluid in a pipe segment is aimed to functionally reproduce the outcome of a measurement of pressure before and after the segment.
Formal description
Subclass Of ApplicationProgram
Subclass Of FunctionalIcon

StandaloneModelSimulation

Iri https://w3id.org/emmo#EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a
Annotations
Preflabel StandaloneModelSimulation
Elucidation A standalone simulation, where a single physics equation is solved.
Formal description
Subclass Of PhysicsBasedSimulation

Theorisation

Iri https://w3id.org/emmo#EMMO_6c739b1a_a774_4416_bb31_1961486fa9ed
Annotations
Preflabel Theorisation
Altlabel Theorization
Elucidation The 'semiosis' process of interpreting a 'physical' and provide a complec sign, 'theory' that stands for it and explain it to another interpreter.
Formal description
Subclass Of Determination
Subclass Of isParticipatedBy some Theory

Theory

Iri https://w3id.org/emmo#EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519
Annotations
Preflabel Theory
Comment The 'theory' is e.g. a proposition, a book or a paper whose sub-symbols suggest in the mind of the interpreter an interpretant structure that can represent a 'physical'.

It is not an 'icon' (like a math equation), because it has no common resemblance or logical structure with the 'physical'.

In Peirce semiotics: legisign-symbol-argument
Elucidation A 'conventional' that stand for a 'physical'.
Formal description
Subclass Of Description

TightlyCoupledModelsSimulation

Iri https://w3id.org/emmo#EMMO_fbcc3aad_c58a_4185_bcc9_859db779b226
Annotations
Preflabel TightlyCoupledModelsSimulation
Elucidation A simulation in which more than one model are solved together with a coupled method.
Example Solving within the same linear system the discretised form of the pressure and momentum equation for a fluid, using the ideal gas law as material relation for connecting pressure to density.
Formal description
Subclass Of Coupled

Object Properties

hasModel

Iri https://w3id.org/emmo#EMMO_24c71baf_6db6_48b9_86c8_8c70cf36db0c
Annotations
Preflabel hasModel
Formal description
Subclass Of ObjectProperty
Subclass Of hasIcon

Module: Elementary Multiperspective Material Ontology

Classes

CausalCluster

Iri https://w3id.org/emmo#EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d
Annotations
Preflabel CausalCluster
Elucidation The class of individuals representing causal clusters.
Definition The disjoint union of the CausalSystem and Collection classes.
Conceptualisation With the causal cluster term we address an heterogeneous group of entities, which possess the common feature of having at least two causally non connected quanta. It comprises collections (non self-connected entities) and causal systems (entities extended in space).
Owlrl2Dlaxioms EquivalentTo: Collection or CausalSystem
Formal description
Subclass Of Fusion

CausalParticle

Iri https://w3id.org/emmo#EMMO_52b8a39b_e5ff_46d3_b972_65bc43077a07
Annotations
Preflabel CausalParticle
Elucidation The class of individuals representing causal particles.
Definition The disjoint union of CausalPath and Quantum classes.
Conceptualisation A causal particle represents the most elementary entity in physics, being it a simple state of an elementary particle, called quantum in the EMMO, or a chain of causally connected quanta.
Owlrl2Dlaxioms EquivalentTo: CausalPath or Quantum
Formal description
Subclass Of Item

CausalPath

Iri https://w3id.org/emmo#EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360
Annotations
Preflabel CausalPath
Altlabel CausalChain
Altlabel Elementary
Comment A causal path is a concept almost equivalent to the concept of elementary particle in physics.
Elucidation The class of entities that possess a temporal structure but no spatial structure.
Example An electron moving in time interacting with other particles.
Conceptualisation A causal chain is an ordered causal sequence of entities that does not host any bifurcation within itself (a chain). A chain can only be partitioned in time.
Owlrl2Dlaxioms DisjointUnionOf: MultiParticlePath, ElementaryParticle
Formal description
Subclass Of CausalParticle
Subclass Of CausalStructure
Subclass Of hasTemporalPart only (CausalPath or Quantum)

CausalStructure

Iri https://w3id.org/emmo#EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d
Annotations
Preflabel CausalStructure
Comment A causal structure expresses itself in time and space thanks to the underlying causality relations between its constituent quantum entities. It must at least provide two temporal parts. The unity criterion beyond the definition of a causal structure (the most general concept of structure) is the existence of an undirected causal path between each of its parts.
Elucidation The class of individuals representing causally self-connected world entities.
Definition The disjoint union of Causal Path and CausalSystem classes.
Conceptualisation The most fundamental unity criterion for the definition of an structure is that:
- is made of at least two quantums (a structure is not a simple entity)
- all quantum parts form a causally connected graph
Owlrl2Dlaxioms EquivalentTo: CausalPath or CausalSystem
Formal description
Subclass Of Fusion
Subclass Of Item

CausalSystem

Iri https://w3id.org/emmo#EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac
Annotations
Preflabel CausalSystem
Elucidation The class of individuals representing a causal system.
Example A electron binded by a nucleus.
Conceptualisation A causal system provides the most general concept of system, being a union of causal structures interacting together. In its most simple form, a causal system is an interlacement of causal paths (the most simple structure type).
A causal system is always a spatial-like structure, and is represented as a multiple topologically orderable direct acyclic graph, with quanta as nodes and causality relations as edges.
Owlrl2Dlaxioms DisjointUnionOf: FundamentalPhysicalSystem, GenericPhysicalSystem
Formal description
Subclass Of CausalCluster
Subclass Of CausalStructure

Collection

Iri https://w3id.org/emmo#EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31
Annotations
Preflabel Collection
Elucidation The class of not direct causally self-connected world entities.
Example The collection of users of a particular software, the collection of atoms that have been part of that just dissociated molecule.
Conceptualisation A collection is the concept that complements the item. A collection is an entity that has at least one part non directly causally connected with the rest.
A collection can be partitioned in maximally connected items called members. The members are self-connected entities and there is no direct causality relation between them.
The combination of collection and item concepts is the EMMO mereocausality alternative to set theory. However, two items can be members only if they are non direct causally connected, giving some constraints to a collection definition. For example, two entities which are directly connected cannot be two distinct members, while their interiors (i.e. the entities obtained by removing the layer of parts that provides the causal contact between them) can be.
Formal description
Subclass Of CausalCluster
Subclass Of hasSingleMember min 2 Item

EMMO

Iri https://w3id.org/emmo#EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf
Annotations
Preflabel EMMO
Comment EMMO entities dimensionality is related to their mereocausal structures. From the no-dimensional quantum entity, we introduce time dimension with the elementary concept, and space with the causal system concept.
The EMMO conceptualisation does not allow the existence of space without a temporal dimension, the latter coming from a causal relation between entities.
For this reason, the EMMO entities that are not quantum or elementaries, may be considered to be always 4D spatiotemporal entities.
Moreover, the combination of mereology and causality used in the EMMO theory (mereocausality) represents entities as direct acyclic graphs with dimension of 4 (i.e., the mereocasual graph can be represented in a 4D euclidian space with edges having unit length).
For this reasons, the EMMO can be considered a 4D ontology.
Elucidation The class of all the OWL individuals representing world entities according to EMMO conceptualisation.
Definition The disjoint union of the fundamental mereocausal classes of Quantum, CausalPath, CausalSystem and Collection.
Conceptualisation The EMMO conceptualises the world using the primitive concepts of causality and parthood. Parthood is about the composition of world entities starting from other more fundamental entities. Causality is about the interactions between world entities.
The quantum is the smallest indivisible part of any world entity. Quantum individuals are the fundamental causal constituents of the universe, since it is implied that causality originates from quantum-to-quantum interactions. Quantums are no-dimensional, and their aggregation makes spacetime emerge from their causal structure. We can think of a quantum as an elementary particle after and interaction and before another interaction.
Causality between macro entities (i.e. entities made of more than one quantum) is explained as the sum of the causality relations between their quantum constituents. Fundamental interactions (quantum fields) are represented as symmetric causality relation between macro entities, while classical interactions are mediated by chain of quantums (i.e. elementary particles).
The fundamental distinction between world entities is causality self-connectedness: a world entity can be self-connected xor not self-connected depending on the causality network of its fundamental components.
Void regions do not exist in the EMMO. In other words there is no spacetime without entities and spacetime emerges as relational property not as a self-standing entity). Entities are not placed in space or time: space and time are measured quantities, always relative between entities and are measured. In other words, space and time relations originates from causality interactions.
Owlrl2Dlaxioms DisjointUnion: CausalPath, Collection, Quantum, CausalSystem
Formal description
Subclass Of Thing
Subclass Of hasPart some Quantum
Subclass Of Inverse(hasPart) value universe

Fusion

Iri https://w3id.org/emmo#EMMO_53ed8611_2cd7_4286_9ef0_36572117b963
Annotations
Preflabel Fusion
Elucidation The class of individuals representing mereological fusions consisting of two or more quantum entities.
Example An atom, a group of persons, a fluid.
Definition The union of the CausalCluster and CausalStructure classes.
Conceptualisation A mereological fusion is any entity that is made up of two or more quantum entities, regardless of the fact that they are or not self-connected. It captures the idea of set, but excluding singletons.
Owlrl2Dlaxioms EquivalentTo: CausalCluster or CausalStructure
Formal description
Subclass Of EMMO

Item

Iri https://w3id.org/emmo#EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de
Annotations
Preflabel Item
Altlabel CausalObject
Comment The concept of self-connectivity is applied using a 4D approach. Given that, the entity made of an electron and a proton that travel, interact, and then depart from each other is an item, since we don't focus only on the beginning or the end stage but to the overall 4D entity, being the interaction the connectivity bridge between the two particles.
Elucidation The class of individuals standing for quantum or causally self-connected world entities.
Example A person life, an interval of a person life. The lifetime of two components, from the production in separate manufacturing lines, their being connected components in a device, including their eparation and decommissioning.
Definition The disjoint union of Particle and CausalStructure classes.
Conceptualisation A world entity is direct causally self-connected if any two parts that make up the whole are direct causally connected to each other. In the EMMO, topological connectivity is based on causality.
All physical objects, i.e. entities whose behaviour is explained by physics laws, are represented only by items. In other words, a physical object part is embedded in a direct causal graph that provides always a path between two of its parts.
Members of a collection lack such direct causality connection, i.e. they do not constitute a physical object.
Following graph theory concepts, the quantums of an item are all connected together within a network of causal relations, forming a connected causal graph. A collection is then a set of disconnected graphs.
Owlrl2Dlaxioms EquivalentTo: CausalParticle or CausalStructure
Formal description
Subclass Of EMMO

Quantum

Iri https://w3id.org/emmo#EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68
Annotations
Preflabel Quantum
Altlabel RealParticle
Comment A quantum is the EMMO mereological atomistic and causal reductionistic entity. To avoid confusion with the concept of atom coming from physics and to underline the causal reductionistic approach, we will use the expression quantum mereology, instead of atomistic mereology.
Elucidation The class of the mereological and causal fundamental entities having no proper parts
Example From a physics perspective a quantum can be related to smallest identifiable entities, according to the limits imposed by the uncertainty principle in space and time measurements.
However, the quantum mereotopology approach is not restricted only to physics. For example, in a manpower management ontology, a quantum can stand for an hour (time) of a worker (space) activity.
Definition Q(x) ≡ ¬∃y(PP(y,x))
Conceptualisation A quantum is the most fundamental item of the EMMO (both mereologically and causally) and is considered causally self-connected by definition.
The quantum concept recalls the fact that there is lower epistemological limit to our knowledge of the universe, related to the uncertainity principle.
In the EMMO, space and time emerge following the network of causal connections between quantum objects. So quantum objects are adimensional objects, that precede space and time dimensions: they are simple beings (in greek οντα).
Using physics concepts, we can think the quantum as an elementary particle (e.g. an electron) in a specific state between two causal interactions. For a quanta to change its state, it requires an interaction.
A quantum may be thought as standing for an incoming or outcoming real particle in a Feynman diagram in a scattering event.
Formal description
Subclass Of CausalParticle

Object Properties

EMMORelation

Iri https://w3id.org/emmo#EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5
Annotations
Preflabel EMMORelation
Elucidation The superclass for all relations used by the EMMO.
Formal description
Subclass Of ObjectProperty
Subclass Of topObjectProperty

OWL2DLRestrictedAxiom

Iri https://w3id.org/emmo#EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470
Annotations
Preflabel OWL2DLRestrictedAxiom
Elucidation Axiom not included in the theory because of OWL 2 DL global restrictions for decidability.
Formal description
Subclass Of AnnotationProperty
Subclass Of comment

OWLRL2DLAxioms

Iri https://w3id.org/emmo#EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db
Annotations
Preflabel OWLRL2DLAxioms
Elucidation Axioms to add to the OWL 2 RL version of the ontology to reach DL expressivity.
Formal description
Subclass Of AnnotationProperty
Subclass Of comment

alongsideWith

Iri https://w3id.org/emmo#EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3
Annotations
Preflabel alongsideWith
Altlabel coexistsWith
Altlabel concurrentWith
Altlabel interactsWith
Elucidation The relation between two causally reachable entities through a path of contacts relations (i.e. representing physical interactions).
Example I'm interacting with another tennis player through a ball. Or, two people in a webconference are interacting using a mediator which is the network signal.
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of coexistsWith
Subclass Of indirectlyCausedBy
Subclass Of indirectlyCauses

causal

Iri https://w3id.org/emmo#EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c
Annotations
Preflabel causal
Comment Causality in the EMMO is intended as physical causation and not counter-factual. Meaning that causality is an expression of actual physical interactions, and not of a counterfactual depence such as “I didn't water the flowers, hence, I'm the cause of their death”.
Comment Each pair of entities is either in isCauseOf or isNotCauseOf relation. The two are mutually exclusive.
Elucidation The superclass of all causal EMMO relations.
Conceptualisation Causality is the fundamental concept describing how entities affect each other, and conceptually precedes time and space relations. In the EMMO causality is the foundation for space and time relations.
Embracing a strong reductionistic view, causality originates at quantum entities level, meaning that causal relations between macroscopic entities is simply the sum of quantum level causality relations.
Formal description
Subclass Of ObjectProperty
Subclass Of EMMORelation

coexistsWith

Iri https://w3id.org/emmo#EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff
Annotations
Preflabel coexistsWith
Altlabel isSpatiallyRelatedWith
Elucidation The relation between entities that express a mutual causation.
Definition A relation jointly covered by Contact and InteractWith relations, which are mutually exclusive.
Conceptualisation Spatial relations between entities are represented in the EMMO as bidirectional causality, meaning that both entities are at the beginning and at the end of causal paths connecting them.
This type of relation represent the coexistence of two entities in the a spatial arrangement. The symmetric characteristic of this relation implies that it is not possible to order them and is related to the arbitrary choice of reference frames. Subclasses of spatial relations may be defined as asymmetric and introduce a spatial order, for example est to west, or internal to external layer..
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of isCausedBy
Subclass Of isCauseOf

comment

Iri https://w3id.org/emmo#EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f
Annotations
Preflabel comment
Comment A comment can be addressed to facilitate interpretation, to suggest possible usage, to clarify the concepts behind each entity with respect to other ontological apporaches.
Elucidation A text that add some information about the entity.
Formal description
Subclass Of AnnotationProperty
Subclass Of comment

conceptualisation

Iri https://w3id.org/emmo#EMMO_31252f35_c767_4b97_a877_1235076c3e13
Annotations
Preflabel conceptualisation
Comment A conceptualisation is the preliminary step behind each theory, preceding each logical formalisation. The readers approaching an ontology entity should first read the conceptualisation annotation to clearly understand "what we are talking about" and the accompanying terminology, and then read the elucidation.
Comment An elucidation can provide references to external knowledge sources (i.e. ISO, Goldbook, RoMM).
Elucidation The conceptualisation annotation is a comment that helps the reader to understand how the world has been conceptualised by the ontology authors.
Formal description
Subclass Of AnnotationProperty
Subclass Of comment

contact

Iri https://w3id.org/emmo#EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17
Annotations
Preflabel contact
Comment The annotation should include an email address.
Elucidation A person or organisation acting as a contact point for enquiries about the ontology resource
Formal description
Subclass Of AnnotationProperty
Subclass Of comment

contacts

Iri https://w3id.org/emmo#EMMO_8785be5a_2493_4b12_8f39_31907ab11748
Annotations
Preflabel contacts
Altlabel adjacentWith
Altlabel hasSpatialnteractionWith
Altlabel touches
Comment Spatial contact is symmetric and irreflexive.
Comment The contact relation is not an ordering relation since is symmetric.
Elucidation An interaction that is the sum of direct causality relations between two entities that are interpretable as fundamental physical interactions.
Example An elementary electron is in contact with another elementary electron in a scattering process.
Example The laptop is in contact with the desk, since there is a double-directional causality.
Conceptualisation A spatial contact between two entities occurs when the two entities are in an interaction relation whose causal structure is a representation of the fundamental interactions between elementary particles (Feynman diagrams).
It means that if two entities are in contact, then there is at least a couple of elementary particles, one part of the first and one part of the second, interacting according to one of the fundamental interactions through virtual particles. This kind of connection is space-like (i.e. interconnecting force carrier particle is offshelf).
Contacts between two entities exclude the possibility of other causal relations that are not included in a fundamental space-like interaction.
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of directlyCausedBye
Subclass Of coexistsWith
Subclass Of directlyCauses

dbpediaReference

Iri https://w3id.org/emmo#EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25
Annotations
Preflabel dbpediaReference
Elucidation URL to corresponding dpbedia entry.
Formal description
Subclass Of AnnotationProperty
Subclass Of seeAlso

definition

Iri https://w3id.org/emmo#EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84
Annotations
Preflabel definition
Comment A definition univocally determines a OWL entity using necessary and sufficient conditions referring to other OWL entities.
Elucidation Precise and univocal description of an ontological entity in the framework of an axiomatic system.
Formal description
Subclass Of AnnotationProperty
Subclass Of comment

directlyCausedBye

Iri https://w3id.org/emmo#EMMO_11501e0a_4442_4bd0_8483_7ea6dc8ba444
Annotations
Preflabel directlyCausedBye
Altlabel hasDirectCause
Formal description
Subclass Of ObjectProperty
Subclass Of isCausedBy

directlyCauses

Iri https://w3id.org/emmo#EMMO_555d0261_da5e_4301_b7f9_46f604a32e91
Annotations
Preflabel directlyCauses
Altlabel isDirectCauseOf
Comment Direct cause is irreflexive.
Comment Direct cause provides the edges for the transitive restriction of the direct acyclic causal graph whose nodes are the quantum entities.
Elucidation A causal relation between the causing and the effected entities occurring without intermediaries.
Conceptualisation Direct causality is a concept that captures the idea of direct interaction between two entities, given the fact that there are no causal intermediaries between them. It requires that at least a quantum of the causing entity is direct cause of a quantum of the caused entity.
It does not exclude the possibility of other indirect causal routes between some proper parts of the two entities.
The direct causality in a 4D ontology covers both time-like causal interaction (when causality is one-way from one entity to another) and space-like causal interaction (when causality is two-way between two entities).
Formal description
Subclass Of ObjectProperty
Subclass Of IrreflexiveProperty
Subclass Of isCauseOf

elucidation

Iri https://w3id.org/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9
Annotations
Preflabel elucidation
Comment An elucidation should address the real world entities using the concepts introduced by the conceptualisation annotation.
Elucidation Short enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands.
Formal description
Subclass Of AnnotationProperty
Subclass Of comment

equalsTo

Iri https://w3id.org/emmo#EMMO_6835537c_d294_4005_a770_ec9621f29ed1
Annotations
Preflabel equalsTo
Comment Equality is here defined following a mereological approach.
Elucidation The relation between two individuals representing the same entity.
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of hasPart
Subclass Of isPartOf

etymology

Iri https://w3id.org/emmo#EMMO_705f27ae_954c_4f13_98aa_18473fc52b25
Annotations
Preflabel etymology
Comment Definitions are usually taken from Wiktionary.
Comment The etymology annotation is usually applied to rdfs:label entities, to better understand the connection between a label and the concept it concisely represents.
Elucidation The etymology annotation explains the origin of a word and the historical development of its meaning.
Formal description
Subclass Of AnnotationProperty
Subclass Of comment

follows

Iri https://w3id.org/emmo#EMMO_60c57607_c9e7_4e75_a3d1_7a1f1f9928e4
Annotations
Preflabel follows
Altlabel isNextOf
Altlabel succeeds
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of directlyCausedBye
Subclass Of isAfter

foreruns

Iri https://w3id.org/emmo#EMMO_3733bd38_ca2b_4264_a92a_3075a1715598
Annotations
Preflabel foreruns
Altlabel hasSuccessor
Altlabel isAntecedentOf
Altlabel predecessorOf
Comment Transitivity is implemented at A-Box level with a SWRL rule.
Elucidation A causal relation between the y effected and the x causing entities with intermediaries, where x isCauseOf y and not(y isCauseOf x).
Example My life between 18-24 years has successor my life between 32-40 years, since there is an intermediary (i.e. my life between 25-32 years).
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of indirectlyCauses
Subclass Of isBefore

hasDirectPart

Iri https://w3id.org/emmo#EMMO_814b6b76_e0ca_4953_a832_d1816fb695f1
Annotations
Preflabel hasDirectPart
Altlabel hasImmediatePart
Elucidation The non-transitive version of proper parthood property.
Conceptualisation Direct parthood is the non transitive version of parthood enabling the establishment of hierarchy of granularities, starting with an entity and providing several granularity levels of parthood.
Formal description
Subclass Of ObjectProperty
Subclass Of hasProperPart

hasDistinctPart

Iri https://w3id.org/emmo#EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6
Annotations
Preflabel hasDistinctPart
Comment A part is always distinct xor redundant.
Elucidation The superproperty of all object property relations between an entity and one of its proper parts that belongs to different taxonomical branch.
Example A molecule is a distinct part of a fluid.
Definition DP(x, y) ≡ PP(x, y) ∧ ∃φ[φ(x) ↔ ¬φ(y)]
Formal description
Subclass Of ObjectProperty
Subclass Of hasProperPart

hasFragment

Iri https://w3id.org/emmo#EMMO_339d8e1a_f52a_42cd_8df5_57b5328b939e
Annotations
Preflabel hasFragment
Elucidation The relation between two individuals representing a collection and a non-maximal proper part, meaning the the latter is connected with the rest of the whole.
Formal description
Subclass Of ObjectProperty
Subclass Of hasPiece

hasJunctionPart

Iri https://w3id.org/emmo#EMMO_408a46b2_3930_46da_b936_e9ce72ffdde9
Annotations
Preflabel hasJunctionPart
Altlabel hasSpatioTemporalPart
Elucidation The part is connected with the rest item or members with both hasNext (or its inverse) and hasContact relations.
Formal description
Subclass Of ObjectProperty
Subclass Of hasNonTemporalPart

hasMember

Iri https://w3id.org/emmo#33fd15ab_7662_4cc6_8bf6_988422efc631
Annotations
Preflabel hasMember
Altlabel hasMaximalPart
Comment A maximal part is a proper part that is not connected with the rest of the whole.
Elucidation The relation between individuals representing a collection and one or more of its members.
Definition A proper part which is not connected with the rest of the whole.
Formal description
Subclass Of ObjectProperty
Subclass Of hasProperPart

hasMultipleMembers

Iri https://w3id.org/emmo#0528e41d_edd2_49f9_bd2a_aeabdc215515
Annotations
Preflabel hasMultipleMembers
Elucidation A sub collection relation where the proper part is fully encompasses some of the members of the collection.
Formal description
Subclass Of ObjectProperty
Subclass Of hasMember

hasNonTemporalPart

Iri https://w3id.org/emmo#EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611
Annotations
Preflabel hasNonTemporalPart
Elucidation The part is connected with the rest item or members with a combination of hasNext (or its inverse) or hasContact relations.
Formal description
Subclass Of ObjectProperty
Subclass Of hasPortionPart

hasPart

Iri https://w3id.org/emmo#EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f
Annotations
Preflabel hasPart
Comment All other mereology relations can be defined in FOL using hasPart as primitive.
Elucidation The primitive relation that express the concept of an entity being part of another one.
Formal description
Subclass Of ObjectProperty
Subclass Of overlaps

hasPiece

Iri https://w3id.org/emmo#76413949_896c_4363_a955_de4722c6e149
Annotations
Preflabel hasPiece
Altlabel hasNotMaximalPart
Comment A non-maximal part is a proper part that is connected with the rest of the whole.
Elucidation The relation between two individuals representing an entity and a non-maximal proper part, meaning the the latter is connected with the rest of the whole.
Formal description
Subclass Of ObjectProperty
Subclass Of hasProperPart

hasPortionPart

Iri https://w3id.org/emmo#EMMO_55354438_7000_4284_b1b9_59d60c2261b9
Annotations
Preflabel hasPortionPart
Comment A part of an item is always non-maximal, meaning that is causally connected with the rest.
Definition A proper part relation with domain restricted to items.
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of hasPiece

hasProperPart

Iri https://w3id.org/emmo#EMMO_9380ab64_0363_4804_b13f_3a8a94119a76
Annotations
Preflabel hasProperPart
Comment The proper part relation has the following pair-covering sub-relations:
- hasMembers xor hasPiece
- hasPortionPart xor hasGatheredPart
. hasItemPart xor hasScatteredPart
Elucidation The relation between an entity and one of its parts, when both entities are distinct.
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of hasPart
Subclass Of overcrosses

hasRedundantPart

Iri https://w3id.org/emmo#EMMO_6786b336_e982_4759_8dee_1905a4106591
Annotations
Preflabel hasRedundantPart
Comment A part is always distinct xor redundant.
Elucidation The superproperty of the all object property relations between a whole and its mereological parts of the same type.
Example A volume of water has redundand parts other volumes of water. All this volumes have holistic parts some water molecules.
Definition RP(x, y) ≡ PP(x, y) ∧ ∃φ(φ(x) ∧ φ(y))
Formal description
Subclass Of ObjectProperty
Subclass Of hasProperPart

hasSingleMember

Iri https://w3id.org/emmo#EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4
Annotations
Preflabel hasSingleMember
Altlabel hasMember
Elucidation The relation between a collection and one of its item members.
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of hasMember

hasSpatialPart

Iri https://w3id.org/emmo#EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846
Annotations
Preflabel hasSpatialPart
Comment In EMMO FOL this is a defined property. In OWL temporal relations are primitive.
Comment The part is connected with the rest item or members with hasContact relations only (no hasNext).
Elucidation A proper part of a whole, whose parts always cover the full temporal extension of the whole within a spatial interval.
Formal description
Subclass Of ObjectProperty
Subclass Of hasNonTemporalPart

hasTemporalPart

Iri https://w3id.org/emmo#EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6
Annotations
Preflabel hasTemporalPart
Comment A temporal part of an item cannot both cause and be caused by any other proper part of the item.
A temporal part is not constraint to be causally self-connected, i.e. it can be either an item or a collection. We therefore introduce two subproperties in order to distinguish between both cases.
Comment In EMMO FOL this is a defined property. In OWL temporal relations are primitive.
Elucidation A relation that identify a proper item part of the whole, whose parts always cover the full spatial extension of the whole within a time interval.
Formal description
Subclass Of ObjectProperty
Subclass Of hasPortionPart

illustration

Iri https://w3id.org/emmo#EMMO_157fdf31_6387_42be_8e72_10530519214a
Annotations
Preflabel illustration
Elucidation A link to a graphical representation aimed to facilitate understanding of the concept, or of an annotation.
Formal description
Subclass Of AnnotationProperty
Subclass Of seeAlso

indirectlyCausedBy

Iri https://w3id.org/emmo#EMMO_5dc167a2_d50e_47a5_be4f_5139f3bff2ec
Annotations
Preflabel indirectlyCausedBy
Altlabel hasIndirectCause
Formal description
Subclass Of ObjectProperty
Subclass Of IrreflexiveProperty
Subclass Of isCausedBy

indirectlyCauses

Iri https://w3id.org/emmo#EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6
Annotations
Preflabel indirectlyCauses
Altlabel influences
Altlabel isIndirectCauseOf
Elucidation A causal relation between the effected and the causing entities with intermediaries.
Conceptualisation An indirect cause is a relation between two entities that is mediated by a intermediate entity. In other words, there are no quantum parts of the causing entity that are direct cause of quantum parts of the caused entity.
Formal description
Subclass Of ObjectProperty
Subclass Of IrreflexiveProperty
Subclass Of isCauseOf

isAfter

Iri https://w3id.org/emmo#EMMO_2a28c0dd_89b1_47ac_b81f_fccc56f39617
Annotations
Preflabel isAfter
Altlabel isTemporallyAfter
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of isCausedBy

isBefore

Iri https://w3id.org/emmo#EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78
Annotations
Preflabel isBefore
Altlabel isTemporallyBefore
Elucidation A relation between entities that are only one-directionally causally connected.
Definition A relation jointly covered by hasNext and hasSuccessor relations, which are mutually exclusive.
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of isCauseOf

isCauseOf

Iri https://w3id.org/emmo#EMMO_d67ee67e_4fac_4676_82c9_aec361dba698
Annotations
Preflabel isCauseOf
Altlabel causes
Comment Each pair of causally connected entities is either in isDirectCauseOf or isIndirectCauseOf relation. The two are mutually exclusive.
Comment The OWL 2 DL version of the EMMO introduces this object property as primitive causal relation. It refers to the macro causality relation mC(x,y), defined in the EMMO FOL version.
While the EMMO FOL introduces the quantum causality relation C(x,y) as primitive, the OWL 2 DL version of the EMMO substantially simplifies the theory, neglecting these lower level relations that are well above DL expressivity.
For this reason the EMMO OWL 2 DL will only deal with macro causality relations, sacrificing the full FOL theory expressivity for the sake of simplicity.
Comment The cause relation applies to both quantums and macro-entities (entities made of more than one quantum). It is admissible for two entities to be one the cause of the other, excepts when they are both quantums.
Elucidation A relation between an entity that causally affects another.
Example John yesterday is the cause of John today, is an example of temporal-like causality. The desk supporting my laptop is a space-like causality.
Conceptualisation We say that an entity causes another if there is a quantum part of the first that is in causal relation with a quantum parts of the second.
More formally, causality is defined as a relation between individuals x and y that holds if and only if:
a) x having a part that is causing an effect on a part of y
b) x and y are non-overlapping
An entity cannot cause itself or a part of itself. For this reasons causality between entities excludes reflexivity and prevents them to overlap.
The existence of one-directional of bi-directional causality relations between two entities is what reconstruct time-like and space-like relations, respectively.
Formal description
Subclass Of ObjectProperty
Subclass Of IrreflexiveProperty
Subclass Of causal

isCausedBy

Iri https://w3id.org/emmo#EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517
Annotations
Preflabel isCausedBy
Formal description
Subclass Of ObjectProperty
Subclass Of IrreflexiveProperty
Subclass Of causal

isDirectPartOf

Iri https://w3id.org/emmo#EMMO_928f6ec2_7564_4c8d_9a10_7a601fa89602
Annotations
Preflabel isDirectPartOf
Formal description
Subclass Of ObjectProperty
Subclass Of isProperPartOf

isDistinctPartOf

Iri https://w3id.org/emmo#EMMO_9f55743f_a5e2_4a75_a68c_978c36117dec
Annotations
Preflabel isDistinctPartOf
Formal description
Subclass Of ObjectProperty
Subclass Of isProperPartOf

isFragmentOf

Iri https://w3id.org/emmo#EMMO_44549f38_809e_4d51_bb10_de31029055b9
Annotations
Preflabel isFragmentOf
Formal description
Subclass Of ObjectProperty
Subclass Of isPieceOf

isMemberOf

Iri https://w3id.org/emmo#EMMO_0949a7de_78dc_421d_8603_3b685cb927a3
Annotations
Preflabel isMemberOf
Formal description
Subclass Of ObjectProperty
Subclass Of isProperPartOf

isNotCauseOf

Iri https://w3id.org/emmo#EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d
Annotations
Preflabel isNotCauseOf
Definition x isNotCauseOf y iff not(x isCauseOf y)
Formal description
Subclass Of ObjectProperty
Subclass Of causal

isNotCausedBy

Iri https://w3id.org/emmo#EMMO_32eb7161_60ed_4431_8326_81a92aec088c
Annotations
Preflabel isNotCausedBy
Formal description
Subclass Of ObjectProperty
Subclass Of causal

isOvercrossedBy

Iri https://w3id.org/emmo#EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab
Annotations
Preflabel isOvercrossedBy
Elucidation The inverse relation for overcrosses.
Formal description
Subclass Of ObjectProperty
Subclass Of IrreflexiveProperty
Subclass Of overlaps

isPartOf

Iri https://w3id.org/emmo#EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd
Annotations
Preflabel isPartOf
Elucidation The inverse relation of hasPart.
Definition Reflexivity: Pxx
Transitivity: (Pxy ∧ Pyz) → Pxz
Antisymmetry: (Pxy ∧ Pyx) → x=y.
Formal description
Subclass Of ObjectProperty
Subclass Of overlaps

isPieceOf

Iri https://w3id.org/emmo#EMMO_fdfa43cd_1f48_4d82_ac49_685fe894558f
Annotations
Preflabel isPieceOf
Formal description
Subclass Of ObjectProperty
Subclass Of isProperPartOf

isPortionPartOf

Iri https://w3id.org/emmo#EMMO_07808d05_18d1_4253_96e5_58b8277347de
Annotations
Preflabel isPortionPartOf
Formal description
Subclass Of ObjectProperty
Subclass Of isPieceOf

isProperPartOf

Iri https://w3id.org/emmo#EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c
Annotations
Preflabel isProperPartOf
Elucidation The inverse relation for hasProperPart.
Definition PP(x, y) ≡ P(x, y) ∧ ¬x=y
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of isPartOf
Subclass Of isOvercrossedBy

isRedundantPartOf

Iri https://w3id.org/emmo#EMMO_9c2a9899_df4a_4dc7_a28a_ab4dc498db71
Annotations
Preflabel isRedundantPartOf
Formal description
Subclass Of ObjectProperty
Subclass Of isProperPartOf

mereological

Iri https://w3id.org/emmo#EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee
Annotations
Preflabel mereological
Comment The EMMO adheres to Atomistic General Extensional Mereology (AGEM).
Elucidation The superclass of all mereological EMMO relations.
Formal description
Subclass Of ObjectProperty
Subclass Of EMMORelation

notOverlaps

Iri https://w3id.org/emmo#EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead
Annotations
Preflabel notOverlaps
Altlabel disjointWith
Elucidation The relation between individuals representing non-overlapping entities (i.e. that have no parts in common).
Definition Dxy ≡ ¬Oxy.
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of mereological

overcrosses

Iri https://w3id.org/emmo#EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420
Annotations
Preflabel overcrosses
Elucidation The relation between an entity that overlaps another without being its part.
Definition OX(x, y) ≡ O(x, y) ∧ ¬P(x,y)
Formal description
Subclass Of ObjectProperty
Subclass Of IrreflexiveProperty
Subclass Of overlaps

overlaps

Iri https://w3id.org/emmo#EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6
Annotations
Preflabel overlaps
Elucidation The relation between two individuals representing entities that share at least one of their parts.
Definition Oxy ≡ ∃z(Pzx ∧ Pzy)
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of mereological

precedes

Iri https://w3id.org/emmo#EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d
Annotations
Preflabel precedes
Altlabel foregoes
Altlabel hasNext
Altlabel isBefore
Comment Each pair of entities in direct causality relation is either in hasNext or hasTwoWayCauseWith relation. The two are mutually exclusive.
Comment This relation is asymmetric and irreflexive.
Elucidation A time contact occurs when x isDirectCause y and not(y isCauseOf x).
Example My life between 18-24 years has next my life between 24-32 years.
Example The raw sample has next the treated sampled, which has next the examined sample. In this sense the whole sample is made of three states, connected by the has next relation, following its evolution in time.
Conceptualisation A temporal relation between two entities occurs when the two entities are in a one directional causality relation. The idea is that a temporal relation always implies a one-directional causality between two entities, leading to a asymmetric relation.
This means that the causing entity can be in direct and optionally indirect causality relation with the effect entity. On the contrary, the effect entity cannot be in any causal relation (direct or indirect) with the causing entity.
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of directlyCauses
Subclass Of isBefore

properOverlaps

Iri https://w3id.org/emmo#EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023
Annotations
Preflabel properOverlaps
Elucidation The relation between two entities that overlaps and neither of both is part of the other.
Formal description
Subclass Of ObjectProperty
Subclass Of SymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of overcrosses
Subclass Of isOvercrossedBy

successorOf

Iri https://w3id.org/emmo#EMMO_451e410e_8e0d_4a4b_9211_d6ef619296dc
Annotations
Preflabel successorOf
Altlabel isAncestorOf
Formal description
Subclass Of ObjectProperty
Subclass Of AsymmetricProperty
Subclass Of IrreflexiveProperty
Subclass Of isAfter
Subclass Of indirectlyCausedBy

wikipediaReference

Iri https://w3id.org/emmo#EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d
Annotations
Preflabel wikipediaReference
Elucidation URL to corresponding Wikipedia entry.
Formal description
Subclass Of AnnotationProperty
Subclass Of seeAlso

Individuals

universe

Iri https://w3id.org/emmo#EMMO_08cb807c_e626_447b_863f_e2835540e918
Formal description
Subclass Of CausalSystem

Module: Structural

Classes

Convergent

Iri https://w3id.org/emmo#EMMO_b501a8ed_ae15_4288_9d92_1026463e95cb
Annotations
Preflabel Convergent
Elucidation The superclass for all classes of entities that have a proper parts of the same type φ of the whole, and so that for every two distinct φ proper parts one is part of the other.
Illustration
Formal description
Subclass Of Nuclear

Fundamental

Iri https://w3id.org/emmo#EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2
Annotations
Preflabel Fundamental
Altlabel Lifetime
Elucidation The superclass for all classes of entities that have no proper parts of the same type of the whole.
Example A marathon is an example of class whose individuals are always maximal since the criteria satisfied by a marathon 4D entity poses some constraints on its temporal and spatial extent.
On the contrary, the class for a generic running process does not necessarily impose maximality to its individuals. A running individual is maximal only when it extends in time for the minimum amount required to identify a running act, so every possible temporal part is always a non-running.
Following the two examples, a marathon individual is a maximal that can be decomposed into running intervals. The marathon class is a subclass of running.
Definition Fundamental(x) ≡ ∃φ[φ(x) ∧ ¬∃yRP⟨φ⟩(y, x)]
Formal description
Subclass Of Structural

Heap

Iri https://w3id.org/emmo#EMMO_2dddfc30_d4e1_4e3e_a0ca_755c4d9d2cf4
Annotations
Preflabel Heap
Comment A heap class H (subclass of Heap) is defined by choosing a reference type φ, with H subclass of φ, so that each H entity has non overlapping φ parts.
Elucidation The superclass for all classes of entities that have at least two non overlapping proper parts of the same type of the whole.
Illustration
Formal description
Subclass Of Redundant

Maximal

Iri https://w3id.org/emmo#EMMO_b4494d69_6393_4eb4_8346_7fedd4df0bc5
Annotations
Preflabel Maximal
Comment A maximal class M (subclass of Maximal) is defined by choosing a reference type φ so that M is subclass of φ, all parts of x are needed to keep φ(x) and if you add something to x, then x is no more a φ.
Elucidation The superclass for all classes of entities that have no proper parts of the same type of the whole are not proper part of an entity of that type.
Illustration
Formal description
Subclass Of Fundamental

Minimal

Iri https://w3id.org/emmo#EMMO_0914449c_ef24_4372_b669_9cdd13b59fed
Annotations
Preflabel Minimal
Comment A minimal class M (subclass of Minimal) is defined by choosing a reference type φ so that M is subclass of φ, all parts of x are needed to keep φ(x) and x is proper part of a larger φ entity.
Elucidation The superclass for all classes of entities that have no proper parts of the same type of the whole is proper part of an entity of that type.
Illustration
Formal description
Subclass Of Fundamental

Multiplex

Iri https://w3id.org/emmo#EMMO_e95b9f89_3ffd_4ea5_b682_97c4cc191a8d
Annotations
Preflabel Multiplex
Elucidation The superclass for all classes of entities that have a proper parts of the same type of the whole that overlaps all the oter proper parts of the same type.
Formal description
Subclass Of Redundant

NonConvergent

Iri https://w3id.org/emmo#EMMO_7f92ac53_3a89_41a4_af5c_a8ad320a7936
Annotations
Preflabel NonConvergent
Elucidation The superclass for all classes of entities that have a proper parts of the same type φ of the whole, and so that for every two distinct φ proper parts one is not part of the other.
Illustration
Formal description
Subclass Of Nuclear

NonNuclear

Iri https://w3id.org/emmo#EMMO_40ff176a_e74d_46cc_88c5_6d02fd6813a7
Annotations
Preflabel NonNuclear
Elucidation The superclass for all classes of entities that have a proper parts of the same type φ of the whole, but have no φ proper part that is part of other φ proper parts.
Illustration
Formal description
Subclass Of Multiplex

Nuclear

Iri https://w3id.org/emmo#EMMO_8f449738_cedb_436c_bdec_1c8e78bdb644
Annotations
Preflabel Nuclear
Elucidation The superclass for all classes of entities that have a proper parts of the same type of the whole that is part of all the other proper parts of the same type.
Formal description
Subclass Of Multiplex

Redundant

Iri https://w3id.org/emmo#EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0
Annotations
Preflabel Redundant
Altlabel NonMaximal
Elucidation The superclass for all classes of entities that have parts of the same type of the whole.
Example A sufficently large volume of liquid water has parts of the same type.
Example An object A which is classified as water-fluid possesses a proper part B which is water itself if the lenght scale of the B is larger than the water intermolecular distance keeping it in the continuum range. In this sense, A is redundant.

If A is a water-fluid so small that its every proper part is no more a continuum object (i.e. no more a fluid), then A is fundamental.
Definition Redundant(x) ≡ ∃φ[φ(x) ∧ ∃yRP⟨φ⟩(y, x)]
Formal description
Subclass Of Structural

Structural

Iri https://w3id.org/emmo#EMMO_32e701c0_a925_49df_9829_0931b8554807
Annotations
Preflabel Structural
Elucidation A perspective that categorises causal structures according to the merelogical relations between the whole and the parts, taking into account their types.
Formal description
Subclass Of Perspective

Module: Perspective

Classes

Perspective

Iri https://w3id.org/emmo#EMMO_49267eba_5548_4163_8f36_518d65b583f9
Annotations
Preflabel Perspective
Comment This class is the practical implementation of the EMMO pluralistic approach for which the only objective categorization is provided by the Universe individual and all the Quantum individuals.
Between these two extremes, there are several subjective ways to categorize real world objects, each one provide under a 'Perspective' subclass.
Elucidation The class of causal objects that stand for world objects according to a specific representational perspective.
Formal description
Subclass Of CausalStructure

Module: Non-Si Special Units

Classes

Are

Iri https://w3id.org/emmo#Are
Annotations
Unitsymbol a
Qudtreference http://qudt.org/vocab/unit/ARE
Ucumcode ar
Preflabel Are
Altlabel are
Elucidation An 'are' is a unit of area equal to 0.02471 acre and 100 centare.

-- QUDT
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

Ban

Iri https://w3id.org/emmo#Ban
Annotations
Unitsymbol ban
Qudtreference http://qudt.org/vocab/unit/BAN
Preflabel Ban
Elucidation A ban is a logarithmic unit which measures information or entropy, based on base 10 logarithms and powers of 10, rather than the powers of 2 and base 2 logarithms which define the bit. One ban is approximately 3.32 (log₂ 10) bits.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Ban?oldid=472969907
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LogarithmicUnit
Subclass Of hasSIConversionMultiplier value 2.302585
Subclass Of hasSIConversionOffset value 0.0
Subclass Of unitSymbolValue value 'Ban'

Bar

Iri https://w3id.org/emmo#Bar
Annotations
Unitsymbol bar
Qudtreference http://qudt.org/vocab/unit/BAR
Ucumcode bar
Preflabel Bar
Elucidation The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Bar_(unit)
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 100000.0
Subclass Of hasSIConversionOffset value 0.0

Barad

Iri https://w3id.org/emmo#Barad
Annotations
Unitsymbol Ba
Qudtreference http://qudt.org/vocab/unit/BARAD
Preflabel Barad
Elucidation A barad is a dyne per square centimetre (dyn · cm⁻²), and is equal to 0.1 Pa (1 micro bar, 0.000014504 p.s.i.). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at 100 dyn · cm⁻². Accordingly barad was not abbreviated, so occurs prefixed as in cbarad = centibarad. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called barye, a name also used for bar.

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

Barn

Iri https://w3id.org/emmo#Barn
Annotations
Unitsymbol b
Qudtreference http://qudt.org/vocab/unit/BARN
Ucumcode b
Preflabel Barn
Elucidation A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross sections of any scattering process, and is best understood as a measure of the probability of interaction between small particles. A barn is defined as 10⁻²⁸ m² (100 fm²) and is approximately the cross sectional area of a uranium nucleus. The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI due to its continued use in particle physics.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Barn_(unit)
Formal description
Subclass Of AreaUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-28
Subclass Of hasSIConversionOffset value 0.0

Barrel

Iri https://w3id.org/emmo#Barrel
Annotations
Unitsymbol bbl
Qudtreference http://qudt.org/vocab/unit/BBL
Ucumcode [bbl_us]
Preflabel Barrel
Elucidation A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Barrel?oldid=494614619
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Barye

Iri https://w3id.org/emmo#Barye
Annotations
Unitsymbol Ba
Qudtreference http://qudt.org/vocab/unit/BARYE
Preflabel Barye
Elucidation The barye, or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre-gram-second (CGS) unit of pressure. It is equal to 1 dyne per square centimetre.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Barye?oldid=478631158
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

Beaufort

Iri https://w3id.org/emmo#Beaufort
Annotations
Unitsymbol Beufort
Qudtreference http://qudt.org/vocab/unit/BFT
Preflabel Beaufort
Elucidation unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Biot

Iri https://w3id.org/emmo#Biot
Annotations
Unitsymbol Bi
Qudtreference http://qudt.org/vocab/unit/BIOT
Ucumcode Bi
Preflabel Biot
Elucidation "Biot" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne/cm between two infinitively long parallel wires that are 1 cm apart.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Biot?oldid=443318821
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricCurrentUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 10.0
Subclass Of hasSIConversionOffset value 0.0

Bit

Iri https://w3id.org/emmo#Bit
Annotations
Unitsymbol b
Qudtreference http://qudt.org/vocab/unit/BIT
Ucumcode bit
Preflabel Bit
Comment In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2)).

-- QUDT
Elucidation A bit (binary digit) is the smallest unit of data that a computer can process and store. A bit is always in one of two physical states, similar to an on/off light switch. The state is represented by a single binary value, usually a 0 or 1.

-- Wikipedia
Wikipediareference http://en.wikipedia.org/wiki/Bit?oldid=495288173
Formal description
Subclass Of CountingUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Byte

Iri https://w3id.org/emmo#Byte
Annotations
Unitsymbol B
Qudtreference http://qudt.org/vocab/unit/BYTE
Unitcode AD
Ucumcode By
Preflabel Byte
Elucidation The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Byte?oldid=493588918
Dbpediareference http://dbpedia.org/resource/Byte
Formal description
Subclass Of CountingUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0
Subclass Of unitSymbolValue value 'B'

CGSUnit

Iri https://w3id.org/emmo#EMMO_52e4cb25_da39_45e2_a6db_063ec5730499
Annotations
Preflabel CGSUnit
Comment CGS is a variant of the metric system.
Elucidation The centimetre–gram–second (CGS) system of units.
Wikipediareference https://en.wikipedia.org/wiki/Centimetre%E2%80%93gram%E2%80%93second_system_of_units
Formal description
Subclass Of SystemUnit

Candlepower

Iri https://w3id.org/emmo#Candlepower
Annotations
Unitsymbol cp
Qudtreference http://qudt.org/vocab/unit/CP
Preflabel Candlepower
Elucidation "Candlepower" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Candlepower
Formal description
Subclass Of LuminousIntensityUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Carat

Iri https://w3id.org/emmo#Carat
Annotations
Unitsymbol ct
Qudtreference http://qudt.org/vocab/unit/CARAT
Ucumcode [car_m]
Preflabel Carat
Elucidation The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is CD.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Carat?oldid=477129057
Formal description
Subclass Of MassUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0002
Subclass Of hasSIConversionOffset value 0.0

Chain

Iri https://w3id.org/emmo#Chain
Annotations
Unitsymbol ch
Qudtreference http://qudt.org/vocab/unit/CH
Ucumcode [ch_br]
Preflabel Chain
Altlabel chain
Elucidation A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Chain?oldid=494116185
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of hasSIConversionMultiplier value 20.1168
Subclass Of hasSIConversionOffset value 0.0

Clo

Iri https://w3id.org/emmo#Clo
Annotations
Unitsymbol clo
Qudtreference http://qudt.org/vocab/unit/CLO
Preflabel Clo
Elucidation A C.G.S System unit for `Thermal Insulance` expressed as "clo".

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PerThermalTransmittanceUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.155
Subclass Of hasSIConversionOffset value 0.0

CommonYear

Iri https://w3id.org/emmo#CommonYear
Annotations
Unitsymbol yr
Qudtreference http://qudt.org/vocab/unit/YR_Common
Preflabel CommonYear
Altlabel Common Year
Elucidation 31,536,000-fold of the SI base unit second according a common year with 365 days

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 31536000.0
Subclass Of hasSIConversionOffset value 0.0

Cord

Iri https://w3id.org/emmo#Cord
Annotations
Unitsymbol cord
Qudtreference http://qudt.org/vocab/unit/CORD
Ucumcode [crd_us]
Preflabel Cord
Elucidation The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Cord?oldid=490232340
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.62
Subclass Of hasSIConversionOffset value 0.0

Curie

Iri https://w3id.org/emmo#Curie
Annotations
Unitsymbol Ci
Qudtreference http://qudt.org/vocab/unit/Ci
Ucumcode Ci
Preflabel Curie
Elucidation The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as 1Ci = 3.7 × 10¹⁰ decays per second Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: 1Ci = 3.7 × 10¹⁰ Bq= 37 GBq and 1Bq ≡ 2.703 × 10⁻¹¹Ci .

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Curie?oldid=495080313
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 37000000000.0
Subclass Of hasSIConversionOffset value 0.0

Debye

Iri https://w3id.org/emmo#Debye
Annotations
Unitsymbol D
Qudtreference http://qudt.org/vocab/unit/Debye
Preflabel Debye
Elucidation "Debye" is a C.G.S System unit for 'Electric Dipole Moment' expressed as D.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Debye?oldid=492149112
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricDipoleMomentUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.33564e-30
Subclass Of hasSIConversionOffset value 0.0

Decade

Iri https://w3id.org/emmo#Decade
Annotations
Unitsymbol dec
Qudtreference http://qudt.org/vocab/unit/DECADE
Preflabel Decade
Elucidation One decade is a factor of 10 difference between two numbers (an order of magnitude difference) measured on a logarithmic scale. It is especially useful when referring to frequencies and when describing frequency response of electronic systems, such as audio amplifiers and filters. The factor-of-ten in a decade can be in either direction: so one decade up from 100 Hz is 1000 Hz, and one decade down is 10 Hz. The factor-of-ten is what is important, not the unit used, so 3.14 rad/s is one decade down from 31.4 rad/s.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Decade_(log_scale)
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LogarithmicUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

DegreeFahrenheit

Iri https://w3id.org/emmo#DegreeFahrenheit
Annotations
Unitsymbol °F
Qudtreference http://qudt.org/vocab/unit/DEG_F
Ucumcode [degF]
Preflabel DegreeFahrenheit
Altlabel Degree Fahrenheit
Elucidation `Degree Fahrenheit` is an Imperial unit for 'Thermodynamic Temperature' expressed as °F.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of TemperatureUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.5555556
Subclass Of hasSIConversionOffset value 459.6696

Dyne

Iri https://w3id.org/emmo#Dyne
Annotations
Unitsymbol dyn
Qudtreference http://qudt.org/vocab/unit/DYN
Ucumcode dyn
Preflabel Dyne
Elucidation In physics, the dyne is a unit of force specified in the centimetre-gram-second (CGS) system of units. One dyne is equal to In physics, the dyne is a unit of force specified in the centimetre-gram-second (CGS) system of units. One dyne is equal to 10 micronewton. Equivalently, the dyne is defined as 'the force required to accelerate a mass of one gram at a rate of one centimetre per square second'. The dyne per centimetre is the unit traditionally used to measure surface tension.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Dyne?oldid=494703827
Formal description
Subclass Of ForceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-05
Subclass Of hasSIConversionOffset value 0.0

EarthMass

Iri https://w3id.org/emmo#EarthMass
Annotations
Unitsymbol M⊕
Qudtreference http://qudt.org/vocab/unit/EarthMass
Preflabel EarthMass
Altlabel Earth mass
Elucidation Earth mass (M⊕) is the unit of mass equal to that of the Earth. In SI Units, 1 M⊕ = 5.9722 × 10²⁴ kg. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Earth_mass?oldid=495457885
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 5.97219e+24
Subclass Of hasSIConversionOffset value 0.0

ElementaryCharge

Iri https://w3id.org/emmo#ElementaryCharge
Annotations
Unitsymbol e
Qudtreference http://qudt.org/vocab/unit/E
Ucumcode [e]
Preflabel ElementaryCharge
Altlabel Elementary Charge
Elucidation `Elementary Charge`, usually denoted as `e`, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately 1.602176634 × 10⁻¹⁹ coulombs. In the cgs system, e is 4.80320471257026372 × 10⁻¹⁰ statcoulombs.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricChargeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.602177e-19
Subclass Of hasSIConversionOffset value 0.0

Erg

Iri https://w3id.org/emmo#Erg
Annotations
Unitsymbol erg
Qudtreference http://qudt.org/vocab/unit/ERG
Ucumcode erg
Preflabel Erg
Elucidation An erg is the unit of energy and mechanical work in the centimetre-gram-second (CGS) system of units, symbol 'erg'. Its name is derived from the Greek ergon, meaning 'work'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimeter. In the CGS base units, it is equal to one gram centimeter-squared per second-squared (g · cm²/s²). It is thus equal to 10⁻⁷ joules or 100 nanojoules in SI units. 1 erg = 10⁻⁷ J = 100 nJ, 1 erg = 624.15 GeV = 6.2415 × 10¹¹ eV, 1 erg = 1 dyne· cm = 1 g · cm²/s².

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Erg?oldid=490293432
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-07
Subclass Of hasSIConversionOffset value 0.0

Faraday

Iri https://w3id.org/emmo#Faraday
Annotations
Unitsymbol F
Qudtreference http://qudt.org/vocab/unit/F
Preflabel Faraday
Elucidation "Faraday" is a unit for 'Electric Charge' expressed as F.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricChargeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 96485.34
Subclass Of hasSIConversionOffset value 0.0

Fermi

Iri https://w3id.org/emmo#Fermi
Annotations
Unitsymbol fm
Qudtreference http://qudt.org/vocab/unit/FM
Preflabel Fermi
Altlabel fermi
Elucidation The `fermi`, or `femtometer` (other spelling femtometre, symbol fm) is an SI unit of length equal to 10⁻¹⁵ metre. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also fm.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Fermi_(unit)
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-15
Subclass Of hasSIConversionOffset value 0.0

FractionalArea

Iri https://w3id.org/emmo#FractionalArea
Annotations
Unitsymbol fa
Qudtreference http://qudt.org/vocab/unit/FA
Preflabel FractionalArea
Altlabel Fractional area
Elucidation "Fractional area" is a unit for 'Solid Angle' expressed as fa.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of AreaFractionUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 12.56637
Subclass Of hasSIConversionOffset value 0.0

Franklin

Iri https://w3id.org/emmo#Franklin
Annotations
Unitsymbol Fr
Qudtreference http://qudt.org/vocab/unit/FR
Preflabel Franklin
Elucidation "Franklin" is a unit for 'Electric Charge' expressed as Fr.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Franklin?oldid=495090654
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricChargeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.335641e-10
Subclass Of hasSIConversionOffset value 0.0

Gamma

Iri https://w3id.org/emmo#Gamma
Annotations
Unitsymbol γ
Qudtreference http://qudt.org/vocab/unit/Gamma
Preflabel Gamma
Elucidation "Gamma" is a C.G.S System unit for 'Magnetic Field'.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Gamma?oldid=494680973
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MagneticFluxDensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

Gauss

Iri https://w3id.org/emmo#Gauss
Annotations
Unitsymbol Gs
Qudtreference http://qudt.org/vocab/unit/GAUSS
Ucumcode G
Preflabel Gauss
Altlabel Gs
Elucidation The gauss, abbreviated as G, is the cgs unit of measurement of a magnetic field B, which is also known as the "magnetic flux density" or the "magnetic induction". One gauss is defined as one maxwell per square centimeter; it equals 10⁻⁴ tesla (or 100 micro T). The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system, it corresponds in the SI, with its extra base unit the ampere. The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density, but it is subdivided, with 1 gauss = 105 gamma. This unit of magnetic induction is also known as the `abtesla`.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Gauss_(unit)
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MagneticFluxDensityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

Gilbert

Iri https://w3id.org/emmo#Gilbert
Annotations
Unitsymbol Gb
Qudtreference http://qudt.org/vocab/unit/GI
Ucumcode Gb
Preflabel Gilbert
Elucidation The fundamental unit of magnetomotive force (mmf) in electromagnetic units is called a Gilbert. It is the mmf which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Gilbert?oldid=492755037
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricCurrentUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.7957747
Subclass Of hasSIConversionOffset value 0.0

Gon

Iri https://w3id.org/emmo#Gon
Annotations
Unitsymbol gon
Qudtreference http://qudt.org/vocab/unit/GON
Ucumcode gon
Preflabel Gon
Elucidation "Gon" is a C.G.S System unit for 'Plane Angle' expressed as gon.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Gon?oldid=424098171
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthFractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01570796
Subclass Of hasSIConversionOffset value 0.0

Grad

Iri https://w3id.org/emmo#Grad
Annotations
Unitsymbol grad
Qudtreference http://qudt.org/vocab/unit/GRAD
Preflabel Grad
Elucidation "Grad" is a unit for 'Plane Angle' expressed as grad.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Grad?oldid=490906645
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthFractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.01570796
Subclass Of hasSIConversionOffset value 0.0

Gravity

Iri https://w3id.org/emmo#Gravity
Annotations
Unitsymbol G
Qudtreference http://qudt.org/vocab/unit/G
Ucumcode [g]
Preflabel Gravity
Elucidation "Gravity" is a unit for 'Linear Acceleration' expressed as G.

-- QUDT
Formal description
Subclass Of AccelerationUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 9.80665
Subclass Of hasSIConversionOffset value 0.0

Hartley

Iri https://w3id.org/emmo#Hartley
Annotations
Unitsymbol Hart
Qudtreference http://qudt.org/vocab/unit/HART
Preflabel Hartley
Elucidation The "Hartley" is a unit of information.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Hartley_(unit)
Formal description
Subclass Of DimensionlessUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.302585
Subclass Of hasSIConversionOffset value 0.0

Hartree

Iri https://w3id.org/emmo#Hartree
Annotations
Unitsymbol Ha
Qudtreference http://qudt.org/vocab/unit/E_h
Preflabel Hartree
Elucidation The `Hartree` (symbol: E_h or Ha), also known as the `Hartree Energy`, is the atomic unit of energy. The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. The energy of the electron in an H-atom in its ground state is -E_H, where E_H= 2 R_∞ · hc₀. The 2006 CODATA recommended value was E_H = 4.35974394(22) × 10⁻¹⁸ J = 27.21138386(68) eV.
Definition:
E_H = e²/(4π ε₀ a₀)
where, e is the elementary charge, ε₀ is the electric constant, and a₀ is the Bohr radius.'

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Hartree?oldid=489318053
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 4.359744e-18
Subclass Of hasSIConversionOffset value 0.0

Horsepower

Iri https://w3id.org/emmo#Horsepower
Annotations
Unitsymbol HP
Qudtreference http://qudt.org/vocab/unit/HP
Ucumcode [HP]
Preflabel Horsepower
Elucidation 550 foot-pound force per second

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Horsepower?oldid=495510329
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 745.6999
Subclass Of hasSIConversionOffset value 0.0

ImperialPint

Iri https://w3id.org/emmo#ImperialPint
Annotations
Unitsymbol pt
Qudtreference http://qudt.org/vocab/unit/PINT
Ucumcode [pt_br]
Preflabel ImperialPint
Altlabel Imperial Pint
Elucidation "Imperial Pint" is an Imperial unit for 'Volume' expressed as pint.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of VolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0005682613
Subclass Of hasSIConversionOffset value 0.0

Inch

Iri https://w3id.org/emmo#Inch
Annotations
Unitsymbol in
Qudtreference http://qudt.org/vocab/unit/IN
Ucumcode [in_i]
Preflabel Inch
Elucidation An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Inch?oldid=492522790
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0254
Subclass Of hasSIConversionOffset value 0.0

InternationalMile

Iri https://w3id.org/emmo#InternationalMile
Annotations
Unitsymbol mi
Qudtreference http://qudt.org/vocab/unit/MI
Ucumcode [mi_i]
Preflabel InternationalMile
Altlabel International Mile
Elucidation The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Mile
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1609.344
Subclass Of hasSIConversionOffset value 0.0

InternationalUnit

Iri https://w3id.org/emmo#InternationalUnit
Annotations
Unitsymbol IU
Qudtreference http://qudt.org/vocab/unit/IU
Ucumcode [IU]
Ucumcode [iU]
Preflabel InternationalUnit
Altlabel International Unit
Elucidation International Unit is a unit for `Amount Of Substance` expressed as IU.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/International_unit?oldid=488801913
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of AmountUnit
Subclass Of MeasurementUnit

Knot

Iri https://w3id.org/emmo#Knot
Annotations
Unitsymbol kn
Qudtreference http://qudt.org/vocab/unit/KN
Ucumcode [kn_i]
Preflabel Knot
Elucidation The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Knot?oldid=495066194
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.5144444
Subclass Of hasSIConversionOffset value 0.0

Lambert

Iri https://w3id.org/emmo#Lambert
Annotations
Unitsymbol L
Qudtreference http://qudt.org/vocab/unit/LA
Ucumcode Lmb
Preflabel Lambert
Elucidation The lambert (symbol L, la or Lb) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre (cd/m²).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Lambert?oldid=494078267
Formal description
Subclass Of LuminanceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3183.099
Subclass Of hasSIConversionOffset value 0.0

LightYear

Iri https://w3id.org/emmo#LightYear
Annotations
Unitsymbol ly
Qudtreference http://qudt.org/vocab/unit/LY
Ucumcode [ly]
Preflabel LightYear
Altlabel Light Year
Elucidation A unit of length defining the distance, in meters, that light travels in a vacuum in one year.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Light-year?oldid=495083584
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 9460730000000000.0
Subclass Of hasSIConversionOffset value 0.0

LunarMass

Iri https://w3id.org/emmo#LunarMass
Annotations
Unitsymbol M☾
Qudtreference http://qudt.org/vocab/unit/LunarMass
Preflabel LunarMass
Altlabel Lunar mass
Wikipediareference http://en.wikipedia.org/wiki/Moon?oldid=494566371
Formal description
Subclass Of NonSIUnit
Subclass Of MassUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 7.346e+22
Subclass Of hasSIConversionOffset value 0.0

Maxwell

Iri https://w3id.org/emmo#Maxwell
Annotations
Unitsymbol Mx
Qudtreference http://qudt.org/vocab/unit/MX
Ucumcode Mx
Preflabel Maxwell
Elucidation "Maxwell" is a C.G.S System unit for 'Magnetic Flux' expressed as Mx.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Maxwell?oldid=478391976
Formal description
Subclass Of MagneticFluxUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-08
Subclass Of hasSIConversionOffset value 0.0

Mho

Iri https://w3id.org/emmo#Mho
Annotations
Unitsymbol
Qudtreference http://qudt.org/vocab/unit/MHO
Ucumcode mho
Preflabel Mho
Elucidation "Mho" is a C.G.S System unit for 'Electric Conductivity' expressed as mho.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of ElectricConductivityUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

MicroBar

Iri https://w3id.org/emmo#MicroBar
Annotations
Unitsymbol μbar
Qudtreference http://qudt.org/vocab/unit/MicroBAR
Ucumcode ubar
Preflabel MicroBar
Elucidation 0.000001-fold of the unit bar

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

Month

Iri https://w3id.org/emmo#Month
Annotations
Unitsymbol mo
Qudtreference http://qudt.org/vocab/unit/MO
Ucumcode mo
Preflabel Month
Elucidation A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Month
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2551443.0
Subclass Of hasSIConversionOffset value 0.0

Nat

Iri https://w3id.org/emmo#Nat
Annotations
Unitsymbol nat
Qudtreference http://qudt.org/vocab/unit/NAT
Preflabel Nat
Elucidation A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Nat?oldid=474010287
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LogarithmicUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

NauticalMile

Iri https://w3id.org/emmo#NauticalMile
Annotations
Unitsymbol nmi
Qudtreference http://qudt.org/vocab/unit/MI_N
Ucumcode [nmi_i]
Preflabel NauticalMile
Altlabel Nautical Mile
Elucidation A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the "true" length of a nautical mile would be 1852.216 meters.)

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1852.0
Subclass Of hasSIConversionOffset value 0.0

Oct

Iri https://w3id.org/emmo#Oct
Annotations
Unitsymbol oct
Qudtreference http://qudt.org/vocab/unit/OCT
Preflabel Oct
Elucidation An octave is a doubling or halving of a frequency. One oct is the logarithmic frequency interval between f1 and f2 when f2/f1 = 2.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Octave_(electronics)
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LogarithmicUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Oersted

Iri https://w3id.org/emmo#Oersted
Annotations
Unitsymbol Oe
Qudtreference http://qudt.org/vocab/unit/OERSTED
Ucumcode Oe
Preflabel Oersted
Elucidation Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Oersted?oldid=491396460
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MagneticFieldStrengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 79.57747
Subclass Of hasSIConversionOffset value 0.0

Parsec

Iri https://w3id.org/emmo#Parsec
Annotations
Unitsymbol pc
Qudtreference http://qudt.org/vocab/unit/PARSEC
Ucumcode pc
Preflabel Parsec
Elucidation The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion (31 × 10¹²) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.085678e+16
Subclass Of hasSIConversionOffset value 0.0

Percent

Iri https://w3id.org/emmo#Percent
Annotations
Unitsymbol %
Qudtreference http://qudt.org/vocab/unit/PERCENT
Ucumcode %
Preflabel Percent
Elucidation "Percent" is a unit for 'Dimensionless Ratio' expressed as %.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Percentage?oldid=495284540
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of FractionUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

Phot

Iri https://w3id.org/emmo#Phot
Annotations
Unitsymbol ph
Qudtreference http://qudt.org/vocab/unit/PHOT
Ucumcode ph
Preflabel Phot
Elucidation A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units. Metric dimensions: illuminance = luminous intensity × solid angle / length.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Phot?oldid=477198725
Formal description
Subclass Of LuminanceUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 10000.0
Subclass Of hasSIConversionOffset value 0.0

Pica

Iri https://w3id.org/emmo#Pica
Annotations
Unitsymbol pc
Qudtreference http://qudt.org/vocab/unit/PCA
Ucumcode [pca]
Preflabel Pica
Elucidation A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'. Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Pica?oldid=458102937
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.0042333
Subclass Of hasSIConversionOffset value 0.0

Point

Iri https://w3id.org/emmo#Point
Annotations
Unitsymbol pt
Qudtreference http://qudt.org/vocab/unit/PT
Ucumcode [pnt]
Preflabel Point
Elucidation In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 2.54e-05
Subclass Of hasSIConversionOffset value 0.0

Psi

Iri https://w3id.org/emmo#Psi
Annotations
Unitsymbol psi
Qudtreference http://qudt.org/vocab/unit/PSI
Ucumcode [psi]
Preflabel Psi
Altlabel PSI
Elucidation Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 6894.758
Subclass Of hasSIConversionOffset value 0.0

Quad

Iri https://w3id.org/emmo#Quad
Annotations
Unitsymbol quad
Qudtreference http://qudt.org/vocab/unit/QUAD
Preflabel Quad
Elucidation A quad is a unit of energy equal to 10 BTU, or 1.055 × 10 joule, which is 1.055 exajoule or EJ in SI units. The unit is used by the U.S. Department of Energy in discussing world and national energy budgets. Some common types of an energy carrier approximately equal 1 quad are: 8,007,000,000 Gallons (US) of gasoline 293,083,000,000 Kilowatt-hours (kWh) 36,000,000 Tonnes of coal 970,434,000,000 Cubic feet of natural gas 5,996,000,000 UK gallons of diesel oil 25,200,000 Tonnes of oil 252,000,000 tonnes of TNT or five times the energy of the Tsar Bomba nuclear test.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Quad?oldid=492086827
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of EnergyUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.055e+18
Subclass Of hasSIConversionOffset value 0.0

Rod

Iri https://w3id.org/emmo#Rod
Annotations
Unitsymbol rod
Qudtreference http://qudt.org/vocab/unit/ROD
Ucumcode [rd_br]
Preflabel Rod
Elucidation A unit of distance equal to 5.5 yards (16 feet 6 inches).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Rod?oldid=492590086
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 5.02921
Subclass Of hasSIConversionOffset value 0.0

Roentgen

Iri https://w3id.org/emmo#Roentgen
Annotations
Unitsymbol R
Qudtreference http://qudt.org/vocab/unit/R
Ucumcode R
Preflabel Roentgen
Elucidation Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Roentgen?oldid=491213233
Formal description
Subclass Of ElectricChargePerMassUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.000258
Subclass Of hasSIConversionOffset value 0.0

Shannon

Iri https://w3id.org/emmo#Shannon
Annotations
Unitsymbol Sh
Qudtreference http://qudt.org/vocab/unit/SHANNON
Preflabel Shannon
Elucidation The "Shannon" is a unit of information.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Shannon_(unit)
Formal description
Subclass Of DimensionlessUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.6931472
Subclass Of hasSIConversionOffset value 0.0

Stokes

Iri https://w3id.org/emmo#Stokes
Annotations
Unitsymbol St
Qudtreference http://qudt.org/vocab/unit/ST
Ucumcode St
Preflabel Stokes
Elucidation `Stokes (St)` is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of L²T⁻¹ where L is length, and T is time. It can be converted to the corresponding standard SI unit m²/s by multiplying its value by a factor of 0.0001.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Stokes?oldid=426159512
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of AreicSpeedUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

Torr

Iri https://w3id.org/emmo#Torr
Annotations
Unitsymbol Torr
Qudtreference http://qudt.org/vocab/unit/TORR
Preflabel Torr
Elucidation The `torr` is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Torr?oldid=495199381
Formal description
Subclass Of PressureUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 133.322
Subclass Of hasSIConversionOffset value 0.0

Week

Iri https://w3id.org/emmo#Week
Annotations
Unitsymbol wk
Qudtreference http://qudt.org/vocab/unit/WK
Ucumcode wk
Preflabel Week
Elucidation Mean solar week

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Week?oldid=493867029
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 604800.0
Subclass Of hasSIConversionOffset value 0.0

Yard

Iri https://w3id.org/emmo#Yard
Annotations
Unitsymbol yd
Qudtreference http://qudt.org/vocab/unit/YD
Ucumcode [yd_i]
Preflabel Yard
Elucidation A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the "international yard" in the United States) was legally defined to be exactly 0.9144 metres.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Yard?oldid=492334628
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.9144
Subclass Of hasSIConversionOffset value 0.0

Year

Iri https://w3id.org/emmo#Year
Annotations
Unitsymbol yr
Qudtreference http://qudt.org/vocab/unit/YR
Ucumcode a
Preflabel Year
Elucidation A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year.

-- QUDT
Formal description
Subclass Of TimeUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 31557600.0
Subclass Of hasSIConversionOffset value 0.0

Ångström

Iri https://w3id.org/emmo#Angstrom
Annotations
Iupacreference https://doi.org/10.1351/goldbook.N00350
Qudtreference http://qudt.org/vocab/unit/ANGSTROM
Unitcode A11
Ucumcode Ao
Preflabel Ångström
Altlabel Angstrom
Comment Ångström is not mentioned in the SI system and deprecated by the International Bureau of Weights and Measures (BIPM).

Dispite of that, it is often used in the natural sciences and technology.
Elucidation The Angstr`o`m is an internationally recognized unit of length equal to 0.1 nanometre or 1 × 10⁻¹⁰ metres. Although accepted for use, it is not formally defined within the International System of Units(SI). The angstrom is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology.

-- QUDT
Wikipediareference https://en.wikipedia.org/wiki/Angstrom
Definition Measure of length defined as 1e-10 metres.
Dbpediareference http://dbpedia.org/page/%C3%85ngstr%C3%B6m
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of LengthUnit
Subclass Of hasSIConversionMultiplier value 1e-10
Subclass Of hasSIConversionOffset value 0.0
Subclass Of unitSymbolValue value 'Å'

Module: Information

Classes

Information

Iri https://w3id.org/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36
Annotations
Preflabel Information
Elucidation Information is data with a meaning (semiotic sign).
Conceptualisation The General Definition of Information (GDI) can be used to define the concept of information.
(GDI) a is an instance of information, understood as semantic content, if and only if:
GDI.l) a consists of n data, for n > 1;
GDI.2) the data are well formed;
GDI.3) the well-formed data are meaningful.

In the EMMO conceptualisation, well-formed data are data with a specific syntactic structure (symbolic and reductionistic modules), while meaningful data are data that are part of a semiotic interpretation process that declares what the data are about (semiotic module).
Formal description
Equivalent To Data and Sign
Subclass Of Thing

Module: Persholistic

Classes

Component

Iri https://w3id.org/emmo#EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817
Annotations
Preflabel Component
Elucidation A constituent of a system.
Owlrl2Dlaxioms SubClassOf: inverse (hasConstituent) some HolisticSystem
Formal description
Subclass Of Role
Subclass Of Constituent
Subclass Of Inverse(hasComponent) some HolisticSystem

HolisticArrangement

Iri https://w3id.org/emmo#EMMO_b9522e56_1fac_4766_97e6_428605fabd3e
Annotations
Preflabel HolisticArrangement
Elucidation A system which is mainly characterised by the spatial configuration of its elements.
Formal description
Subclass Of HolisticSystem

HolisticSystem

Iri https://w3id.org/emmo#EMMO_65a007dc_2550_46b0_b394_3346c67fbb69
Annotations
Preflabel HolisticSystem
Comment A system is conceived as an aggregate of things that 'work' (or interact) together. While a system extends in time through distinct temporal parts (like every other 4D object), this elucdation focuses on a timescale in which the obejct shows a persistence in time.
Elucidation An object that is made of a set of sub objects working together as parts of a mechanism or an interconnecting network (natural or artificial); a complex whole.
Owlrl2Dlaxioms SubClassOf: hasComponent some Component
Formal description
Subclass Of Whole
Subclass Of Object
Subclass Of hasComponent some Component

NaturalProcess

Iri https://w3id.org/emmo#EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b
Annotations
Preflabel NaturalProcess
Altlabel NonIntentionalProcess
Elucidation A process occurring by natural (non-intentional) laws.
Formal description
Subclass Of Process

Network

Iri https://w3id.org/emmo#EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d
Annotations
Preflabel Network
Elucidation A system whose is mainly characterised by the way in which elements are interconnected.
Formal description
Subclass Of HolisticSystem

Organisation

Iri https://w3id.org/emmo#EMMO_c0f72631_d7c2_434c_9c26_5c44123df682
Annotations
Preflabel Organisation
Elucidation An holistic system of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives.
Formal description
Subclass Of HolisticSystem

Object Properties

hasComponent

Iri https://w3id.org/emmo#EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b
Annotations
Preflabel hasComponent
Elucidation Relation a holistic system to one of its components.
Formal description
Subclass Of ObjectProperty
Subclass Of hasRole
Subclass Of hasConstituent

hasInterval

Iri https://w3id.org/emmo#EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474
Annotations
Preflabel hasInterval
Elucidation The relation between a process whole and a temporal part of the same type.
Formal description
Subclass Of ObjectProperty
Subclass Of hasRedundantPart
Subclass Of hasTemporalPart

hasPortion

Iri https://w3id.org/emmo#EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6
Annotations
Preflabel hasPortion
Elucidation The relation between a object whole and its spatial part of the same type.
Example A volume of 1 cc of milk within a 1 litre can be considered still milk as a whole. If you scale down to a cluster of molecules, than the milk cannot be considered a fluid no more (and then no more a milk).
Formal description
Subclass Of ObjectProperty
Subclass Of hasRedundantPart

Module: Si Accepted Units

Classes

AmpereHour

Iri https://w3id.org/emmo#AmpereHour
Annotations
Unitsymbol A⋅h
Qudtreference http://qudt.org/vocab/unit/A-HR
Ucumcode A.h
Preflabel AmpereHour
Altlabel Ampere Hour
Elucidation `Ampere hour` is a practical unit of electric charge equal to the charge flowing in one hour through a conductor passing one ampere. An ampere-hour or amp-hour (symbol Ah, AHr, A · h, A h) is a unit of electric charge, with sub-units milliampere-hour (mAh) and milliampere second (mAs). One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred by a steady current of one ampere for one hour. The ampere-hour is frequently used in measurements of electrochemical systems such as electroplating and electrical batteries. The commonly seen milliampere-hour (mAh or mA · h) is one-thousandth of an ampere-hour (3.6 coulombs).

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Ampere-hour
Formal description
Subclass Of ElectricChargeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

AmpereHourPerKilogram

Iri https://w3id.org/emmo#AmpereHourPerKilogram
Annotations
Unitsymbol A⋅h/kg
Preflabel AmpereHourPerKilogram
Elucidation unit of electric charge relative to mass
Formal description
Subclass Of ElectricChargePerMassUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

AmpereHourPerLitre

Iri https://w3id.org/emmo#AmpereHourPerLitre
Annotations
Unitsymbol A⋅h/L
Preflabel AmpereHourPerLitre
Elucidation a unit of electric charge per volume
Formal description
Subclass Of ElectricChargeDensityUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 3600000.0
Subclass Of hasSIConversionOffset value 0.0

BarLitrePerSecond

Iri https://w3id.org/emmo#BarLitrePerSecond
Annotations
Unitsymbol bar⋅L/s
Qudtreference http://qudt.org/vocab/unit/BAR-L-PER-SEC
Ucumcode bar.L.s-1
Ucumcode bar.L/s
Preflabel BarLitrePerSecond
Altlabel Bar Litre Per Second
Elucidation product of the unit bar and the unit litre divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of PowerUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

BecquerelPerLitre

Iri https://w3id.org/emmo#BecquerelPerLitre
Annotations
Unitsymbol Bq/L
Qudtreference http://qudt.org/vocab/unit/BQ-PER-L
Ucumcode Bq.L-1
Preflabel BecquerelPerLitre
Altlabel Becquerels per litre
Elucidation One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre).

-- QUDT
Formal description
Subclass Of FrequencyPerVolumeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

CentiLitre

Iri https://w3id.org/emmo#CentiLitre
Annotations
Unitsymbol cL
Qudtreference http://qudt.org/vocab/unit/CentiL
Ucumcode cL
Preflabel CentiLitre
Elucidation 0,01-fold of the unit litre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of VolumeUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Litre
Subclass Of hasSIConversionMultiplier value 1e-05
Subclass Of hasSIConversionOffset value 0.0

CentiMetrePerHour

Iri https://w3id.org/emmo#CentiMetrePerHour
Annotations
Unitsymbol cm/h
Qudtreference http://qudt.org/vocab/unit/CentiM-PER-HR
Ucumcode cm.h-1
Ucumcode cm/h
Preflabel CentiMetrePerHour
Altlabel Centimetre Per Hour
Elucidation 0,01-fold of the SI base unit metre divided by the unit hour

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of CentiPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MetrePerHour
Subclass Of hasSIConversionMultiplier value 2.777778e-06
Subclass Of hasSIConversionOffset value 0.0

CubicCentiMetrePerDay

Iri https://w3id.org/emmo#CubicCentiMetrePerDay
Annotations
Unitsymbol cm³/day
Qudtreference http://qudt.org/vocab/unit/CentiM3-PER-DAY
Ucumcode cm3.d-1
Ucumcode cm3/d
Preflabel CubicCentiMetrePerDay
Altlabel Cubic Centimetre Per Day
Elucidation 0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-11
Subclass Of hasSIConversionOffset value 0.0

CubicCentiMetrePerHour

Iri https://w3id.org/emmo#CubicCentiMetrePerHour
Annotations
Unitsymbol cm³/h
Qudtreference http://qudt.org/vocab/unit/CentiM3-PER-HR
Ucumcode cm3.h-1
Ucumcode cm3/h
Preflabel CubicCentiMetrePerHour
Altlabel Cubic Centimetre Per Hour
Elucidation 0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-10
Subclass Of hasSIConversionOffset value 0.0

CubicCentiMetrePerMinute

Iri https://w3id.org/emmo#CubicCentiMetrePerMinute
Annotations
Unitsymbol cm³/min
Qudtreference http://qudt.org/vocab/unit/CentiM3-PER-MIN
Ucumcode cm3.min-1
Ucumcode cm3/min
Preflabel CubicCentiMetrePerMinute
Altlabel Cubic Centimetre Per Minute
Elucidation 0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.666667e-08
Subclass Of hasSIConversionOffset value 0.0

CubicDeciMetrePerDay

Iri https://w3id.org/emmo#CubicDeciMetrePerDay
Annotations
Unitsymbol dm³/day
Qudtreference http://qudt.org/vocab/unit/DeciM3-PER-DAY
Ucumcode dm3.d-1
Ucumcode dm3/d
Preflabel CubicDeciMetrePerDay
Altlabel Cubic Decimetre Per Day
Elucidation 0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

CubicDeciMetrePerHour

Iri https://w3id.org/emmo#CubicDeciMetrePerHour
Annotations
Unitsymbol dm³/h
Qudtreference http://qudt.org/vocab/unit/DeciM3-PER-HR
Ucumcode dm3.h-1
Ucumcode dm3/h
Preflabel CubicDeciMetrePerHour
Altlabel Cubic Decimetre Per Hour
Elucidation 0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-07
Subclass Of hasSIConversionOffset value 0.0

CubicDeciMetrePerMinute

Iri https://w3id.org/emmo#CubicDeciMetrePerMinute
Annotations
Unitsymbol dm³/min
Qudtreference http://qudt.org/vocab/unit/DeciM3-PER-MIN
Ucumcode dm3.min-3
Ucumcode dm3/min3
Preflabel CubicDeciMetrePerMinute
Altlabel Cubic Decimetre Per Minute
Elucidation 0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.666667e-05
Subclass Of hasSIConversionOffset value 0.0

CubicMetrePerDay

Iri https://w3id.org/emmo#CubicMetrePerDay
Annotations
Unitsymbol m³/day
Qudtreference http://qudt.org/vocab/unit/M3-PER-DAY
Ucumcode m3.d-1
Preflabel CubicMetrePerDay
Altlabel Cubic Metre Per Day
Elucidation power of the SI base unit metre with the exponent 3 divided by the unit day

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-05
Subclass Of hasSIConversionOffset value 0.0

CubicMetrePerHectare

Iri https://w3id.org/emmo#CubicMetrePerHectare
Annotations
Unitsymbol m^3/ha
Qudtreference http://qudt.org/vocab/unit/M3-PER-HA
Ucumcode m3.har-1
Preflabel CubicMetrePerHectare
Elucidation Cubic metre per hectare.
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of LengthUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

CubicMetrePerHour

Iri https://w3id.org/emmo#CubicMetrePerHour
Annotations
Unitsymbol m³/h
Qudtreference http://qudt.org/vocab/unit/M3-PER-HR
Ucumcode m3.h-1
Ucumcode m3/h
Preflabel CubicMetrePerHour
Altlabel Cubic Metre per Hour
Elucidation Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/hr, cubic metre/hr, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777.

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.0002777778
Subclass Of hasSIConversionOffset value 0.0

CubicMetrePerMinute

Iri https://w3id.org/emmo#CubicMetrePerMinute
Annotations
Unitsymbol m³/min
Qudtreference http://qudt.org/vocab/unit/M3-PER-MIN
Ucumcode m3.min-1
Preflabel CubicMetrePerMinute
Altlabel Cubic Metre Per Minute
Elucidation power of the SI base unit metre with the exponent 3 divided by the unit minute

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.01666667
Subclass Of hasSIConversionOffset value 0.0

CubicMicroMetrePerMilliLitre

Iri https://w3id.org/emmo#CubicMicroMetrePerMilliLitre
Annotations
Unitsymbol µm³/mL
Qudtreference http://qudt.org/vocab/unit/MicroM3-PER-MilliL
Ucumcode um3.mL-1
Preflabel CubicMicroMetrePerMilliLitre
Elucidation Cubic micrometre per millilitre.
Formal description
Subclass Of NonSIUnit
Subclass Of VolumeFractionUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

DecaLitre

Iri https://w3id.org/emmo#DecaLitre
Annotations
Unitsymbol daL
Qudtreference http://qudt.org/vocab/unit/DecaL
Ucumcode daL
Preflabel DecaLitre
Elucidation 10-fold of the unit litre

-- QUDT
Formal description
Subclass Of DecaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of VolumeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Litre
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

DeciLitre

Iri https://w3id.org/emmo#DeciLitre
Annotations
Unitsymbol dL
Qudtreference http://qudt.org/vocab/unit/DeciL
Ucumcode dL
Preflabel DeciLitre
Elucidation 0.1-fold of the unit litre

-- QUDT
Formal description
Subclass Of DeciPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of VolumeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Litre
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

DeciLitrePerGram

Iri https://w3id.org/emmo#DeciLitrePerGram
Annotations
Unitsymbol dL/g
Qudtreference http://qudt.org/vocab/unit/DeciL-PER-GM
Ucumcode dL.g-1
Ucumcode dL/g
Preflabel DeciLitrePerGram
Altlabel Decilitre Per Gram
Elucidation 0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram

-- QUDT
Formal description
Subclass Of DeciPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of VolumePerMassUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

DeciTonne

Iri https://w3id.org/emmo#DeciTonne
Annotations
Unitsymbol dt
Qudtreference http://qudt.org/vocab/unit/DeciTONNE
Preflabel DeciTonne
Altlabel DeciTonne
Formal description
Subclass Of DeciPrefixedUnit
Subclass Of MassUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Tonne
Subclass Of hasSIConversionMultiplier value 100.0
Subclass Of hasSIConversionOffset value 0.0

DegreeCelsiusPerHour

Iri https://w3id.org/emmo#DegreeCelsiusPerHour
Annotations
Unitsymbol °C/h
Qudtreference http://qudt.org/vocab/unit/DEG_C-PER-HR
Ucumcode Cel.h-1
Ucumcode Cel/h
Preflabel DegreeCelsiusPerHour
Altlabel Degree Celsius per Hour
Elucidation `Degree Celsius per Hour` is a unit for 'Temperature Per Time' expressed as degC / hr.

-- QUDT
Formal description
Subclass Of TemperaturePerTimeUnit
Subclass Of SIAcceptedDerivedUnit

DegreeCelsiusPerMinute

Iri https://w3id.org/emmo#DegreeCelsiusPerMinute
Annotations
Unitsymbol °C/min
Qudtreference http://qudt.org/vocab/unit/DEG_C-PER-MIN
Ucumcode Cel.min-1
Ucumcode Cel/min
Preflabel DegreeCelsiusPerMinute
Altlabel Degree Celsius per Minute
Elucidation `Degree Celsius per Minute` is a unit for 'Temperature Per Time' expressed as degC / m.

-- QUDT
Formal description
Subclass Of TemperaturePerTimeUnit
Subclass Of SIAcceptedDerivedUnit

DegreePerHour

Iri https://w3id.org/emmo#DegreePerHour
Annotations
Unitsymbol °/h
Qudtreference http://qudt.org/vocab/unit/DEG-PER-HR
Ucumcode deg.h-1
Ucumcode deg/h
Preflabel DegreePerHour
Altlabel Degree per Hour
Elucidation "Degree per Hour" is an Imperial unit for 'Angular Velocity' expressed as deg/h.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 4.848137e-06
Subclass Of hasSIConversionOffset value 0.0

DegreePerMetre

Iri https://w3id.org/emmo#DegreePerMetre
Annotations
Unitsymbol °/m
Qudtreference http://qudt.org/vocab/unit/DEG-PER-M
Ucumcode deg.m-1
Preflabel DegreePerMetre
Altlabel Degrees per metre
Elucidation A change of angle in one SI unit of length.

-- QUDT
Formal description
Subclass Of ReciprocalLengthUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.01745329
Subclass Of hasSIConversionOffset value 0.0

DegreePerMinute

Iri https://w3id.org/emmo#DegreePerMinute
Annotations
Unitsymbol °/min
Qudtreference http://qudt.org/vocab/unit/DEG-PER-MIN
Ucumcode deg.min-1
Ucumcode deg/min
Preflabel DegreePerMinute
Altlabel Degree per Minute
Elucidation A unit of measure for the rate of change of plane angle, dω / dt, in durations of one minute.The vector ω is directed along the axis of rotation in the direction for which the rotation is clockwise.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.0002908882
Subclass Of hasSIConversionOffset value 0.0

DegreePerSecond

Iri https://w3id.org/emmo#DegreePerSecond
Annotations
Unitsymbol °/s
Qudtreference http://qudt.org/vocab/unit/DEG-PER-SEC
Ucumcode deg.s-1
Ucumcode deg/s
Preflabel DegreePerSecond
Altlabel Degree per Second
Elucidation "Degree per Second" is an Imperial unit for 'Angular Velocity' expressed as deg/s.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.01745329
Subclass Of hasSIConversionOffset value 0.0

DegreePerSquareSecond

Iri https://w3id.org/emmo#DegreePerSquareSecond
Annotations
Unitsymbol °/s²
Qudtreference http://qudt.org/vocab/unit/DEG-PER-SEC2
Ucumcode deg.s-2
Ucumcode deg/s2
Preflabel DegreePerSquareSecond
Altlabel Degree per Square Second
Elucidation `Degree per Square Second` is an Imperial unit for `Angular Acceleration` expressed as deg/s².

-- QUDT
Formal description
Subclass Of AngularFrequencyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.01745329
Subclass Of hasSIConversionOffset value 0.0

ElectronVoltPerKelvin

Iri https://w3id.org/emmo#ElectronVoltPerKelvin
Annotations
Unitsymbol ev/K
Qudtreference http://qudt.org/vocab/unit/EV-PER-K
Ucumcode eV.K-1
Ucumcode eV/K
Preflabel ElectronVoltPerKelvin
Altlabel Electron Volt per Kelvin
Elucidation `Electron Volt per Kelvin` is a unit for 'Heat Capacity' expressed as eV/K.

-- QUDT
Formal description
Subclass Of EntropyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.602177e-19
Subclass Of hasSIConversionOffset value 0.0

ElectronVoltPerTesla

Iri https://w3id.org/emmo#ElectronVoltPerTesla
Annotations
Unitsymbol eV/T
Qudtreference http://qudt.org/vocab/unit/EV-PER-T
Ucumcode eV.T-1
Ucumcode eV/T
Preflabel ElectronVoltPerTesla
Altlabel Electron Volt per Tesla
Elucidation "Electron Volt per Tesla" is a unit for 'Magnetic Dipole Moment' expressed as eV T⁻¹.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MagneticDipoleMomentUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.602177e-19
Subclass Of hasSIConversionOffset value 0.0

ElectronVoltSecond

Iri https://w3id.org/emmo#ElectronVoltSecond
Annotations
Unitsymbol eV⋅s
Qudtreference http://qudt.org/vocab/unit/EV-SEC
Ucumcode eV.s
Preflabel ElectronVoltSecond
Altlabel Electron Volt Second
Elucidation "Electron Volt Second" is a unit for 'Angular Momentum' expressed as eV s.

-- QUDT
Formal description
Subclass Of AngularMomentumUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.602177e-19
Subclass Of hasSIConversionOffset value 0.0

ElectronvoltPerMetre

Iri https://w3id.org/emmo#ElectronvoltPerMetre
Annotations
Unitsymbol eV/m
Qudtreference http://qudt.org/vocab/unit/EV-PER-M
Ucumcode eV.m-1
Ucumcode eV/m
Preflabel ElectronvoltPerMetre
Altlabel Electronvolt Per Metre
Elucidation unit electronvolt divided by the SI base unit metre

-- QUDT
Formal description
Subclass Of ForceUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.602177e-19
Subclass Of hasSIConversionOffset value 0.0

FemtoGramPerLitre

Iri https://w3id.org/emmo#FemtoGramPerLitre
Annotations
Unitsymbol fg/L
Qudtreference http://qudt.org/vocab/unit/FemtoGM-PER-L
Ucumcode fg.L-1
Preflabel FemtoGramPerLitre
Altlabel Femtograms per litre
Elucidation One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix..

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of FemtoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerLitre
Subclass Of hasSIConversionMultiplier value 1e-15
Subclass Of hasSIConversionOffset value 0.0

FemtoLitre

Iri https://w3id.org/emmo#FemtoLitre
Annotations
Unitsymbol fL
Qudtreference http://qudt.org/vocab/unit/FemtoL
Ucumcode fL
Preflabel FemtoLitre
Elucidation 0.000000000000001-fold of the unit litre

-- QUDT
Formal description
Subclass Of FemtoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of VolumeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Litre
Subclass Of hasSIConversionMultiplier value 1e-18
Subclass Of hasSIConversionOffset value 0.0

FemtoMolePerLitre

Iri https://w3id.org/emmo#FemtoMolePerLitre
Annotations
Unitsymbol fmol/L
Qudtreference http://qudt.org/vocab/unit/FemtoMOL-PER-L
Ucumcode fmol.L-1
Preflabel FemtoMolePerLitre
Altlabel Femtomoles per litre
Elucidation A 10**18 part quantity of substance of the measurand per litre volume of matrix.

-- QUDT
Formal description
Subclass Of FemtoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of AmountConcentrationUnit
Subclass Of hasUnitSymbol some MolePerLitre
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

GigaElectronVolt

Iri https://w3id.org/emmo#GigaElectronVolt
Annotations
Unitsymbol GeV
Qudtreference http://qudt.org/vocab/unit/GigaEV
Ucumcode GeV
Preflabel GigaElectronVolt
Altlabel Giga Electron Volt
Elucidation "Giga Electron Volt" is a unit for 'Energy And Work' expressed as GeV.

-- QUDT
Formal description
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some ElectronVolt
Subclass Of hasSIConversionMultiplier value 1.602177e-10
Subclass Of hasSIConversionOffset value 0.0

GramPerDay

Iri https://w3id.org/emmo#GramPerDay
Annotations
Unitsymbol g/day
Qudtreference http://qudt.org/vocab/unit/GM-PER-DAY
Ucumcode g.d-1
Preflabel GramPerDay
Altlabel Gram Per Day
Elucidation 0,001-fold of the SI base unit kilogram divided by the unit day

-- QUDT
Formal description
Subclass Of MassPerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

GramPerHour

Iri https://w3id.org/emmo#GramPerHour
Annotations
Unitsymbol g/h
Qudtreference http://qudt.org/vocab/unit/GM-PER-HR
Ucumcode g.h-1
Preflabel GramPerHour
Altlabel Gram Per Hour
Elucidation 0,001-fold of the SI base unit kilogram divided by the unit hour

-- QUDT
Formal description
Subclass Of MassPerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-07
Subclass Of hasSIConversionOffset value 0.0

GramPerLitre

Iri https://w3id.org/emmo#GramPerLitre
Annotations
Unitsymbol g/L
Qudtreference http://qudt.org/vocab/unit/GM-PER-L
Ucumcode g.L-1
Preflabel GramPerLitre
Altlabel Gram Per Litre
Elucidation 0,001-fold of the SI base unit kilogram divided by the unit litre

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

GramPerMilliLitre

Iri https://w3id.org/emmo#GramPerMilliLitre
Annotations
Unitsymbol g/mL
Qudtreference http://qudt.org/vocab/unit/GM-PER-MilliL
Ucumcode g.mL-1
Preflabel GramPerMilliLitre
Altlabel Gram Per Millilitre
Elucidation 0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

GramPerMinute

Iri https://w3id.org/emmo#GramPerMinute
Annotations
Unitsymbol g/min
Qudtreference http://qudt.org/vocab/unit/GM-PER-MIN
Ucumcode g.min-1
Preflabel GramPerMinute
Altlabel Gram Per Minute
Elucidation 0,001-fold of the SI base unit kilogram divided by the unit minute

-- QUDT
Formal description
Subclass Of MassPerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.666667e-05
Subclass Of hasSIConversionOffset value 0.0

GramPerSquareMetrePerDay

Iri https://w3id.org/emmo#GramPerSquareMetrePerDay
Annotations
Unitsymbol g/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/GM-PER-M2-DAY
Ucumcode g.m-2.d-1
Preflabel GramPerSquareMetrePerDay
Altlabel grams per square metre per day
Elucidation A metric unit of volume over time indicating the amount generated across one square meter over a day.

-- QUDT
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of MassFluxUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

HectoLitre

Iri https://w3id.org/emmo#HectoLitre
Annotations
Unitsymbol hL
Qudtreference http://qudt.org/vocab/unit/HectoL
Ucumcode hL
Preflabel HectoLitre
Elucidation 100-fold of the unit litre

-- QUDT
Formal description
Subclass Of HectoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of VolumeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Litre
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

HectoPascalLitrePerSecond

Iri https://w3id.org/emmo#HectoPascalLitrePerSecond
Annotations
Unitsymbol hPa⋅L/s
Qudtreference http://qudt.org/vocab/unit/HectoPA-L-PER-SEC
Ucumcode hPa.L.s-1
Preflabel HectoPascalLitrePerSecond
Altlabel Hectopascal Litre Per Second
Elucidation product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second

-- QUDT
Formal description
Subclass Of HectoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PowerAreaUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some PascalLitrePerSecond
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

HectoPascalPerHour

Iri https://w3id.org/emmo#HectoPascalPerHour
Annotations
Unitsymbol hPa/h
Qudtreference http://qudt.org/vocab/unit/HectoPA-PER-HR
Ucumcode hPa.h-1
Preflabel HectoPascalPerHour
Altlabel Hectopascals per hour
Elucidation A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour.

-- QUDT
Formal description
Subclass Of HectoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of PressurePerTimeUnit
Subclass Of hasUnitSymbol some PascalPerHour
Subclass Of hasSIConversionMultiplier value 0.02777778
Subclass Of hasSIConversionOffset value 0.0

JoulePerHour

Iri https://w3id.org/emmo#JoulePerHour
Annotations
Unitsymbol J/h
Qudtreference http://qudt.org/vocab/unit/J-PER-HR
Ucumcode J.h-1
Preflabel JoulePerHour
Altlabel Joule Per Hour
Elucidation SI derived unit joule divided by the 3600 times the SI base unit second

-- QUDT
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

JoulePerSquareCentiMetrePerDay

Iri https://w3id.org/emmo#JoulePerSquareCentiMetrePerDay
Annotations
Unitsymbol J/(cm²⋅day)
Qudtreference http://qudt.org/vocab/unit/J-PER-CentiM2-DAY
Ucumcode J.cm-2.d-1
Preflabel JoulePerSquareCentiMetrePerDay
Altlabel Joules per square centimetre per day
Elucidation Radiant energy per 10⁻⁴ SI unit area over a period of one day.

-- QUDT
Formal description
Subclass Of PowerDensityUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.1157407
Subclass Of hasSIConversionOffset value 0.0

KelvinDay

Iri https://w3id.org/emmo#KelvinDay
Annotations
Unitsymbol K⋅day
Qudtreference http://qudt.org/vocab/unit/K-DAY
Ucumcode K.d
Preflabel KelvinDay
Elucidation Kelvin day unit.
Formal description
Subclass Of TemperatureTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 86400.0
Subclass Of hasSIConversionOffset value 0.0

KelvinPerHour

Iri https://w3id.org/emmo#KelvinPerHour
Annotations
Unitsymbol K/h
Qudtreference http://qudt.org/vocab/unit/K-PER-HR
Ucumcode K.h-1
Preflabel KelvinPerHour
Altlabel Kelvin per Hour
Elucidation `Kelvin per Hour` is a unit for 'Temperature Per Time' expressed as K / h.

-- QUDT
Formal description
Subclass Of TemperaturePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

KelvinPerMinute

Iri https://w3id.org/emmo#KelvinPerMinute
Annotations
Unitsymbol K/min
Qudtreference http://qudt.org/vocab/unit/K-PER-MIN
Ucumcode K.min-1
Preflabel KelvinPerMinute
Altlabel Kelvin per Minute
Elucidation `Kelvin per Minute` is a unit for 'Temperature Per Time' expressed as K / m.

-- QUDT
Formal description
Subclass Of TemperaturePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.01666667
Subclass Of hasSIConversionOffset value 0.0

KiloAmpereHour

Iri https://w3id.org/emmo#KiloAmpereHour
Annotations
Unitsymbol kA⋅h
Qudtreference http://qudt.org/vocab/unit/KiloA-HR
Ucumcode kA.h
Preflabel KiloAmpereHour
Altlabel Kiloampere Hour
Elucidation product of the 1 000-fold of the SI base unit ampere and the unit hour

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of ElectricChargeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some AmpereHour
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KiloElectronVolt

Iri https://w3id.org/emmo#KiloElectronVolt
Annotations
Unitsymbol keV
Qudtreference http://qudt.org/vocab/unit/KiloEV
Ucumcode keV
Preflabel KiloElectronVolt
Altlabel Kilo Electron Volt
Elucidation "Kilo Electron Volt" is a unit for 'Energy And Work' expressed as keV.

-- QUDT
Formal description
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some ElectronVolt
Subclass Of hasSIConversionMultiplier value 1.602177e-16
Subclass Of hasSIConversionOffset value 0.0

KiloElectronVoltPerMicroMetre

Iri https://w3id.org/emmo#KiloElectronVoltPerMicroMetre
Annotations
Unitsymbol keV/µM
Qudtreference http://qudt.org/vocab/unit/KiloEV-PER-MicroM
Ucumcode keV.um-1
Preflabel KiloElectronVoltPerMicroMetre
Altlabel Kilo Electron Volt per Micrometre
Elucidation "Kilo Electron Volt per Micrometer" is a unit for 'Linear Energy Transfer' expressed as keV/microM.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of KiloPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.602177e-10
Subclass Of hasSIConversionOffset value 0.0

KiloLitre

Iri https://w3id.org/emmo#KiloLitre
Annotations
Unitsymbol kL
Qudtreference http://qudt.org/vocab/unit/KiloL
Ucumcode kL
Preflabel KiloLitre
Elucidation 1 000-fold of the unit litre

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of VolumeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Litre
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

KiloLitrePerHour

Iri https://w3id.org/emmo#KiloLitrePerHour
Annotations
Unitsymbol kL/h
Qudtreference http://qudt.org/vocab/unit/KiloL-PER-HR
Ucumcode kL.h-1
Preflabel KiloLitrePerHour
Altlabel Kilolitre Per Hour
Elucidation unit of the volume kilolitres divided by the unit hour

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of VolumePerTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some LitrePerHour
Subclass Of hasSIConversionMultiplier value 0.002777778
Subclass Of hasSIConversionOffset value 0.0

KiloMetrePerDay

Iri https://w3id.org/emmo#KiloMetrePerDay
Annotations
Unitsymbol kg/day
Qudtreference http://qudt.org/vocab/unit/KiloM-PER-DAY
Ucumcode km.d-1
Preflabel KiloMetrePerDay
Altlabel Kilometres per day
Elucidation A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds).

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.01157407
Subclass Of hasSIConversionOffset value 0.0

KiloMetrePerHour

Iri https://w3id.org/emmo#KiloMetrePerHour
Annotations
Unitsymbol km/h
Qudtreference http://qudt.org/vocab/unit/KiloM-PER-HR
Ucumcode km.h-1
Ucumcode km/h
Preflabel KiloMetrePerHour
Altlabel Kilometre per Hour
Elucidation "Kilometer per Hour" is a C.G.S System unit for 'Linear Velocity' expressed as km/h.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812
Formal description
Subclass Of SpeedUnit
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MetrePerHour
Subclass Of hasSIConversionMultiplier value 0.2777778
Subclass Of hasSIConversionOffset value 0.0

KiloMolePerHour

Iri https://w3id.org/emmo#KiloMolePerHour
Annotations
Unitsymbol kmol/h
Qudtreference http://qudt.org/vocab/unit/KiloMOL-PER-HR
Ucumcode kmol.h-1
Preflabel KiloMolePerHour
Altlabel Kilomole Per Hour
Elucidation 1 000-fold of the SI base unit mole divided by the unit for time hour

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of CatalyticActivityUnit
Subclass Of hasUnitSymbol some MolePerHour
Subclass Of hasSIConversionMultiplier value 0.2777778
Subclass Of hasSIConversionOffset value 0.0

KiloMolePerMinute

Iri https://w3id.org/emmo#KiloMolePerMinute
Annotations
Unitsymbol kmol/min
Qudtreference http://qudt.org/vocab/unit/KiloMOL-PER-MIN
Ucumcode kmol.min-1
Preflabel KiloMolePerMinute
Altlabel Kilomole Per Minute
Elucidation 1 000-fold of the SI base unit mole divided by the unit for time minute

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of CatalyticActivityUnit
Subclass Of hasUnitSymbol some MolePerMinute
Subclass Of hasSIConversionMultiplier value 16.94444
Subclass Of hasSIConversionOffset value 0.0

KiloTonne

Iri https://w3id.org/emmo#KiloTonne
Annotations
Unitsymbol kt
Qudtreference http://qudt.org/vocab/unit/KiloTONNE
Preflabel KiloTonne
Altlabel KiloTonne
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of MassUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Tonne
Subclass Of hasSIConversionMultiplier value 1000000.0
Subclass Of hasSIConversionOffset value 0.0

KiloVoltAmpereHour

Iri https://w3id.org/emmo#KiloVoltAmpereHour
Annotations
Unitsymbol kV⋅A/h
Qudtreference http://qudt.org/vocab/unit/KiloV-A-HR
Ucumcode kV.A.h
Preflabel KiloVoltAmpereHour
Altlabel Kilovolt Ampere Hour
Elucidation product of the 1 000-fold of the unit for apparent by ampere and the unit hour

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some VoltAmpereHour
Subclass Of hasSIConversionMultiplier value 3600000.0
Subclass Of hasSIConversionOffset value 0.0

KiloWattHour

Iri https://w3id.org/emmo#KiloWatthour
Annotations
Unitsymbol kW⋅h
Qudtreference http://qudt.org/vocab/unit/KiloW-HR
Ucumcode kW.h
Preflabel KiloWattHour
Elucidation The kilowatt hour, or kilowatt-hour, (symbol kW · h, kW h or kWh) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Kilowatt_hour?oldid=494927235
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some WattHour
Subclass Of hasSIConversionMultiplier value 3600000.0
Subclass Of hasSIConversionOffset value 0.0

KiloWattHourPerSquareMetre

Iri https://w3id.org/emmo#KiloWattHourPerSquareMetre
Annotations
Unitsymbol kW⋅h/m²
Qudtreference http://qudt.org/vocab/unit/KiloW-HR-PER-M2
Preflabel KiloWattHourPerSquareMetre
Altlabel Kilowatt hour per square metre
Elucidation A unit of energy per unit area, equivalent to 3 600 000 joules per square metre.

-- QUDT
Formal description
Subclass Of KiloPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of ForcePerLengthUnit
Subclass Of hasSIConversionMultiplier value 3600000.0
Subclass Of hasSIConversionOffset value 0.0

KilogramPerDay

Iri https://w3id.org/emmo#KilogramPerDay
Annotations
Unitsymbol kg/day
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-DAY
Ucumcode kg.d-1
Preflabel KilogramPerDay
Altlabel Kilogram Per Day
Elucidation SI base unit kilogram divided by the unit day

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-05
Subclass Of hasSIConversionOffset value 0.0

KilogramPerHectare

Iri https://w3id.org/emmo#KilogramPerHectare
Annotations
Unitsymbol kg/ha
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-HA
Ucumcode kg.har-1
Ucumcode kg/har
Preflabel KilogramPerHectare
Altlabel Kilogram per Hectare
Elucidation Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg/ha) has a dimension of ML-2 where M is mass, and L is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0001.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of AreaDensityUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

KilogramPerHour

Iri https://w3id.org/emmo#KilogramPerHour
Annotations
Unitsymbol kg/h
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-HR
Ucumcode kg.h-1
Ucumcode kg/h
Preflabel KilogramPerHour
Altlabel Kilogram per Hour
Elucidation Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where M is mass, and T is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of hasSIConversionMultiplier value 0.0002777778
Subclass Of hasSIConversionOffset value 0.0

KilogramPerLitre

Iri https://w3id.org/emmo#KilogramPerLitre
Annotations
Unitsymbol kg/L
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-L
Ucumcode kg.L-1
Ucumcode kg/L
Preflabel KilogramPerLitre
Altlabel Kilogram Per Litre
Elucidation SI base unit kilogram divided by the unit litre

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

KilogramPerMetrePerHour

Iri https://w3id.org/emmo#KilogramPerMetrePerHour
Annotations
Unitsymbol kg/(m⋅h)
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-M-HR
Ucumcode kg.m-1.h-1
Preflabel KilogramPerMetrePerHour
Altlabel Kilograms per metre per hour
Elucidation One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time.

-- QUDT
Formal description
Subclass Of MassPerLengthTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.0002777778
Subclass Of hasSIConversionOffset value 0.0

KilogramPerMinute

Iri https://w3id.org/emmo#KilogramPerMinute
Annotations
Unitsymbol kg/min
Qudtreference http://qudt.org/vocab/unit/KiloGM-PER-MIN
Ucumcode kg.min-1
Ucumcode kg/min
Preflabel KilogramPerMinute
Altlabel Kilogram Per Minute
Elucidation SI base unit kilogram divided by the unit minute

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MassPerTimeUnit
Subclass Of hasSIConversionMultiplier value 0.01666667
Subclass Of hasSIConversionOffset value 0.0

LitrePerDay

Iri https://w3id.org/emmo#LitrePerDay
Annotations
Unitsymbol L/day
Qudtreference http://qudt.org/vocab/unit/L-PER-DAY
Ucumcode L.d-1
Ucumcode L/d
Preflabel LitrePerDay
Altlabel Litre Per Day
Elucidation unit litre divided by the unit day

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

LitrePerHour

Iri https://w3id.org/emmo#LitrePerHour
Annotations
Unitsymbol L/h
Qudtreference http://qudt.org/vocab/unit/L-PER-HR
Ucumcode L.h-1
Ucumcode L/h
Preflabel LitrePerHour
Altlabel Litre Per Hour
Elucidation Unit litre divided by the unit hour

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-07
Subclass Of hasSIConversionOffset value 0.0

LitrePerKelvin

Iri https://w3id.org/emmo#LitrePerKelvin
Annotations
Unitsymbol L/K
Qudtreference http://qudt.org/vocab/unit/L-PER-K
Ucumcode L.K-1
Ucumcode L/K
Preflabel LitrePerKelvin
Altlabel Litre Per Kelvin
Elucidation unit litre divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of VolumePerTemperatureUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

LitrePerKilogram

Iri https://w3id.org/emmo#LitrePerKilogram
Annotations
Unitsymbol L/kg
Qudtreference http://qudt.org/vocab/unit/L-PER-KiloGM
Ucumcode L.kg-1
Ucumcode L/kg
Preflabel LitrePerKilogram
Altlabel Litre Per Kilogram
Elucidation unit of the volume litre divided by the SI base unit kilogram

-- QUDT
Formal description
Subclass Of VolumePerMassUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

LitrePerLitre

Iri https://w3id.org/emmo#LitrePerLitre
Annotations
Unitsymbol L/L
Qudtreference http://qudt.org/vocab/unit/L-PER-L
Ucumcode L.L-1
Ucumcode L/L
Preflabel LitrePerLitre
Altlabel Litre Per Litre
Elucidation volume ratio consisting of the unit litre divided by the unit litre

-- QUDT
Formal description
Subclass Of VolumeFractionUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

LitrePerMicroMole

Iri https://w3id.org/emmo#LitrePerMicroMole
Annotations
Unitsymbol L/µmol
Qudtreference http://qudt.org/vocab/unit/L-PER-MicroMOL
Ucumcode L.umol-1
Preflabel LitrePerMicroMole
Altlabel Litres per micromole
Elucidation The inverse of a molar concentration - the untits of per molarity.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of VolumePerAmountUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

LitrePerMinute

Iri https://w3id.org/emmo#LitrePerMinute
Annotations
Unitsymbol L/min
Qudtreference http://qudt.org/vocab/unit/L-PER-MIN
Ucumcode L.min-1
Ucumcode L/min
Preflabel LitrePerMinute
Altlabel Litre Per Minute
Elucidation unit litre divided by the unit minute

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.666667e-05
Subclass Of hasSIConversionOffset value 0.0

LitrePerMole

Iri https://w3id.org/emmo#LitrePerMole
Annotations
Unitsymbol L/mol
Qudtreference http://qudt.org/vocab/unit/L-PER-MOL
Ucumcode L.mol-1
Ucumcode L/mol
Preflabel LitrePerMole
Altlabel Litre Per Mole
Elucidation unit litre divided by the SI base unit mol

-- QUDT
Formal description
Subclass Of VolumePerAmountUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

LitrePerSecond

Iri https://w3id.org/emmo#LitrePerSecond
Annotations
Unitsymbol L/s
Qudtreference http://qudt.org/vocab/unit/L-PER-SEC
Ucumcode L.s-1
Ucumcode L/s
Preflabel LitrePerSecond
Altlabel Litre Per Second
Elucidation unit litre divided by the SI base unit second

-- QUDT
Formal description
Subclass Of VolumePerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

LitrePerSecondPerSquareMetre

Iri https://w3id.org/emmo#LitrePerSecondPerSquareMetre
Annotations
Unitsymbol L/(m²⋅s)
Qudtreference http://qudt.org/vocab/unit/L-PER-SEC-M2
Preflabel LitrePerSecondPerSquareMetre
Altlabel Litre Per Second Per Square Metre
Elucidation Ventilation rate in Litres per second divided by the floor area

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

LuxHour

Iri https://w3id.org/emmo#LuxHour
Annotations
Unitsymbol lx⋅h
Qudtreference http://qudt.org/vocab/unit/LUX-HR
Ucumcode lx.h
Preflabel LuxHour
Altlabel Lux Hour
Elucidation The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Lux?oldid=494700274
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of IlluminanceTimeUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

MegaElectronVolt

Iri https://w3id.org/emmo#MegaElectronVolt
Annotations
Unitsymbol MeV
Qudtreference http://qudt.org/vocab/unit/MegaEV
Ucumcode MeV
Preflabel MegaElectronVolt
Altlabel Mega Electron Volt
Elucidation `Mega Electron Volt` is a unit for 'Energy And Work' expressed as MeV.

-- QUDT
Formal description
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some ElectronVolt
Subclass Of hasSIConversionMultiplier value 1.602177e-13
Subclass Of hasSIConversionOffset value 0.0

MegaElectronVoltFemtoMetre

Iri https://w3id.org/emmo#MegaElectronVoltFemtoMetre
Annotations
Unitsymbol MeV⋅fm
Qudtreference http://qudt.org/vocab/unit/MegaEV-FemtoM
Ucumcode MeV.fm
Preflabel MegaElectronVoltFemtoMetre
Altlabel Mega Electron Volt Femtometre
Elucidation `Mega Electron Volt Femtometer` is a unit for 'Length Energy' expressed as MeV fm.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of MegaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of ForceAreaUnit
Subclass Of hasSIConversionMultiplier value 1.602177e-28
Subclass Of hasSIConversionOffset value 0.0

MegaElectronVoltPerCentiMetre

Iri https://w3id.org/emmo#MegaElectronVoltPerCentiMetre
Annotations
Unitsymbol MeV/cm
Qudtreference http://qudt.org/vocab/unit/MegaEV-PER-CentiM
Ucumcode MeV.cm-1
Preflabel MegaElectronVoltPerCentiMetre
Altlabel Mega Electron Volt per Centimetre
Elucidation "Mega Electron Volt per Centimeter" is a unit for 'Linear Energy Transfer' expressed as MeV/cm.

-- QUDT
Formal description
Subclass Of NonSIUnit
Subclass Of ForceUnit
Subclass Of MegaPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.602177e-11
Subclass Of hasSIConversionOffset value 0.0

MegaGramPerHectare

Iri https://w3id.org/emmo#MegaGramPerHectare
Annotations
Unitsymbol Mg/ha
Qudtreference http://qudt.org/vocab/unit/MegaGM-PER-HA
Ucumcode Mg.har-1
Preflabel MegaGramPerHectare
Altlabel Megagram Per Hectare
Elucidation 1 000-fold of the SI base unit kilogram divided by the 10,0000-fold of the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of AreaDensityUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

MegaLitre

Iri https://w3id.org/emmo#MegaLitre
Annotations
Unitsymbol ML
Qudtreference http://qudt.org/vocab/unit/MegaL
Ucumcode ML
Preflabel MegaLitre
Elucidation 1 000 000-fold of the unit litre

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of VolumeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Litre
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

MegaPascalLitrePerSecond

Iri https://w3id.org/emmo#MegaPascalLitrePerSecond
Annotations
Unitsymbol MPa⋅L/s
Qudtreference http://qudt.org/vocab/unit/MegaPA-L-PER-SEC
Ucumcode MPa.L.s-1
Preflabel MegaPascalLitrePerSecond
Altlabel Megapascal Litre Per Second
Elucidation product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some PascalLitrePerSecond
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

MegaVoltAmpereHour

Iri https://w3id.org/emmo#MegaVoltAmpereHour
Annotations
Unitsymbol MV⋅A⋅h
Qudtreference http://qudt.org/vocab/unit/MegaV-A-HR
Ucumcode MV.A.h
Preflabel MegaVoltAmpereHour
Altlabel Megavolt Ampere Hour
Elucidation product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasUnitSymbol some VoltAmpereHour
Subclass Of hasSIConversionMultiplier value 3600000000.0
Subclass Of hasSIConversionOffset value 0.0

MegaWattHour

Iri https://w3id.org/emmo#MegaWattHour
Annotations
Unitsymbol MW⋅h
Qudtreference http://qudt.org/vocab/unit/MegaW-HR
Ucumcode MW.h
Preflabel MegaWattHour
Altlabel Megawatt Hour
Elucidation 1 000 000-fold of the product of the SI derived unit watt and the unit hour

-- QUDT
Formal description
Subclass Of MegaPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 3600000000.0
Subclass Of hasSIConversionOffset value 0.0

MetrePerHour

Iri https://w3id.org/emmo#MetrePerHour
Annotations
Unitsymbol m/h
Qudtreference http://qudt.org/vocab/unit/M-PER-HR
Ucumcode m.h-1
Ucumcode m/h
Preflabel MetrePerHour
Altlabel Metre per Hour
Elucidation Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre.

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.0002777778
Subclass Of hasSIConversionOffset value 0.0

MetrePerMinute

Iri https://w3id.org/emmo#MetrePerMinute
Annotations
Unitsymbol m/min
Qudtreference http://qudt.org/vocab/unit/M-PER-MIN
Ucumcode m.min-1
Ucumcode m/min
Preflabel MetrePerMinute
Altlabel Metre per Minute
Elucidation Meter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.01666667
Subclass Of hasSIConversionOffset value 0.0

MetrePerYear

Iri https://w3id.org/emmo#MetrePerYear
Annotations
Unitsymbol m/yr
Qudtreference http://qudt.org/vocab/unit/M-PER-YR
Ucumcode m.a-1
Preflabel MetrePerYear
Altlabel Metres per year
Elucidation A rate of change of SI standard unit length over a period of an average calendar year (365.25 days).

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.168809e-08
Subclass Of hasSIConversionOffset value 0.0

MicroBecquerelPerLitre

Iri https://w3id.org/emmo#MicroBecquerelPerLitre
Annotations
Unitsymbol µBq/L
Qudtreference http://qudt.org/vocab/unit/MicroBQ-PER-L
Ucumcode uBq.L-1
Preflabel MicroBecquerelPerLitre
Altlabel Microbecquerels per litre
Formal description
Subclass Of FrequencyPerVolumeUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some BecquerelPerLitre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MicroGramPerCubicMetrePerHour

Iri https://w3id.org/emmo#MicroGramPerCubicMetrePerHour
Annotations
Unitsymbol µg/(m³⋅day)
Qudtreference http://qudt.org/vocab/unit/MicroGM-PER-M3-HR
Ucumcode ug.m-3.h-1
Preflabel MicroGramPerCubicMetrePerHour
Altlabel Micrograms per cubic metre per hour
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerVolumeTimeUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-13
Subclass Of hasSIConversionOffset value 0.0

MicroGramPerLitre

Iri https://w3id.org/emmo#MicroGramPerLitre
Annotations
Unitsymbol μg/L
Qudtreference http://qudt.org/vocab/unit/MicroGM-PER-L
Ucumcode ug.L-1
Ucumcode ug/L
Preflabel MicroGramPerLitre
Altlabel Microgram Per Litre
Elucidation 0.000000001-fold of the SI base unit kilogram divided by the unit litre

-- QUDT
Formal description
Subclass Of Thing
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroGramPerLitrePerHour

Iri https://w3id.org/emmo#MicroGramPerLitrePerHour
Annotations
Unitsymbol µg/(L⋅h)
Qudtreference http://qudt.org/vocab/unit/MicroGM-PER-L-HR
Ucumcode ug.L-1.h-1
Preflabel MicroGramPerLitrePerHour
Altlabel Micrograms per litre per hour
Elucidation A rate of change of mass of a measurand equivalent to 10⁻⁹ kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerVolumeTimeUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-10
Subclass Of hasSIConversionOffset value 0.0

MicroGramPerMilliLitre

Iri https://w3id.org/emmo#MicroGramPerMilliLitre
Annotations
Unitsymbol µg/mL
Qudtreference http://qudt.org/vocab/unit/MicroGM-PER-MilliL
Ucumcode ug.mL-1
Preflabel MicroGramPerMilliLitre
Altlabel Micrograms per millilitre
Elucidation One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some GramPerMilliLitre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MicroGramPerSquareMetrePerDay

Iri https://w3id.org/emmo#MicroGramPerSquareMetrePerDay
Annotations
Unitsymbol µg/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/MicroGM-PER-M2-DAY
Ucumcode ug.m-2.d-1
Preflabel MicroGramPerSquareMetrePerDay
Altlabel Micrograms per square metre per day
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of MassFluxUnit
Subclass Of hasUnitSymbol some GramPerSquareMetrePerDay
Subclass Of hasSIConversionMultiplier value 1.157407e-14
Subclass Of hasSIConversionOffset value 0.0

MicroLitre

Iri https://w3id.org/emmo#MicroLitre
Annotations
Unitsymbol μL
Qudtreference http://qudt.org/vocab/unit/MicroL
Ucumcode uL
Preflabel MicroLitre
Elucidation 0.000001-fold of the unit litre

-- QUDT
Formal description
Subclass Of VolumeUnit
Subclass Of MicroPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

MicroLitrePerLitre

Iri https://w3id.org/emmo#MicroLitrePerLitre
Annotations
Unitsymbol μL/L
Qudtreference http://qudt.org/vocab/unit/MicroL-PER-L
Ucumcode uL.L-1
Ucumcode uL/L
Preflabel MicroLitrePerLitre
Altlabel Microlitre Per Litre
Elucidation volume ratio as 0.000001-fold of the unit litre divided by the unit litre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of VolumeFractionUnit
Subclass Of PrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerGramPerHour

Iri https://w3id.org/emmo#MicroMolePerGramPerHour
Annotations
Unitsymbol µmol/(g⋅h)
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-GM-HR
Ucumcode umol.g-1.h-1
Ucumcode umol/g/h
Preflabel MicroMolePerGramPerHour
Altlabel Micromoles per gram per hour
Formal description
Subclass Of AmountPerMassTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MolePerGramPerHour
Subclass Of hasSIConversionMultiplier value 2.777778e-07
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerLitre

Iri https://w3id.org/emmo#MicroMolePerLitre
Annotations
Unitsymbol µmol/L
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-L
Ucumcode umol.L-1
Ucumcode umol/L
Preflabel MicroMolePerLitre
Altlabel Micromoles per litre
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of AmountConcentrationUnit
Subclass Of hasUnitSymbol some MolePerLitre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerLitrePerDay

Iri https://w3id.org/emmo#MicroMolePerLitrePerDay
Annotations
Unitsymbol µm/(L⋅day)
Qudtreference http://qudt.org/vocab/unit/MicroM-PER-L-DAY
Ucumcode um.L-1.d-1
Preflabel MicroMolePerLitrePerDay
Altlabel Micromoles per litre per day
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PerAreaTimeUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerLitrePerHour

Iri https://w3id.org/emmo#MicroMolePerLitrePerHour
Annotations
Unitsymbol µmol/(L⋅h)
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-L-HR
Ucumcode umol.L-1.h-1
Ucumcode umol/L/h
Preflabel MicroMolePerLitrePerHour
Altlabel Micromoles per litre per hour
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of AmountPerVolumeTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-07
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerSquareMetrePerDay

Iri https://w3id.org/emmo#MicroMolePerSquareMetrePerDay
Annotations
Unitsymbol µmol/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-M2-DAY
Ucumcode umol.m-2.d-1
Ucumcode umol/m2/d
Preflabel MicroMolePerSquareMetrePerDay
Altlabel Micromoles per square metre per day
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of AmountPerAreaTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MolePerSquareMetrePerDay
Subclass Of hasSIConversionMultiplier value 1.157407e-11
Subclass Of hasSIConversionOffset value 0.0

MicroMolePerSquareMetrePerHour

Iri https://w3id.org/emmo#MicroMolePerSquareMetrePerHour
Annotations
Unitsymbol µmol/(m²⋅h)
Qudtreference http://qudt.org/vocab/unit/MicroMOL-PER-M2-HR
Ucumcode umol.m-2.h-1
Ucumcode umol/m2/h
Preflabel MicroMolePerSquareMetrePerHour
Altlabel Micromoles per square metre per hour
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MicroPrefixedUnit
Subclass Of AmountPerAreaTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-10
Subclass Of hasSIConversionOffset value 0.0

MicroSievertPerHour

Iri https://w3id.org/emmo#MicroSievertPerHour
Annotations
Unitsymbol µSv/h
Qudtreference http://qudt.org/vocab/unit/MicroSV-PER-HR
Ucumcode uSv.h-1
Preflabel MicroSievertPerHour
Altlabel MicroSievert per hour
Elucidation 0.000001-fold of the derived SI unit sievert divided by the unit hour

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Sievert?oldid=495474333
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AbsorbedDoseUnit
Subclass Of MicroPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 2.77778e-10
Subclass Of hasSIConversionOffset value 0.0

MilliAmpereHour

Iri https://w3id.org/emmo#MilliAmpereHour
Annotations
Unitsymbol µA⋅h
Qudtreference http://qudt.org/vocab/unit/MilliA-HR
Ucumcode mA.h
Preflabel MilliAmpereHour
Altlabel Milliampere Hour
Elucidation product of the 0.001-fold of the SI base unit ampere and the unit hour

-- QUDT
Formal description
Subclass Of Thing
Subclass Of hasSIConversionMultiplier value 3.6
Subclass Of hasSIConversionOffset value 0.0

MilliAmpereHourPerGram

Iri https://w3id.org/emmo#MilliAmpereHourPerGram
Annotations
Unitsymbol mA⋅h/g
Qudtreference http://qudt.org/vocab/unit/MilliA-HR-PER-GM
Preflabel MilliAmpereHourPerGram
Altlabel Milliampere Hour per Gram
Elucidation `Milliampere hour per gram` is a practical unit of electric charge relative to the mass of the (active) parts. 1mAh/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram. The unit is often used in electrochemistry to describe the properties of active components like electrodes.

-- QUDT
Formal description
Subclass Of ElectricChargePerMassUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

MilliAmpereHourPerSquareCentiMetre

Iri https://w3id.org/emmo#MilliAmpereHourPerSquareCentiMetre
Annotations
Unitsymbol mA⋅h/cm²
Ucumcode mA.h.cm-2
Preflabel MilliAmpereHourPerSquareCentiMetre
Elucidation unit of areic capacity
Formal description
Subclass Of ElectricDisplacementFieldUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 36000000000.0
Subclass Of hasSIConversionOffset value 0.0

MilliArcsecond

Iri https://w3id.org/emmo#MilliArcsecond
Annotations
Unitsymbol mas
Qudtreference http://qudt.org/vocab/unit/MilliARCSEC
Ucumcode m''
Preflabel MilliArcsecond
Altlabel Milli ArcSecond
Elucidation A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or π /10,800 radians. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. the milliarcsecond, abbreviated mas, is used in astronomy.

-- QUDT
Wikipediareference http://en.wikipedia.org/wiki/Minute_of_arc
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of LengthFractionUnit
Subclass Of hasUnitSymbol some Arcsecond
Subclass Of hasSIConversionMultiplier value 4.848137e-09
Subclass Of hasSIConversionOffset value 0.0

MilliBarLitrePerSecond

Iri https://w3id.org/emmo#MilliBarLitrePerSecond
Annotations
Unitsymbol mbar⋅L/s
Qudtreference http://qudt.org/vocab/unit/MilliBAR-L-PER-SEC
Ucumcode mbar.L.s-1
Preflabel MilliBarLitrePerSecond
Altlabel Millibar Litre Per Second
Elucidation product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of PowerUnit
Subclass Of hasUnitSymbol some BarLitrePerSecond
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

MilliBecquerelPerLitre

Iri https://w3id.org/emmo#MilliBecquerelPerLitre
Annotations
Unitsymbol mBq/L
Qudtreference http://qudt.org/vocab/unit/MilliBQ-PER-L
Ucumcode mBq.L-1
Preflabel MilliBecquerelPerLitre
Altlabel Millibecquerels per litre
Elucidation One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre.

-- QUDT
Formal description
Subclass Of FrequencyPerVolumeUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some BecquerelPerLitre
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

MilliBecquerelPerSquareMetrePerDay

Iri https://w3id.org/emmo#MilliBecquerelPerSquareMetrePerDay
Annotations
Unitsymbol mBq/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/MilliBQ-PER-M2-DAY
Ucumcode mBq.m-2.d-1
Preflabel MilliBecquerelPerSquareMetrePerDay
Altlabel Millibecquerels per square metre per day
Elucidation One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds).

-- QUDT
Formal description
Subclass Of FrequencyPerAreaTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerCubicMetrePerDay

Iri https://w3id.org/emmo#MilliGramPerCubicMetrePerDay
Annotations
Unitsymbol mg/(m³⋅day)
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-M3-DAY
Ucumcode mg.m-3.d-1
Preflabel MilliGramPerCubicMetrePerDay
Altlabel Milligrams per cubic metre per day
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerVolumeTimeUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-11
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerCubicMetrePerHour

Iri https://w3id.org/emmo#MilliGramPerCubicMetrePerHour
Annotations
Unitsymbol mg/(m³⋅h)
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-M3-HR
Ucumcode mg.m-3.h-1
Preflabel MilliGramPerCubicMetrePerHour
Altlabel Milligrams per cubic metre per hour
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerVolumeTimeUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-10
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerDay

Iri https://w3id.org/emmo#MilliGramPerDay
Annotations
Unitsymbol mg/day
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-DAY
Ucumcode mg.d-1
Preflabel MilliGramPerDay
Altlabel Milligram Per Day
Elucidation 0.000001-fold of the SI base unit kilogram divided by the unit day

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerTimeUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerDay
Subclass Of hasSIConversionMultiplier value 1.157407e-11
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerDeciLitre

Iri https://w3id.org/emmo#MilliGramPerDeciLitre
Annotations
Unitsymbol mg/L
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-DeciL
Ucumcode mg.dL-1
Preflabel MilliGramPerDeciLitre
Altlabel milligrams per decilitre
Elucidation A derived unit for amount-of-substance concentration measured in mg/dL.

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerHectare

Iri https://w3id.org/emmo#MilliGramPerHectare
Annotations
Unitsymbol mg/ha
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-HA
Ucumcode mg.har-1
Preflabel MilliGramPerHectare
Altlabel Milligram Per Hectare
Elucidation 0.000001-fold of the SI base unit kilogram divided by the 10,0000-fold of the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AreaDensityUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-10
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerHour

Iri https://w3id.org/emmo#MilliGramPerHour
Annotations
Unitsymbol mg/h
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-HR
Ucumcode mg.h-1
Preflabel MilliGramPerHour
Altlabel Milligram Per Hour
Elucidation 0.000001-fold of the SI base unit kilogram divided by the unit hour

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerTimeUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerHour
Subclass Of hasSIConversionMultiplier value 2.777778e-10
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerLitre

Iri https://w3id.org/emmo#MilliGramPerLitre
Annotations
Unitsymbol mg/L
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-L
Ucumcode mg.L-1
Ucumcode mg/L
Preflabel MilliGramPerLitre
Altlabel Milligram Per Litre
Elucidation 0.000001-fold of the SI base unit kilogram divided by the unit litre

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerLitre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerMilliLitre

Iri https://w3id.org/emmo#MilliGramPerMilliLitre
Annotations
Unitsymbol mg/mL
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-MilliL
Ucumcode mg.mL-1
Ucumcode mg/mL
Preflabel MilliGramPerMilliLitre
Altlabel Milligram Per Millilitre
Elucidation 0.000001-fold of the SI base unit kilogram divided by the unit millilitre

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some GramPerMilliLitre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerMinute

Iri https://w3id.org/emmo#MilliGramPerMinute
Annotations
Unitsymbol mg/min
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-MIN
Ucumcode mg/min
Preflabel MilliGramPerMinute
Altlabel Milligram Per Minute
Elucidation 0.000001-fold of the SI base unit kilogram divided by the unit minute

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerTimeUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some GramPerMinute
Subclass Of hasSIConversionMultiplier value 1.666667e-08
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerSquareMetrePerDay

Iri https://w3id.org/emmo#MilliGramPerSquareMetrePerDay
Annotations
Unitsymbol mg/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-M2-DAY
Ucumcode mg.m-2.d-1
Preflabel MilliGramPerSquareMetrePerDay
Altlabel Milligrams per square metre per day
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of MassFluxUnit
Subclass Of hasUnitSymbol some GramPerSquareMetrePerDay
Subclass Of hasSIConversionMultiplier value 1.157407e-11
Subclass Of hasSIConversionOffset value 0.0

MilliGramPerSquareMetrePerHour

Iri https://w3id.org/emmo#MilliGramPerSquareMetrePerHour
Annotations
Unitsymbol mg/(m²⋅h)
Qudtreference http://qudt.org/vocab/unit/MilliGM-PER-M2-HR
Ucumcode mg.m-2.h-1
Preflabel MilliGramPerSquareMetrePerHour
Altlabel Milligrams per square metre per hour
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of MassFluxUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-10
Subclass Of hasSIConversionOffset value 0.0

MilliLitre

Iri https://w3id.org/emmo#MilliLitre
Annotations
Unitsymbol mL
Qudtreference http://qudt.org/vocab/unit/MilliL
Ucumcode mL
Preflabel MilliLitre
Elucidation 0.001-fold of the unit litre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of VolumeUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some Litre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerCubicMetre

Iri https://w3id.org/emmo#MilliLitrePerCubicMetre
Annotations
Unitsymbol mL/m³
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-M3
Ucumcode mL.m-3
Ucumcode mL/m3
Preflabel MilliLitrePerCubicMetre
Altlabel Millilitre Per Cubic Metre
Elucidation 0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of VolumeFractionUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerDay

Iri https://w3id.org/emmo#MilliLitrePerDay
Annotations
Unitsymbol mL/day
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-DAY
Ucumcode mL.d-1
Preflabel MilliLitrePerDay
Altlabel Millilitre Per Day
Elucidation 0.001-fold of the unit litre divided by the unit day

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some LitrePerDay
Subclass Of hasSIConversionMultiplier value 1.157407e-11
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerHour

Iri https://w3id.org/emmo#MilliLitrePerHour
Annotations
Unitsymbol mL/h
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-HR
Ucumcode mL.h-1
Preflabel MilliLitrePerHour
Altlabel Millilitre Per Hour
Elucidation 0.001-fold of the unit litre divided by the unit hour

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some LitrePerHour
Subclass Of hasSIConversionMultiplier value 2.777778e-10
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerKelvin

Iri https://w3id.org/emmo#MilliLitrePerKelvin
Annotations
Unitsymbol mL/K
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-K
Ucumcode mL.K-1
Preflabel MilliLitrePerKelvin
Altlabel Millilitre Per Kelvin
Elucidation 0.001-fold of the unit litre divided by the SI base unit kelvin

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of VolumePerTemperatureUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some LitrePerKelvin
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerKilogram

Iri https://w3id.org/emmo#MilliLitrePerKilogram
Annotations
Unitsymbol mL/kg
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-KiloGM
Ucumcode mL.kg-1
Ucumcode mL/kg
Preflabel MilliLitrePerKilogram
Altlabel Millilitre Per Kilogram
Elucidation 0.001-fold of the unit of the volume litre divided by the SI base unit kilogram

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of VolumePerMassUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some LitrePerKilogram
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerLitre

Iri https://w3id.org/emmo#MilliLitrePerLitre
Annotations
Unitsymbol mL/L
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-L
Ucumcode mL.L-1
Ucumcode mL/L
Preflabel MilliLitrePerLitre
Altlabel Millilitre Per Litre
Elucidation volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of VolumeFractionUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some LitrePerLitre
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerMinute

Iri https://w3id.org/emmo#MilliLitrePerMinute
Annotations
Unitsymbol mL/min
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-MIN
Ucumcode mL.min-1
Ucumcode mL/min
Preflabel MilliLitrePerMinute
Altlabel Millilitre Per Minute
Elucidation 0.001-fold of the unit litre divided by the unit minute

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some LitrePerMinute
Subclass Of hasSIConversionMultiplier value 1.666667e-08
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerSecond

Iri https://w3id.org/emmo#MilliLitrePerSecond
Annotations
Unitsymbol mL/s
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-SEC
Ucumcode mL.s-1
Preflabel MilliLitrePerSecond
Altlabel Millilitre Per Second
Elucidation 0.001-fold of the unit litre divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of VolumePerTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some LitrePerSecond
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerSquareCentiMetreMinute

Iri https://w3id.org/emmo#MilliLitrePerSquareCentiMetreMinute
Annotations
Unitsymbol mL/(cm²⋅min)
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-CentiM2-MIN
Ucumcode mL.cm-2
Preflabel MilliLitrePerSquareCentiMetreMinute
Altlabel Millilitre Per Square Centimetre Minute
Elucidation quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.0001666667
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerSquareCentiMetreSecond

Iri https://w3id.org/emmo#MilliLitrePerSquareCentiMetreSecond
Annotations
Unitsymbol mL/(cm²⋅s)
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-CentiM2-SEC
Ucumcode mL.cm-2.s-1
Preflabel MilliLitrePerSquareCentiMetreSecond
Altlabel Millilitre Per Square Centimetre Second
Elucidation unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.01
Subclass Of hasSIConversionOffset value 0.0

MilliLitrePerSquareMetrePerDay

Iri https://w3id.org/emmo#MilliLitrePerSquareMetrePerDay
Annotations
Unitsymbol mL/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/MilliL-PER-M2-DAY
Ucumcode mL.m-2.d-1
Preflabel MilliLitrePerSquareMetrePerDay
Altlabel Millilitres per square metre per day
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-11
Subclass Of hasSIConversionOffset value 0.0

MilliMetrePerDay

Iri https://w3id.org/emmo#MilliMetrePerDay
Annotations
Unitsymbol mm/day
Qudtreference http://qudt.org/vocab/unit/MilliM-PER-DAY
Ucumcode mm.d-1
Ucumcode mm/d
Preflabel MilliMetrePerDay
Altlabel millimetres per day
Elucidation A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.15741e-08
Subclass Of hasSIConversionOffset value 0.0

MilliMetrePerHour

Iri https://w3id.org/emmo#MilliMetrePerHour
Annotations
Unitsymbol mm/h
Qudtreference http://qudt.org/vocab/unit/MilliM-PER-HR
Ucumcode mm.h-1
Ucumcode mm/h
Preflabel MilliMetrePerHour
Altlabel Millimetre Per Hour
Elucidation 0001-fold of the SI base unit metre divided by the unit hour

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MetrePerHour
Subclass Of hasSIConversionMultiplier value 2.777778e-07
Subclass Of hasSIConversionOffset value 0.0

MilliMetrePerMinute

Iri https://w3id.org/emmo#MilliMetrePerMinute
Annotations
Unitsymbol mm/min
Qudtreference http://qudt.org/vocab/unit/MilliM-PER-MIN
Ucumcode mm.min-1
Ucumcode mm/min
Preflabel MilliMetrePerMinute
Altlabel Millimetre Per Minute
Elucidation 0.001-fold of the SI base unit metre divided by the unit minute

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MetrePerMinute
Subclass Of hasSIConversionMultiplier value 1.666667e-05
Subclass Of hasSIConversionOffset value 0.0

MilliMetrePerYear

Iri https://w3id.org/emmo#MilliMetrePerYear
Annotations
Unitsymbol mm/yr
Qudtreference http://qudt.org/vocab/unit/MilliM-PER-YR
Ucumcode mm.a-1
Ucumcode mm/a
Preflabel MilliMetrePerYear
Altlabel Millimetre Per Year
Elucidation 0.001-fold of the SI base unit metre divided by the unit year

-- QUDT
Formal description
Subclass Of SpeedUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MetrePerYear
Subclass Of hasSIConversionMultiplier value 1.71e-12
Subclass Of hasSIConversionOffset value 0.0

MilliMolePerCubicMetrePerDay

Iri https://w3id.org/emmo#MilliMolePerCubicMetrePerDay
Annotations
Unitsymbol mmol/(m³⋅day)
Qudtreference http://qudt.org/vocab/unit/MilliMOL-PER-M3-DAY
Ucumcode mmol.m-3.d-1
Preflabel MilliMolePerCubicMetrePerDay
Altlabel Millimoles per cubic metre per day
Elucidation Unavailable.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of AmountPerVolumeTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

MilliMolePerLitre

Iri https://w3id.org/emmo#MilliMolePerLitre
Annotations
Unitsymbol mmo/L
Qudtreference http://qudt.org/vocab/unit/MilliMOL-PER-L
Ucumcode mmol.L-1
Ucumcode mmol/L
Preflabel MilliMolePerLitre
Altlabel millimoles per litre
Elucidation The SI derived unit for amount-of-substance concentration is the mmo/L.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of AmountConcentrationUnit
Subclass Of hasUnitSymbol some MolePerLitre
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

MilliMolePerSquareMetrePerDay

Iri https://w3id.org/emmo#MilliMolePerSquareMetrePerDay
Annotations
Unitsymbol mmol/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/MilliMOL-PER-M2-DAY
Ucumcode mmol.m-2.d-1
Preflabel MilliMolePerSquareMetrePerDay
Altlabel Millimoles per square metre per day
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of AmountPerAreaTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MolePerSquareMetrePerDay
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

MilliRadPerHour

Iri https://w3id.org/emmo#MilliRadPerHour
Annotations
Unitsymbol mrad/h
Qudtreference http://qudt.org/vocab/unit/MilliRAD_R-PER-HR
Ucumcode mRAD.h-1
Preflabel MilliRadPerHour
Altlabel Millirads per hour
Elucidation One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AbsorbedDoseRateUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-07
Subclass Of hasSIConversionOffset value 0.0

MilliVoltPerMinute

Iri https://w3id.org/emmo#MilliVoltPerMinute
Annotations
Unitsymbol mV/min
Qudtreference http://qudt.org/vocab/unit/MilliV-PER-MIN
Ucumcode mV.min-1
Preflabel MilliVoltPerMinute
Altlabel Millivolt Per Minute
Elucidation 0.001-fold of the SI derived unit volt divided by the unit minute

-- QUDT
Formal description
Subclass Of ElectricPotentialPerTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of MilliPrefixedUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.666667e-05
Subclass Of hasSIConversionOffset value 0.0

MolePerGramPerHour

Iri https://w3id.org/emmo#MolePerGramPerHour
Annotations
Unitsymbol mol/(g⋅h)
Qudtreference http://qudt.org/vocab/unit/MOL-PER-GM-HR
Ucumcode mol.g-1.h-1
Preflabel MolePerGramPerHour
Altlabel Moles per gram per hour
Elucidation SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour.

-- QUDT
Formal description
Subclass Of AmountPerMassTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.2777778
Subclass Of hasSIConversionOffset value 0.0

MolePerHour

Iri https://w3id.org/emmo#MolePerHour
Annotations
Unitsymbol mol/h
Qudtreference http://qudt.org/vocab/unit/MOL-PER-HR
Ucumcode mol.h-1
Preflabel MolePerHour
Altlabel Mole Per Hour
Elucidation SI base unit mole divided by the unit for time hour

-- QUDT
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of CatalyticActivityUnit
Subclass Of hasSIConversionMultiplier value 0.000277778
Subclass Of hasSIConversionOffset value 0.0

MolePerLitre

Iri https://w3id.org/emmo#MolePerLitre
Annotations
Unitsymbol mol/L
Qudtreference http://qudt.org/vocab/unit/MOL-PER-L
Ucumcode mol.L-1
Ucumcode mol/L
Preflabel MolePerLitre
Altlabel Mole Per Litre
Elucidation SI base unit mol divided by the unit litre

-- QUDT
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of AmountConcentrationUnit
Subclass Of NonPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

MolePerMinute

Iri https://w3id.org/emmo#MolePerMinute
Annotations
Unitsymbol mol/min
Qudtreference http://qudt.org/vocab/unit/MOL-PER-MIN
Ucumcode mol.min-1
Preflabel MolePerMinute
Altlabel Mole Per Minute
Elucidation SI base unit mole divided by the unit for time minute

-- QUDT
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of CatalyticActivityUnit
Subclass Of hasSIConversionMultiplier value 0.01666667
Subclass Of hasSIConversionOffset value 0.0

MolePerSquareMetrePerDay

Iri https://w3id.org/emmo#MolePerSquareMetrePerDay
Annotations
Unitsymbol mol/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/MOL-PER-M2-DAY
Ucumcode mol.m-2.d-1
Preflabel MolePerSquareMetrePerDay
Altlabel Moles per square metre per day
Elucidation quantity of matter per unit area per unit of time.

-- QUDT
Formal description
Subclass Of AmountPerAreaTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-05
Subclass Of hasSIConversionOffset value 0.0

NanoBecquerelPerLitre

Iri https://w3id.org/emmo#NanoBecquerelPerLitre
Annotations
Unitsymbol nBq/L
Qudtreference http://qudt.org/vocab/unit/NanoBQ-PER-L
Ucumcode nBq.L-1
Preflabel NanoBecquerelPerLitre
Altlabel Nanobecquerels per litre
Formal description
Subclass Of FrequencyPerVolumeUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitSymbol some BecquerelPerLitre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

NanoGramPerDay

Iri https://w3id.org/emmo#NanoGramPerDay
Annotations
Unitsymbol ng/day
Qudtreference http://qudt.org/vocab/unit/NanoGM-PER-DAY
Ucumcode ng.d-1
Preflabel NanoGramPerDay
Altlabel Nanograms per day
Formal description
Subclass Of SINonCoherentUnit
Subclass Of MassPerTimeUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitSymbol some GramPerDay
Subclass Of hasSIConversionMultiplier value 1.157407e-17
Subclass Of hasSIConversionOffset value 0.0

NanoGramPerLitre

Iri https://w3id.org/emmo#NanoGramPerLitre
Annotations
Unitsymbol ng/L
Qudtreference http://qudt.org/vocab/unit/NanoGM-PER-L
Ucumcode ng.L-1
Preflabel NanoGramPerLitre
Altlabel Nanograms per litre
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitSymbol some GramPerLitre
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

NanoGramPerMicroLitre

Iri https://w3id.org/emmo#NanoGramPerMicroLitre
Annotations
Unitsymbol ng/µL
Qudtreference http://qudt.org/vocab/unit/NanoGM-PER-MicroL
Ucumcode ng.uL-1
Preflabel NanoGramPerMicroLitre
Altlabel Nanograms per microlitre
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

NanoGramPerMilliLitre

Iri https://w3id.org/emmo#NanoGramPerMilliLitre
Annotations
Unitsymbol ng/mL
Qudtreference http://qudt.org/vocab/unit/NanoGM-PER-MilliL
Ucumcode ng.mL-1
Preflabel NanoGramPerMilliLitre
Altlabel Nanograms per millilitre
Elucidation One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitNonPrefixPart some GramPerMilliLitre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

NanoLitre

Iri https://w3id.org/emmo#NanoLitre
Annotations
Unitsymbol nL
Qudtreference http://qudt.org/vocab/unit/NanoL
Ucumcode nL
Preflabel NanoLitre
Elucidation 0.000000001-fold of the unit litre

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of VolumeUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitSymbol some Litre
Subclass Of hasSIConversionMultiplier value 1e-12
Subclass Of hasSIConversionOffset value 0.0

NanoMolePerLitre

Iri https://w3id.org/emmo#NanoMolePerLitre
Annotations
Unitsymbol nmol/L
Qudtreference http://qudt.org/vocab/unit/NanoMOL-PER-L
Ucumcode nmol.L-1
Ucumcode nmol/L
Preflabel NanoMolePerLitre
Altlabel Nanomoles per litre
Elucidation A scaled unit of amount-of-substance concentration.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of AmountConcentrationUnit
Subclass Of hasUnitSymbol some MolePerLitre
Subclass Of hasSIConversionMultiplier value 1e-06
Subclass Of hasSIConversionOffset value 0.0

NanoMolePerLitrePerDay

Iri https://w3id.org/emmo#NanoMolePerLitrePerDay
Annotations
Unitsymbol nmol/(L⋅day)
Qudtreference http://qudt.org/vocab/unit/NanoMOL-PER-L-DAY
Ucumcode nmol.L-1.d-1
Preflabel NanoMolePerLitrePerDay
Altlabel Nanomoles per litre per day
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AmountPerVolumeTimeUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-11
Subclass Of hasSIConversionOffset value 0.0

NanoMolePerLitrePerHour

Iri https://w3id.org/emmo#NanoMolePerLitrePerHour
Annotations
Unitsymbol nmol/(L⋅h)
Qudtreference http://qudt.org/vocab/unit/NanoMOL-PER-L-HR
Ucumcode nmol.L-1.h-1
Preflabel NanoMolePerLitrePerHour
Altlabel Nanomoles per litre per hour
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AmountPerVolumeTimeUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-10
Subclass Of hasSIConversionOffset value 0.0

NanoMolePerMicroGramPerHour

Iri https://w3id.org/emmo#NanoMolePerMicroGramPerHour
Annotations
Unitsymbol nmol/(µg⋅h)
Qudtreference http://qudt.org/vocab/unit/NanoMOL-PER-MicroGM-HR
Ucumcode nmol.ug-1.h-1
Preflabel NanoMolePerMicroGramPerHour
Altlabel Nanomoles per microgram per hour
Formal description
Subclass Of AmountPerMassTimeUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasSIConversionMultiplier value 0.0002777778
Subclass Of hasSIConversionOffset value 0.0

NanoMolePerMicroMolePerDay

Iri https://w3id.org/emmo#NanoMolePerMicroMolePerDay
Annotations
Unitsymbol nmol/(µmol⋅day)
Qudtreference http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL-DAY
Ucumcode nmol.umol-1.d-1
Preflabel NanoMolePerMicroMolePerDay
Altlabel Nanomoles per micromole per day
Elucidation Unavailable.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-08
Subclass Of hasSIConversionOffset value 0.0

NanoMolePerSquareMetrePerDay

Iri https://w3id.org/emmo#NanoMolePerSquareMetrePerDay
Annotations
Unitsymbol nmol/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/NanoMOL-PER-M2-DAY
Ucumcode nmol.m-2.d-1
Preflabel NanoMolePerSquareMetrePerDay
Altlabel Nanomoles per square metre per day
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AmountPerAreaTimeUnit
Subclass Of PrefixedUnit
Subclass Of NanoPrefixedUnit
Subclass Of hasUnitSymbol some MolePerSquareMetrePerDay
Subclass Of hasSIConversionMultiplier value 1.157407e-14
Subclass Of hasSIConversionOffset value 0.0

PascalLitrePerSecond

Iri https://w3id.org/emmo#PascalLitrePerSecond
Annotations
Unitsymbol Pa⋅L/s
Qudtreference http://qudt.org/vocab/unit/PA-L-PER-SEC
Ucumcode Pa.L.s-1
Preflabel PascalLitrePerSecond
Altlabel Pascal Litre Per Second
Elucidation product out of the SI derived unit pascal and the unit litre divided by the SI base unit second

-- QUDT
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of PowerUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

PascalPerHour

Iri https://w3id.org/emmo#PascalPerHour
Annotations
Unitsymbol Pa/h
Qudtreference http://qudt.org/vocab/unit/PA-PER-HR
Ucumcode Pa.h-1
Preflabel PascalPerHour
Altlabel Pascal per Hour
Elucidation A rate of change of pressure measured as the number of Pascals in a period of one hour.

-- QUDT
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of PressurePerTimeUnit
Subclass Of hasSIConversionMultiplier value 0.0002777778
Subclass Of hasSIConversionOffset value 0.0

PascalPerMinute

Iri https://w3id.org/emmo#PascalPerMinute
Annotations
Unitsymbol P/min
Qudtreference http://qudt.org/vocab/unit/PA-PER-MIN
Ucumcode Pa.min-1
Preflabel PascalPerMinute
Altlabel Pascal per Minute
Elucidation A rate of change of pressure measured as the number of Pascals in a period of one minute.

-- QUDT
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of PressurePerTimeUnit
Subclass Of hasSIConversionMultiplier value 0.01666667
Subclass Of hasSIConversionOffset value 0.0

PicoAmpsPerMicroMolePerLitre

Iri https://w3id.org/emmo#PicoAmpsPerMicroMolePerLitre
Annotations
Unitsymbol pA/(mmol⋅L)
Qudtreference http://qudt.org/vocab/unit/PicoA-PER-MicroMOL-L
Ucumcode pA.umol-1.L-1
Preflabel PicoAmpsPerMicroMolePerLitre
Altlabel Picoamps per micromole per litre
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of NonSIUnit
Subclass Of PrefixedUnit
Subclass Of ElectricCurrentPerAmountVolumeUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

PicoGramPerMilliLitre

Iri https://w3id.org/emmo#PicoGramPerMilliLitre
Annotations
Unitsymbol pg/mL
Qudtreference http://qudt.org/vocab/unit/PicoGM-PER-MilliL
Ucumcode pg.mL-1
Preflabel PicoGramPerMilliLitre
Altlabel Picograms per millilitre
Elucidation One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.

-- QUDT
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of DensityUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitNonPrefixPart some GramPerMilliLitre
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

PicoMolePerLitre

Iri https://w3id.org/emmo#PicoMolePerLitre
Annotations
Unitsymbol pmol/L
Qudtreference http://qudt.org/vocab/unit/PicoMOL-PER-L
Ucumcode pmol.L-1
Preflabel PicoMolePerLitre
Altlabel Picomoles per litre
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of AmountConcentrationUnit
Subclass Of hasUnitSymbol some MolePerLitre
Subclass Of hasSIConversionMultiplier value 1e-09
Subclass Of hasSIConversionOffset value 0.0

PicoMolePerLitrePerDay

Iri https://w3id.org/emmo#PicoMolePerLitrePerDay
Annotations
Unitsymbol pmol/day
Qudtreference http://qudt.org/vocab/unit/PicoMOL-PER-L-DAY
Ucumcode pmol.L-1.d-1
Preflabel PicoMolePerLitrePerDay
Altlabel Picomoles per litre per day
Elucidation A change in the quantity of matter of 10⁻¹² moles in the SI unit of volume scaled by 10⁻³ over a period of 86400 seconds.

-- QUDT
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of MassPerVolumeTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-14
Subclass Of hasSIConversionOffset value 0.0

PicoMolePerLitrePerHour

Iri https://w3id.org/emmo#PicoMolePerLitrePerHour
Annotations
Unitsymbol pmol/(L⋅h)
Qudtreference http://qudt.org/vocab/unit/PicoMOL-PER-L-HR
Ucumcode pmol.L-1.h-1
Preflabel PicoMolePerLitrePerHour
Altlabel Picomoles per litre per hour
Elucidation A change in the quantity of matter of 10⁻¹² moles in the SI unit of volume scaled by 10⁻³ over a period of 3600 seconds.

-- QUDT
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of AmountPerVolumeTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 2.777778e-13
Subclass Of hasSIConversionOffset value 0.0

PicoMolePerSquareMetrePerDay

Iri https://w3id.org/emmo#PicoMolePerSquareMetrePerDay
Annotations
Unitsymbol pmol/(m²⋅day)
Qudtreference http://qudt.org/vocab/unit/PicoMOL-PER-M2-DAY
Ucumcode pmol.m-2.d-1
Preflabel PicoMolePerSquareMetrePerDay
Altlabel Picomoles per square metre per day
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of AmountPerVolumeTimeUnit
Subclass Of PrefixedUnit
Subclass Of hasUnitSymbol some MolePerSquareMetrePerDay
Subclass Of hasSIConversionMultiplier value 1.157407e-17
Subclass Of hasSIConversionOffset value 0.0

PicoWattPerSquareCentiMetrePerLitre

Iri https://w3id.org/emmo#PicoWattPerSquareCentiMetrePerLitre
Annotations
Unitsymbol pW/(cm²⋅L)
Qudtreference http://qudt.org/vocab/unit/PicoW-PER-CentiM2-L
Ucumcode pW.cm-2.L-1
Preflabel PicoWattPerSquareCentiMetrePerLitre
Altlabel Picowatts per square centimetre per litre
Elucidation The power (scaled by 10⁻¹²) per SI unit of area (scaled by 10⁻⁴) produced per SI unit of volume (scaled by 10⁻³).

-- QUDT
Formal description
Subclass Of PicoPrefixedUnit
Subclass Of PowerPerAreaVolumeUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of hasSIConversionMultiplier value 1e-05
Subclass Of hasSIConversionOffset value 0.0

RadianPerHour

Iri https://w3id.org/emmo#RadianPerHour
Annotations
Unitsymbol rad/h
Qudtreference http://qudt.org/vocab/unit/RAD-PER-HR
Ucumcode rad.h-1
Ucumcode rad/h
Preflabel RadianPerHour
Altlabel Radian per Hour
Elucidation "Radian per Hour" is a unit for 'Angular Velocity' expressed as rad/h.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

RadianPerMinute

Iri https://w3id.org/emmo#RadianPerMinute
Annotations
Unitsymbol rad/min
Qudtreference http://qudt.org/vocab/unit/RAD-PER-MIN
Ucumcode rad.min-1
Ucumcode rad/min
Preflabel RadianPerMinute
Altlabel Radian per Minute
Elucidation Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where T is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 60.0
Subclass Of hasSIConversionOffset value 0.0

ReciprocalDay

Iri https://w3id.org/emmo#ReciprocalDay
Annotations
Unitsymbol /day
Qudtreference http://qudt.org/vocab/unit/PER-DAY
Ucumcode /d
Ucumcode d-1
Preflabel ReciprocalDay
Altlabel Reciprocal Day
Elucidation reciprocal of the unit day

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1.157407e-05
Subclass Of hasSIConversionOffset value 0.0

ReciprocalHour

Iri https://w3id.org/emmo#ReciprocalHour
Annotations
Unitsymbol /h
Qudtreference http://qudt.org/vocab/unit/PER-HR
Ucumcode /h
Ucumcode h-1
Preflabel ReciprocalHour
Altlabel Reciprocal Hour
Elucidation A reciprocal unit of time for `reciprocal hour` or "inverse hour".

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 360.0
Subclass Of hasSIConversionOffset value 0.0

ReciprocalKiloVoltAmpereHour

Iri https://w3id.org/emmo#ReciprocalKiloVoltAmpereHour
Annotations
Unitsymbol /(kV⋅A⋅h)
Qudtreference http://qudt.org/vocab/unit/PER-KiloV-A-HR
Preflabel ReciprocalKiloVoltAmpereHour
Altlabel Reciprocal Kilovolt Ampere Hour
Elucidation reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour

-- QUDT
Formal description
Subclass Of PerEnergyUnit
Subclass Of SINonCoherentUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 0.001
Subclass Of hasSIConversionOffset value 0.0

ReciprocalLitre

Iri https://w3id.org/emmo#ReciprocalLitre
Annotations
Unitsymbol /L
Qudtreference http://qudt.org/vocab/unit/PER-L
Ucumcode L-1
Preflabel ReciprocalLitre
Altlabel Reciprocal Litre
Elucidation reciprocal value of the unit litre

-- QUDT
Formal description
Subclass Of PerVolumeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of NonPrefixedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

ReciprocalMicroMolePerLitre

Iri https://w3id.org/emmo#ReciprocalMicroMolePerLitre
Annotations
Unitsymbol /(mmol⋅L)
Qudtreference http://qudt.org/vocab/unit/PER-MicroMOL-L
Ucumcode umol-1.L-1
Preflabel ReciprocalMicroMolePerLitre
Altlabel Reciprocal micromole per litre
Elucidation Units used to describe the sensitivity of detection of a spectrophotometer.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of ReciprocalAmountPerVolumeUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 1000000000.0
Subclass Of hasSIConversionOffset value 0.0

ReciprocalMinute

Iri https://w3id.org/emmo#ReciprocalMinute
Annotations
Unitsymbol /min
Qudtreference http://qudt.org/vocab/unit/PER-MIN
Ucumcode /min
Ucumcode min-1
Preflabel ReciprocalMinute
Altlabel Reciprocal Minute
Elucidation A reciprocal unit of time for `reciprocal minute` or `inverse minute`.

-- QUDT
Formal description
Subclass Of FrequencyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 60.0
Subclass Of hasSIConversionOffset value 0.0

ReciprocalSquareElectronVolt

Iri https://w3id.org/emmo#ReciprocalSquareElectronVolt
Annotations
Unitsymbol /eV²
Qudtreference http://qudt.org/vocab/unit/PER-EV2
Ucumcode eV-2
Preflabel ReciprocalSquareElectronVolt
Altlabel Reciprocal Square Electron Volt
Elucidation Per Square Electron Volt is a denominator unit with dimensions /eV².

-- QUDT
Formal description
Subclass Of ReciprocalSquareEnergyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of MeasurementUnit
Subclass Of hasSIConversionMultiplier value 3.895644e+37
Subclass Of hasSIConversionOffset value 0.0

ReciprocalSquareGigaElectronVolt

Iri https://w3id.org/emmo#ReciprocalSquareGigaElectronVolt
Annotations
Unitsymbol /GeV²
Qudtreference http://qudt.org/vocab/unit/PER-GigaEV2
Ucumcode GeV-2
Preflabel ReciprocalSquareGigaElectronVolt
Altlabel Reciprocal Square Giga Electron Volt
Elucidation Per Square Giga Electron Volt Unit is a denominator unit with dimensions /GeV².

-- QUDT
Formal description
Subclass Of ReciprocalSquareEnergyUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 3.895644e+19
Subclass Of hasSIConversionOffset value 0.0

SquareCentiMetreMinute

Iri https://w3id.org/emmo#SquareCentiMetreMinute
Annotations
Unitsymbol cm²m
Qudtreference http://qudt.org/vocab/unit/CentiM2-MIN
Ucumcode cm2.min
Preflabel SquareCentiMetreMinute
Altlabel Square Centimetre Minute
Elucidation "Square centimeter minute" is a unit for 'Area Time' expressed as cm² . m.

-- QUDT
Formal description
Subclass Of SINonCoherentUnit
Subclass Of AreaTimeUnit
Subclass Of hasSIConversionMultiplier value 0.006
Subclass Of hasSIConversionOffset value 0.0

SquareDegree

Iri https://w3id.org/emmo#SquareDegree
Annotations
Unitsymbol °²
Qudtreference http://qudt.org/vocab/unit/DEG2
Ucumcode deg2
Preflabel SquareDegree
Altlabel Square degree
Elucidation A square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and °². Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to π /180 radians, a square degree is equal to (π /180) or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately 0.5°, so it covers a solid angle of approximately 0.196 deg, which is 4.8 × 10 of the total sky sphere.

-- QUDT
Formal description
Subclass Of AreaFractionUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.0003046174
Subclass Of hasSIConversionOffset value 0.0

SquareMetrePerHectare

Iri https://w3id.org/emmo#SquareMetrePerHectare
Annotations
Unitsymbol m²/ha
Qudtreference http://qudt.org/vocab/unit/M2-PER-HA
Ucumcode m2.har-1
Preflabel SquareMetrePerHectare
Altlabel square metres per hectare
Elucidation Square metres per hectare.

-- QUDT
Formal description
Subclass Of AreaFractionUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.0001
Subclass Of hasSIConversionOffset value 0.0

SquareMetrePerHertzPerDegree

Iri https://w3id.org/emmo#SquareMetrePerHertzPerDegree
Annotations
Unitsymbol m²/(Hz⋅°)
Qudtreference http://qudt.org/vocab/unit/M2-PER-HZ-DEG
Ucumcode m2.Hz-1.deg-1
Preflabel SquareMetrePerHertzPerDegree
Elucidation Square metre per Hertz and angular degree unit.
Formal description
Subclass Of AreaTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 57.29578
Subclass Of hasSIConversionOffset value 0.0

TeraWattHour

Iri https://w3id.org/emmo#TeraWattHour
Annotations
Unitsymbol TW⋅h
Qudtreference http://qudt.org/vocab/unit/TeraW-HR
Ucumcode TW/h
Preflabel TeraWattHour
Altlabel Terawatt Hour
Elucidation 1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour

-- QUDT
Formal description
Subclass Of TeraPrefixedUnit
Subclass Of SINonCoherentUnit
Subclass Of PrefixedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 3600000000000000.0
Subclass Of hasSIConversionOffset value 0.0

TonnePerCubicMetre

Iri https://w3id.org/emmo#TonnePerCubicMetre
Annotations
Unitsymbol t/m³
Qudtreference http://qudt.org/vocab/unit/TONNE-PER-M3
Ucumcode t.m-3
Preflabel TonnePerCubicMetre
Altlabel Tonne Per Cubic Metre
Elucidation unit tonne divided by the power of the SI base unit metre with the exponent 3

-- QUDT
Formal description
Subclass Of DensityUnit
Subclass Of SIUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

TonnePerDay

Iri https://w3id.org/emmo#TonnePerDay
Annotations
Unitsymbol t/day
Qudtreference http://qudt.org/vocab/unit/TONNE-PER-DAY
Ucumcode t.d-1
Preflabel TonnePerDay
Altlabel Tonne Per Day
Elucidation metric unit ton divided by the unit for time day

-- QUDT
Formal description
Subclass Of MassPerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.01157407
Subclass Of hasSIConversionOffset value 0.0

TonnePerHectare

Iri https://w3id.org/emmo#TonnePerHectare
Annotations
Unitsymbol t/ha
Qudtreference http://qudt.org/vocab/unit/TONNE-PER-HA
Qudtreference http://qudt.org/vocab/unit/TON_Metric-PER-HA
Ucumcode t.har-1
Preflabel TonnePerHectare
Altlabel MetricTonnePerHectare
Altlabel metric tonne per hectare
Altlabel tonne per hectare
Elucidation A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield.

-- QUDT
Formal description
Subclass Of AreaDensityUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.1
Subclass Of hasSIConversionOffset value 0.0

TonnePerHour

Iri https://w3id.org/emmo#TonnePerHour
Annotations
Unitsymbol t/h
Qudtreference http://qudt.org/vocab/unit/TONNE-PER-HR
Ucumcode t.h-1
Preflabel TonnePerHour
Altlabel Tonne Per Hour
Elucidation unit tonne divided by the unit for time hour

-- QUDT
Formal description
Subclass Of MassPerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 0.2777778
Subclass Of hasSIConversionOffset value 0.0

TonnePerMinute

Iri https://w3id.org/emmo#TonnePerMinute
Annotations
Unitsymbol t/min
Qudtreference http://qudt.org/vocab/unit/TONNE-PER-MIN
Ucumcode t.min-1
Preflabel TonnePerMinute
Altlabel Tonne Per Minute
Elucidation unit ton divided by the unit for time minute

-- QUDT
Formal description
Subclass Of MassPerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 16.66667
Subclass Of hasSIConversionOffset value 0.0

TonnePerSecond

Iri https://w3id.org/emmo#TonnePerSecond
Annotations
Unitsymbol t/s
Qudtreference http://qudt.org/vocab/unit/TONNE-PER-SEC
Ucumcode t.s-1
Preflabel TonnePerSecond
Altlabel Tonne Per Second
Elucidation unit tonne divided by the SI base unit second

-- QUDT
Formal description
Subclass Of MassPerTimeUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

VoltAmpereHour

Iri https://w3id.org/emmo#VoltAmpereHour
Annotations
Unitsymbol V⋅A⋅h
Qudtreference http://qudt.org/vocab/unit/V-A-HR
Ucumcode V.A.h
Preflabel VoltAmpereHour
Altlabel Volt Ampere Hour
Elucidation product of the unit for apparent by ampere and the unit hour

-- QUDT
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

WattHour

Iri https://w3id.org/emmo#Watthour
Annotations
Unitsymbol W⋅h
Qudtreference http://qudt.org/vocab/unit/W-HR
Ucumcode W.h
Preflabel WattHour
Elucidation The watt hour is a unit of energy, equal to 3,600 joule.

-- QUDT
Formal description
Subclass Of SIAcceptedDerivedUnit
Subclass Of EnergyUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

WattHourPerCubicMetre

Iri https://w3id.org/emmo#WatthourPerCubicMetre
Annotations
Unitsymbol W⋅h/m³
Qudtreference http://qudt.org/vocab/unit/W-HR-PER-M3
Ucumcode W.h.m-3
Preflabel WattHourPerCubicMetre
Altlabel Watthour per Cubic metre
Elucidation The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter.

-- QUDT
Formal description
Subclass Of PressureUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

WattHourPerKilogram

Iri https://w3id.org/emmo#WattHourPerKilogram
Annotations
Unitsymbol W⋅h/kg
Preflabel WattHourPerKilogram
Elucidation A unit of specific energy commonly used to measure the density of energy in batteries and capacitors.
Wikipediareference https://en.wikipedia.org/wiki/Watt-hour_per_kilogram
Formal description
Subclass Of AbsorbedDoseUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 3600.0
Subclass Of hasSIConversionOffset value 0.0

WattHourPerLitre

Iri https://w3id.org/emmo#WattHourPerLitre
Annotations
Unitsymbol W⋅h/L
Preflabel WattHourPerLitre
Elucidation A unit of energy density commonly used to measure the density of energy in batteries and capacitors.
Formal description
Subclass Of PressureUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of hasSIConversionMultiplier value 3600000.0
Subclass Of hasSIConversionOffset value 0.0

WattPerLitre

Iri https://w3id.org/emmo#WattPerLitre
Annotations
Unitsymbol W/L
Preflabel WattPerLitre
Elucidation A unit for power per volume quantities.
Formal description
Subclass Of SINonCoherentDerivedUnit
Subclass Of SIAcceptedDerivedUnit
Subclass Of PressurePerTimeUnit
Subclass Of hasSIConversionMultiplier value 1000.0
Subclass Of hasSIConversionOffset value 0.0

Module: Manufacturing

Classes

3DPrinting

Iri https://w3id.org/emmo#EMMO_253e1d54_69af_4931_90d0_5ccfd7e690ad
Annotations
Preflabel 3DPrinting
Comment This term is often used in a non-technical context synonymously with additive manufacturing and, in these cases, typically associated with machines used for non-industrial purposes including personal use.
Comment fabrication of objects through the deposition of a material using a print head, nozzle or another printer technology
Note 1 to entry: This term is often used in a non-technical context synonymously with additive manufacturing (3.1.2) and, in these cases, typically associated with machines used for non-industrial purposes including personal use.
Elucidation Fabrication of objects through the deposition of a material using a print head, nozzle or another printer technology.
Formal description
Subclass Of AdditiveManufacturing

Ablation

Iri https://w3id.org/emmo#EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786
Annotations
Preflabel Ablation
Altlabel Abtragen
Comment Manufacturing by separating particles of material from a solid body by non-mechanical means. Ablation refers both to the removal of layers of material and to the separation of workpiece parts. The production process of ablation is considered in its stationary instantaneous state, independently of the application of auxiliary processes necessary to initiate the process. Ablation is divided into three subgroups according to the order point of view (OGP) "process in the effective zone on the surface of the workpiece": - thermal ablation; - chemical ablation; - electrochemical ablation.
Formal description
Subclass Of SeparateManufacturing

AdditiveManufacturing

Iri https://w3id.org/emmo#EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e
Annotations
Preflabel AdditiveManufacturing
Altlabel GenerativeManufacturing
Comment process of joining materials to make parts from 3D model data, usually layer upon layer, as opposed to subtractive manufacturing (3.1.29) and formative manufacturing methodologies,
Formal description
Subclass Of FromNotProperShapeToWorkPiece

Annealing

Iri https://w3id.org/emmo#EMMO_9900d51c_bdd3_40e8_aa82_ad1aa7092f71
Annotations
Preflabel Annealing
Comment heat treatment consisting of heating and soaking at a suitable temperature, followed by cooling under conditions such that, after return to ambient temperature, the metal will be in a structural state closer to that of equilibrium
Formal description
Subclass Of HeatTreatment

ArchetypeJoin

Iri https://w3id.org/emmo#EMMO_22496460_c849_4bd7_8be0_9a1202506f18
Annotations
Preflabel ArchetypeJoin
Elucidation Archetype join attaches two workpiece with geometrically defined shape together, using supplementary workpiece made of amorphous material (e.g. powder).
Formal description
Subclass Of JoinManufacturing

ArchetypeManufacturing

Iri https://w3id.org/emmo#EMMO_e9244742_c185_4c50_b455_c57654852582
Annotations
Preflabel ArchetypeManufacturing
Altlabel PrimitiveForming
Altlabel Urformen
Elucidation A manufacturing in which the product is a solid body with a well defined geometrical shape made from shapeless original material parts, whose cohesion is created during the process.
Formal description
Subclass Of WorkpieceManufacturing

Assembled

Iri https://w3id.org/emmo#EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9
Annotations
Preflabel Assembled
Elucidation A system of independent elements that are assembled together to perform a function.
Formal description
Subclass Of HolisticArrangement

AssemblyLine

Iri https://w3id.org/emmo#EMMO_d64920b5_acd0_4e29_893e_ae03b3d7cdaf
Annotations
Preflabel AssemblyLine
Comment Is not collection, since the connection between the elements of an assembly line occurs through the flow of objects that are processed.
Elucidation A manufacturing process in which interchangeable parts are added to a product in a sequential manner to create an end product.
Formal description
Subclass Of ManufacturingSystem

Assemblying

Iri https://w3id.org/emmo#EMMO_912ac3a2_a124_4233_92dd_06c9aebea46c
Annotations
Preflabel Assemblying
Comment No loss or adds of parts by the components, nor merging. In assemblying parts are losing some of theirs movement degrees of freedom.
Elucidation The act of connecting together the parts of something
Formal description
Subclass Of JoinManufacturing

Bending

Iri https://w3id.org/emmo#EMMO_68ee441e_c89e_4391_93c3_e68fef59fe14
Annotations
Preflabel Bending
Comment Forming of a solid body, whereby the plastic state is essentially brought about by a bending stress
Formal description
Subclass Of FormingJoin
Subclass Of FlexuralForming

BlowMolding

Iri https://w3id.org/emmo#EMMO_381b6a6e_6e8e_461a_8591_d7a60e823d4d
Annotations
Preflabel BlowMolding
Formal description
Subclass Of FormingFromPlastic

Calendering

Iri https://w3id.org/emmo#EMMO_c7f4684e_ee74_4119_87e0_ecd255e10d2f
Annotations
Preflabel Calendering
Formal description
Subclass Of FormingFromPlastic

Casting

Iri https://w3id.org/emmo#EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d
Annotations
Preflabel Casting
Formal description
Subclass Of FormingFromLiquid

Cementing

Iri https://w3id.org/emmo#EMMO_dc3a6b2d_e31d_491a_ab40_c433f8dd8d48
Annotations
Preflabel Cementing
Formal description
Subclass Of ArchetypeJoin

CentrifugalCasting

Iri https://w3id.org/emmo#EMMO_e1f38566_ba25_4c09_9282_eea2b86cb90b
Annotations
Preflabel CentrifugalCasting
Formal description
Subclass Of Casting

CeramicSintering

Iri https://w3id.org/emmo#EMMO_c0ec56d1_0deb_4452_a6a1_70570308b6bb
Annotations
Preflabel CeramicSintering
Formal description
Subclass Of Sintering

ChipboardManufacturing

Iri https://w3id.org/emmo#EMMO_375aaa5a_998f_4626_83e0_c7d7e52a6565
Annotations
Preflabel ChipboardManufacturing
Formal description
Subclass Of FormingFromChip

Cleaning

Iri https://w3id.org/emmo#EMMO_92eaefcb_50be_4237_9ec0_4a019ce24921
Annotations
Preflabel Cleaning
Comment Process for removing unwanted residual or waste material from a given product or material
Formal description
Subclass Of SeparateManufacturing

CoatingManufacturing

Iri https://w3id.org/emmo#EMMO_92028373_3a43_4b80_9a69_caca22df3918
Annotations
Preflabel CoatingManufacturing
Altlabel Beschichten
Elucidation A manufacturing in which an adherent layer of amorphous material is applied to a workpiece.
Formal description
Subclass Of MergingManufacturing

CommercialProduct

Iri https://w3id.org/emmo#EMMO_00b85655_f20c_4e83_b90e_094e8ea7e48f
Annotations
Preflabel CommercialProduct
Altlabel Product
Elucidation An product that is ready for commercialisation.
Formal description
Subclass Of Product

CompressiveForming

Iri https://w3id.org/emmo#EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902
Annotations
Preflabel CompressiveForming
Altlabel Druckumformen
Comment Forming of a solid body, whereby the plastic state is essentially brought about by uniaxial or multiaxial compressive stress.
Comment lasciano tensioni residue di compressione
Formal description
Subclass Of ReshapeManufacturing

ConcreteOrPlasterPouring

Iri https://w3id.org/emmo#EMMO_9e452535_a369_404d_9afb_d41fd79d12b8
Annotations
Preflabel ConcreteOrPlasterPouring
Formal description
Subclass Of FormingFromPulp

ContinuousCasting

Iri https://w3id.org/emmo#EMMO_4b77c8ac_6d0e_456a_af41_ce43601b28b7
Annotations
Preflabel ContinuousCasting
Formal description
Subclass Of Casting

Cutting

Iri https://w3id.org/emmo#EMMO_d5f98475_00ce_4987_99fb_262aed395e46
Annotations
Preflabel Cutting
Altlabel Schneiden
Comment Mechanical separation of workpieces without the formation of shapeless material, i.e. also without chips (chipless).
Formal description
Subclass Of SeparateManufacturing

DeepDrawing

Iri https://w3id.org/emmo#EMMO_ecf78412_f0ca_4368_9078_559ffe8935d3
Annotations
Preflabel DeepDrawing
Altlabel Tiefziehen
Comment Forming of vessel parts from a flat mould into a three-dimensional shape by means of a press and tools, whereby material is neither removed nor added
Formal description
Subclass Of TensileForming
Subclass Of ReshapeManufacturing

DeepFreezing

Iri https://w3id.org/emmo#EMMO_61846411_8c6f_410b_ae7b_8999ec18f2b2
Annotations
Preflabel DeepFreezing
Altlabel Cryogenic treatment, Deep-freeze
Altlabel Tieftemperaturbehandeln
Comment Treatment carried out after hardening or case hardening consisting of cooling to a temperature below room temperature to complete the transformation of austenite to martensite
Formal description
Subclass Of HeatTreatment

DefinedEdgeCutting

Iri https://w3id.org/emmo#EMMO_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f
Annotations
Preflabel DefinedEdgeCutting
Altlabel Machining in which a tool is used whose number of cutting edges, geometry of the cutting wedges and position of the cutting edges in relation to the workpiece are determined
Altlabel Spanen mit geometrisch bestimmten Schneiden
Formal description
Subclass Of SeparateManufacturing

Device

Iri https://w3id.org/emmo#EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8
Annotations
Preflabel Device
Altlabel Equipment
Altlabel Machine
Elucidation An object which is instrumental for reaching a particular purpose through its characteristic functioning process, with particular reference to mechanical or electronic equipment.
Formal description
Subclass Of ManufacturedProduct

DieCasting

Iri https://w3id.org/emmo#EMMO_a85d0b8a_588e_423f_b799_97b0890e9183
Annotations
Preflabel DieCasting
Formal description
Subclass Of Casting

DippingForms

Iri https://w3id.org/emmo#EMMO_a09a5342_cad4_40fa_a619_a5af0867cb8f
Annotations
Preflabel DippingForms
Formal description
Subclass Of FormingFromLiquid

Dismantling

Iri https://w3id.org/emmo#EMMO_c7171429_b9e3_4812_95c1_e97309370538
Annotations
Preflabel Dismantling
Altlabel Demontage
Comment action to disassemble a product or a component by removing all or some of its constituent parts with the intent to salvage
Formal description
Subclass Of SeparateManufacturing

DrawForming

Iri https://w3id.org/emmo#EMMO_01048432_3722_40a9_aa37_ea009da44272
Annotations
Preflabel DrawForming
Comment Draw forming by drawing a workpiece through a tool opening that is narrowed in the drawing direction.
Formal description
Subclass Of TensileForming

DrawForms

Iri https://w3id.org/emmo#EMMO_d02f6f3e_9e32_4188_a116_29dc304ceb49
Annotations
Preflabel DrawForms
Formal description
Subclass Of FormingFromPlastic

Drilling

Iri https://w3id.org/emmo#EMMO_c1dad83e_974f_432e_ac92_d016f2445279
Annotations
Preflabel Drilling
Altlabel Bohren
Comment machining with a circular cutting movement in which the axis of rotation of the tool and the axis of the internal surface to be produced are identical and the feed movement is in the direction of this axis. The axis of rotation of the cutting movement maintains its position relative to the workpiece independently of the feed movement (axis of rotation workpiece-bound).
Formal description
Subclass Of Machining

DropForging

Iri https://w3id.org/emmo#EMMO_4e099d7e_f624_4761_aff6_2ee6c63b8d2d
Annotations
Preflabel DropForging
Formal description
Subclass Of ReshapeManufacturing

ElectricCurrentAssistedSintering

Iri https://w3id.org/emmo#EMMO_5a5cf124_1ece_4b8e_ae63_edc2b5ee573a
Annotations
Preflabel ElectricCurrentAssistedSintering
Formal description
Subclass Of Sintering

ElectroSinterForging

Iri https://w3id.org/emmo#EMMO_1b01c9c6_6367_498c_a04d_1a37499b3eff
Annotations
Preflabel ElectroSinterForging
Formal description
Subclass Of Sintering

ElectrolyticDeposition

Iri https://w3id.org/emmo#EMMO_a139c6d5_1a0b_4605_a6c0_9f383539f9b1
Annotations
Preflabel ElectrolyticDeposition
Formal description
Subclass Of FormingFromIonised

Electroplating

Iri https://w3id.org/emmo#EMMO_30e3edb5_0977_4b9b_9aed_5a4d16c1c07c
Annotations
Preflabel Electroplating
Formal description
Subclass Of CoatingManufacturing

Extrusion

Iri https://w3id.org/emmo#EMMO_c9a2307d_51d0_426b_ae2f_85f5a44934e0
Annotations
Preflabel Extrusion
Formal description
Subclass Of ReshapeManufacturing
Subclass Of FormingFromPlastic

Factory

Iri https://w3id.org/emmo#EMMO_02122e58_e0b3_4274_bdd4_745f64a61645
Annotations
Preflabel Factory
Altlabel IndustrialPlant
Elucidation A building or group of buildings where goods are manufactured or assembled.
Formal description
Subclass Of HolisticSystem

FiberReinforcePlasticManufacturing

Iri https://w3id.org/emmo#EMMO_c2d9d370_f9eb_40be_b01e_7ceba8f7457f
Annotations
Preflabel FiberReinforcePlasticManufacturing
Formal description
Subclass Of FormingFromLiquid

FiberboardManufacturing

Iri https://w3id.org/emmo#EMMO_d700aed9_2eb9_4e26_ba30_81cc36157fb1
Annotations
Preflabel FiberboardManufacturing
Formal description
Subclass Of FormingFromChip

Filling

Iri https://w3id.org/emmo#EMMO_095b3c46_2b60_43cb_bade_9ee9ac969720
Annotations
Preflabel Filling
Formal description
Subclass Of JoinManufacturing

FlameCutting

Iri https://w3id.org/emmo#EMMO_e258099f_5361_463c_ba1d_51d7d730630f
Annotations
Preflabel FlameCutting
Formal description
Subclass Of ThermalCutting

Flanging

Iri https://w3id.org/emmo#EMMO_3086e6a8_edd9_4592_b33c_66d818835951
Annotations
Preflabel Flanging
Formal description
Subclass Of FormingJoin

FlexuralForming

Iri https://w3id.org/emmo#EMMO_aced32dd_1a13_49b0_8d8f_c79313942d19
Annotations
Preflabel FlexuralForming
Altlabel Biegeumformen
Comment Forming of a solid body, whereby the plastic state is essentially brought about by a bending stress.
Formal description
Subclass Of ReshapeManufacturing

Foaming

Iri https://w3id.org/emmo#EMMO_865a1a70_02e8_40b2_948d_078e636c8701
Annotations
Preflabel Foaming
Formal description
Subclass Of FormingFromLiquid

Folding

Iri https://w3id.org/emmo#EMMO_aa446897_0683_4e9b_9b0e_b6081d2d70d8
Annotations
Preflabel Folding
Formal description
Subclass Of FormingJoin

FormingBlasting

Iri https://w3id.org/emmo#EMMO_46f70544_818e_495e_99ef_d342c54ee7dc
Annotations
Preflabel FormingBlasting
Altlabel Umformstrahlen
Comment Shot peening is shot peening for shaping or straightening workpieces by introducing residual compressive stresses (from: DIN 8200/10.82).
Formal description
Subclass Of MaterialTreatment

FormingFromChip

Iri https://w3id.org/emmo#EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0
Annotations
Preflabel FormingFromChip
Formal description
Subclass Of FromNotProperShapeToWorkPiece

FormingFromGas

Iri https://w3id.org/emmo#EMMO_4e6c4c25_e937_40d5_9cd1_0f3b740cc0a8
Annotations
Preflabel FormingFromGas
Formal description
Subclass Of FromNotProperShapeToWorkPiece

FormingFromIonised

Iri https://w3id.org/emmo#EMMO_326e7731_76c5_402d_a041_c9b48a736963
Annotations
Preflabel FormingFromIonised
Formal description
Subclass Of FromNotProperShapeToWorkPiece

FormingFromLiquid

Iri https://w3id.org/emmo#EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9
Annotations
Preflabel FormingFromLiquid
Formal description
Subclass Of FromNotProperShapeToWorkPiece

FormingFromPlastic

Iri https://w3id.org/emmo#EMMO_6523cad7_ea54_471c_adb7_e783f824ec09
Annotations
Preflabel FormingFromPlastic
Formal description
Subclass Of FromNotProperShapeToWorkPiece

FormingFromPowder

Iri https://w3id.org/emmo#EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8
Annotations
Preflabel FormingFromPowder
Formal description
Subclass Of FromNotProperShapeToWorkPiece

FormingFromPulp

Iri https://w3id.org/emmo#EMMO_a46f2e3f_6d06_4968_a02f_55274d131130
Annotations
Preflabel FormingFromPulp
Formal description
Subclass Of FromNotProperShapeToWorkPiece

FormingJoin

Iri https://w3id.org/emmo#EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e
Annotations
Preflabel FormingJoin
Formal description
Subclass Of JoinManufacturing

FreeForming

Iri https://w3id.org/emmo#EMMO_7432b843_cfd2_4345_a3d2_eaa539b27e61
Annotations
Preflabel FreeForming
Comment Free forming is pressure forming with tools that do not or only partially contain the shape of the workpiece and move against each other.
Comment Non la metterei
Comment Printing forms with tools that do not or only partially contain the shape of the workpiece and move against each other. The workpiece shape is created by free or fixed relative movement between the tool and the workpiece (kinematic shape generation).
Formal description
Subclass Of CompressiveForming

FromNotProperShapeToWorkPiece

Iri https://w3id.org/emmo#EMMO_45fec702_54cb_4508_b47e_bdc581229e22
Annotations
Preflabel FromNotProperShapeToWorkPiece
Comment From Powder, from liquid, from gas
Comment Powder:
particles that are usually less than 1 mm in size
Comment da una forma non propria ad una forma propria
Formal description
Subclass Of WorkpieceForming

FromWorkPIecetoWorkPiece

Iri https://w3id.org/emmo#EMMO_fc86c700_ccea_441c_b628_ad236f030fe6
Annotations
Preflabel FromWorkPIecetoWorkPiece
Formal description
Subclass Of WorkpieceForming

Galvanizing

Iri https://w3id.org/emmo#EMMO_16d1606c_e562_43cd_a92c_0894abc2027b
Annotations
Preflabel Galvanizing
Formal description
Subclass Of ArchetypeJoin

Gluing

Iri https://w3id.org/emmo#EMMO_ecc10f05_b301_4dcf_8c84_b6f511117234
Annotations
Preflabel Gluing
Altlabel Kleben
Comment Process for joining two (base) materials by means of an adhesive polymer material
Formal description
Subclass Of JoinManufacturing

GravityCasting

Iri https://w3id.org/emmo#EMMO_f1d0f28b_7575_4e82_8d22_cb5b46b84cfd
Annotations
Preflabel GravityCasting
Formal description
Subclass Of Casting

GravitySintering

Iri https://w3id.org/emmo#EMMO_3ec45f3b_677d_4e71_be75_6f8966b4f808
Annotations
Preflabel GravitySintering
Altlabel Loose-powderSintering
Altlabel PressurelessSintering
Formal description
Subclass Of Sintering

Grinding

Iri https://w3id.org/emmo#EMMO_2138677c_845a_4bc2_8be7_7b0a07b4777d
Annotations
Preflabel Grinding
Altlabel Schleifen
Comment Removal of material by means of rigid or flexible discs or belts containing abrasives.
Formal description
Subclass Of UndefinedEdgeCutting

GrowingCrystal

Iri https://w3id.org/emmo#EMMO_662e94ea_babe_4709_af8f_b669931076bc
Annotations
Preflabel GrowingCrystal
Formal description
Subclass Of FormingFromLiquid

HandlingDevice

Iri https://w3id.org/emmo#EMMO_2565210a_bbcc_4c00_a122_6a608faa355b
Annotations
Preflabel HandlingDevice
Formal description
Subclass Of Device

Hardening

Iri https://w3id.org/emmo#EMMO_7cd8a4ec_b219_498e_b696_028257163aa4
Annotations
Preflabel Hardening
Comment Heat treatment process that generally produces martensite in the matrix.
Formal description
Subclass Of HeatTreatment

HardeningByDrawing

Iri https://w3id.org/emmo#EMMO_c4ffca76_fb0c_43c7_bc16_8c2430888c83
Annotations
Preflabel HardeningByDrawing
Formal description
Subclass Of HardeningByForming

HardeningByForging

Iri https://w3id.org/emmo#EMMO_c62b76d5_c1cc_432a_8c9e_7684ab054669
Annotations
Preflabel HardeningByForging
Formal description
Subclass Of HardeningByForming

HardeningByForming

Iri https://w3id.org/emmo#EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c
Annotations
Preflabel HardeningByForming
Altlabel Verfestigen durch Umformen
Formal description
Subclass Of MaterialTreatment

HardeningByRolling

Iri https://w3id.org/emmo#EMMO_607ccc15_38aa_4a69_a70a_effa8015bf42
Annotations
Preflabel HardeningByRolling
Altlabel VerfestigendurchWalzen
Comment Strengthening by rolling is the strengthening of component surfaces by mechanically generating compressive stresses in the component surface and consolidating the material.
Formal description
Subclass Of HardeningByForming

HeatTreatment

Iri https://w3id.org/emmo#EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60
Annotations
Preflabel HeatTreatment
Altlabel wärmebehandeln
Comment Heat to a temperature appropriate for the particular material, maintain at that temperature and then cool at an appropriate rate to reduce hardness, improve machinability or achieve desired properties.
Formal description
Subclass Of MaterialTreatment

HotDipGalvanizing

Iri https://w3id.org/emmo#EMMO_47eea65c_e6ce_4c95_9406_fdb1519abc87
Annotations
Preflabel HotDipGalvanizing
Altlabel Hot-dipGalvanizing
Formal description
Subclass Of CoatingManufacturing

InjectionMolding

Iri https://w3id.org/emmo#EMMO_4d5053a7_273e_495b_8098_5aa5c0f3f925
Annotations
Preflabel InjectionMolding
Formal description
Subclass Of ArchetypeJoin
Subclass Of FormingFromPlastic

InspectionDevice

Iri https://w3id.org/emmo#EMMO_3967de47_343f_4bab_aada_b4bec73d11da
Annotations
Preflabel InspectionDevice
Formal description
Subclass Of Device

InterferenceFitting

Iri https://w3id.org/emmo#EMMO_26f34447_32ec_48ce_9baa_4afec09120f4
Annotations
Preflabel InterferenceFitting
Formal description
Subclass Of Pressing

Irradiate

Iri https://w3id.org/emmo#EMMO_c4fba898_896b_4d58_a24c_b5c0851fa2a2
Annotations
Preflabel Irradiate
Formal description
Subclass Of MaterialTreatment

IsothermalConversion

Iri https://w3id.org/emmo#EMMO_6c213064_e525_45d4_99cf_afebed8bbddd
Annotations
Preflabel IsothermalConversion
Formal description
Subclass Of HeatTreatment

JoinManufacturing

Iri https://w3id.org/emmo#EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea
Annotations
Preflabel JoinManufacturing
Altlabel Fügen
Comment The permanent joining or other bringing together of two or more workpieces of a geometric shape or of similar workpieces with shapeless material. In each case, the cohesion is created locally and increased as a whole.
Elucidation A manufacturing involving the creation of long-term connection of several workpieces.
Formal description
Subclass Of MergingManufacturing

LaserCutting

Iri https://w3id.org/emmo#EMMO_c5970406_0b66_4931_8a23_3e81162ba65b
Annotations
Preflabel LaserCutting
Formal description
Subclass Of ThermalCutting

LiquidPhaseSintering

Iri https://w3id.org/emmo#EMMO_3cb27225_df45_4616_aa3b_32dba383524c
Annotations
Preflabel LiquidPhaseSintering
Formal description
Subclass Of Sintering

LowPressureCasting

Iri https://w3id.org/emmo#EMMO_8b2fd84c_8f51_4731_9bd7_830545e78b23
Annotations
Preflabel LowPressureCasting
Formal description
Subclass Of Casting

MachineCell

Iri https://w3id.org/emmo#EMMO_4d2ca841_6cb1_4710_a756_5b989746bca2
Annotations
Preflabel MachineCell
Comment Is not simply a collection of machineries, since the connection between them is due to the parallel flow of processed parts that comes from a unique source and ends into a common repository.
Elucidation A group of machineries used to process a group of similar parts.
Formal description
Subclass Of ManufacturingSystem

Machining

Iri https://w3id.org/emmo#EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92
Annotations
Preflabel Machining
Altlabel RemovingChipsFromWorkpiece
Elucidation A manufacturing in which material is removed from the workpiece in the form of chips.
Formal description
Subclass Of DefinedEdgeCutting

Magnetizing

Iri https://w3id.org/emmo#EMMO_c30aaeb1_66cc_4c69_8890_d7812c1d608c
Annotations
Preflabel Magnetizing
Formal description
Subclass Of MaterialTreatment

ManufacturedMaterial

Iri https://w3id.org/emmo#EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356
Annotations
Preflabel ManufacturedMaterial
Altlabel EngineeredMaterial
Altlabel ProcessedMaterial
Elucidation A material that is obtained through a manufacturing process.
Formal description
Equivalent To Material and ManufacturedProduct
Subclass Of Thing
Subclass Of Inverse(hasOutput) some Manufacturing

ManufacturedProduct

Iri https://w3id.org/emmo#EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad
Annotations
Preflabel ManufacturedProduct
Altlabel Artifact
Altlabel Engineered
Altlabel TangibleProduct
Elucidation An object that has been designed and manufactured for a particular purpose.
Example Car, tire, composite material.
Formal description
Subclass Of Product
Subclass Of Object

Manufacturer

Iri https://w3id.org/emmo#EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b
Annotations
Preflabel Manufacturer
Elucidation A fundamental object overcrossing a manufacturing process, the intersection being the agent that participates and drives the manufacturing process.
Formal description
Subclass Of IntentionalAgent
Subclass Of Inverse(isParticipatedBy) some Manufacturing

Manufacturing

Iri https://w3id.org/emmo#EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b
Annotations
Preflabel Manufacturing
Comment Deals with entities that have a defined shape.
Elucidation The process of transforming precursor objects (e.g. raw materials) into a product by the use of manual labor, machinery or chemical/biological processes.
Wikipediareference https://de.wikipedia.org/wiki/Fertigungsverfahren
Formal description
Subclass Of TechnologyProcess
Subclass Of hasOutput some WorkPiece
Subclass Of Inverse(isParticipatedBy) some ManufacturedProduct
Subclass Of Inverse(isParticipatedBy) some Manufacturer

ManufacturingDevice

Iri https://w3id.org/emmo#EMMO_86a305d1_7644_48be_b84c_1f976679b904
Annotations
Preflabel ManufacturingDevice
Elucidation A device that is designed to participate to a manufacturing process.
Formal description
Subclass Of Device

ManufacturingSystem

Iri https://w3id.org/emmo#EMMO_16cc6deb_d9f8_4ede_900a_a17cc86e57c4
Annotations
Preflabel ManufacturingSystem
Elucidation A system arranged to setup a specific manufacturing process.
Formal description
Subclass Of HolisticArrangement

MaterialSynthesis

Iri https://w3id.org/emmo#EMMO_fa9cfc5d_9c3c_4856_a708_28be3858917e
Annotations
Preflabel MaterialSynthesis
Comment Deals with undefined shapes both input and output.
Elucidation The creation of a material entity starting from fundamental substances, involving chemical phenomena (e.g. reaction, bonding).
Formal description
Subclass Of ProductionEngineering
Subclass Of MaterialsProcessing

MaterialTreatment

Iri https://w3id.org/emmo#EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e
Annotations
Preflabel MaterialTreatment
Altlabel Stoffeigenschaft ändern
Altlabel WorkPieceTreatment
Comment Has shaped bodies as input and output.
Comment Manufacturing by changing the properties of the material of which a workpiece is made, which is done, among other things, by changes in the submicroscopic or atomic range, e.g. by diffusion of atoms, generation and movement of dislocations in the atomic lattice or chemical reactions, and where unavoidable changes in shape are not part of the essence of these processes.
Comment esce workpiece
Elucidation The processing of a material aimed to transform its structure by means of any type of treatment, without involving relevant synthesis phenomena.
Formal description
Subclass Of MaterialsProcessing
Subclass Of Manufacturing

MaterialsProcessing

Iri https://w3id.org/emmo#EMMO_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a
Annotations
Preflabel MaterialsProcessing
Altlabel ContinuumManufacturing
Comment A material process requires the output to be classified as an individual of a material subclass.
Elucidation A manufacturing process aimed to modify the precursor objects through a physical process (involving other materials, energy, manipulation) to change its material properties.
Example Synthesis of materials, quenching, the preparation of a cake, tempering of a steel beam.
Formal description
Subclass Of TechnologyProcess

MergingManufacturing

Iri https://w3id.org/emmo#EMMO_eb85216f_b872_4ee5_9f62_655aa2ae0470
Annotations
Preflabel MergingManufacturing
Altlabel AddingManufacturing
Formal description
Subclass Of WorkpieceManufacturing

MetallicPowderSintering

Iri https://w3id.org/emmo#EMMO_1a9e6e27_1e1d_492a_824e_6fb848574846
Annotations
Preflabel MetallicPowderSintering
Formal description
Subclass Of Sintering

MicrowaveSintering

Iri https://w3id.org/emmo#EMMO_0342678c_13ba_43d7_9cbd_df60967a0a45
Annotations
Preflabel MicrowaveSintering
Formal description
Subclass Of Sintering

Milling

Iri https://w3id.org/emmo#EMMO_44f91d47_3faf_48e2_844c_d44bbe3e22f6
Annotations
Preflabel Milling
Altlabel Fräsen
Comment Machining with a circular cutting movement, usually associated with a multi-toothed tool, and with a feed movement perpendicular or oblique to the axis of rotation of the tool, to produce any workpiece surface.
Formal description
Subclass Of Machining

Molds

Iri https://w3id.org/emmo#EMMO_8f4d2c80_002f_44b4_a4f1_0d9ead0779ba
Annotations
Preflabel Molds
Formal description
Subclass Of FormingFromPlastic

Moulding

Iri https://w3id.org/emmo#EMMO_6800c3fd_bf5d_4a2a_8e6e_9e909eefc16c
Annotations
Preflabel Moulding
Altlabel Gesenkformen
Comment Free forming is pressure forming with tools that do not or only partially contain the shape of the workpiece and move against each other (from: DIN 8583 Part 3/05.70).
Formal description
Subclass Of CompressiveForming
Subclass Of FromNotProperShapeToWorkPiece

Nailing

Iri https://w3id.org/emmo#EMMO_4f46c5ab_1c21_4639_90d5_3c4ebf3b156b
Annotations
Preflabel Nailing
Altlabel Nageln
Comment Nailing is joining by hammering or pressing nails (wire pins) as auxiliary parts into the solid material. Several parts are joined by pressing them together (from: DIN 8593 part 3/09.85).
Formal description
Subclass Of Pressing

Painting

Iri https://w3id.org/emmo#EMMO_96c38f8d_fabd_41dc_abda_d15419eb897d
Annotations
Preflabel Painting
Formal description
Subclass Of CoatingManufacturing

PaperManufacturing

Iri https://w3id.org/emmo#EMMO_123b0aee_eac2_461f_8078_3a7c8dfbe7ce
Annotations
Preflabel PaperManufacturing
Formal description
Subclass Of FormingFromChip

Peening

Iri https://w3id.org/emmo#EMMO_dc0874e8_36e1_44df_947d_0d7c81167a09
Annotations
Preflabel Peening
Altlabel ShotPeening
Altlabel Verfestigungsstrahlen
Comment (according to DIN 8200) Shot peening to generate residual compressive stresses in layers of the blasting material close to the surface in order to improve certain component properties, e.g. fatigue strength, corrosion resistance, wear resistance (from: DIN 8200:1982)
Formal description
Subclass Of HardeningByForming

PermanentLiquidPhaseSintering

Iri https://w3id.org/emmo#EMMO_1acb552d_281a_40a4_9d55_5e31b85d4dc1
Annotations
Preflabel PermanentLiquidPhaseSintering
Formal description
Subclass Of Sintering

PhotochemicalProcesses

Iri https://w3id.org/emmo#EMMO_00f2dc2d_2f64_468a_a77c_d70841b0b5f0
Annotations
Preflabel PhotochemicalProcesses
Formal description
Subclass Of MaterialTreatment

Planing

Iri https://w3id.org/emmo#EMMO_f5655090_2266_41cb_b2e9_3b4569c45731
Annotations
Preflabel Planing
Altlabel Hobeln
Comment Type of scratching behaviour where the scratching force and the (displacement) deflection of the scratching tip are constant over the scratching distance during the test.
Formal description
Subclass Of Machining

PlasmaCutting

Iri https://w3id.org/emmo#EMMO_e2b08775_a0f6_4bf7_b228_53dc2299f114
Annotations
Preflabel PlasmaCutting
Formal description
Subclass Of ThermalCutting

PlasticModeling

Iri https://w3id.org/emmo#EMMO_b5efbfa6_8610_4e3e_ad36_93e426bd873e
Annotations
Preflabel PlasticModeling
Formal description
Subclass Of FormingFromPlastic

PlasticSintering

Iri https://w3id.org/emmo#EMMO_08d993e0_cc1c_45da_b0c5_3d658091ccfd
Annotations
Preflabel PlasticSintering
Formal description
Subclass Of Sintering

PorcelainOrCeramicCasting

Iri https://w3id.org/emmo#EMMO_d320f878_2be4_4927_aea6_d36a2ae2dd89
Annotations
Preflabel PorcelainOrCeramicCasting
Formal description
Subclass Of FormingFromPulp

PowderCoating

Iri https://w3id.org/emmo#EMMO_658b8bca_203a_49a6_920b_96b5baf5e199
Annotations
Preflabel PowderCoating
Formal description
Subclass Of CoatingManufacturing

PrecipitationHardening

Iri https://w3id.org/emmo#EMMO_3c7affee_09ed_42e7_a190_4a10c75ab6dd
Annotations
Preflabel PrecipitationHardening
Comment hardening of a workpiece caused by the precipitation of one or more compounds from a supersaturated solid solution
Formal description
Subclass Of HeatTreatment

Presses

Iri https://w3id.org/emmo#EMMO_9d74a963_8c62_4c20_a413_93b786bfbecc
Annotations
Preflabel Presses
Formal description
Subclass Of FormingFromPowder

Pressing

Iri https://w3id.org/emmo#EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535
Annotations
Preflabel Pressing
Altlabel Anpressen
Comment A collective term for the processes in which, during joining, the parts to be joined and any auxiliary parts are essentially only elastically deformed and unintentional loosening is prevented by frictional connection.
Formal description
Subclass Of JoinManufacturing

ProcessEngineeringProcess

Iri https://w3id.org/emmo#EMMO_592b1d98_4736_4cac_9b62_849b8dbe11c7
Annotations
Preflabel ProcessEngineeringProcess
Comment Deals with entities that have a undefined shape. Undefined means that the actual shape of the entity that is produced is not relevant for the definition of the process.
In fact, everything has a shape, but in process engineering this is not relevant.

e.g. the fact that steel comes in sheets is not relevant for the definition of steel material generated in a steel-making process.
Wikipediareference https://de.wikipedia.org/wiki/Verfahrenstechnik
Formal description
Subclass Of TechnologyProcess

Product

Iri https://w3id.org/emmo#EMMO_82fc8506_1f84_4add_9683_abea077bd1e3
Annotations
Preflabel Product
Altlabel Output
Comment This concepts encompass the overall lifetime of a product.
Is temporaly fundamental, meaning that it can have other products as holistic spatial parts, but its holistic temporal parts are not products. In other words, the individual must encompass the whole lifetime from creation to disposal.
A product can be a tangible object (e.g. a manufactured object), a process (e.g. service). It can be the outcome of a natural or an artificially driven process.
It must have and initial stage of its life that is also an outcome of a intentional process.
Elucidation The overall lifetime of an holistic that has been the output of an intentional process.
Formal description
Equivalent To Service or ManufacturedProduct
Subclass Of Maximal
Subclass Of isOutputOf some IntentionalAgency

ProductionEngineering

Iri https://w3id.org/emmo#EMMO_71b7346e_5a4a_4b2b_8ac5_d41ecc9c7bfd
Annotations
Preflabel ProductionEngineering
Formal description
Subclass Of ProcessEngineeringProcess

ProductionSystem

Iri https://w3id.org/emmo#EMMO_256bb4be_78c6_4f2f_8589_f5e4c8339bbd
Annotations
Preflabel ProductionSystem
Elucidation A network of objects that implements a production process through a series of interconnected elements.
Formal description
Subclass Of Network

RapidPrototyping

Iri https://w3id.org/emmo#EMMO_755eaac8_735e_438c_8c19_a8b5e6a81728
Annotations
Preflabel RapidPrototyping
Elucidation Application of additive manufacturing intended for reducing the time needed for producing prototypes.
Formal description
Subclass Of AdditiveManufacturing

ReactionSintering

Iri https://w3id.org/emmo#EMMO_2b524942_4e3e_403a_b4ab_2b53750f3d3b
Annotations
Preflabel ReactionSintering
Formal description
Subclass Of Sintering

ReshapeManufacturing

Iri https://w3id.org/emmo#EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b
Annotations
Preflabel ReshapeManufacturing
Altlabel Forming
Altlabel Umformen
Comment The mass of the raw part is equal to the mass of the finished part.
Elucidation A manufacturing in which workpieces are produced from solid raw parts through permanent deformation, provided that neither material is added nor removed.
Formal description
Subclass Of WorkpieceManufacturing
Subclass Of FromWorkPIecetoWorkPiece

Riveting

Iri https://w3id.org/emmo#EMMO_d3eecd54_e9bf_4c6f_bef8_6086cb9aa7b5
Annotations
Preflabel Riveting
Formal description
Subclass Of FormingJoin

Rolling

Iri https://w3id.org/emmo#EMMO_91c2db4b_83e2_4c36_aadf_453acc72e6d2
Annotations
Preflabel Rolling
Altlabel Walzen
Comment Continuous or stepwise pressure forming with one or more rotating tools (rollers), without or with additional tools, e.g. plugs or mandrels, rods, guide tools
Formal description
Subclass Of CompressiveForming

SandMolds

Iri https://w3id.org/emmo#EMMO_2bf617c6_e57b_430b_9f37_fcf2cfda719e
Annotations
Preflabel SandMolds
Formal description
Subclass Of FormingFromPowder

Sawing

Iri https://w3id.org/emmo#EMMO_c7d004db_59fa_5ae3_adb1_e75736aa721a
Annotations
Preflabel Sawing
Altlabel Sägen
Comment Cutting with circular or straight cutting motion, using a multi-toothed tool of small cutting width, the cutting motion being performed by the tool
Elucidation Process of cutting a workpiece into smaller parts that are either doughter parts, samples (e.g. for testing) or scrap.
Formal description
Subclass Of Machining

Screwing

Iri https://w3id.org/emmo#EMMO_410b5956_a06d_4370_b7df_b1bd2126fb4b
Annotations
Preflabel Screwing
Altlabel Schrauben
Comment Screwing (screwing on, screwing in, screwing tight) is joining by pressing on by means of a self-locking thread (from: DIN 8593 Part 3/09.85).
Formal description
Subclass Of Pressing

SeparateManufacturing

Iri https://w3id.org/emmo#EMMO_90589553_5625_4074_8f0d_0532fd7eb42b
Annotations
Preflabel SeparateManufacturing
Altlabel CuttingManufacturing
Altlabel Trennen
Elucidation A manufacturing process in which the shape of a workpiece is changed by breaking the material cohesion at the processing point and thus the material cohesion is reduced overall.
Formal description
Subclass Of WorkpieceManufacturing

Service

Iri https://w3id.org/emmo#EMMO_127594de_4802_4ad6_b09d_d05b340394dd
Annotations
Preflabel Service
Altlabel IntangibleProduct
Formal description
Subclass Of Product
Subclass Of IntentionalAgency

ShearCutting

Iri https://w3id.org/emmo#EMMO_1d6b63d5_9938_483c_ad62_a09ac34153c9
Annotations
Preflabel ShearCutting
Altlabel Scherschneiden
Comment Cutting workpieces between two cutting edges that move past each other (see Figure 1 [see figure in the standard]).
Formal description
Subclass Of Cutting

ShearForming

Iri https://w3id.org/emmo#EMMO_22744495_4f32_4a17_b189_259c644268f9
Annotations
Preflabel ShearForming
Altlabel Schubumformen
Comment Forming of a solid body, whereby the plastic state is essentially brought about by shear stress.
Formal description
Subclass Of ReshapeManufacturing

Sintering

Iri https://w3id.org/emmo#EMMO_03441eb3_d1fd_4906_b953_b83312d7589e
Annotations
Preflabel Sintering
Altlabel Sintern
Comment Sintering occurs naturally in mineral deposits, and is used as a manufacturing process for materials including ceramics, metals and plastics.
Because the sintering temperature doesn’t reach the materials’ melting point, it is often used for materials with high melting points, such as molybdenum and tungsten.
Elucidation Sintering is the process of forming a solid mass of material through heat and pressure without melting to the point of liquefaction. This process involves the atoms in materials diffusing across the particle boundaries and fusing together into one piece.
Formal description
Subclass Of FromNotProperShapeToWorkPiece

Soldering

Iri https://w3id.org/emmo#EMMO_c790c7ff_2d10_4336_94ad_4f4e173109a9
Annotations
Preflabel Soldering
Altlabel Löten
Comment Method of joining metallic materials with the aid of a molten filler metal (solder), optionally with the use of flow agents
Formal description
Subclass Of JoinManufacturing

SparkErosion

Iri https://w3id.org/emmo#EMMO_b8ce01a5_1e0c_4c69_8e54_7235fd4fe47e
Annotations
Preflabel SparkErosion
Altlabel elektrochemisches Abtragen
Comment A manufacturing process in which metallic material is anodically dissolved under the influence of an electric current and an electrolyte solution. The current flow can be caused either by connection to an external current source or due to local element formation on the workpiece (etching).
Formal description
Subclass Of Ablation

SparkPlasmaSintering

Iri https://w3id.org/emmo#EMMO_f0644f69_7337_4385_9d4a_4401b7bf3302
Annotations
Preflabel SparkPlasmaSintering
Formal description
Subclass Of Sintering

SupplyChain

Iri https://w3id.org/emmo#EMMO_0c7ad550_00ae_45ff_a4e2_58d6a61f48eb
Annotations
Preflabel SupplyChain
Elucidation A supply chain is a system of organizations, people, activities, information, and resources involved in supplying a product or service to a consumer.
Formal description
Subclass Of Network

TechnologyProcess

Iri https://w3id.org/emmo#EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72
Annotations
Preflabel TechnologyProcess
Altlabel ProductionEngineeringProcess
Comment Conversion of materials and assembly of components for the manufacture of products
Comment Technology is the application of knowledge for achieving practical goals in a reproducible way.
Comment Technology refers to methods, systems, and devices which are the result of scientific knowledge being used for practical purposes.
Comment application of scientific knowledge, tools, techniques, crafts or systems in order to solve a problem or to achieve an objective which can result in a product or process
Comment application of scientific knowledge, tools, techniques, crafts, systems or methods of organization in order to solve a problem or achieve an objective
Elucidation Class that includes the application of scientific knowledge, tools and techniques in order to transform a precursor object (ex. conversion of material) following a practic purpose.
Formal description
Subclass Of IntentionalAgency

Tempering

Iri https://w3id.org/emmo#EMMO_6fa330f7_3289_4228_81df_12ee8a9708ac
Annotations
Preflabel Tempering
Altlabel QuenchingAndTempering
Altlabel Vergüten
Comment Process consisting of two steps: - first, the steel is heated in a quenching treatment to a temperature above Ac3 and then rapidly cooled in a liquid to produce a process-specific grain structure; - subsequently, the steel is heated to a specific temperature during tempering to set the desired property and cooled in air.
Formal description
Subclass Of HeatTreatment

TensileForming

Iri https://w3id.org/emmo#EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9
Annotations
Preflabel TensileForming
Altlabel Zugdruckumformen
Comment Forming of a solid body, whereby the plastic state is essentially brought about by a combined tensile and compressive stress.
Formal description
Subclass Of ReshapeManufacturing

ThermalCutting

Iri https://w3id.org/emmo#EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998
Annotations
Preflabel ThermalCutting
Altlabel Thermisches Abtragen
Comment Thermal ablation is the separation of material particles in solid, liquid or gaseous state by heat processes as well as the removal of these material particles by mechanical or electromagnetic forces (from: DIN
Formal description
Subclass Of Ablation

ThermalSprayingForming

Iri https://w3id.org/emmo#EMMO_16c41198_3881_4a34_bae5_993f88823993
Annotations
Preflabel ThermalSprayingForming
Formal description
Subclass Of FormingFromPowder

ThermochemicalTreatment

Iri https://w3id.org/emmo#EMMO_263d9161_5a7c_4900_a49b_55f012b3fe07
Annotations
Preflabel ThermochemicalTreatment
Formal description
Subclass Of HeatTreatment

ThermomechanicalTreatment

Iri https://w3id.org/emmo#EMMO_3528547f_cefe_4f24_bc46_936b39f711eb
Annotations
Preflabel ThermomechanicalTreatment
Formal description
Subclass Of MaterialTreatment

Tool

Iri https://w3id.org/emmo#EMMO_5c68497d_2544_4cd4_897b_1ea783c9f6fe
Annotations
Preflabel Tool
Elucidation An object that enables or facilitate an agent in the execution of a process that modifies the surrounding environment.
Formal description
Subclass Of Participant
Subclass Of Object

TransferMolding

Iri https://w3id.org/emmo#EMMO_79575941_45dc_4f15_bb59_dc04dff2c92d
Annotations
Preflabel TransferMolding
Formal description
Subclass Of FormingFromPlastic

TransientLiquidPhaseSintering

Iri https://w3id.org/emmo#EMMO_e9907887_f266_4d81_9b2d_ba5137c914dd
Annotations
Preflabel TransientLiquidPhaseSintering
Formal description
Subclass Of Sintering

TransportationDevice

Iri https://w3id.org/emmo#EMMO_95d4eb9b_d3d0_4705_a01c_4f87fb5f8d43
Annotations
Preflabel TransportationDevice
Formal description
Subclass Of Device

UndefinedEdgeCutting

Iri https://w3id.org/emmo#EMMO_24788d59_32f5_4339_a42a_43a102ec14a8
Annotations
Preflabel UndefinedEdgeCutting
Altlabel Spanen mit geometrisch unbestimmten Schneiden
Formal description
Subclass Of SeparateManufacturing

VaporDeposition

Iri https://w3id.org/emmo#EMMO_68d094e2_1777_48b5_8e43_32965f824970
Annotations
Preflabel VaporDeposition
Formal description
Subclass Of FormingFromGas

Welding

Iri https://w3id.org/emmo#EMMO_06c415dc_ba26_407d_b596_283bd4d9a66f
Annotations
Preflabel Welding
Altlabel Schweißen
Comment Joining process by softening the surfaces to be joined, either by heat or with a solvent (swelling welding, solvent welding), and pressing the softened surfaces together.
Formal description
Subclass Of JoinManufacturing

Widening

Iri https://w3id.org/emmo#EMMO_214e9a99_58de_40e2_86cf_fa6aa1d180a8
Annotations
Preflabel Widening
Altlabel Weiten
Comment Widening is tensile forming to increase the circumference of a hollow body. A distinction is made between: Widening, bulging.
Formal description
Subclass Of TensileForming

WorkPiece

Iri https://w3id.org/emmo#EMMO_479db031_b344_4488_9efa_4bc12c6c1765
Annotations
Preflabel WorkPiece
Altlabel Werkstück
Comment A solid is defined as a portion of matter that is in a condensed state characterised by resistance to deformation and volume changes.
Comment In manufacturing, a workpiece is a single, delimited part of largely solid material that is processed in some form (e.g. stone ).
Comment In physics, a rigid body (also known as a rigid object[2]) is a solid body in which deformation is zero or so small it can be neglected. The distance between any two given points on a rigid body remains constant in time regardless of external forces or moments exerted on it. A rigid body is usually considered as a continuous distribution of mass.
Comment It has a shape, so we conclude that it is solid
Comment Object that is processed with a machine
Comment Seems to have to be processed through mechanical deformation. So it takes part of a manufacturing process. It is a Manufactured Product and it can be a Commercial Product
Comment The raw material or partially finished piece that is shaped by performing various operations.
Comment They are not powders or threads
Comment a physical artifact, real or virtual, intended for subsequent transformation within some manufacturing operation
Comment fili e polveri non sono compresi
Comment it seems to be an intermediate product, that has to reach the final shape.
Comment it seems to be solid, so it has a proper shape
Comment powder is not workpiece because it has the shape of the recipient containing them
Elucidation A WorkPiece is physical artifact, that has a proper shape and occupyes a proper volume intended for subsequent transformation. It is a condensed state, so it is a compact body that is processed or has to be processed.
Formal description
Subclass Of ManufacturedMaterial

WorkpieceForming

Iri https://w3id.org/emmo#EMMO_dd4b7d81_28a9_4801_8831_4cbab217e362
Annotations
Preflabel WorkpieceForming
Altlabel ArchetypeForming
Altlabel PrimitiveForming
Comment A manufacturing in which it is formed a solid body with its shape from shapeless original material parts, whose cohesion is created during the process.
Formal description
Subclass Of Manufacturing

WorkpieceManufacturing

Iri https://w3id.org/emmo#EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252
Annotations
Preflabel WorkpieceManufacturing
Altlabel DiscreteManufacturing
Altlabel Werkstücke
Elucidation A manufacturing with an output that is an object with a specific function, shape, or intended use, not simply a material.
Formal description
Subclass Of Manufacturing

Object Properties

hasManufacturedOutput

Iri https://w3id.org/emmo#EMMO_0e86a108_9d4d_4582_8126_f0c527d81901
Annotations
Preflabel hasManufacturedOutput
Formal description
Subclass Of ObjectProperty
Subclass Of hasProductOutput

hasProductOutput

Iri https://w3id.org/emmo#EMMO_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70
Annotations
Preflabel hasProductOutput
Formal description
Subclass Of ObjectProperty
Subclass Of hasOutput

hasServiceOutput

Iri https://w3id.org/emmo#EMMO_44d5f29a_6a9b_4f5d_9405_20ca553cd4d3
Annotations
Preflabel hasServiceOutput
Formal description
Subclass Of ObjectProperty
Subclass Of hasProductOutput

Module: Coherent Si Units

Classes

AmperePerDegreeCelsius

Iri https://w3id.org/emmo#AmperePerDegreeCelsius
Annotations
Unitsymbol A/°C
Qudtreference http://qudt.org/vocab/unit/A-PER-DEG_C
Ucumcode A.Cel-1
Ucumcode A/Cel
Preflabel AmperePerDegreeCelsius
Altlabel Ampere per Degree Celsius
Elucidation A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature.

-- QUDT
Formal description
Subclass Of SICoherentDerivedUnit
Subclass Of ElectricCurrentPerTemperatureUnit
Subclass Of hasSIConversionMultiplier value 57.29578
Subclass Of hasSIConversionOffset value 0.0

AmperePerJoule

Iri https://w3id.org/emmo#AmperePerJoule
Annotations
Unitsymbol A/J
Qudtreference http://qudt.org/vocab/unit/A-PER-J
Ucumcode A.J-1
Ucumcode A/J
Preflabel AmperePerJoule
Altlabel Ampere per Joule
Elucidation The inverse measure of joule-per-ampere or weber. The measure for the reciprical of magnetic flux.

-- QUDT
Formal description
Subclass Of SICoherentDerivedUnit
Subclass Of ElectricCurrentPerUnitEnergyUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

AmperePerMetre

Iri https://w3id.org/emmo#AmperePerMetre
Annotations
Unitsymbol A/m
Qudtreference http://qudt.org/vocab/unit/A-PER-M
Ucumcode A.m-1
Ucumcode A/m
Preflabel AmperePerMetre
Altlabel Ampere per Metre
Elucidation is the SI unit of magnetic field strength. One ampere per meter is equal to π/250 oersteds (12.566 371 millioersteds) in CGS units. The ampere per meter is also the SI unit of "magnetization" in the sense of magnetic dipole moment per unit volume; in this context 1 A/m = 0.001 emu per cubic centimeter.

-- QUDT
Formal description
Subclass Of SICoherentDerivedUnit
Subclass Of MagneticFieldStrengthUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

AmperePerRadian

Iri https://w3id.org/emmo#AmperePerRadian
Annotations
Unitsymbol A/rad
Qudtreference http://qudt.org/vocab/unit/A-PER-RAD
Ucumcode A.rad-1
Ucumcode A/rad
Preflabel AmperePerRadian
Altlabel Ampere per Radian
Elucidation `Ampere per Radian` is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian.

-- QUDT
Formal description
Subclass Of SICoherentDerivedUnit
Subclass Of ElectricCurrentUnit
Subclass Of hasSIConversionMultiplier value 1.0
Subclass Of hasSIConversionOffset value 0.0

AmperePerSquareMetre

Iri https://w3id.org/emmo#AmperePerSquareMetre
Annotations