From a73b192af064c87ce1671e14835a01a7745ad3ab Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sun, 2 Aug 2026 22:42:30 -0300 Subject: [PATCH 1/4] Make use of `x-jsonld-value` and `x-jsonld-constants` Signed-off-by: Juan Cruz Viotti --- schemas/2020-12/bipm/si/2019/base/unit/ampere.json | 7 +++++++ schemas/2020-12/bipm/si/2019/base/unit/candela.json | 7 +++++++ schemas/2020-12/bipm/si/2019/base/unit/kelvin.json | 7 +++++++ schemas/2020-12/bipm/si/2019/base/unit/kilogram.json | 7 +++++++ schemas/2020-12/bipm/si/2019/base/unit/metre.json | 7 +++++++ schemas/2020-12/bipm/si/2019/base/unit/mole.json | 7 +++++++ schemas/2020-12/bipm/si/2019/base/unit/second.json | 7 +++++++ .../2020-12/bipm/si/2019/compound/joule-per-kelvin.json | 7 +++++++ schemas/2020-12/bipm/si/2019/compound/joule-second.json | 7 +++++++ schemas/2020-12/bipm/si/2019/compound/lumen-per-watt.json | 7 +++++++ .../2020-12/bipm/si/2019/compound/metre-per-second.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/becquerel.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/coulomb.json | 7 +++++++ .../2020-12/bipm/si/2019/derived/unit/degree-celsius.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/farad.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/gray.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/henry.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/hertz.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/joule.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/katal.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/lumen.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/lux.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/newton.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/ohm.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/pascal.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/radian.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/siemens.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/sievert.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/steradian.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/tesla.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/volt.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/watt.json | 7 +++++++ schemas/2020-12/bipm/si/2019/derived/unit/weber.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/arcminute.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/arcsecond.json | 7 +++++++ .../bipm/si/2019/non-si/unit/astronomical-unit.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/dalton.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/day.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/degree.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/electronvolt.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/hectare.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/hour.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/litre.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/minute.json | 7 +++++++ schemas/2020-12/bipm/si/2019/non-si/unit/tonne.json | 7 +++++++ schemas/2020-12/iso/coordinate/2022/latitude.json | 2 +- schemas/2020-12/iso/coordinate/2022/longitude.json | 2 +- schemas/2020-12/iso/it/2015/byte.json | 7 +++++++ schemas/2020-12/iso/units/2022/percentage.json | 7 +++++++ 49 files changed, 331 insertions(+), 2 deletions(-) diff --git a/schemas/2020-12/bipm/si/2019/base/unit/ampere.json b/schemas/2020-12/bipm/si/2019/base/unit/ampere.json index a6d3950a..cf9a8908 100644 --- a/schemas/2020-12/bipm/si/2019/base/unit/ampere.json +++ b/schemas/2020-12/bipm/si/2019/base/unit/ampere.json @@ -3,6 +3,13 @@ "title": "Ampere", "description": "The SI unit of electric current. It is defined by taking the fixed numerical value of the elementary charge, e, to be 1.602 176 634 x 10^-19 when expressed in the unit C, which is equal to A s, where the second is defined in terms of Delta_nu_Cs", "examples": [ 0, 1, 5, 10, 0.001, 2.5, -1.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/A" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "A", diff --git a/schemas/2020-12/bipm/si/2019/base/unit/candela.json b/schemas/2020-12/bipm/si/2019/base/unit/candela.json index 2d1af2d6..f3cae59c 100644 --- a/schemas/2020-12/bipm/si/2019/base/unit/candela.json +++ b/schemas/2020-12/bipm/si/2019/base/unit/candela.json @@ -3,6 +3,13 @@ "title": "Candela", "description": "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 x 10^12 Hz, K_cd, 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 s^3, where the kilogram, metre and second are defined in terms of h, c and Delta_nu_Cs", "examples": [ 1, 10, 100, 1000, 12.5, 0.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/CD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "cd", diff --git a/schemas/2020-12/bipm/si/2019/base/unit/kelvin.json b/schemas/2020-12/bipm/si/2019/base/unit/kelvin.json index fb3b31e6..41dbe6cb 100644 --- a/schemas/2020-12/bipm/si/2019/base/unit/kelvin.json +++ b/schemas/2020-12/bipm/si/2019/base/unit/kelvin.json @@ -3,6 +3,13 @@ "title": "Kelvin", "description": "The SI unit of thermodynamic temperature. It is defined by taking the fixed numerical value of the Boltzmann constant, k, to be 1.380 649 x 10^-23 when expressed in the unit J K^-1, which is equal to kg m^2 s^-2 K^-1, where the kilogram, metre and second are defined in terms of h, c and Delta_nu_Cs", "examples": [ 0, 273.15, 293.15, 373.15, 100, 300 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/K" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "K", diff --git a/schemas/2020-12/bipm/si/2019/base/unit/kilogram.json b/schemas/2020-12/bipm/si/2019/base/unit/kilogram.json index 8608e2c0..d505470a 100644 --- a/schemas/2020-12/bipm/si/2019/base/unit/kilogram.json +++ b/schemas/2020-12/bipm/si/2019/base/unit/kilogram.json @@ -3,6 +3,13 @@ "title": "Kilogram", "description": "The SI unit of mass. It is defined by taking the fixed numerical value of the Planck constant, h, to be 6.626 070 15 x 10^-34 when expressed in the unit J s, which is equal to kg m^2 s^-1, where the metre and the second are defined in terms of c and Delta_nu_Cs", "examples": [ 0.001, 1, 10, 100, 1000, 0.5, 75.3 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "kg", diff --git a/schemas/2020-12/bipm/si/2019/base/unit/metre.json b/schemas/2020-12/bipm/si/2019/base/unit/metre.json index 3c1139a8..bbc96ab6 100644 --- a/schemas/2020-12/bipm/si/2019/base/unit/metre.json +++ b/schemas/2020-12/bipm/si/2019/base/unit/metre.json @@ -3,6 +3,13 @@ "title": "Metre", "description": "The SI unit of length. It is defined by taking the fixed numerical value of the speed of light in vacuum, c, to be 299 792 458 when expressed in the unit m s^-1, where the second is defined in terms of Delta_nu_Cs", "examples": [ 0, 1, 0.001, 1000, 1.75, 9.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/M" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "m", diff --git a/schemas/2020-12/bipm/si/2019/base/unit/mole.json b/schemas/2020-12/bipm/si/2019/base/unit/mole.json index 586f8932..d8aa3f57 100644 --- a/schemas/2020-12/bipm/si/2019/base/unit/mole.json +++ b/schemas/2020-12/bipm/si/2019/base/unit/mole.json @@ -3,6 +3,13 @@ "title": "Mole", "description": "The SI unit of amount of substance. One mole contains exactly 6.022 140 76 x 10^23 elementary entities. This number is the fixed numerical value of the Avogadro constant, N_A, 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", "examples": [ 0.001, 1, 2, 10, 0.5, 1.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MOL" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "mol", diff --git a/schemas/2020-12/bipm/si/2019/base/unit/second.json b/schemas/2020-12/bipm/si/2019/base/unit/second.json index f33ddfe2..c7c7766d 100644 --- a/schemas/2020-12/bipm/si/2019/base/unit/second.json +++ b/schemas/2020-12/bipm/si/2019/base/unit/second.json @@ -3,6 +3,13 @@ "title": "Second", "description": "The SI unit of time. It is defined by taking the fixed numerical value of the caesium frequency, Delta_nu_Cs, the unperturbed ground-state hyperfine transition frequency of the caesium 133 atom, to be 9 192 631 770 when expressed in the unit Hz, which is equal to s^-1", "examples": [ 0, 1, 60, 3600, 86400, 0.001, 1.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/SEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "s", diff --git a/schemas/2020-12/bipm/si/2019/compound/joule-per-kelvin.json b/schemas/2020-12/bipm/si/2019/compound/joule-per-kelvin.json index 1067772b..b407bc93 100644 --- a/schemas/2020-12/bipm/si/2019/compound/joule-per-kelvin.json +++ b/schemas/2020-12/bipm/si/2019/compound/joule-per-kelvin.json @@ -3,6 +3,13 @@ "title": "Joule per kelvin", "description": "A compound unit of heat capacity and entropy. It is equal to J K^-1, which is equal to kg m^2 s^-2 K^-1", "examples": [ 1.38065e-23, 1.00e-22, 1e-21, 1.0e-20, 0.001, 1, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/J-PER-K" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-units": [ "../derived/unit/joule.json", "../base/unit/kelvin.json" ], diff --git a/schemas/2020-12/bipm/si/2019/compound/joule-second.json b/schemas/2020-12/bipm/si/2019/compound/joule-second.json index d976de98..42d51a8b 100644 --- a/schemas/2020-12/bipm/si/2019/compound/joule-second.json +++ b/schemas/2020-12/bipm/si/2019/compound/joule-second.json @@ -3,6 +3,13 @@ "title": "Joule second", "description": "A compound unit of action. It is equal to J s, which is equal to kg m^2 s^-1", "examples": [ 6.62607e-34, 1e-33, 1.0e-32, 1.00e-31 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/J-SEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-units": [ "../derived/unit/joule.json", "../base/unit/second.json" ], diff --git a/schemas/2020-12/bipm/si/2019/compound/lumen-per-watt.json b/schemas/2020-12/bipm/si/2019/compound/lumen-per-watt.json index e0c174b4..d919027a 100644 --- a/schemas/2020-12/bipm/si/2019/compound/lumen-per-watt.json +++ b/schemas/2020-12/bipm/si/2019/compound/lumen-per-watt.json @@ -3,6 +3,13 @@ "title": "Lumen per watt", "description": "A compound unit of luminous efficacy. It is equal to lm W^-1, which is equal to cd sr W^-1, or cd sr kg^-1 m^-2 s^3", "examples": [ 1, 10, 100, 683 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/LM-PER-W" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-units": [ "../derived/unit/lumen.json", "../derived/unit/watt.json" ], diff --git a/schemas/2020-12/bipm/si/2019/compound/metre-per-second.json b/schemas/2020-12/bipm/si/2019/compound/metre-per-second.json index a3873447..52accbbe 100644 --- a/schemas/2020-12/bipm/si/2019/compound/metre-per-second.json +++ b/schemas/2020-12/bipm/si/2019/compound/metre-per-second.json @@ -3,6 +3,13 @@ "title": "Metre per second", "description": "A compound unit of velocity. It is equal to m s^-1", "examples": [ 0, 1, 3, 10, 100, 299792458 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/M-PER-SEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-units": [ "../base/unit/metre.json", "../base/unit/second.json" ], diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/becquerel.json b/schemas/2020-12/bipm/si/2019/derived/unit/becquerel.json index 6ffb811e..dea56e68 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/becquerel.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/becquerel.json @@ -3,6 +3,13 @@ "title": "Becquerel", "description": "The SI unit of activity referred to a radionuclide. It is equal to s^-1. The becquerel is used only for stochastic processes in radioactive decay", "examples": [ 1, 1000, 1000000.0, 37000000000.0, 1000000000000.0 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/BQ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "Bq", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/coulomb.json b/schemas/2020-12/bipm/si/2019/derived/unit/coulomb.json index 0b80d106..8dcfe61a 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/coulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/coulomb.json @@ -3,6 +3,13 @@ "title": "Coulomb", "description": "The SI unit of electric charge. It is equal to A s", "examples": [ 0, 1, -1, 1.602e-19, 96485, 0.001 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/C" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "C", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/degree-celsius.json b/schemas/2020-12/bipm/si/2019/derived/unit/degree-celsius.json index 05796ce4..1a70a4fe 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/degree-celsius.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/degree-celsius.json @@ -3,6 +3,13 @@ "title": "Degree Celsius", "description": "The SI unit of Celsius temperature. It is equal in magnitude to the kelvin. The quantity Celsius temperature t is related to thermodynamic temperature T by the equation t/°C = T/K - 273.15", "examples": [ -273.15, 0, 20, 37, 100, -40 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "°C", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/farad.json b/schemas/2020-12/bipm/si/2019/derived/unit/farad.json index cdfb29b4..cdc4d96f 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/farad.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/farad.json @@ -3,6 +3,13 @@ "title": "Farad", "description": "The SI unit of capacitance. It is equal to C/V, which is equal to kg^-1 m^-2 s^4 A^2", "examples": [ 1e-12, 1e-9, 1e-6, 0.001, 1, 100 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/FARAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "F", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/gray.json b/schemas/2020-12/bipm/si/2019/derived/unit/gray.json index 73a5100f..880ada2c 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/gray.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/gray.json @@ -3,6 +3,13 @@ "title": "Gray", "description": "The SI unit of absorbed dose and kerma. It is equal to J/kg, which is equal to m^2 s^-2", "examples": [ 0, 0.001, 0.01, 1, 10, 100 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GRAY" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "Gy", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/henry.json b/schemas/2020-12/bipm/si/2019/derived/unit/henry.json index 14fe7176..b4c6721a 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/henry.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/henry.json @@ -3,6 +3,13 @@ "title": "Henry", "description": "The SI unit of inductance. It is equal to Wb/A, which is equal to kg m^2 s^-2 A^-2", "examples": [ 1e-9, 1e-6, 0.001, 1, 10, 100 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/H" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "H", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/hertz.json b/schemas/2020-12/bipm/si/2019/derived/unit/hertz.json index 69363669..ee0c8817 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/hertz.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/hertz.json @@ -3,6 +3,13 @@ "title": "Hertz", "description": "The SI unit of frequency. It is equal to s^-1. The hertz is used only for periodic phenomena", "examples": [ 1, 50, 60, 1000, 1000000, 2400000000.0 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/HZ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "Hz", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/joule.json b/schemas/2020-12/bipm/si/2019/derived/unit/joule.json index cb513d02..a27e0dbd 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/joule.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/joule.json @@ -3,6 +3,13 @@ "title": "Joule", "description": "The SI unit of energy, work, and amount of heat. It is equal to N m, which is equal to kg m^2 s^-2", "examples": [ 0, 1, 100, 1000, 4184, 1000000.0 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/J" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "J", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/katal.json b/schemas/2020-12/bipm/si/2019/derived/unit/katal.json index eb4847a8..abce563a 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/katal.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/katal.json @@ -3,6 +3,13 @@ "title": "Katal", "description": "The SI unit of catalytic activity. It is equal to mol s^-1", "examples": [ 1e-9, 1e-6, 0.001, 1, 10, 100 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KAT" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "kat", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/lumen.json b/schemas/2020-12/bipm/si/2019/derived/unit/lumen.json index 9729c0eb..2348a645 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/lumen.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/lumen.json @@ -3,6 +3,13 @@ "title": "Lumen", "description": "The SI unit of luminous flux. It is equal to cd sr", "examples": [ 0, 100, 800, 1500, 5000, 10000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/LM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "lm", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/lux.json b/schemas/2020-12/bipm/si/2019/derived/unit/lux.json index 59887f5c..2d0cfa8a 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/lux.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/lux.json @@ -3,6 +3,13 @@ "title": "Lux", "description": "The SI unit of illuminance. It is equal to lm/m^2, which is equal to cd sr m^-2", "examples": [ 0, 1, 100, 400, 1000, 10000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/LUX" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "lx", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/newton.json b/schemas/2020-12/bipm/si/2019/derived/unit/newton.json index ab258d35..2c62a6f2 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/newton.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/newton.json @@ -3,6 +3,13 @@ "title": "Newton", "description": "The SI unit of force. It is equal to kg m s^-2", "examples": [ 0, 1, 9.8, 100, 1000, -50 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/N" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "N", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/ohm.json b/schemas/2020-12/bipm/si/2019/derived/unit/ohm.json index 6de39744..b7600986 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/ohm.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/ohm.json @@ -3,6 +3,13 @@ "title": "Ohm", "description": "The SI unit of electric resistance. It is equal to V/A, which is equal to kg m^2 s^-3 A^-2", "examples": [ 1, 10, 100, 1000, 10000, 1000000.0 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/OHM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "Ω", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/pascal.json b/schemas/2020-12/bipm/si/2019/derived/unit/pascal.json index 6f3a1b2b..ba7b0330 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/pascal.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/pascal.json @@ -3,6 +3,13 @@ "title": "Pascal", "description": "The SI unit of pressure and stress. It is equal to N/m^2, which is equal to kg m^-1 s^-2", "examples": [ 0, 101325, 1000, 100000, 1000000.0 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "Pa", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/radian.json b/schemas/2020-12/bipm/si/2019/derived/unit/radian.json index 2d633f6b..fabc5e09 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/radian.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/radian.json @@ -3,6 +3,13 @@ "title": "Radian", "description": "The SI unit of plane angle. It is dimensionless", "examples": [ 0, 1, 3.14159, 6.28318, 1.5708, -1.5708 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/RAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "rad", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/siemens.json b/schemas/2020-12/bipm/si/2019/derived/unit/siemens.json index 44eec79d..a2e686b7 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/siemens.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/siemens.json @@ -3,6 +3,13 @@ "title": "Siemens", "description": "The SI unit of electric conductance. It is equal to A/V, which is equal to kg^-1 m^-2 s^3 A^2", "examples": [ 0.001, 0.01, 0.1, 1, 10, 100 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/S" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "S", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/sievert.json b/schemas/2020-12/bipm/si/2019/derived/unit/sievert.json index e0935d23..d5cd9365 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/sievert.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/sievert.json @@ -3,6 +3,13 @@ "title": "Sievert", "description": "The SI unit of dose equivalent. It is equal to J/kg, which is equal to m^2 s^-2. The sievert is also used for the quantities directional dose equivalent and personal dose equivalent", "examples": [ 0, 0.001, 0.01, 0.1, 1, 10 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/SV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "Sv", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/steradian.json b/schemas/2020-12/bipm/si/2019/derived/unit/steradian.json index 10e5ac2d..f5128e28 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/steradian.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/steradian.json @@ -3,6 +3,13 @@ "title": "Steradian", "description": "The SI unit of solid angle. It is dimensionless", "examples": [ 0, 1, 12.5664, 4.18879, 0.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/SR" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "sr", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/tesla.json b/schemas/2020-12/bipm/si/2019/derived/unit/tesla.json index 6d665518..d7a39fa6 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/tesla.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/tesla.json @@ -3,6 +3,13 @@ "title": "Tesla", "description": "The SI unit of magnetic flux density. It is equal to Wb/m^2, which is equal to kg s^-2 A^-1", "examples": [ 0, 5e-5, 0.001, 1, 10, -0.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/T" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "T", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/volt.json b/schemas/2020-12/bipm/si/2019/derived/unit/volt.json index 25a9a2cc..b0b47cf1 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/volt.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/volt.json @@ -3,6 +3,13 @@ "title": "Volt", "description": "The SI unit of electric potential difference. It is equal to W/A, which is equal to kg m^2 s^-3 A^-1", "examples": [ 0, 1.5, 9, 12, 120, 240, -12 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/V" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "V", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/watt.json b/schemas/2020-12/bipm/si/2019/derived/unit/watt.json index f05f144e..d2ff6003 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/watt.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/watt.json @@ -3,6 +3,13 @@ "title": "Watt", "description": "The SI unit of power and radiant flux. It is equal to J/s, which is equal to kg m^2 s^-3", "examples": [ 0, 1, 100, 1000, 1500, 1000000.0 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/W" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "W", diff --git a/schemas/2020-12/bipm/si/2019/derived/unit/weber.json b/schemas/2020-12/bipm/si/2019/derived/unit/weber.json index 09a5b57c..32c080b0 100644 --- a/schemas/2020-12/bipm/si/2019/derived/unit/weber.json +++ b/schemas/2020-12/bipm/si/2019/derived/unit/weber.json @@ -3,6 +3,13 @@ "title": "Weber", "description": "The SI unit of magnetic flux. It is equal to V s, which is equal to kg m^2 s^-2 A^-1", "examples": [ 0, 0.001, 0.1, 1, 10, -1 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/WB" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-symbol": "Wb", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/arcminute.json b/schemas/2020-12/bipm/si/2019/non-si/unit/arcminute.json index 4244a475..1f2a5bbf 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/arcminute.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/arcminute.json @@ -3,6 +3,13 @@ "title": "Arcminute", "description": "A non-SI unit of plane angle accepted for use with the SI. One arcminute is equal to (1/60) degree or (pi/10800) radians", "examples": [ 0, 1, 30, 60, -30, 15.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MIN_Angle" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "(pi/10800) rad", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/arcsecond.json b/schemas/2020-12/bipm/si/2019/non-si/unit/arcsecond.json index bd46244d..2f27dcff 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/arcsecond.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/arcsecond.json @@ -3,6 +3,13 @@ "title": "Arcsecond", "description": "A non-SI unit of plane angle accepted for use with the SI. One arcsecond is equal to (1/60) arcminute or (pi/648000) radians", "examples": [ 0, 1, 30, 60, -30, 15.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/ARCSEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "(pi/648000) rad", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/astronomical-unit.json b/schemas/2020-12/bipm/si/2019/non-si/unit/astronomical-unit.json index 0e1246c9..c3b8892a 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/astronomical-unit.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/astronomical-unit.json @@ -3,6 +3,13 @@ "title": "Astronomical Unit", "description": "A non-SI unit of length accepted for use with the SI. One astronomical unit is a conventional unit of length approximately equal to the mean Earth-Sun distance. It is defined as exactly 149597870700 metres", "examples": [ 0, 1, 0.387, 1.524, 5.203, 39.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/AU" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "149597870700 m", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/dalton.json b/schemas/2020-12/bipm/si/2019/non-si/unit/dalton.json index 093badc6..755124eb 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/dalton.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/dalton.json @@ -3,6 +3,13 @@ "title": "Dalton", "description": "A non-SI unit of mass accepted for use with the SI. One dalton is equal to (1/12) of the mass of an unbound neutral carbon-12 atom in its nuclear and electronic ground state. It is approximately 1.660 539 066 60 x 10^-27 kg", "examples": [ 1, 12, 16, 18, 28, 44, 180.16 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/Da" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "1.66053906660e-27 kg", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/day.json b/schemas/2020-12/bipm/si/2019/non-si/unit/day.json index 3d68cc2b..75bf02c4 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/day.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/day.json @@ -3,6 +3,13 @@ "title": "Day", "description": "A non-SI unit of time accepted for use with the SI. One day is equal to 24 hours or 86400 seconds", "examples": [ 0, 1, 7, 30, 365, 0.5, 1.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DAY" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "86400 s", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/degree.json b/schemas/2020-12/bipm/si/2019/non-si/unit/degree.json index 893ef5a9..51941249 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/degree.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/degree.json @@ -3,6 +3,13 @@ "title": "Degree", "description": "A non-SI unit of plane angle accepted for use with the SI. One degree is equal to (pi/180) radians", "examples": [ 0, 45, 90, 180, 360, -90, -180, 37.7749 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DEG" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "(pi/180) rad", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/electronvolt.json b/schemas/2020-12/bipm/si/2019/non-si/unit/electronvolt.json index a3b3c2a1..8597a393 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/electronvolt.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/electronvolt.json @@ -3,6 +3,13 @@ "title": "Electronvolt", "description": "A non-SI unit of energy accepted for use with the SI. One electronvolt is the kinetic energy acquired by an electron in passing through a potential difference of one volt in vacuum. It is equal to approximately 1.602 176 634 x 10^-19 joules", "examples": [ 0, 1, 13.6, 511000, 1000000, 1e+9 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/EV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "1.602176634e-19 J", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/hectare.json b/schemas/2020-12/bipm/si/2019/non-si/unit/hectare.json index 9c8ca67c..62941c96 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/hectare.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/hectare.json @@ -3,6 +3,13 @@ "title": "Hectare", "description": "A non-SI unit of area accepted for use with the SI. One hectare is equal to 10000 square metres", "examples": [ 0, 1, 10, 100, 0.5, 2.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/HA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "10000 m^2", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/hour.json b/schemas/2020-12/bipm/si/2019/non-si/unit/hour.json index 9175c68e..6bec1f24 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/hour.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/hour.json @@ -3,6 +3,13 @@ "title": "Hour", "description": "A non-SI unit of time accepted for use with the SI. One hour is equal to 60 minutes or 3600 seconds", "examples": [ 0, 1, 6, 12, 24, 1.5, 0.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/HR" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "3600 s", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/litre.json b/schemas/2020-12/bipm/si/2019/non-si/unit/litre.json index ac5fd392..bbf8ed9d 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/litre.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/litre.json @@ -3,6 +3,13 @@ "title": "Litre", "description": "A non-SI unit of volume accepted for use with the SI. One litre is equal to one cubic decimetre (0.001 cubic metres)", "examples": [ 0, 1, 0.5, 2, 1.5, 100, 0.25 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/L" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "0.001 m^3", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/minute.json b/schemas/2020-12/bipm/si/2019/non-si/unit/minute.json index 260ee9d5..52535b1c 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/minute.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/minute.json @@ -3,6 +3,13 @@ "title": "Minute", "description": "A non-SI unit of time accepted for use with the SI. One minute is equal to 60 seconds", "examples": [ 0, 1, 5, 30, 60, 90, 1.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MIN" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "60 s", diff --git a/schemas/2020-12/bipm/si/2019/non-si/unit/tonne.json b/schemas/2020-12/bipm/si/2019/non-si/unit/tonne.json index 45b79ebd..6f5278aa 100644 --- a/schemas/2020-12/bipm/si/2019/non-si/unit/tonne.json +++ b/schemas/2020-12/bipm/si/2019/non-si/unit/tonne.json @@ -3,6 +3,13 @@ "title": "Tonne", "description": "A non-SI unit of mass accepted for use with the SI. One tonne is equal to 1000 kilograms", "examples": [ 0, 1, 10, 100, 0.5, 2.5 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/TONNE" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-si-equivalent": "1000 kg", diff --git a/schemas/2020-12/iso/coordinate/2022/latitude.json b/schemas/2020-12/iso/coordinate/2022/latitude.json index 833202d6..45ff7e88 100644 --- a/schemas/2020-12/iso/coordinate/2022/latitude.json +++ b/schemas/2020-12/iso/coordinate/2022/latitude.json @@ -5,7 +5,7 @@ "examples": [ 0, 37.7749, -33.8688, 90, -90 ], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.iso.org/standard/75147.html" ], - "$ref": "../../../bipm/si/2019/non-si/unit/degree.json", + "type": "number", "maximum": 90, "minimum": -90 } diff --git a/schemas/2020-12/iso/coordinate/2022/longitude.json b/schemas/2020-12/iso/coordinate/2022/longitude.json index 7b77aff5..34114794 100644 --- a/schemas/2020-12/iso/coordinate/2022/longitude.json +++ b/schemas/2020-12/iso/coordinate/2022/longitude.json @@ -5,7 +5,7 @@ "examples": [ 0, -122.419, 151.209, 180, -180 ], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.iso.org/standard/75147.html" ], - "$ref": "../../../bipm/si/2019/non-si/unit/degree.json", + "type": "number", "maximum": 180, "minimum": -180 } diff --git a/schemas/2020-12/iso/it/2015/byte.json b/schemas/2020-12/iso/it/2015/byte.json index 10bb0f7b..401b78d1 100644 --- a/schemas/2020-12/iso/it/2015/byte.json +++ b/schemas/2020-12/iso/it/2015/byte.json @@ -3,6 +3,13 @@ "title": "ISO/IEC 2382:2015 Byte (2121333)", "description": "A non-negative integer representing bytes in information technology", "examples": [ 0, 1024, 1048576 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/BYTE" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.iso.org/standard/63598.html" ], "type": "integer", diff --git a/schemas/2020-12/iso/units/2022/percentage.json b/schemas/2020-12/iso/units/2022/percentage.json index 23121251..9f0ccbd1 100644 --- a/schemas/2020-12/iso/units/2022/percentage.json +++ b/schemas/2020-12/iso/units/2022/percentage.json @@ -3,6 +3,13 @@ "title": "ISO 80000-1:2022 Percentage", "description": "A numeric percentage value between 0 and 100", "examples": [ 0, 50, 100 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.iso.org/standard/76921.html" ], "type": "number", From 6cd574beb7222868c1fcd8f228ce2879260017eb Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 3 Aug 2026 08:54:35 -0300 Subject: [PATCH 2/4] More Signed-off-by: Juan Cruz Viotti --- .../si/2019/base/prefixed/attoampere.json | 7 + .../si/2019/base/prefixed/attosecond.json | 7 + .../bipm/si/2019/base/prefixed/centigram.json | 7 + .../si/2019/base/prefixed/centimetre.json | 7 + .../bipm/si/2019/base/prefixed/centimole.json | 7 + .../bipm/si/2019/base/prefixed/decagram.json | 7 + .../si/2019/base/prefixed/decakelvin.json | 7 + .../bipm/si/2019/base/prefixed/decametre.json | 7 + .../bipm/si/2019/base/prefixed/decigram.json | 7 + .../bipm/si/2019/base/prefixed/decimetre.json | 7 + .../si/2019/base/prefixed/decisecond.json | 7 + .../si/2019/base/prefixed/femtoampere.json | 7 + .../bipm/si/2019/base/prefixed/femtogram.json | 7 + .../si/2019/base/prefixed/femtometre.json | 7 + .../bipm/si/2019/base/prefixed/femtomole.json | 7 + .../si/2019/base/prefixed/femtosecond.json | 7 + .../si/2019/base/prefixed/gigaampere.json | 7 + .../bipm/si/2019/base/prefixed/gram.json | 7 + .../bipm/si/2019/base/prefixed/hectogram.json | 7 + .../si/2019/base/prefixed/hectometre.json | 7 + .../si/2019/base/prefixed/kiloampere.json | 7 + .../si/2019/base/prefixed/kilocandela.json | 7 + .../bipm/si/2019/base/prefixed/kilometre.json | 7 + .../bipm/si/2019/base/prefixed/kilomole.json | 7 + .../si/2019/base/prefixed/kilosecond.json | 7 + .../si/2019/base/prefixed/megaampere.json | 7 + .../bipm/si/2019/base/prefixed/megagram.json | 7 + .../si/2019/base/prefixed/megakelvin.json | 7 + .../si/2019/base/prefixed/megasecond.json | 7 + .../si/2019/base/prefixed/microampere.json | 7 + .../bipm/si/2019/base/prefixed/microgram.json | 7 + .../si/2019/base/prefixed/micrometre.json | 7 + .../bipm/si/2019/base/prefixed/micromole.json | 7 + .../si/2019/base/prefixed/microsecond.json | 7 + .../si/2019/base/prefixed/milliampere.json | 7 + .../si/2019/base/prefixed/millicandela.json | 7 + .../bipm/si/2019/base/prefixed/milligram.json | 7 + .../si/2019/base/prefixed/millikelvin.json | 7 + .../si/2019/base/prefixed/millimetre.json | 7 + .../bipm/si/2019/base/prefixed/millimole.json | 7 + .../si/2019/base/prefixed/millisecond.json | 7 + .../si/2019/base/prefixed/nanoampere.json | 7 + .../bipm/si/2019/base/prefixed/nanogram.json | 7 + .../bipm/si/2019/base/prefixed/nanometre.json | 7 + .../bipm/si/2019/base/prefixed/nanomole.json | 7 + .../si/2019/base/prefixed/nanosecond.json | 7 + .../si/2019/base/prefixed/petaampere.json | 7 + .../si/2019/base/prefixed/picoampere.json | 7 + .../bipm/si/2019/base/prefixed/picogram.json | 7 + .../bipm/si/2019/base/prefixed/picometre.json | 7 + .../bipm/si/2019/base/prefixed/picomole.json | 7 + .../si/2019/base/prefixed/picosecond.json | 7 + .../si/2019/base/prefixed/teraampere.json | 7 + .../si/2019/derived/prefixed/attocoulomb.json | 7 + .../si/2019/derived/prefixed/attofarad.json | 7 + .../si/2019/derived/prefixed/attojoule.json | 7 + .../2019/derived/prefixed/centicoulomb.json | 7 + .../si/2019/derived/prefixed/centigray.json | 7 + .../si/2019/derived/prefixed/centinewton.json | 7 + .../si/2019/derived/prefixed/decacoulomb.json | 7 + .../si/2019/derived/prefixed/decapascal.json | 7 + .../si/2019/derived/prefixed/decicoulomb.json | 7 + .../si/2019/derived/prefixed/decinewton.json | 7 + .../si/2019/derived/prefixed/decisiemens.json | 7 + .../si/2019/derived/prefixed/exacoulomb.json | 7 + .../si/2019/derived/prefixed/exajoule.json | 7 + .../si/2019/derived/prefixed/exavolt.json | 7 + .../si/2019/derived/prefixed/exawatt.json | 7 + .../2019/derived/prefixed/femtocoulomb.json | 7 + .../si/2019/derived/prefixed/femtofarad.json | 7 + .../si/2019/derived/prefixed/femtojoule.json | 7 + .../si/2019/derived/prefixed/femtovolt.json | 7 + .../2019/derived/prefixed/gigabecquerel.json | 7 + .../si/2019/derived/prefixed/gigacoulomb.json | 7 + .../si/2019/derived/prefixed/gigahertz.json | 7 + .../si/2019/derived/prefixed/gigajoule.json | 7 + .../si/2019/derived/prefixed/giganewton.json | 7 + .../si/2019/derived/prefixed/gigaohm.json | 7 + .../si/2019/derived/prefixed/gigapascal.json | 7 + .../si/2019/derived/prefixed/gigavolt.json | 7 + .../si/2019/derived/prefixed/gigawatt.json | 7 + .../2019/derived/prefixed/hectocoulomb.json | 7 + .../si/2019/derived/prefixed/hectohertz.json | 7 + .../si/2019/derived/prefixed/hectopascal.json | 7 + .../2019/derived/prefixed/kilobecquerel.json | 7 + .../si/2019/derived/prefixed/kilocoulomb.json | 7 + .../si/2019/derived/prefixed/kilofarad.json | 7 + .../si/2019/derived/prefixed/kilogray.json | 7 + .../si/2019/derived/prefixed/kilohenry.json | 7 + .../si/2019/derived/prefixed/kilohertz.json | 7 + .../si/2019/derived/prefixed/kilojoule.json | 7 + .../si/2019/derived/prefixed/kilolumen.json | 7 + .../si/2019/derived/prefixed/kilonewton.json | 7 + .../si/2019/derived/prefixed/kiloohm.json | 7 + .../si/2019/derived/prefixed/kilopascal.json | 7 + .../si/2019/derived/prefixed/kilosiemens.json | 7 + .../si/2019/derived/prefixed/kilotesla.json | 7 + .../si/2019/derived/prefixed/kilovolt.json | 7 + .../si/2019/derived/prefixed/kilowatt.json | 7 + .../si/2019/derived/prefixed/kiloweber.json | 7 + .../2019/derived/prefixed/megabecquerel.json | 7 + .../si/2019/derived/prefixed/megacoulomb.json | 7 + .../si/2019/derived/prefixed/megagray.json | 7 + .../si/2019/derived/prefixed/megahertz.json | 7 + .../si/2019/derived/prefixed/megajoule.json | 7 + .../si/2019/derived/prefixed/meganewton.json | 7 + .../si/2019/derived/prefixed/megaohm.json | 7 + .../si/2019/derived/prefixed/megapascal.json | 7 + .../si/2019/derived/prefixed/megasiemens.json | 7 + .../si/2019/derived/prefixed/megavolt.json | 7 + .../si/2019/derived/prefixed/megawatt.json | 7 + .../2019/derived/prefixed/microbecquerel.json | 7 + .../2019/derived/prefixed/microcoulomb.json | 7 + .../si/2019/derived/prefixed/microfarad.json | 7 + .../si/2019/derived/prefixed/microgray.json | 7 + .../si/2019/derived/prefixed/microhenry.json | 7 + .../si/2019/derived/prefixed/microjoule.json | 7 + .../si/2019/derived/prefixed/microkatal.json | 7 + .../si/2019/derived/prefixed/micronewton.json | 7 + .../si/2019/derived/prefixed/microohm.json | 7 + .../si/2019/derived/prefixed/micropascal.json | 7 + .../si/2019/derived/prefixed/microradian.json | 7 + .../2019/derived/prefixed/microsiemens.json | 7 + .../2019/derived/prefixed/microsievert.json | 7 + .../si/2019/derived/prefixed/microtesla.json | 7 + .../si/2019/derived/prefixed/microvolt.json | 7 + .../si/2019/derived/prefixed/microwatt.json | 7 + .../2019/derived/prefixed/millibecquerel.json | 7 + .../2019/derived/prefixed/millicoulomb.json | 7 + .../derived/prefixed/millidegree-celsius.json | 7 + .../si/2019/derived/prefixed/millifarad.json | 7 + .../si/2019/derived/prefixed/milligray.json | 7 + .../si/2019/derived/prefixed/millihenry.json | 7 + .../si/2019/derived/prefixed/millihertz.json | 7 + .../si/2019/derived/prefixed/millijoule.json | 7 + .../si/2019/derived/prefixed/millikatal.json | 7 + .../si/2019/derived/prefixed/millinewton.json | 7 + .../si/2019/derived/prefixed/milliohm.json | 7 + .../si/2019/derived/prefixed/millipascal.json | 7 + .../si/2019/derived/prefixed/milliradian.json | 7 + .../2019/derived/prefixed/millisiemens.json | 7 + .../2019/derived/prefixed/millisievert.json | 7 + .../si/2019/derived/prefixed/millitesla.json | 7 + .../si/2019/derived/prefixed/millivolt.json | 7 + .../si/2019/derived/prefixed/milliwatt.json | 7 + .../si/2019/derived/prefixed/milliweber.json | 7 + .../2019/derived/prefixed/nanobecquerel.json | 7 + .../si/2019/derived/prefixed/nanocoulomb.json | 7 + .../si/2019/derived/prefixed/nanofarad.json | 7 + .../si/2019/derived/prefixed/nanogray.json | 7 + .../si/2019/derived/prefixed/nanohenry.json | 7 + .../si/2019/derived/prefixed/nanojoule.json | 7 + .../si/2019/derived/prefixed/nanokatal.json | 7 + .../si/2019/derived/prefixed/nanonewton.json | 7 + .../si/2019/derived/prefixed/nanoohm.json | 7 + .../si/2019/derived/prefixed/nanosiemens.json | 7 + .../si/2019/derived/prefixed/nanosievert.json | 7 + .../si/2019/derived/prefixed/nanotesla.json | 7 + .../si/2019/derived/prefixed/nanovolt.json | 7 + .../si/2019/derived/prefixed/nanowatt.json | 7 + .../2019/derived/prefixed/petabecquerel.json | 7 + .../si/2019/derived/prefixed/petacoulomb.json | 7 + .../si/2019/derived/prefixed/petahertz.json | 7 + .../si/2019/derived/prefixed/petajoule.json | 7 + .../si/2019/derived/prefixed/petavolt.json | 7 + .../si/2019/derived/prefixed/petawatt.json | 7 + .../si/2019/derived/prefixed/picocoulomb.json | 7 + .../si/2019/derived/prefixed/picofarad.json | 7 + .../si/2019/derived/prefixed/picohenry.json | 7 + .../si/2019/derived/prefixed/picojoule.json | 7 + .../si/2019/derived/prefixed/picokatal.json | 7 + .../si/2019/derived/prefixed/picopascal.json | 7 + .../si/2019/derived/prefixed/picosiemens.json | 7 + .../si/2019/derived/prefixed/picovolt.json | 7 + .../si/2019/derived/prefixed/picowatt.json | 7 + .../2019/derived/prefixed/terabecquerel.json | 7 + .../si/2019/derived/prefixed/teracoulomb.json | 7 + .../si/2019/derived/prefixed/terahertz.json | 7 + .../si/2019/derived/prefixed/terajoule.json | 7 + .../si/2019/derived/prefixed/teraohm.json | 7 + .../si/2019/derived/prefixed/teravolt.json | 7 + .../si/2019/derived/prefixed/terawatt.json | 7 + .../2019/derived/prefixed/yoctocoulomb.json | 7 + .../2019/derived/prefixed/yottacoulomb.json | 7 + .../2019/derived/prefixed/zeptocoulomb.json | 7 + .../2019/derived/prefixed/zettacoulomb.json | 7 + templates/data/bipm/qudt-unit-iris.json | 235 ++++++++++++++++++ 187 files changed, 1537 insertions(+) create mode 100644 templates/data/bipm/qudt-unit-iris.json diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/attoampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/attoampere.json index 0a8d0b58..7f691bcf 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/attoampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/attoampere.json @@ -3,6 +3,13 @@ "title": "Attoampere", "description": "A multiple of ampere equal to 1e-18 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/AttoA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-18, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/attosecond.json b/schemas/2020-12/bipm/si/2019/base/prefixed/attosecond.json index 2559d9b7..fb83596c 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/attosecond.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/attosecond.json @@ -3,6 +3,13 @@ "title": "Attosecond", "description": "A multiple of second equal to 1e-18 second", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/AttoSEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-18, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/centigram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/centigram.json index 2f500fd5..1912b259 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/centigram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/centigram.json @@ -3,6 +3,13 @@ "title": "Centigram", "description": "A multiple of mass equal to 1e-2 gram, which is 1e-5 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/CentiGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-5, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/centimetre.json b/schemas/2020-12/bipm/si/2019/base/prefixed/centimetre.json index cc595236..97f7a595 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/centimetre.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/centimetre.json @@ -3,6 +3,13 @@ "title": "Centimetre", "description": "A multiple of metre equal to 1e-2 metre", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/CentiM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.01, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/centimole.json b/schemas/2020-12/bipm/si/2019/base/prefixed/centimole.json index 5a2a23fd..f5852cb7 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/centimole.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/centimole.json @@ -3,6 +3,13 @@ "title": "Centimole", "description": "A multiple of mole equal to 1e-2 mole", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/CentiMOL" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.01, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/decagram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/decagram.json index d1a06b94..a7f48e7e 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/decagram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/decagram.json @@ -3,6 +3,13 @@ "title": "Decagram", "description": "A multiple of mass equal to 1e1 gram, which is 1e-2 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DecaGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.01, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/decakelvin.json b/schemas/2020-12/bipm/si/2019/base/prefixed/decakelvin.json index 9a89ab13..2a5a1301 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/decakelvin.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/decakelvin.json @@ -3,6 +3,13 @@ "title": "Decakelvin", "description": "A multiple of kelvin equal to 1e1 kelvin", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DecaK" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 10.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/decametre.json b/schemas/2020-12/bipm/si/2019/base/prefixed/decametre.json index 8371fc0b..427a5dc1 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/decametre.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/decametre.json @@ -3,6 +3,13 @@ "title": "Decametre", "description": "A multiple of metre equal to 1e1 metre", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DecaM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 10.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/decigram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/decigram.json index b7b7d6fe..3db6ae4f 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/decigram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/decigram.json @@ -3,6 +3,13 @@ "title": "Decigram", "description": "A multiple of mass equal to 1e-1 gram, which is 1e-4 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DeciGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-4, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/decimetre.json b/schemas/2020-12/bipm/si/2019/base/prefixed/decimetre.json index d9f6dc83..321cfeaf 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/decimetre.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/decimetre.json @@ -3,6 +3,13 @@ "title": "Decimetre", "description": "A multiple of metre equal to 1e-1 metre", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DeciM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.1, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/decisecond.json b/schemas/2020-12/bipm/si/2019/base/prefixed/decisecond.json index c5b920b9..591c10b6 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/decisecond.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/decisecond.json @@ -3,6 +3,13 @@ "title": "Decisecond", "description": "A multiple of second equal to 1e-1 second", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DeciSEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.1, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/femtoampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/femtoampere.json index b469f3a8..a2f75c54 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/femtoampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/femtoampere.json @@ -3,6 +3,13 @@ "title": "Femtoampere", "description": "A multiple of ampere equal to 1e-15 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/FemtoA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-15, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/femtogram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/femtogram.json index bfc8c591..ff2af3e7 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/femtogram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/femtogram.json @@ -3,6 +3,13 @@ "title": "Femtogram", "description": "A multiple of mass equal to 1e-15 gram, which is 1e-18 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/FemtoGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-18, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/femtometre.json b/schemas/2020-12/bipm/si/2019/base/prefixed/femtometre.json index b895c8b4..b11608f4 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/femtometre.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/femtometre.json @@ -3,6 +3,13 @@ "title": "Femtometre", "description": "A multiple of metre equal to 1e-15 metre", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/FemtoM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-15, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/femtomole.json b/schemas/2020-12/bipm/si/2019/base/prefixed/femtomole.json index aa168e6f..71a1a378 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/femtomole.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/femtomole.json @@ -3,6 +3,13 @@ "title": "Femtomole", "description": "A multiple of mole equal to 1e-15 mole", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/FemtoMOL" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-15, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/femtosecond.json b/schemas/2020-12/bipm/si/2019/base/prefixed/femtosecond.json index f486823a..500f2e9a 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/femtosecond.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/femtosecond.json @@ -3,6 +3,13 @@ "title": "Femtosecond", "description": "A multiple of second equal to 1e-15 second", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/FemtoSEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-15, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/gigaampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/gigaampere.json index 25a3f399..ba450ba3 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/gigaampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/gigaampere.json @@ -3,6 +3,13 @@ "title": "Gigaampere", "description": "A multiple of ampere equal to 1e9 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GigaA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/gram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/gram.json index 1ef6d898..56101a59 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/gram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/gram.json @@ -3,6 +3,13 @@ "title": "Gram", "description": "A multiple of mass equal to 10^-3 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/hectogram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/hectogram.json index c4b66c1f..5f6508a7 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/hectogram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/hectogram.json @@ -3,6 +3,13 @@ "title": "Hectogram", "description": "A multiple of mass equal to 1e2 gram, which is 1e-1 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/HectoGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.1, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/hectometre.json b/schemas/2020-12/bipm/si/2019/base/prefixed/hectometre.json index f702e111..18124151 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/hectometre.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/hectometre.json @@ -3,6 +3,13 @@ "title": "Hectometre", "description": "A multiple of metre equal to 1e2 metre", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/HectoM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 100.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/kiloampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/kiloampere.json index e8b8513e..25c828da 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/kiloampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/kiloampere.json @@ -3,6 +3,13 @@ "title": "Kiloampere", "description": "A multiple of ampere equal to 1e3 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/kilocandela.json b/schemas/2020-12/bipm/si/2019/base/prefixed/kilocandela.json index cdbd1470..baabae6c 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/kilocandela.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/kilocandela.json @@ -3,6 +3,13 @@ "title": "Kilocandela", "description": "A multiple of candela equal to 1e3 candela", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloCD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/kilometre.json b/schemas/2020-12/bipm/si/2019/base/prefixed/kilometre.json index 0188adfd..3761c0ff 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/kilometre.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/kilometre.json @@ -3,6 +3,13 @@ "title": "Kilometre", "description": "A multiple of metre equal to 1e3 metre", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/kilomole.json b/schemas/2020-12/bipm/si/2019/base/prefixed/kilomole.json index a345c583..a6caf351 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/kilomole.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/kilomole.json @@ -3,6 +3,13 @@ "title": "Kilomole", "description": "A multiple of mole equal to 1e3 mole", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloMOL" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/kilosecond.json b/schemas/2020-12/bipm/si/2019/base/prefixed/kilosecond.json index c967c6fd..00cc4853 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/kilosecond.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/kilosecond.json @@ -3,6 +3,13 @@ "title": "Kilosecond", "description": "A multiple of second equal to 1e3 second", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloSEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/megaampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/megaampere.json index 82f3abb0..681724ff 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/megaampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/megaampere.json @@ -3,6 +3,13 @@ "title": "Megaampere", "description": "A multiple of ampere equal to 1e6 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/megagram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/megagram.json index 94633d78..154ed273 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/megagram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/megagram.json @@ -3,6 +3,13 @@ "title": "Megagram", "description": "A multiple of mass equal to 1e6 gram, which is 1e3 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/megakelvin.json b/schemas/2020-12/bipm/si/2019/base/prefixed/megakelvin.json index 0ca00178..2371df48 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/megakelvin.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/megakelvin.json @@ -3,6 +3,13 @@ "title": "Megakelvin", "description": "A multiple of kelvin equal to 1e6 kelvin", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaK" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/megasecond.json b/schemas/2020-12/bipm/si/2019/base/prefixed/megasecond.json index f2dfd68e..ca8ef8e7 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/megasecond.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/megasecond.json @@ -3,6 +3,13 @@ "title": "Megasecond", "description": "A multiple of second equal to 1e6 second", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaSEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/microampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/microampere.json index 4c1f8bd4..5544848a 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/microampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/microampere.json @@ -3,6 +3,13 @@ "title": "Microampere", "description": "A multiple of ampere equal to 1e-6 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/microgram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/microgram.json index cc25e29f..b92204cb 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/microgram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/microgram.json @@ -3,6 +3,13 @@ "title": "Microgram", "description": "A multiple of mass equal to 1e-6 gram, which is 1e-9 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/micrometre.json b/schemas/2020-12/bipm/si/2019/base/prefixed/micrometre.json index 3a33b358..199c0998 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/micrometre.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/micrometre.json @@ -3,6 +3,13 @@ "title": "Micrometre", "description": "A multiple of metre equal to 1e-6 metre", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/micromole.json b/schemas/2020-12/bipm/si/2019/base/prefixed/micromole.json index fc188457..74940d89 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/micromole.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/micromole.json @@ -3,6 +3,13 @@ "title": "Micromole", "description": "A multiple of mole equal to 1e-6 mole", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroMOL" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/microsecond.json b/schemas/2020-12/bipm/si/2019/base/prefixed/microsecond.json index 474290d2..af9d90dd 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/microsecond.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/microsecond.json @@ -3,6 +3,13 @@ "title": "Microsecond", "description": "A multiple of second equal to 1e-6 second", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroSEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/milliampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/milliampere.json index 1b8cec69..f44bc233 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/milliampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/milliampere.json @@ -3,6 +3,13 @@ "title": "Milliampere", "description": "A multiple of ampere equal to 1e-3 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/millicandela.json b/schemas/2020-12/bipm/si/2019/base/prefixed/millicandela.json index 5adb36e7..9480f7a1 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/millicandela.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/millicandela.json @@ -3,6 +3,13 @@ "title": "Millicandela", "description": "A multiple of candela equal to 1e-3 candela", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliCD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/milligram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/milligram.json index 62677df3..7afa4303 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/milligram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/milligram.json @@ -3,6 +3,13 @@ "title": "Milligram", "description": "A multiple of mass equal to 1e-3 gram, which is 1e-6 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/millikelvin.json b/schemas/2020-12/bipm/si/2019/base/prefixed/millikelvin.json index 5196921c..678b1aa9 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/millikelvin.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/millikelvin.json @@ -3,6 +3,13 @@ "title": "Millikelvin", "description": "A multiple of kelvin equal to 1e-3 kelvin", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliK" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/millimetre.json b/schemas/2020-12/bipm/si/2019/base/prefixed/millimetre.json index f11127ff..b0427aba 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/millimetre.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/millimetre.json @@ -3,6 +3,13 @@ "title": "Millimetre", "description": "A multiple of metre equal to 1e-3 metre", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/millimole.json b/schemas/2020-12/bipm/si/2019/base/prefixed/millimole.json index cd627aaf..17cbf980 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/millimole.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/millimole.json @@ -3,6 +3,13 @@ "title": "Millimole", "description": "A multiple of mole equal to 1e-3 mole", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliMOL" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/millisecond.json b/schemas/2020-12/bipm/si/2019/base/prefixed/millisecond.json index 653b86e9..24ae729d 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/millisecond.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/millisecond.json @@ -3,6 +3,13 @@ "title": "Millisecond", "description": "A multiple of second equal to 1e-3 second", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliSEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/nanoampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/nanoampere.json index 9ffc7ed5..7c278e38 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/nanoampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/nanoampere.json @@ -3,6 +3,13 @@ "title": "Nanoampere", "description": "A multiple of ampere equal to 1e-9 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/nanogram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/nanogram.json index f365a5fb..4d4596ae 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/nanogram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/nanogram.json @@ -3,6 +3,13 @@ "title": "Nanogram", "description": "A multiple of mass equal to 1e-9 gram, which is 1e-12 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/nanometre.json b/schemas/2020-12/bipm/si/2019/base/prefixed/nanometre.json index 3d493e76..5d3a5983 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/nanometre.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/nanometre.json @@ -3,6 +3,13 @@ "title": "Nanometre", "description": "A multiple of metre equal to 1e-9 metre", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/nanomole.json b/schemas/2020-12/bipm/si/2019/base/prefixed/nanomole.json index 021428d7..34088f9f 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/nanomole.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/nanomole.json @@ -3,6 +3,13 @@ "title": "Nanomole", "description": "A multiple of mole equal to 1e-9 mole", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoMOL" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/nanosecond.json b/schemas/2020-12/bipm/si/2019/base/prefixed/nanosecond.json index 3b86cc02..8e9f81f2 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/nanosecond.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/nanosecond.json @@ -3,6 +3,13 @@ "title": "Nanosecond", "description": "A multiple of second equal to 1e-9 second", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoSEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/petaampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/petaampere.json index 6a6dae3e..faf12ab5 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/petaampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/petaampere.json @@ -3,6 +3,13 @@ "title": "Petaampere", "description": "A multiple of ampere equal to 1e15 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PetaA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1.0000000000000000e+15, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/picoampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/picoampere.json index 8c76f199..df5fc9f5 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/picoampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/picoampere.json @@ -3,6 +3,13 @@ "title": "Picoampere", "description": "A multiple of ampere equal to 1e-12 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/picogram.json b/schemas/2020-12/bipm/si/2019/base/prefixed/picogram.json index adc77e36..b5fb12ac 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/picogram.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/picogram.json @@ -3,6 +3,13 @@ "title": "Picogram", "description": "A multiple of mass equal to 1e-12 gram, which is 1e-15 kilogram", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoGM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-15, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/picometre.json b/schemas/2020-12/bipm/si/2019/base/prefixed/picometre.json index 761d59e7..ac75ccae 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/picometre.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/picometre.json @@ -3,6 +3,13 @@ "title": "Picometre", "description": "A multiple of metre equal to 1e-12 metre", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/picomole.json b/schemas/2020-12/bipm/si/2019/base/prefixed/picomole.json index 4aad1800..937931e7 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/picomole.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/picomole.json @@ -3,6 +3,13 @@ "title": "Picomole", "description": "A multiple of mole equal to 1e-12 mole", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoMOL" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/picosecond.json b/schemas/2020-12/bipm/si/2019/base/prefixed/picosecond.json index 9514856c..554de7aa 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/picosecond.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/picosecond.json @@ -3,6 +3,13 @@ "title": "Picosecond", "description": "A multiple of second equal to 1e-12 second", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoSEC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/base/prefixed/teraampere.json b/schemas/2020-12/bipm/si/2019/base/prefixed/teraampere.json index e90a1f41..164be06f 100644 --- a/schemas/2020-12/bipm/si/2019/base/prefixed/teraampere.json +++ b/schemas/2020-12/bipm/si/2019/base/prefixed/teraampere.json @@ -3,6 +3,13 @@ "title": "Teraampere", "description": "A multiple of ampere equal to 1e12 ampere", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/TeraA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/attocoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/attocoulomb.json index 5a65f99a..4372b4e7 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/attocoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/attocoulomb.json @@ -3,6 +3,13 @@ "title": "Attocoulomb", "description": "A multiple of coulomb equal to 1e-18 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/AttoC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-18, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/attofarad.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/attofarad.json index dbcda818..345955de 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/attofarad.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/attofarad.json @@ -3,6 +3,13 @@ "title": "Attofarad", "description": "A multiple of farad equal to 1e-18 farad", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/AttoFARAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-18, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/attojoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/attojoule.json index 13246073..513d8a0e 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/attojoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/attojoule.json @@ -3,6 +3,13 @@ "title": "Attojoule", "description": "A multiple of joule equal to 1e-18 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/AttoJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-18, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/centicoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/centicoulomb.json index 3e903dc0..335b0e59 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/centicoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/centicoulomb.json @@ -3,6 +3,13 @@ "title": "Centicoulomb", "description": "A multiple of coulomb equal to 1e-2 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/CentiC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.01, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/centigray.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/centigray.json index f6ba9c74..c691f760 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/centigray.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/centigray.json @@ -3,6 +3,13 @@ "title": "Centigray", "description": "A multiple of gray equal to 1e-2 gray", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/CentiGRAY" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.01, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/centinewton.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/centinewton.json index ae443723..e4a8eb1e 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/centinewton.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/centinewton.json @@ -3,6 +3,13 @@ "title": "Centinewton", "description": "A multiple of newton equal to 1e-2 newton", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/CentiN" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.01, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/decacoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/decacoulomb.json index 4a280243..86f48fa4 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/decacoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/decacoulomb.json @@ -3,6 +3,13 @@ "title": "Decacoulomb", "description": "A multiple of coulomb equal to 1e1 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DecaC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 10.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/decapascal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/decapascal.json index c10fa661..4035b4a1 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/decapascal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/decapascal.json @@ -3,6 +3,13 @@ "title": "Decapascal", "description": "A multiple of pascal equal to 1e1 pascal", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DecaPA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 10.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/decicoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/decicoulomb.json index b9e5a0f7..e91572e7 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/decicoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/decicoulomb.json @@ -3,6 +3,13 @@ "title": "Decicoulomb", "description": "A multiple of coulomb equal to 1e-1 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DeciC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.1, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/decinewton.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/decinewton.json index 16f18d65..7f77337e 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/decinewton.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/decinewton.json @@ -3,6 +3,13 @@ "title": "Decinewton", "description": "A multiple of newton equal to 1e-1 newton", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DeciN" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.1, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/decisiemens.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/decisiemens.json index 1a7df281..2cdafd59 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/decisiemens.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/decisiemens.json @@ -3,6 +3,13 @@ "title": "Decisiemens", "description": "A multiple of siemens equal to 1e-1 siemens", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/DeciS" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.1, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/exacoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/exacoulomb.json index 5251314d..d776b18d 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/exacoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/exacoulomb.json @@ -3,6 +3,13 @@ "title": "Exacoulomb", "description": "A multiple of coulomb equal to 1e18 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/ExaC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e+18, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/exajoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/exajoule.json index 72be4202..dc950b41 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/exajoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/exajoule.json @@ -3,6 +3,13 @@ "title": "Exajoule", "description": "A multiple of joule equal to 1e18 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/ExaJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e+18, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/exavolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/exavolt.json index 2db63d83..586c877c 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/exavolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/exavolt.json @@ -3,6 +3,13 @@ "title": "Exavolt", "description": "A multiple of volt equal to 1e18 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/ExaV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e+18, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/exawatt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/exawatt.json index 75bbb544..591989fe 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/exawatt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/exawatt.json @@ -3,6 +3,13 @@ "title": "Exawatt", "description": "A multiple of watt equal to 1e18 watt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/ExaW" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e+18, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/femtocoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/femtocoulomb.json index e55adf79..868b0d14 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/femtocoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/femtocoulomb.json @@ -3,6 +3,13 @@ "title": "Femtocoulomb", "description": "A multiple of coulomb equal to 1e-15 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/FemtoC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-15, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/femtofarad.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/femtofarad.json index fd9050ff..7618f934 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/femtofarad.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/femtofarad.json @@ -3,6 +3,13 @@ "title": "Femtofarad", "description": "A multiple of farad equal to 1e-15 farad", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/FemtoFARAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-15, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/femtojoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/femtojoule.json index b1f913e1..77a1ea74 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/femtojoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/femtojoule.json @@ -3,6 +3,13 @@ "title": "Femtojoule", "description": "A multiple of joule equal to 1e-15 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/FemtoJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-15, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/femtovolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/femtovolt.json index 668c20aa..d8a43c7c 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/femtovolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/femtovolt.json @@ -3,6 +3,13 @@ "title": "Femtovolt", "description": "A multiple of volt equal to 1e-15 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/FemtoV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-15, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigabecquerel.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigabecquerel.json index a507862d..0aa9e172 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigabecquerel.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigabecquerel.json @@ -3,6 +3,13 @@ "title": "Gigabecquerel", "description": "A multiple of becquerel equal to 1e9 becquerel", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GigaBQ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigacoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigacoulomb.json index 43f7ec9c..4b338a63 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigacoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigacoulomb.json @@ -3,6 +3,13 @@ "title": "Gigacoulomb", "description": "A multiple of coulomb equal to 1e9 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GigaC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigahertz.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigahertz.json index 95503f88..75fc2a77 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigahertz.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigahertz.json @@ -3,6 +3,13 @@ "title": "Gigahertz", "description": "A multiple of hertz equal to 1e9 hertz", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GigaHZ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigajoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigajoule.json index b212a86a..d383fbe6 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigajoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigajoule.json @@ -3,6 +3,13 @@ "title": "Gigajoule", "description": "A multiple of joule equal to 1e9 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GigaJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/giganewton.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/giganewton.json index 47bee884..e18d280e 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/giganewton.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/giganewton.json @@ -3,6 +3,13 @@ "title": "Giganewton", "description": "A multiple of newton equal to 1e9 newton", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GigaN" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigaohm.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigaohm.json index ad975f46..55bf976e 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigaohm.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigaohm.json @@ -3,6 +3,13 @@ "title": "Gigaohm", "description": "A multiple of ohm equal to 1e9 ohm", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GigaOHM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigapascal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigapascal.json index 854d2f95..f1fe48af 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigapascal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigapascal.json @@ -3,6 +3,13 @@ "title": "Gigapascal", "description": "A multiple of pascal equal to 1e9 pascal", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GigaPA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigavolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigavolt.json index 966487a6..248df951 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigavolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigavolt.json @@ -3,6 +3,13 @@ "title": "Gigavolt", "description": "A multiple of volt equal to 1e9 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GigaV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigawatt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigawatt.json index 595b0b2d..3682cac3 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/gigawatt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/gigawatt.json @@ -3,6 +3,13 @@ "title": "Gigawatt", "description": "A multiple of watt equal to 1e9 watt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/GigaW" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/hectocoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/hectocoulomb.json index c8d9222e..49b16b6f 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/hectocoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/hectocoulomb.json @@ -3,6 +3,13 @@ "title": "Hectocoulomb", "description": "A multiple of coulomb equal to 1e2 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/HectoC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 100.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/hectohertz.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/hectohertz.json index 855b2193..e8c74fe3 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/hectohertz.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/hectohertz.json @@ -3,6 +3,13 @@ "title": "Hectohertz", "description": "A multiple of hertz equal to 1e2 hertz", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/HectoHZ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 100.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/hectopascal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/hectopascal.json index 845f8d2c..3fc0fc7d 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/hectopascal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/hectopascal.json @@ -3,6 +3,13 @@ "title": "Hectopascal", "description": "A multiple of pascal equal to 1e2 pascal", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/HectoPA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 100.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilobecquerel.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilobecquerel.json index dfad2061..a545a1de 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilobecquerel.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilobecquerel.json @@ -3,6 +3,13 @@ "title": "Kilobecquerel", "description": "A multiple of becquerel equal to 1e3 becquerel", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloBQ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilocoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilocoulomb.json index 58c931d8..35c31257 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilocoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilocoulomb.json @@ -3,6 +3,13 @@ "title": "Kilocoulomb", "description": "A multiple of coulomb equal to 1e3 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilofarad.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilofarad.json index 440e6fda..78de48f1 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilofarad.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilofarad.json @@ -3,6 +3,13 @@ "title": "Kilofarad", "description": "A multiple of farad equal to 1e3 farad", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloFARAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilogray.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilogray.json index 4e428800..bb86b0bd 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilogray.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilogray.json @@ -3,6 +3,13 @@ "title": "Kilogray", "description": "A multiple of gray equal to 1e3 gray", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloGRAY" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilohenry.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilohenry.json index afc9b63f..4d1c6336 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilohenry.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilohenry.json @@ -3,6 +3,13 @@ "title": "Kilohenry", "description": "A multiple of henry equal to 1e3 henry", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloH" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilohertz.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilohertz.json index 62868717..9f0ff3ea 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilohertz.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilohertz.json @@ -3,6 +3,13 @@ "title": "Kilohertz", "description": "A multiple of hertz equal to 1e3 hertz", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloHZ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilojoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilojoule.json index 0a11d8d7..2ceed7e3 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilojoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilojoule.json @@ -3,6 +3,13 @@ "title": "Kilojoule", "description": "A multiple of joule equal to 1e3 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilolumen.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilolumen.json index 03fc0bf3..e562c5ed 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilolumen.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilolumen.json @@ -3,6 +3,13 @@ "title": "Kilolumen", "description": "A multiple of lumen equal to 1e3 lumen", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloLM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilonewton.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilonewton.json index 61186d74..7d473cdc 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilonewton.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilonewton.json @@ -3,6 +3,13 @@ "title": "Kilonewton", "description": "A multiple of newton equal to 1e3 newton", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloN" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kiloohm.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kiloohm.json index daf3aa5e..0de405c2 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kiloohm.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kiloohm.json @@ -3,6 +3,13 @@ "title": "Kiloohm", "description": "A multiple of ohm equal to 1e3 ohm", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloOHM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilopascal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilopascal.json index 613b5e84..eb5ddeb4 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilopascal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilopascal.json @@ -3,6 +3,13 @@ "title": "Kilopascal", "description": "A multiple of pascal equal to 1e3 pascal", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloPA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilosiemens.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilosiemens.json index d98540e2..9658fb24 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilosiemens.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilosiemens.json @@ -3,6 +3,13 @@ "title": "Kilosiemens", "description": "A multiple of siemens equal to 1e3 siemens", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloS" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilotesla.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilotesla.json index d4a4dede..48fb0987 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilotesla.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilotesla.json @@ -3,6 +3,13 @@ "title": "Kilotesla", "description": "A multiple of tesla equal to 1e3 tesla", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloT" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilovolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilovolt.json index 500d0c4f..a974533a 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilovolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilovolt.json @@ -3,6 +3,13 @@ "title": "Kilovolt", "description": "A multiple of volt equal to 1e3 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilowatt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilowatt.json index b28ee920..976c94f5 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kilowatt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kilowatt.json @@ -3,6 +3,13 @@ "title": "Kilowatt", "description": "A multiple of watt equal to 1e3 watt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloW" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/kiloweber.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/kiloweber.json index 016402e5..6ec06ac4 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/kiloweber.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/kiloweber.json @@ -3,6 +3,13 @@ "title": "Kiloweber", "description": "A multiple of weber equal to 1e3 weber", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/KiloWB" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/megabecquerel.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/megabecquerel.json index df2a8ec7..8c80593f 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/megabecquerel.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/megabecquerel.json @@ -3,6 +3,13 @@ "title": "Megabecquerel", "description": "A multiple of becquerel equal to 1e6 becquerel", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaBQ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/megacoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/megacoulomb.json index c18c0ccb..f769ca42 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/megacoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/megacoulomb.json @@ -3,6 +3,13 @@ "title": "Megacoulomb", "description": "A multiple of coulomb equal to 1e6 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/megagray.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/megagray.json index e20e102c..c7079eba 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/megagray.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/megagray.json @@ -3,6 +3,13 @@ "title": "Megagray", "description": "A multiple of gray equal to 1e6 gray", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaGRAY" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/megahertz.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/megahertz.json index 94041116..ba5a68a6 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/megahertz.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/megahertz.json @@ -3,6 +3,13 @@ "title": "Megahertz", "description": "A multiple of hertz equal to 1e6 hertz", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaHZ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/megajoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/megajoule.json index 0a38d517..0d97b916 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/megajoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/megajoule.json @@ -3,6 +3,13 @@ "title": "Megajoule", "description": "A multiple of joule equal to 1e6 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/meganewton.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/meganewton.json index 8d3540eb..ee67dac1 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/meganewton.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/meganewton.json @@ -3,6 +3,13 @@ "title": "Meganewton", "description": "A multiple of newton equal to 1e6 newton", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaN" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/megaohm.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/megaohm.json index 0f9b8de4..109738ed 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/megaohm.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/megaohm.json @@ -3,6 +3,13 @@ "title": "Megaohm", "description": "A multiple of ohm equal to 1e6 ohm", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaOHM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/megapascal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/megapascal.json index 4f1ed6bc..2cc4d237 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/megapascal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/megapascal.json @@ -3,6 +3,13 @@ "title": "Megapascal", "description": "A multiple of pascal equal to 1e6 pascal", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaPA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/megasiemens.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/megasiemens.json index ee66bc4d..d1c8511d 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/megasiemens.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/megasiemens.json @@ -3,6 +3,13 @@ "title": "Megasiemens", "description": "A multiple of siemens equal to 1e6 siemens", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaS" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/megavolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/megavolt.json index 5f4445f7..ae8050fd 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/megavolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/megavolt.json @@ -3,6 +3,13 @@ "title": "Megavolt", "description": "A multiple of volt equal to 1e6 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/megawatt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/megawatt.json index 36d29ffb..a892be2b 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/megawatt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/megawatt.json @@ -3,6 +3,13 @@ "title": "Megawatt", "description": "A multiple of watt equal to 1e6 watt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MegaW" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microbecquerel.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microbecquerel.json index 49e76f41..c292f222 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microbecquerel.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microbecquerel.json @@ -3,6 +3,13 @@ "title": "Microbecquerel", "description": "A multiple of becquerel equal to 1e-6 becquerel", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroBQ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microcoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microcoulomb.json index c6e22b35..3f8cef28 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microcoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microcoulomb.json @@ -3,6 +3,13 @@ "title": "Microcoulomb", "description": "A multiple of coulomb equal to 1e-6 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microfarad.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microfarad.json index a083cd33..da4b8a6b 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microfarad.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microfarad.json @@ -3,6 +3,13 @@ "title": "Microfarad", "description": "A multiple of farad equal to 1e-6 farad", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroFARAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microgray.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microgray.json index d80cb9e1..b0027700 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microgray.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microgray.json @@ -3,6 +3,13 @@ "title": "Microgray", "description": "A multiple of gray equal to 1e-6 gray", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroGRAY" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microhenry.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microhenry.json index 341aa2f5..800933fe 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microhenry.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microhenry.json @@ -3,6 +3,13 @@ "title": "Microhenry", "description": "A multiple of henry equal to 1e-6 henry", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroH" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microjoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microjoule.json index 5e92f499..f0390c61 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microjoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microjoule.json @@ -3,6 +3,13 @@ "title": "Microjoule", "description": "A multiple of joule equal to 1e-6 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microkatal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microkatal.json index 5048abc9..ebbf7f15 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microkatal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microkatal.json @@ -3,6 +3,13 @@ "title": "Microkatal", "description": "A multiple of katal equal to 1e-6 katal", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroKAT" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/micronewton.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/micronewton.json index 1727e36c..791719ec 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/micronewton.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/micronewton.json @@ -3,6 +3,13 @@ "title": "Micronewton", "description": "A multiple of newton equal to 1e-6 newton", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroN" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microohm.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microohm.json index ad3eeec7..3dedffec 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microohm.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microohm.json @@ -3,6 +3,13 @@ "title": "Microohm", "description": "A multiple of ohm equal to 1e-6 ohm", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroOHM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/micropascal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/micropascal.json index 52dbc06f..232f234f 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/micropascal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/micropascal.json @@ -3,6 +3,13 @@ "title": "Micropascal", "description": "A multiple of pascal equal to 1e-6 pascal", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroPA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microradian.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microradian.json index efe4f3d6..1eeb767c 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microradian.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microradian.json @@ -3,6 +3,13 @@ "title": "Microradian", "description": "A multiple of radian equal to 1e-6 radian", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroRAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microsiemens.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microsiemens.json index ebb574c9..8f34e909 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microsiemens.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microsiemens.json @@ -3,6 +3,13 @@ "title": "Microsiemens", "description": "A multiple of siemens equal to 1e-6 siemens", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroS" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microsievert.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microsievert.json index d9b11e34..86476b66 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microsievert.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microsievert.json @@ -3,6 +3,13 @@ "title": "Microsievert", "description": "A multiple of sievert equal to 1e-6 sievert", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroSV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microtesla.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microtesla.json index f63d1892..c300c598 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microtesla.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microtesla.json @@ -3,6 +3,13 @@ "title": "Microtesla", "description": "A multiple of tesla equal to 1e-6 tesla", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroT" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microvolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microvolt.json index 845ac46f..11f58e32 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microvolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microvolt.json @@ -3,6 +3,13 @@ "title": "Microvolt", "description": "A multiple of volt equal to 1e-6 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/microwatt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/microwatt.json index cb1bc555..d51827ba 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/microwatt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/microwatt.json @@ -3,6 +3,13 @@ "title": "Microwatt", "description": "A multiple of watt equal to 1e-6 watt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MicroW" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-6, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millibecquerel.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millibecquerel.json index 119e935f..c1f88c72 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millibecquerel.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millibecquerel.json @@ -3,6 +3,13 @@ "title": "Millibecquerel", "description": "A multiple of becquerel equal to 1e-3 becquerel", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliBQ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millicoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millicoulomb.json index 3cf0048b..e20cb31e 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millicoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millicoulomb.json @@ -3,6 +3,13 @@ "title": "Millicoulomb", "description": "A multiple of coulomb equal to 1e-3 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millidegree-celsius.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millidegree-celsius.json index e323e842..96943445 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millidegree-celsius.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millidegree-celsius.json @@ -3,6 +3,13 @@ "title": "Millidegreecelsius", "description": "A multiple of degree-celsius equal to 1e-3 degree-celsius", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliDEG_C" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millifarad.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millifarad.json index 81093b48..e5f04771 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millifarad.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millifarad.json @@ -3,6 +3,13 @@ "title": "Millifarad", "description": "A multiple of farad equal to 1e-3 farad", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliFARAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/milligray.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/milligray.json index c5a237d6..4276c197 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/milligray.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/milligray.json @@ -3,6 +3,13 @@ "title": "Milligray", "description": "A multiple of gray equal to 1e-3 gray", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliGRAY" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millihenry.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millihenry.json index 3f8a3c9d..d647a5cf 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millihenry.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millihenry.json @@ -3,6 +3,13 @@ "title": "Millihenry", "description": "A multiple of henry equal to 1e-3 henry", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliH" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millihertz.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millihertz.json index 3fa822ff..ef27fdc4 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millihertz.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millihertz.json @@ -3,6 +3,13 @@ "title": "Millihertz", "description": "A multiple of hertz equal to 1e-3 hertz", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliHZ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millijoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millijoule.json index 5386c96c..3ec7f9bb 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millijoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millijoule.json @@ -3,6 +3,13 @@ "title": "Millijoule", "description": "A multiple of joule equal to 1e-3 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millikatal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millikatal.json index 084b0317..79ecdea8 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millikatal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millikatal.json @@ -3,6 +3,13 @@ "title": "Millikatal", "description": "A multiple of katal equal to 1e-3 katal", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliKAT" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millinewton.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millinewton.json index b2d58c6a..219c33e2 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millinewton.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millinewton.json @@ -3,6 +3,13 @@ "title": "Millinewton", "description": "A multiple of newton equal to 1e-3 newton", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliN" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/milliohm.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/milliohm.json index 17879edb..efa30af0 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/milliohm.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/milliohm.json @@ -3,6 +3,13 @@ "title": "Milliohm", "description": "A multiple of ohm equal to 1e-3 ohm", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliOHM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millipascal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millipascal.json index 9dbb71be..c4765b78 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millipascal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millipascal.json @@ -3,6 +3,13 @@ "title": "Millipascal", "description": "A multiple of pascal equal to 1e-3 pascal", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliPA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/milliradian.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/milliradian.json index c4981e06..24a86da7 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/milliradian.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/milliradian.json @@ -3,6 +3,13 @@ "title": "Milliradian", "description": "A multiple of radian equal to 1e-3 radian", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliRAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millisiemens.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millisiemens.json index 036f1389..0e1ea064 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millisiemens.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millisiemens.json @@ -3,6 +3,13 @@ "title": "Millisiemens", "description": "A multiple of siemens equal to 1e-3 siemens", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliS" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millisievert.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millisievert.json index 235af5d8..917ebcb0 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millisievert.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millisievert.json @@ -3,6 +3,13 @@ "title": "Millisievert", "description": "A multiple of sievert equal to 1e-3 sievert", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliSV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millitesla.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millitesla.json index ebe4e92c..bff2d06b 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millitesla.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millitesla.json @@ -3,6 +3,13 @@ "title": "Millitesla", "description": "A multiple of tesla equal to 1e-3 tesla", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliT" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/millivolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/millivolt.json index b23a9e38..1a20134c 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/millivolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/millivolt.json @@ -3,6 +3,13 @@ "title": "Millivolt", "description": "A multiple of volt equal to 1e-3 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/milliwatt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/milliwatt.json index b5faeab0..09ac60c2 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/milliwatt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/milliwatt.json @@ -3,6 +3,13 @@ "title": "Milliwatt", "description": "A multiple of watt equal to 1e-3 watt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliW" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/milliweber.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/milliweber.json index fe09d2bf..aed3ce4f 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/milliweber.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/milliweber.json @@ -3,6 +3,13 @@ "title": "Milliweber", "description": "A multiple of weber equal to 1e-3 weber", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/MilliWB" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 0.001, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanobecquerel.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanobecquerel.json index b5680f9c..e0ee7d55 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanobecquerel.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanobecquerel.json @@ -3,6 +3,13 @@ "title": "Nanobecquerel", "description": "A multiple of becquerel equal to 1e-9 becquerel", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoBQ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanocoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanocoulomb.json index 5681248d..30ab919c 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanocoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanocoulomb.json @@ -3,6 +3,13 @@ "title": "Nanocoulomb", "description": "A multiple of coulomb equal to 1e-9 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanofarad.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanofarad.json index 0c16d7b6..ef264de9 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanofarad.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanofarad.json @@ -3,6 +3,13 @@ "title": "Nanofarad", "description": "A multiple of farad equal to 1e-9 farad", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoFARAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanogray.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanogray.json index c2d35910..4c45b840 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanogray.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanogray.json @@ -3,6 +3,13 @@ "title": "Nanogray", "description": "A multiple of gray equal to 1e-9 gray", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoGRAY" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanohenry.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanohenry.json index 213fedfd..aa4851c6 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanohenry.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanohenry.json @@ -3,6 +3,13 @@ "title": "Nanohenry", "description": "A multiple of henry equal to 1e-9 henry", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoH" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanojoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanojoule.json index 93ba5b9b..71847ed0 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanojoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanojoule.json @@ -3,6 +3,13 @@ "title": "Nanojoule", "description": "A multiple of joule equal to 1e-9 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanokatal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanokatal.json index 9ca62c2d..3f7adc8a 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanokatal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanokatal.json @@ -3,6 +3,13 @@ "title": "Nanokatal", "description": "A multiple of katal equal to 1e-9 katal", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoKAT" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanonewton.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanonewton.json index 35f8b1e2..cd536822 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanonewton.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanonewton.json @@ -3,6 +3,13 @@ "title": "Nanonewton", "description": "A multiple of newton equal to 1e-9 newton", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoN" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanoohm.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanoohm.json index f9746b67..60beefab 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanoohm.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanoohm.json @@ -3,6 +3,13 @@ "title": "Nanoohm", "description": "A multiple of ohm equal to 1e-9 ohm", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoOHM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanosiemens.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanosiemens.json index c1a6ad98..53634171 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanosiemens.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanosiemens.json @@ -3,6 +3,13 @@ "title": "Nanosiemens", "description": "A multiple of siemens equal to 1e-9 siemens", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoS" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanosievert.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanosievert.json index a46f8e0f..766144ad 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanosievert.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanosievert.json @@ -3,6 +3,13 @@ "title": "Nanosievert", "description": "A multiple of sievert equal to 1e-9 sievert", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoSV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanotesla.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanotesla.json index 19009f3f..93135e41 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanotesla.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanotesla.json @@ -3,6 +3,13 @@ "title": "Nanotesla", "description": "A multiple of tesla equal to 1e-9 tesla", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoT" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanovolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanovolt.json index 06ac503c..3f8d7e56 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanovolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanovolt.json @@ -3,6 +3,13 @@ "title": "Nanovolt", "description": "A multiple of volt equal to 1e-9 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanowatt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanowatt.json index 38168c6c..5cf7c702 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/nanowatt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/nanowatt.json @@ -3,6 +3,13 @@ "title": "Nanowatt", "description": "A multiple of watt equal to 1e-9 watt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/NanoW" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-9, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/petabecquerel.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/petabecquerel.json index 98eaa7c7..a9f705af 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/petabecquerel.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/petabecquerel.json @@ -3,6 +3,13 @@ "title": "Petabecquerel", "description": "A multiple of becquerel equal to 1e15 becquerel", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PetaBQ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1.0000000000000000e+15, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/petacoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/petacoulomb.json index 720134f7..3a018ed5 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/petacoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/petacoulomb.json @@ -3,6 +3,13 @@ "title": "Petacoulomb", "description": "A multiple of coulomb equal to 1e15 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PetaC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1.0000000000000000e+15, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/petahertz.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/petahertz.json index 0c0f2e44..9927961a 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/petahertz.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/petahertz.json @@ -3,6 +3,13 @@ "title": "Petahertz", "description": "A multiple of hertz equal to 1e15 hertz", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PetaHZ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1.0000000000000000e+15, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/petajoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/petajoule.json index 5fa3d624..e875702a 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/petajoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/petajoule.json @@ -3,6 +3,13 @@ "title": "Petajoule", "description": "A multiple of joule equal to 1e15 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PetaJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1.0000000000000000e+15, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/petavolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/petavolt.json index 7bde112b..c8d3f6d2 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/petavolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/petavolt.json @@ -3,6 +3,13 @@ "title": "Petavolt", "description": "A multiple of volt equal to 1e15 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PetaV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1.0000000000000000e+15, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/petawatt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/petawatt.json index 273e309d..0f8063c1 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/petawatt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/petawatt.json @@ -3,6 +3,13 @@ "title": "Petawatt", "description": "A multiple of watt equal to 1e15 watt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PetaW" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1.0000000000000000e+15, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/picocoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/picocoulomb.json index abdca011..d176d9fc 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/picocoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/picocoulomb.json @@ -3,6 +3,13 @@ "title": "Picocoulomb", "description": "A multiple of coulomb equal to 1e-12 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/picofarad.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/picofarad.json index 2cb1b6d0..c262b7db 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/picofarad.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/picofarad.json @@ -3,6 +3,13 @@ "title": "Picofarad", "description": "A multiple of farad equal to 1e-12 farad", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoFARAD" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/picohenry.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/picohenry.json index 916049d2..34bc1ba0 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/picohenry.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/picohenry.json @@ -3,6 +3,13 @@ "title": "Picohenry", "description": "A multiple of henry equal to 1e-12 henry", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoH" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/picojoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/picojoule.json index bc376b9c..4bebc5f6 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/picojoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/picojoule.json @@ -3,6 +3,13 @@ "title": "Picojoule", "description": "A multiple of joule equal to 1e-12 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/picokatal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/picokatal.json index 8b6bb8b4..048f18bd 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/picokatal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/picokatal.json @@ -3,6 +3,13 @@ "title": "Picokatal", "description": "A multiple of katal equal to 1e-12 katal", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoKAT" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/picopascal.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/picopascal.json index ba50d909..f2cbe6db 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/picopascal.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/picopascal.json @@ -3,6 +3,13 @@ "title": "Picopascal", "description": "A multiple of pascal equal to 1e-12 pascal", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoPA" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/picosiemens.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/picosiemens.json index 62dae759..1ad47778 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/picosiemens.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/picosiemens.json @@ -3,6 +3,13 @@ "title": "Picosiemens", "description": "A multiple of siemens equal to 1e-12 siemens", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoS" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/picovolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/picovolt.json index 0e6aec62..83b07c72 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/picovolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/picovolt.json @@ -3,6 +3,13 @@ "title": "Picovolt", "description": "A multiple of volt equal to 1e-12 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/picowatt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/picowatt.json index aa6515fd..e706a18e 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/picowatt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/picowatt.json @@ -3,6 +3,13 @@ "title": "Picowatt", "description": "A multiple of watt equal to 1e-12 watt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/PicoW" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-12, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/terabecquerel.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/terabecquerel.json index ec4cfccf..ed7109a5 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/terabecquerel.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/terabecquerel.json @@ -3,6 +3,13 @@ "title": "Terabecquerel", "description": "A multiple of becquerel equal to 1e12 becquerel", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/TeraBQ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/teracoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/teracoulomb.json index 69321aa4..5f665266 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/teracoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/teracoulomb.json @@ -3,6 +3,13 @@ "title": "Teracoulomb", "description": "A multiple of coulomb equal to 1e12 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/TeraC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/terahertz.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/terahertz.json index 04a49cc6..925f6d80 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/terahertz.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/terahertz.json @@ -3,6 +3,13 @@ "title": "Terahertz", "description": "A multiple of hertz equal to 1e12 hertz", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/TeraHZ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/terajoule.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/terajoule.json index dce47fd8..a42810db 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/terajoule.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/terajoule.json @@ -3,6 +3,13 @@ "title": "Terajoule", "description": "A multiple of joule equal to 1e12 joule", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/TeraJ" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/teraohm.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/teraohm.json index 35de083c..5f6e3f62 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/teraohm.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/teraohm.json @@ -3,6 +3,13 @@ "title": "Teraohm", "description": "A multiple of ohm equal to 1e12 ohm", "examples": [ 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/TeraOHM" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/teravolt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/teravolt.json index 795b7168..8d36b35f 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/teravolt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/teravolt.json @@ -3,6 +3,13 @@ "title": "Teravolt", "description": "A multiple of volt equal to 1e12 volt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/TeraV" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/terawatt.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/terawatt.json index f56ec629..2b677f5d 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/terawatt.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/terawatt.json @@ -3,6 +3,13 @@ "title": "Terawatt", "description": "A multiple of watt equal to 1e12 watt", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/TeraW" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1000000000000.0, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/yoctocoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/yoctocoulomb.json index 92e8ab70..a64bd775 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/yoctocoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/yoctocoulomb.json @@ -3,6 +3,13 @@ "title": "Yoctocoulomb", "description": "A multiple of coulomb equal to 1e-24 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/YoctoC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-24, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/yottacoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/yottacoulomb.json index 31c4ceb2..b9642e8e 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/yottacoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/yottacoulomb.json @@ -3,6 +3,13 @@ "title": "Yottacoulomb", "description": "A multiple of coulomb equal to 1e24 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/YottaC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e+24, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/zeptocoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/zeptocoulomb.json index d4fedca0..f1f73d48 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/zeptocoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/zeptocoulomb.json @@ -3,6 +3,13 @@ "title": "Zeptocoulomb", "description": "A multiple of coulomb equal to 1e-21 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/ZeptoC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e-21, diff --git a/schemas/2020-12/bipm/si/2019/derived/prefixed/zettacoulomb.json b/schemas/2020-12/bipm/si/2019/derived/prefixed/zettacoulomb.json index 28d0f08c..3fab4822 100644 --- a/schemas/2020-12/bipm/si/2019/derived/prefixed/zettacoulomb.json +++ b/schemas/2020-12/bipm/si/2019/derived/prefixed/zettacoulomb.json @@ -3,6 +3,13 @@ "title": "Zettacoulomb", "description": "A multiple of coulomb equal to 1e21 coulomb", "examples": [ 0, 1, 100, 1000 ], + "x-jsonld-constants": { + "http://qudt.org/schema/qudt/hasUnit": { + "@id": "http://qudt.org/vocab/unit/ZettaC" + } + }, + "x-jsonld-type": "http://qudt.org/schema/qudt/Quantity", + "x-jsonld-value": "http://qudt.org/schema/qudt/value", "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.bipm.org/en/publications/si-brochure" ], "x-prefix-factor": 1e+21, diff --git a/templates/data/bipm/qudt-unit-iris.json b/templates/data/bipm/qudt-unit-iris.json new file mode 100644 index 00000000..ac48a989 --- /dev/null +++ b/templates/data/bipm/qudt-unit-iris.json @@ -0,0 +1,235 @@ +{ + "ampere": "http://qudt.org/vocab/unit/A", + "arcminute": "http://qudt.org/vocab/unit/MIN_Angle", + "arcsecond": "http://qudt.org/vocab/unit/ARCSEC", + "astronomical-unit": "http://qudt.org/vocab/unit/AU", + "attoampere": "http://qudt.org/vocab/unit/AttoA", + "attocoulomb": "http://qudt.org/vocab/unit/AttoC", + "attofarad": "http://qudt.org/vocab/unit/AttoFARAD", + "attojoule": "http://qudt.org/vocab/unit/AttoJ", + "attosecond": "http://qudt.org/vocab/unit/AttoSEC", + "becquerel": "http://qudt.org/vocab/unit/BQ", + "byte": "http://qudt.org/vocab/unit/BYTE", + "candela": "http://qudt.org/vocab/unit/CD", + "centicoulomb": "http://qudt.org/vocab/unit/CentiC", + "centigram": "http://qudt.org/vocab/unit/CentiGM", + "centigray": "http://qudt.org/vocab/unit/CentiGRAY", + "centimetre": "http://qudt.org/vocab/unit/CentiM", + "centimole": "http://qudt.org/vocab/unit/CentiMOL", + "centinewton": "http://qudt.org/vocab/unit/CentiN", + "coulomb": "http://qudt.org/vocab/unit/C", + "dalton": "http://qudt.org/vocab/unit/Da", + "day": "http://qudt.org/vocab/unit/DAY", + "decacoulomb": "http://qudt.org/vocab/unit/DecaC", + "decagram": "http://qudt.org/vocab/unit/DecaGM", + "decakelvin": "http://qudt.org/vocab/unit/DecaK", + "decametre": "http://qudt.org/vocab/unit/DecaM", + "decapascal": "http://qudt.org/vocab/unit/DecaPA", + "decicoulomb": "http://qudt.org/vocab/unit/DeciC", + "decigram": "http://qudt.org/vocab/unit/DeciGM", + "decimetre": "http://qudt.org/vocab/unit/DeciM", + "decinewton": "http://qudt.org/vocab/unit/DeciN", + "decisecond": "http://qudt.org/vocab/unit/DeciSEC", + "decisiemens": "http://qudt.org/vocab/unit/DeciS", + "degree": "http://qudt.org/vocab/unit/DEG", + "degree-celsius": "http://qudt.org/vocab/unit/DEG_C", + "electronvolt": "http://qudt.org/vocab/unit/EV", + "exacoulomb": "http://qudt.org/vocab/unit/ExaC", + "exajoule": "http://qudt.org/vocab/unit/ExaJ", + "exavolt": "http://qudt.org/vocab/unit/ExaV", + "exawatt": "http://qudt.org/vocab/unit/ExaW", + "farad": "http://qudt.org/vocab/unit/FARAD", + "femtoampere": "http://qudt.org/vocab/unit/FemtoA", + "femtocoulomb": "http://qudt.org/vocab/unit/FemtoC", + "femtofarad": "http://qudt.org/vocab/unit/FemtoFARAD", + "femtogram": "http://qudt.org/vocab/unit/FemtoGM", + "femtojoule": "http://qudt.org/vocab/unit/FemtoJ", + "femtometre": "http://qudt.org/vocab/unit/FemtoM", + "femtomole": "http://qudt.org/vocab/unit/FemtoMOL", + "femtosecond": "http://qudt.org/vocab/unit/FemtoSEC", + "femtovolt": "http://qudt.org/vocab/unit/FemtoV", + "gigaampere": "http://qudt.org/vocab/unit/GigaA", + "gigabecquerel": "http://qudt.org/vocab/unit/GigaBQ", + "gigacoulomb": "http://qudt.org/vocab/unit/GigaC", + "gigahertz": "http://qudt.org/vocab/unit/GigaHZ", + "gigajoule": "http://qudt.org/vocab/unit/GigaJ", + "giganewton": "http://qudt.org/vocab/unit/GigaN", + "gigaohm": "http://qudt.org/vocab/unit/GigaOHM", + "gigapascal": "http://qudt.org/vocab/unit/GigaPA", + "gigavolt": "http://qudt.org/vocab/unit/GigaV", + "gigawatt": "http://qudt.org/vocab/unit/GigaW", + "gram": "http://qudt.org/vocab/unit/GM", + "gray": "http://qudt.org/vocab/unit/GRAY", + "hectare": "http://qudt.org/vocab/unit/HA", + "hectocoulomb": "http://qudt.org/vocab/unit/HectoC", + "hectogram": "http://qudt.org/vocab/unit/HectoGM", + "hectohertz": "http://qudt.org/vocab/unit/HectoHZ", + "hectometre": "http://qudt.org/vocab/unit/HectoM", + "hectopascal": "http://qudt.org/vocab/unit/HectoPA", + "henry": "http://qudt.org/vocab/unit/H", + "hertz": "http://qudt.org/vocab/unit/HZ", + "hour": "http://qudt.org/vocab/unit/HR", + "joule": "http://qudt.org/vocab/unit/J", + "joule-per-kelvin": "http://qudt.org/vocab/unit/J-PER-K", + "joule-second": "http://qudt.org/vocab/unit/J-SEC", + "katal": "http://qudt.org/vocab/unit/KAT", + "kelvin": "http://qudt.org/vocab/unit/K", + "kiloampere": "http://qudt.org/vocab/unit/KiloA", + "kilobecquerel": "http://qudt.org/vocab/unit/KiloBQ", + "kilocandela": "http://qudt.org/vocab/unit/KiloCD", + "kilocoulomb": "http://qudt.org/vocab/unit/KiloC", + "kilofarad": "http://qudt.org/vocab/unit/KiloFARAD", + "kilogram": "http://qudt.org/vocab/unit/KiloGM", + "kilogray": "http://qudt.org/vocab/unit/KiloGRAY", + "kilohenry": "http://qudt.org/vocab/unit/KiloH", + "kilohertz": "http://qudt.org/vocab/unit/KiloHZ", + "kilojoule": "http://qudt.org/vocab/unit/KiloJ", + "kilolumen": "http://qudt.org/vocab/unit/KiloLM", + "kilometre": "http://qudt.org/vocab/unit/KiloM", + "kilomole": "http://qudt.org/vocab/unit/KiloMOL", + "kilonewton": "http://qudt.org/vocab/unit/KiloN", + "kiloohm": "http://qudt.org/vocab/unit/KiloOHM", + "kilopascal": "http://qudt.org/vocab/unit/KiloPA", + "kilosecond": "http://qudt.org/vocab/unit/KiloSEC", + "kilosiemens": "http://qudt.org/vocab/unit/KiloS", + "kilotesla": "http://qudt.org/vocab/unit/KiloT", + "kilovolt": "http://qudt.org/vocab/unit/KiloV", + "kilowatt": "http://qudt.org/vocab/unit/KiloW", + "kiloweber": "http://qudt.org/vocab/unit/KiloWB", + "litre": "http://qudt.org/vocab/unit/L", + "lumen": "http://qudt.org/vocab/unit/LM", + "lumen-per-watt": "http://qudt.org/vocab/unit/LM-PER-W", + "lux": "http://qudt.org/vocab/unit/LUX", + "megaampere": "http://qudt.org/vocab/unit/MegaA", + "megabecquerel": "http://qudt.org/vocab/unit/MegaBQ", + "megacoulomb": "http://qudt.org/vocab/unit/MegaC", + "megagram": "http://qudt.org/vocab/unit/MegaGM", + "megagray": "http://qudt.org/vocab/unit/MegaGRAY", + "megahertz": "http://qudt.org/vocab/unit/MegaHZ", + "megajoule": "http://qudt.org/vocab/unit/MegaJ", + "megakelvin": "http://qudt.org/vocab/unit/MegaK", + "meganewton": "http://qudt.org/vocab/unit/MegaN", + "megaohm": "http://qudt.org/vocab/unit/MegaOHM", + "megapascal": "http://qudt.org/vocab/unit/MegaPA", + "megasecond": "http://qudt.org/vocab/unit/MegaSEC", + "megasiemens": "http://qudt.org/vocab/unit/MegaS", + "megavolt": "http://qudt.org/vocab/unit/MegaV", + "megawatt": "http://qudt.org/vocab/unit/MegaW", + "metre": "http://qudt.org/vocab/unit/M", + "metre-per-second": "http://qudt.org/vocab/unit/M-PER-SEC", + "microampere": "http://qudt.org/vocab/unit/MicroA", + "microbecquerel": "http://qudt.org/vocab/unit/MicroBQ", + "microcoulomb": "http://qudt.org/vocab/unit/MicroC", + "microfarad": "http://qudt.org/vocab/unit/MicroFARAD", + "microgram": "http://qudt.org/vocab/unit/MicroGM", + "microgray": "http://qudt.org/vocab/unit/MicroGRAY", + "microhenry": "http://qudt.org/vocab/unit/MicroH", + "microjoule": "http://qudt.org/vocab/unit/MicroJ", + "microkatal": "http://qudt.org/vocab/unit/MicroKAT", + "micrometre": "http://qudt.org/vocab/unit/MicroM", + "micromole": "http://qudt.org/vocab/unit/MicroMOL", + "micronewton": "http://qudt.org/vocab/unit/MicroN", + "microohm": "http://qudt.org/vocab/unit/MicroOHM", + "micropascal": "http://qudt.org/vocab/unit/MicroPA", + "microradian": "http://qudt.org/vocab/unit/MicroRAD", + "microsecond": "http://qudt.org/vocab/unit/MicroSEC", + "microsiemens": "http://qudt.org/vocab/unit/MicroS", + "microsievert": "http://qudt.org/vocab/unit/MicroSV", + "microtesla": "http://qudt.org/vocab/unit/MicroT", + "microvolt": "http://qudt.org/vocab/unit/MicroV", + "microwatt": "http://qudt.org/vocab/unit/MicroW", + "milliampere": "http://qudt.org/vocab/unit/MilliA", + "millibecquerel": "http://qudt.org/vocab/unit/MilliBQ", + "millicandela": "http://qudt.org/vocab/unit/MilliCD", + "millicoulomb": "http://qudt.org/vocab/unit/MilliC", + "millidegree-celsius": "http://qudt.org/vocab/unit/MilliDEG_C", + "millifarad": "http://qudt.org/vocab/unit/MilliFARAD", + "milligram": "http://qudt.org/vocab/unit/MilliGM", + "milligray": "http://qudt.org/vocab/unit/MilliGRAY", + "millihenry": "http://qudt.org/vocab/unit/MilliH", + "millihertz": "http://qudt.org/vocab/unit/MilliHZ", + "millijoule": "http://qudt.org/vocab/unit/MilliJ", + "millikatal": "http://qudt.org/vocab/unit/MilliKAT", + "millikelvin": "http://qudt.org/vocab/unit/MilliK", + "millimetre": "http://qudt.org/vocab/unit/MilliM", + "millimole": "http://qudt.org/vocab/unit/MilliMOL", + "millinewton": "http://qudt.org/vocab/unit/MilliN", + "milliohm": "http://qudt.org/vocab/unit/MilliOHM", + "millipascal": "http://qudt.org/vocab/unit/MilliPA", + "milliradian": "http://qudt.org/vocab/unit/MilliRAD", + "millisecond": "http://qudt.org/vocab/unit/MilliSEC", + "millisiemens": "http://qudt.org/vocab/unit/MilliS", + "millisievert": "http://qudt.org/vocab/unit/MilliSV", + "millitesla": "http://qudt.org/vocab/unit/MilliT", + "millivolt": "http://qudt.org/vocab/unit/MilliV", + "milliwatt": "http://qudt.org/vocab/unit/MilliW", + "milliweber": "http://qudt.org/vocab/unit/MilliWB", + "minute": "http://qudt.org/vocab/unit/MIN", + "mole": "http://qudt.org/vocab/unit/MOL", + "nanoampere": "http://qudt.org/vocab/unit/NanoA", + "nanobecquerel": "http://qudt.org/vocab/unit/NanoBQ", + "nanocoulomb": "http://qudt.org/vocab/unit/NanoC", + "nanofarad": "http://qudt.org/vocab/unit/NanoFARAD", + "nanogram": "http://qudt.org/vocab/unit/NanoGM", + "nanogray": "http://qudt.org/vocab/unit/NanoGRAY", + "nanohenry": "http://qudt.org/vocab/unit/NanoH", + "nanojoule": "http://qudt.org/vocab/unit/NanoJ", + "nanokatal": "http://qudt.org/vocab/unit/NanoKAT", + "nanometre": "http://qudt.org/vocab/unit/NanoM", + "nanomole": "http://qudt.org/vocab/unit/NanoMOL", + "nanonewton": "http://qudt.org/vocab/unit/NanoN", + "nanoohm": "http://qudt.org/vocab/unit/NanoOHM", + "nanosecond": "http://qudt.org/vocab/unit/NanoSEC", + "nanosiemens": "http://qudt.org/vocab/unit/NanoS", + "nanosievert": "http://qudt.org/vocab/unit/NanoSV", + "nanotesla": "http://qudt.org/vocab/unit/NanoT", + "nanovolt": "http://qudt.org/vocab/unit/NanoV", + "nanowatt": "http://qudt.org/vocab/unit/NanoW", + "newton": "http://qudt.org/vocab/unit/N", + "ohm": "http://qudt.org/vocab/unit/OHM", + "pascal": "http://qudt.org/vocab/unit/PA", + "percentage": "http://qudt.org/vocab/unit/PERCENT", + "petaampere": "http://qudt.org/vocab/unit/PetaA", + "petabecquerel": "http://qudt.org/vocab/unit/PetaBQ", + "petacoulomb": "http://qudt.org/vocab/unit/PetaC", + "petahertz": "http://qudt.org/vocab/unit/PetaHZ", + "petajoule": "http://qudt.org/vocab/unit/PetaJ", + "petavolt": "http://qudt.org/vocab/unit/PetaV", + "petawatt": "http://qudt.org/vocab/unit/PetaW", + "picoampere": "http://qudt.org/vocab/unit/PicoA", + "picocoulomb": "http://qudt.org/vocab/unit/PicoC", + "picofarad": "http://qudt.org/vocab/unit/PicoFARAD", + "picogram": "http://qudt.org/vocab/unit/PicoGM", + "picohenry": "http://qudt.org/vocab/unit/PicoH", + "picojoule": "http://qudt.org/vocab/unit/PicoJ", + "picokatal": "http://qudt.org/vocab/unit/PicoKAT", + "picometre": "http://qudt.org/vocab/unit/PicoM", + "picomole": "http://qudt.org/vocab/unit/PicoMOL", + "picopascal": "http://qudt.org/vocab/unit/PicoPA", + "picosecond": "http://qudt.org/vocab/unit/PicoSEC", + "picosiemens": "http://qudt.org/vocab/unit/PicoS", + "picovolt": "http://qudt.org/vocab/unit/PicoV", + "picowatt": "http://qudt.org/vocab/unit/PicoW", + "radian": "http://qudt.org/vocab/unit/RAD", + "second": "http://qudt.org/vocab/unit/SEC", + "siemens": "http://qudt.org/vocab/unit/S", + "sievert": "http://qudt.org/vocab/unit/SV", + "steradian": "http://qudt.org/vocab/unit/SR", + "teraampere": "http://qudt.org/vocab/unit/TeraA", + "terabecquerel": "http://qudt.org/vocab/unit/TeraBQ", + "teracoulomb": "http://qudt.org/vocab/unit/TeraC", + "terahertz": "http://qudt.org/vocab/unit/TeraHZ", + "terajoule": "http://qudt.org/vocab/unit/TeraJ", + "teraohm": "http://qudt.org/vocab/unit/TeraOHM", + "teravolt": "http://qudt.org/vocab/unit/TeraV", + "terawatt": "http://qudt.org/vocab/unit/TeraW", + "tesla": "http://qudt.org/vocab/unit/T", + "tonne": "http://qudt.org/vocab/unit/TONNE", + "volt": "http://qudt.org/vocab/unit/V", + "watt": "http://qudt.org/vocab/unit/W", + "weber": "http://qudt.org/vocab/unit/WB", + "yoctocoulomb": "http://qudt.org/vocab/unit/YoctoC", + "yottacoulomb": "http://qudt.org/vocab/unit/YottaC", + "zeptocoulomb": "http://qudt.org/vocab/unit/ZeptoC", + "zettacoulomb": "http://qudt.org/vocab/unit/ZettaC" +} From e391c3224ef6675b57c28c35e99956916bd081c7 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 3 Aug 2026 09:02:32 -0300 Subject: [PATCH 3/4] Comment Signed-off-by: Juan Cruz Viotti --- schemas/2020-12/iso/coordinate/2022/latitude.json | 1 + schemas/2020-12/iso/coordinate/2022/longitude.json | 1 + 2 files changed, 2 insertions(+) diff --git a/schemas/2020-12/iso/coordinate/2022/latitude.json b/schemas/2020-12/iso/coordinate/2022/latitude.json index 45ff7e88..24585fdd 100644 --- a/schemas/2020-12/iso/coordinate/2022/latitude.json +++ b/schemas/2020-12/iso/coordinate/2022/latitude.json @@ -2,6 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ISO 6709:2022 Latitude", "description": "A latitude coordinate in decimal degrees, ranging from -90 (south pole) to +90 (north pole)", + "$comment": "Deliberately not annotated as a degree quantity for JSON-LD. RDF geo vocabularies model coordinates as plain number literals whose unit and datum are fixed by the predicate", "examples": [ 0, 37.7749, -33.8688, 90, -90 ], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.iso.org/standard/75147.html" ], diff --git a/schemas/2020-12/iso/coordinate/2022/longitude.json b/schemas/2020-12/iso/coordinate/2022/longitude.json index 34114794..c9aaa37a 100644 --- a/schemas/2020-12/iso/coordinate/2022/longitude.json +++ b/schemas/2020-12/iso/coordinate/2022/longitude.json @@ -2,6 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ISO 6709:2022 Longitude", "description": "A longitude coordinate in decimal degrees, ranging from -180 (west) to +180 (east)", + "$comment": "Deliberately not annotated as a degree quantity for JSON-LD. RDF geo vocabularies model coordinates as plain number literals whose unit and datum are fixed by the predicate", "examples": [ 0, -122.419, 151.209, 180, -180 ], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.iso.org/standard/75147.html" ], From 5d8a924af97b4ff24f18d65caece762138abea8f Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 3 Aug 2026 09:04:51 -0300 Subject: [PATCH 4/4] No file Signed-off-by: Juan Cruz Viotti --- templates/data/bipm/qudt-unit-iris.json | 235 ------------------------ 1 file changed, 235 deletions(-) delete mode 100644 templates/data/bipm/qudt-unit-iris.json diff --git a/templates/data/bipm/qudt-unit-iris.json b/templates/data/bipm/qudt-unit-iris.json deleted file mode 100644 index ac48a989..00000000 --- a/templates/data/bipm/qudt-unit-iris.json +++ /dev/null @@ -1,235 +0,0 @@ -{ - "ampere": "http://qudt.org/vocab/unit/A", - "arcminute": "http://qudt.org/vocab/unit/MIN_Angle", - "arcsecond": "http://qudt.org/vocab/unit/ARCSEC", - "astronomical-unit": "http://qudt.org/vocab/unit/AU", - "attoampere": "http://qudt.org/vocab/unit/AttoA", - "attocoulomb": "http://qudt.org/vocab/unit/AttoC", - "attofarad": "http://qudt.org/vocab/unit/AttoFARAD", - "attojoule": "http://qudt.org/vocab/unit/AttoJ", - "attosecond": "http://qudt.org/vocab/unit/AttoSEC", - "becquerel": "http://qudt.org/vocab/unit/BQ", - "byte": "http://qudt.org/vocab/unit/BYTE", - "candela": "http://qudt.org/vocab/unit/CD", - "centicoulomb": "http://qudt.org/vocab/unit/CentiC", - "centigram": "http://qudt.org/vocab/unit/CentiGM", - "centigray": "http://qudt.org/vocab/unit/CentiGRAY", - "centimetre": "http://qudt.org/vocab/unit/CentiM", - "centimole": "http://qudt.org/vocab/unit/CentiMOL", - "centinewton": "http://qudt.org/vocab/unit/CentiN", - "coulomb": "http://qudt.org/vocab/unit/C", - "dalton": "http://qudt.org/vocab/unit/Da", - "day": "http://qudt.org/vocab/unit/DAY", - "decacoulomb": "http://qudt.org/vocab/unit/DecaC", - "decagram": "http://qudt.org/vocab/unit/DecaGM", - "decakelvin": "http://qudt.org/vocab/unit/DecaK", - "decametre": "http://qudt.org/vocab/unit/DecaM", - "decapascal": "http://qudt.org/vocab/unit/DecaPA", - "decicoulomb": "http://qudt.org/vocab/unit/DeciC", - "decigram": "http://qudt.org/vocab/unit/DeciGM", - "decimetre": "http://qudt.org/vocab/unit/DeciM", - "decinewton": "http://qudt.org/vocab/unit/DeciN", - "decisecond": "http://qudt.org/vocab/unit/DeciSEC", - "decisiemens": "http://qudt.org/vocab/unit/DeciS", - "degree": "http://qudt.org/vocab/unit/DEG", - "degree-celsius": "http://qudt.org/vocab/unit/DEG_C", - "electronvolt": "http://qudt.org/vocab/unit/EV", - "exacoulomb": "http://qudt.org/vocab/unit/ExaC", - "exajoule": "http://qudt.org/vocab/unit/ExaJ", - "exavolt": "http://qudt.org/vocab/unit/ExaV", - "exawatt": "http://qudt.org/vocab/unit/ExaW", - "farad": "http://qudt.org/vocab/unit/FARAD", - "femtoampere": "http://qudt.org/vocab/unit/FemtoA", - "femtocoulomb": "http://qudt.org/vocab/unit/FemtoC", - "femtofarad": "http://qudt.org/vocab/unit/FemtoFARAD", - "femtogram": "http://qudt.org/vocab/unit/FemtoGM", - "femtojoule": "http://qudt.org/vocab/unit/FemtoJ", - "femtometre": "http://qudt.org/vocab/unit/FemtoM", - "femtomole": "http://qudt.org/vocab/unit/FemtoMOL", - "femtosecond": "http://qudt.org/vocab/unit/FemtoSEC", - "femtovolt": "http://qudt.org/vocab/unit/FemtoV", - "gigaampere": "http://qudt.org/vocab/unit/GigaA", - "gigabecquerel": "http://qudt.org/vocab/unit/GigaBQ", - "gigacoulomb": "http://qudt.org/vocab/unit/GigaC", - "gigahertz": "http://qudt.org/vocab/unit/GigaHZ", - "gigajoule": "http://qudt.org/vocab/unit/GigaJ", - "giganewton": "http://qudt.org/vocab/unit/GigaN", - "gigaohm": "http://qudt.org/vocab/unit/GigaOHM", - "gigapascal": "http://qudt.org/vocab/unit/GigaPA", - "gigavolt": "http://qudt.org/vocab/unit/GigaV", - "gigawatt": "http://qudt.org/vocab/unit/GigaW", - "gram": "http://qudt.org/vocab/unit/GM", - "gray": "http://qudt.org/vocab/unit/GRAY", - "hectare": "http://qudt.org/vocab/unit/HA", - "hectocoulomb": "http://qudt.org/vocab/unit/HectoC", - "hectogram": "http://qudt.org/vocab/unit/HectoGM", - "hectohertz": "http://qudt.org/vocab/unit/HectoHZ", - "hectometre": "http://qudt.org/vocab/unit/HectoM", - "hectopascal": "http://qudt.org/vocab/unit/HectoPA", - "henry": "http://qudt.org/vocab/unit/H", - "hertz": "http://qudt.org/vocab/unit/HZ", - "hour": "http://qudt.org/vocab/unit/HR", - "joule": "http://qudt.org/vocab/unit/J", - "joule-per-kelvin": "http://qudt.org/vocab/unit/J-PER-K", - "joule-second": "http://qudt.org/vocab/unit/J-SEC", - "katal": "http://qudt.org/vocab/unit/KAT", - "kelvin": "http://qudt.org/vocab/unit/K", - "kiloampere": "http://qudt.org/vocab/unit/KiloA", - "kilobecquerel": "http://qudt.org/vocab/unit/KiloBQ", - "kilocandela": "http://qudt.org/vocab/unit/KiloCD", - "kilocoulomb": "http://qudt.org/vocab/unit/KiloC", - "kilofarad": "http://qudt.org/vocab/unit/KiloFARAD", - "kilogram": "http://qudt.org/vocab/unit/KiloGM", - "kilogray": "http://qudt.org/vocab/unit/KiloGRAY", - "kilohenry": "http://qudt.org/vocab/unit/KiloH", - "kilohertz": "http://qudt.org/vocab/unit/KiloHZ", - "kilojoule": "http://qudt.org/vocab/unit/KiloJ", - "kilolumen": "http://qudt.org/vocab/unit/KiloLM", - "kilometre": "http://qudt.org/vocab/unit/KiloM", - "kilomole": "http://qudt.org/vocab/unit/KiloMOL", - "kilonewton": "http://qudt.org/vocab/unit/KiloN", - "kiloohm": "http://qudt.org/vocab/unit/KiloOHM", - "kilopascal": "http://qudt.org/vocab/unit/KiloPA", - "kilosecond": "http://qudt.org/vocab/unit/KiloSEC", - "kilosiemens": "http://qudt.org/vocab/unit/KiloS", - "kilotesla": "http://qudt.org/vocab/unit/KiloT", - "kilovolt": "http://qudt.org/vocab/unit/KiloV", - "kilowatt": "http://qudt.org/vocab/unit/KiloW", - "kiloweber": "http://qudt.org/vocab/unit/KiloWB", - "litre": "http://qudt.org/vocab/unit/L", - "lumen": "http://qudt.org/vocab/unit/LM", - "lumen-per-watt": "http://qudt.org/vocab/unit/LM-PER-W", - "lux": "http://qudt.org/vocab/unit/LUX", - "megaampere": "http://qudt.org/vocab/unit/MegaA", - "megabecquerel": "http://qudt.org/vocab/unit/MegaBQ", - "megacoulomb": "http://qudt.org/vocab/unit/MegaC", - "megagram": "http://qudt.org/vocab/unit/MegaGM", - "megagray": "http://qudt.org/vocab/unit/MegaGRAY", - "megahertz": "http://qudt.org/vocab/unit/MegaHZ", - "megajoule": "http://qudt.org/vocab/unit/MegaJ", - "megakelvin": "http://qudt.org/vocab/unit/MegaK", - "meganewton": "http://qudt.org/vocab/unit/MegaN", - "megaohm": "http://qudt.org/vocab/unit/MegaOHM", - "megapascal": "http://qudt.org/vocab/unit/MegaPA", - "megasecond": "http://qudt.org/vocab/unit/MegaSEC", - "megasiemens": "http://qudt.org/vocab/unit/MegaS", - "megavolt": "http://qudt.org/vocab/unit/MegaV", - "megawatt": "http://qudt.org/vocab/unit/MegaW", - "metre": "http://qudt.org/vocab/unit/M", - "metre-per-second": "http://qudt.org/vocab/unit/M-PER-SEC", - "microampere": "http://qudt.org/vocab/unit/MicroA", - "microbecquerel": "http://qudt.org/vocab/unit/MicroBQ", - "microcoulomb": "http://qudt.org/vocab/unit/MicroC", - "microfarad": "http://qudt.org/vocab/unit/MicroFARAD", - "microgram": "http://qudt.org/vocab/unit/MicroGM", - "microgray": "http://qudt.org/vocab/unit/MicroGRAY", - "microhenry": "http://qudt.org/vocab/unit/MicroH", - "microjoule": "http://qudt.org/vocab/unit/MicroJ", - "microkatal": "http://qudt.org/vocab/unit/MicroKAT", - "micrometre": "http://qudt.org/vocab/unit/MicroM", - "micromole": "http://qudt.org/vocab/unit/MicroMOL", - "micronewton": "http://qudt.org/vocab/unit/MicroN", - "microohm": "http://qudt.org/vocab/unit/MicroOHM", - "micropascal": "http://qudt.org/vocab/unit/MicroPA", - "microradian": "http://qudt.org/vocab/unit/MicroRAD", - "microsecond": "http://qudt.org/vocab/unit/MicroSEC", - "microsiemens": "http://qudt.org/vocab/unit/MicroS", - "microsievert": "http://qudt.org/vocab/unit/MicroSV", - "microtesla": "http://qudt.org/vocab/unit/MicroT", - "microvolt": "http://qudt.org/vocab/unit/MicroV", - "microwatt": "http://qudt.org/vocab/unit/MicroW", - "milliampere": "http://qudt.org/vocab/unit/MilliA", - "millibecquerel": "http://qudt.org/vocab/unit/MilliBQ", - "millicandela": "http://qudt.org/vocab/unit/MilliCD", - "millicoulomb": "http://qudt.org/vocab/unit/MilliC", - "millidegree-celsius": "http://qudt.org/vocab/unit/MilliDEG_C", - "millifarad": "http://qudt.org/vocab/unit/MilliFARAD", - "milligram": "http://qudt.org/vocab/unit/MilliGM", - "milligray": "http://qudt.org/vocab/unit/MilliGRAY", - "millihenry": "http://qudt.org/vocab/unit/MilliH", - "millihertz": "http://qudt.org/vocab/unit/MilliHZ", - "millijoule": "http://qudt.org/vocab/unit/MilliJ", - "millikatal": "http://qudt.org/vocab/unit/MilliKAT", - "millikelvin": "http://qudt.org/vocab/unit/MilliK", - "millimetre": "http://qudt.org/vocab/unit/MilliM", - "millimole": "http://qudt.org/vocab/unit/MilliMOL", - "millinewton": "http://qudt.org/vocab/unit/MilliN", - "milliohm": "http://qudt.org/vocab/unit/MilliOHM", - "millipascal": "http://qudt.org/vocab/unit/MilliPA", - "milliradian": "http://qudt.org/vocab/unit/MilliRAD", - "millisecond": "http://qudt.org/vocab/unit/MilliSEC", - "millisiemens": "http://qudt.org/vocab/unit/MilliS", - "millisievert": "http://qudt.org/vocab/unit/MilliSV", - "millitesla": "http://qudt.org/vocab/unit/MilliT", - "millivolt": "http://qudt.org/vocab/unit/MilliV", - "milliwatt": "http://qudt.org/vocab/unit/MilliW", - "milliweber": "http://qudt.org/vocab/unit/MilliWB", - "minute": "http://qudt.org/vocab/unit/MIN", - "mole": "http://qudt.org/vocab/unit/MOL", - "nanoampere": "http://qudt.org/vocab/unit/NanoA", - "nanobecquerel": "http://qudt.org/vocab/unit/NanoBQ", - "nanocoulomb": "http://qudt.org/vocab/unit/NanoC", - "nanofarad": "http://qudt.org/vocab/unit/NanoFARAD", - "nanogram": "http://qudt.org/vocab/unit/NanoGM", - "nanogray": "http://qudt.org/vocab/unit/NanoGRAY", - "nanohenry": "http://qudt.org/vocab/unit/NanoH", - "nanojoule": "http://qudt.org/vocab/unit/NanoJ", - "nanokatal": "http://qudt.org/vocab/unit/NanoKAT", - "nanometre": "http://qudt.org/vocab/unit/NanoM", - "nanomole": "http://qudt.org/vocab/unit/NanoMOL", - "nanonewton": "http://qudt.org/vocab/unit/NanoN", - "nanoohm": "http://qudt.org/vocab/unit/NanoOHM", - "nanosecond": "http://qudt.org/vocab/unit/NanoSEC", - "nanosiemens": "http://qudt.org/vocab/unit/NanoS", - "nanosievert": "http://qudt.org/vocab/unit/NanoSV", - "nanotesla": "http://qudt.org/vocab/unit/NanoT", - "nanovolt": "http://qudt.org/vocab/unit/NanoV", - "nanowatt": "http://qudt.org/vocab/unit/NanoW", - "newton": "http://qudt.org/vocab/unit/N", - "ohm": "http://qudt.org/vocab/unit/OHM", - "pascal": "http://qudt.org/vocab/unit/PA", - "percentage": "http://qudt.org/vocab/unit/PERCENT", - "petaampere": "http://qudt.org/vocab/unit/PetaA", - "petabecquerel": "http://qudt.org/vocab/unit/PetaBQ", - "petacoulomb": "http://qudt.org/vocab/unit/PetaC", - "petahertz": "http://qudt.org/vocab/unit/PetaHZ", - "petajoule": "http://qudt.org/vocab/unit/PetaJ", - "petavolt": "http://qudt.org/vocab/unit/PetaV", - "petawatt": "http://qudt.org/vocab/unit/PetaW", - "picoampere": "http://qudt.org/vocab/unit/PicoA", - "picocoulomb": "http://qudt.org/vocab/unit/PicoC", - "picofarad": "http://qudt.org/vocab/unit/PicoFARAD", - "picogram": "http://qudt.org/vocab/unit/PicoGM", - "picohenry": "http://qudt.org/vocab/unit/PicoH", - "picojoule": "http://qudt.org/vocab/unit/PicoJ", - "picokatal": "http://qudt.org/vocab/unit/PicoKAT", - "picometre": "http://qudt.org/vocab/unit/PicoM", - "picomole": "http://qudt.org/vocab/unit/PicoMOL", - "picopascal": "http://qudt.org/vocab/unit/PicoPA", - "picosecond": "http://qudt.org/vocab/unit/PicoSEC", - "picosiemens": "http://qudt.org/vocab/unit/PicoS", - "picovolt": "http://qudt.org/vocab/unit/PicoV", - "picowatt": "http://qudt.org/vocab/unit/PicoW", - "radian": "http://qudt.org/vocab/unit/RAD", - "second": "http://qudt.org/vocab/unit/SEC", - "siemens": "http://qudt.org/vocab/unit/S", - "sievert": "http://qudt.org/vocab/unit/SV", - "steradian": "http://qudt.org/vocab/unit/SR", - "teraampere": "http://qudt.org/vocab/unit/TeraA", - "terabecquerel": "http://qudt.org/vocab/unit/TeraBQ", - "teracoulomb": "http://qudt.org/vocab/unit/TeraC", - "terahertz": "http://qudt.org/vocab/unit/TeraHZ", - "terajoule": "http://qudt.org/vocab/unit/TeraJ", - "teraohm": "http://qudt.org/vocab/unit/TeraOHM", - "teravolt": "http://qudt.org/vocab/unit/TeraV", - "terawatt": "http://qudt.org/vocab/unit/TeraW", - "tesla": "http://qudt.org/vocab/unit/T", - "tonne": "http://qudt.org/vocab/unit/TONNE", - "volt": "http://qudt.org/vocab/unit/V", - "watt": "http://qudt.org/vocab/unit/W", - "weber": "http://qudt.org/vocab/unit/WB", - "yoctocoulomb": "http://qudt.org/vocab/unit/YoctoC", - "yottacoulomb": "http://qudt.org/vocab/unit/YottaC", - "zeptocoulomb": "http://qudt.org/vocab/unit/ZeptoC", - "zettacoulomb": "http://qudt.org/vocab/unit/ZettaC" -}